/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/screen.scss ***!
  \*********************************************************************************************************************************************************/
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  --max-width: 1400px;
  --theme-purple: #8c5efc;
  --theme-pink: #df5aba;
  --theme-blue: #5792fe;
  --theme-peach: #fd768f;
  --theme-light-blue: #caddff;
  --theme-pink: #df5aba;
  --theme-blue: #5792fe;
  --theme-light-peach: #ffe7ed;
  --theme-light-purple: #ede6ff;
  --theme-dark-grey: #333;
  --theme-grey: #ebe7e2;
  --theme-light-grey: #f0f0f0;
  --padding: 10px;
  --prose-width: 640px;
  --grey: #777;
  font-size: 16px;
}
@media (min-width: 767px) {
  html {
    --padding: 12px;
  }
}
@media (min-width: 1280px) {
  html {
    --prose-width: 700px;
    --padding: 18px;
    font-size: 18px;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  line-height: 1.3;
  font-family: "GT-Zirkon", sans-serif;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background: #FFF;
  color: #2a2a2a;
}
body > section,
body > article,
body main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.bullets > span::after, .bullets > div::after, .bullets > a::after {
  content: " • ";
}
.bullets > span:nth-last-child(1)::after, .bullets > div:nth-last-child(1)::after, .bullets > a:nth-last-child(1)::after {
  content: "";
}

.commas > span::after, .commas > div::after, .commas > a::after {
  content: ", ";
}
.commas > span:nth-last-child(1)::after, .commas > div:nth-last-child(1)::after, .commas > a:nth-last-child(1)::after {
  content: "";
}

.upper {
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media (min-width: 767px) {
  .desktop {
    display: block;
  }
}

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: inherit;
}

h1 {
  margin-bottom: 1em;
}

.tag {
  background: rgba(140, 94, 252, 0.3098039216);
  font-size: 0.73rem;
  letter-spacing: 0.02em;
  border: 1px solid rgba(140, 94, 252, 0.2901960784);
  border-radius: 3px;
  padding: 2px 5px;
  text-decoration: none;
  cursor: pointer;
}

blockquote {
  padding-left: 1.5em;
  margin: 2em 0;
  border-left: 2px solid #000;
}

h4 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.prose {
  line-height: 1.55;
  max-width: var(--prose-width);
  letter-spacing: -0.02em;
  width: 100%;
  font-family: "GT-Zirkon", sans-serif;
}
.prose p, .prose ul, .prose ol, .prose blockquote {
  opacity: 1;
  font-size: 1.05rem;
}
@media (min-width: 767px) {
  .prose p, .prose ul, .prose ol, .prose blockquote {
    font-size: 1.15rem;
  }
}
.prose p, .prose ul, .prose li {
  color: #333;
}
.prose p:nth-last-child(1), .prose ul:nth-last-child(1), .prose li:nth-last-child(1) {
  margin-bottom: 0;
}
.prose h2 {
  letter-spacing: -0.01em;
  font-weight: 500;
  margin-top: 2rem;
  color: #333;
}
.prose h1 {
  font-size: 1.8rem;
  margin: 2rem 0 1.15rem 0;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
@media (min-width: 767px) {
  .prose h1 {
    font-size: 2.3rem;
  }
}
.prose > h2:nth-child(1), .prose > h1:nth-child(1) {
  margin-top: 0;
}
.prose .wp-caption-text {
  font-size: 0.85rem;
  color: var(--grey);
}

strong {
  font-weight: 500;
}

.system {
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

ol {
  list-style-type: decimal;
  padding-left: 1em;
}

ul {
  list-style-type: disc;
  padding-left: 1rem;
}

li {
  padding-left: 0.9rem;
}

ol, ul, p {
  margin: 0 0 1em 0;
}

ul, ol {
  margin: 1em 0;
}

h1 {
  font-family: "GT-Zirkon", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.04rem;
}
@media (min-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 1.7rem;
  }
}

h2 {
  font-size: 1.3rem;
  margin: 0 0 1rem 0;
  line-height: 1.15;
  font-weight: 500;
}

h3 {
  font-size: 1.2rem;
  margin: 0 0 1rem 0;
  font-weight: 500;
}

em {
  font-style: italic;
}

.header {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: sticky;
  z-index: 1;
}
.header__inner {
  padding: 12px calc(var(--padding) * 2);
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 767px) {
  .header__inner {
    padding: calc(var(--padding) * 2);
  }
}
@media (min-width: 1024px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
  display: block;
  width: 160px;
}
@media (min-width: 767px) {
  .header__logo img {
    width: 190px;
  }
}
@media (min-width: 1024px) {
  .header__logo img {
    width: 260px;
  }
}
@media (min-width: 1280px) {
  .header__logo img {
    width: 300px;
  }
}
.header__toggle {
  display: block;
}
@media (min-width: 1024px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle::after {
  content: "Menu";
}
.header--open .header__toggle::after {
  content: "Close";
}
.header--open nav {
  display: block;
}

.nav {
  grid-column: span 2;
  display: none;
  letter-spacing: -0.01em;
  font-size: 17px;
  padding-top: 15px;
}
@media (min-width: 1024px) {
  .nav {
    padding-top: 0;
    display: block;
  }
}
@media (min-width: 1280px) {
  .nav {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .nav > span::after, .nav > div::after, .nav > a::after {
    content: " • ";
  }
  .nav > span:nth-last-child(1)::after, .nav > div:nth-last-child(1)::after, .nav > a:nth-last-child(1)::after {
    content: "";
  }
}
.nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  font-weight: 500;
  text-decoration: none;
}
.nav__item:nth-last-child(1) {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .nav__item {
    display: inline;
    border-bottom: none;
    padding: 0;
  }
}
.nav__item span {
  display: block;
}
@media (min-width: 1024px) {
  .nav__item span {
    display: none;
  }
}
.nav__item i.fa-magnifying-glass {
  display: none;
}
@media (min-width: 1024px) {
  .nav__item i.fa-magnifying-glass {
    display: inline;
  }
}
.nav__item::after {
  padding: 0 5px;
  color: var(--theme-blue);
}
@media (min-width: 1024px) {
  .nav__item::after {
    padding: 0 10px;
  }
}

@font-face {
  font-family: "GT-Zirkon";
  src: url(..//fonts/GT-Zirkon-Bold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "GT-Zirkon";
  src: url(..//fonts/GT-Zirkon-Medium-Italic.woff2) format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "GT-Zirkon";
  src: url(..//fonts/GT-Zirkon-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GT-Zirkon";
  src: url(..//fonts/GT-Zirkon-Regular-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "GT-Zirkon";
  src: url(..//fonts/GT-Zirkon-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
.section {
  position: relative;
}
.section__inner {
  padding: 30px calc(var(--padding) * 2);
}
@media (min-width: 767px) {
  .section__inner {
    padding: 50px calc(var(--padding) * 2);
  }
}
@media (min-width: 1280px) {
  .section__inner {
    padding: 80px calc(var(--padding) * 2);
  }
}
.section__header {
  margin-bottom: 2rem;
}
.section__linkheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.section__linkheader a span:not(.system) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: inherit;
}
.section__columns {
  display: grid;
  grid-gap: 2rem;
}
@media (min-width: 1024px) {
  .section__columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section__columns .postpreview {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .section__columns .postpreview {
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-gap: 1rem;
  }
}
.section__columns .postpreview.postpreview--portrait .postpreview__thumbnail {
  max-height: none;
}
@media (min-width: 1024px) {
  .section__columns .postpreview.postpreview--portrait .postpreview__thumbnail {
    max-height: 12rem;
  }
}
@media (min-width: 1280px) {
  .section__columns .postpreview.postpreview--portrait .postpreview__thumbnail {
    max-height: none;
  }
}
.section__columns .postpreview.postpreview--portrait .postpreview__thumbnail div {
  aspect-ratio: 16/9;
}
@media (min-width: 1024px) {
  .section__columns .postpreview.postpreview--portrait .postpreview__thumbnail div {
    aspect-ratio: auto;
  }
}
@media (min-width: 1280px) {
  .section__columns .postpreview.postpreview--portrait .postpreview__thumbnail div {
    aspect-ratio: 14/9;
  }
}
@media (min-width: 1024px) {
  .section__columns .postpreview h1 {
    font-size: 1.3rem;
  }
  .section__columns .postpreview p {
    font-size: 0.9rem;
    opacity: 0.8;
  }
  .section__columns .postpreview h4 {
    font-size: 0.7rem;
  }
}
@media (min-width: 1024px) {
  .section__columns .postpreview__thumbnail {
    margin-bottom: 0;
  }
}
.section__columns .postpreview__thumbnail div {
  height: 100%;
}
.section__columns .postpreview__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section__continue {
  margin-top: 2rem;
}
.section__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-content: space-between;
}
.section--podcasts {
  background: var(--theme-light-blue);
}
.section--with-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.section__gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
}
.section__gradient img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section__links {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section__links a {
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.section__links a:hover {
  outline: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}
.section__cards {
  display: grid;
  padding: 10px 30px 50px 30px;
  grid-gap: 30px;
}
@media (min-width: 767px) {
  .section__cards {
    grid-gap: 15px;
    padding: 10px 8px 50px 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section__cards {
    grid-gap: 2rem;
    padding: 30px 30px 50px 30px;
  }
}
@media (min-width: 1280px) {
  .section__cards {
    padding: 50px 60px 80px 60px;
    grid-gap: 2rem 5rem;
  }
}
.section__cards > a:nth-of-type(1) {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  color: #6c2734;
}
.section__cards > a:nth-of-type(1):hover {
  -webkit-transform: none;
          transform: none;
}
.section__cards > a:nth-of-type(2) {
  -webkit-transform: rotate(1.5deg);
          transform: rotate(1.5deg);
  color: #284d85;
  -webkit-transform: 0 rotate(1.5deg);
          transform: 0 rotate(1.5deg);
}
@media (min-width: 767px) {
  .section__cards > a:nth-of-type(2) {
    -webkit-transform: translate(8px, 50px) rotate(1.5deg);
            transform: translate(8px, 50px) rotate(1.5deg);
  }
}
@media (min-width: 1024px) {
  .section__cards > a:nth-of-type(2) {
    -webkit-transform: translate(10px, 60px) rotate(2deg);
            transform: translate(10px, 60px) rotate(2deg);
  }
}
.section__cards > a:nth-of-type(2):hover {
  -webkit-transform: translate(10px, 60px);
          transform: translate(10px, 60px);
}
.section__cards > a:nth-of-type(3) {
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  color: #462188;
}
@media (min-width: 767px) {
  .section__cards > a:nth-of-type(3) {
    -webkit-transform: translate(10px, -40px) rotate(-1deg);
            transform: translate(10px, -40px) rotate(-1deg);
  }
}
.section__cards > a:nth-of-type(3):hover {
  -webkit-transform: translate(10px, -40px);
          transform: translate(10px, -40px);
}
.section__cards > h4 {
  color: #FFF;
  text-align: center;
  grid-column: 1/-1;
  display: none;
}
.section--introduction h1 {
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .section--introduction h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .section--introduction h1 {
    font-size: 2.8rem;
  }
}
.section--introduction .section__inner {
  display: grid;
  grid-gap: 1rem;
}
@media (min-width: 1024px) {
  .section--introduction .section__inner {
    grid-gap: 2rem;
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 1280px) {
  .section--introduction .section__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section--articles .section__continue .button {
  background: var(--theme-light-peach);
}

.home__introduction {
  color: #FFF;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  padding: 0px var(--padding) 50px var(--padding);
  line-height: 1.45;
}
@media (min-width: 767px) {
  .home__introduction {
    font-size: 1.1rem;
    padding: 0px 30px 50px 30px;
  }
}
@media (min-width: 1024px) {
  .home__introduction {
    padding: 0px 60px 40px 100px;
    max-width: 800px;
  }
}
.home__introduction > span {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #f9a7ff;
  padding-right: 15px;
  font-size: 0.9rem;
}
.home__introduction p {
  display: inline;
}
.home__introduction .system {
  font-weight: 500;
}
.home__partners h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.home__partnersgrid {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1fr 0.8fr;
  grid-gap: 2rem;
}
@media (min-width: 767px) {
  .home__partnersgrid {
    grid-gap: 2rem;
    grid-template-columns: 1.4fr 1.1fr 0.9fr 1fr 1fr 0.6fr;
  }
}
@media (min-width: 1024px) {
  .home__partnersgrid {
    grid-gap: 5rem;
  }
}
.home__partnersgrid img {
  width: 100%;
  height: auto;
  display: block;
}
.home__partnersgrid a {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 150ms opacity;
  transition: 150ms opacity;
}
.home__partnersgrid a:hover {
  opacity: 0.7;
}

.card {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  -webkit-transition: -webkit-transform 100ms;
  transition: -webkit-transform 100ms;
  transition: transform 100ms;
  transition: transform 100ms, -webkit-transform 100ms;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 767px) {
  .card {
    padding: 14px;
    aspect-ratio: 2/2.6;
  }
}
@media (min-width: 1024px) {
  .card {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .card {
    padding: 30px;
  }
}
.card h1 {
  margin-bottom: 0;
}
.card p {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .card p {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .card p {
    font-size: 1rem;
  }
}
.card__icon {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 20px 20px;
}
@media (min-width: 1024px) {
  .card__icon {
    padding: 30px 40px 40px;
  }
}
.card__icon img {
  width: 43%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 767px) {
  .card__icon img {
    width: 60%;
  }
}

.gallery[data-index="1"] .caption:nth-child(1) {
  display: block;
}

.gallery[data-index="2"] .caption:nth-child(2) {
  display: block;
}

.gallery[data-index="3"] .caption:nth-child(3) {
  display: block;
}

.gallery[data-index="4"] .caption:nth-child(4) {
  display: block;
}

.gallery[data-index="5"] .caption:nth-child(5) {
  display: block;
}

.gallery[data-index="6"] .caption:nth-child(6) {
  display: block;
}

.gallery[data-index="7"] .caption:nth-child(7) {
  display: block;
}

.gallery[data-index="8"] .caption:nth-child(8) {
  display: block;
}

.gallery[data-index="9"] .caption:nth-child(9) {
  display: block;
}

.gallery[data-index="10"] .caption:nth-child(10) {
  display: block;
}

.gallery[data-index="11"] .caption:nth-child(11) {
  display: block;
}

.gallery[data-index="12"] .caption:nth-child(12) {
  display: block;
}

.gallery[data-index="13"] .caption:nth-child(13) {
  display: block;
}

.gallery[data-index="14"] .caption:nth-child(14) {
  display: block;
}

.gallery[data-index="15"] .caption:nth-child(15) {
  display: block;
}

.gallery[data-index="16"] .caption:nth-child(16) {
  display: block;
}

.gallery[data-index="17"] .caption:nth-child(17) {
  display: block;
}

.gallery[data-index="18"] .caption:nth-child(18) {
  display: block;
}

.gallery[data-index="19"] .caption:nth-child(19) {
  display: block;
}

.gallery[data-index="20"] .caption:nth-child(20) {
  display: block;
}

.gallery[data-index="21"] .caption:nth-child(21) {
  display: block;
}

.gallery[data-index="22"] .caption:nth-child(22) {
  display: block;
}

.gallery[data-index="23"] .caption:nth-child(23) {
  display: block;
}

.gallery[data-index="24"] .caption:nth-child(24) {
  display: block;
}

.gallery[data-index="25"] .caption:nth-child(25) {
  display: block;
}

.gallery[data-index="26"] .caption:nth-child(26) {
  display: block;
}

.gallery[data-index="27"] .caption:nth-child(27) {
  display: block;
}

.gallery[data-index="28"] .caption:nth-child(28) {
  display: block;
}

.gallery[data-index="29"] .caption:nth-child(29) {
  display: block;
}

.gallery[data-index="30"] .caption:nth-child(30) {
  display: block;
}

.gallery[data-index="31"] .caption:nth-child(31) {
  display: block;
}

.gallery[data-index="32"] .caption:nth-child(32) {
  display: block;
}

.gallery[data-index="33"] .caption:nth-child(33) {
  display: block;
}

.gallery[data-index="34"] .caption:nth-child(34) {
  display: block;
}

.gallery[data-index="35"] .caption:nth-child(35) {
  display: block;
}

.gallery[data-index="36"] .caption:nth-child(36) {
  display: block;
}

.gallery[data-index="37"] .caption:nth-child(37) {
  display: block;
}

.gallery[data-index="38"] .caption:nth-child(38) {
  display: block;
}

.gallery[data-index="39"] .caption:nth-child(39) {
  display: block;
}

.gallery[data-index="40"] .caption:nth-child(40) {
  display: block;
}

.gallery[data-index="41"] .caption:nth-child(41) {
  display: block;
}

.gallery[data-index="42"] .caption:nth-child(42) {
  display: block;
}

.gallery[data-index="43"] .caption:nth-child(43) {
  display: block;
}

.gallery[data-index="44"] .caption:nth-child(44) {
  display: block;
}

.gallery[data-index="45"] .caption:nth-child(45) {
  display: block;
}

.gallery[data-index="46"] .caption:nth-child(46) {
  display: block;
}

.gallery[data-index="47"] .caption:nth-child(47) {
  display: block;
}

.gallery[data-index="48"] .caption:nth-child(48) {
  display: block;
}

.gallery[data-index="49"] .caption:nth-child(49) {
  display: block;
}

.gallery[data-index="50"] .caption:nth-child(50) {
  display: block;
}

.gallery {
  position: relative;
}
.gallery button {
  border: none;
  font-size: 1rem;
  margin-right: 5px;
  cursor: pointer;
  padding: 4px 8px 5px 8px;
}
.gallery button:hover {
  background: #008864;
  color: #FFF;
}
.gallery button:active {
  background: #fff;
  color: var(--green);
}
.gallery button span {
  pointer-events: none;
}
.gallery__navcontrols {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 10px;
}
.gallery__image {
  height: 0;
  position: relative;
  padding-bottom: 70%;
}
.gallery__image div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery .caption {
  display: none;
}
.gallery__navcontrols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery__controls {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  margin-bottom: 5px;
}
.gallery__controls div {
  padding: 0 8px;
}
.gallery__controls div:hover {
  opacity: 0.6;
  cursor: pointer;
}
.gallery .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery .dot {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.gallery .dot.tns-nav-active {
  background: #FFF;
}

.oembed {
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
.oembed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.alignleft {
  float: left;
  margin: 1rem 2rem 1rem 0;
}
.alignleft a, .alignleft img {
  display: block;
  height: auto;
  width: 100% !important;
}

.alignleft {
  width: var(--float-image-width) !important;
  height: auto;
}
@media (min-width: 1280px) {
  .alignleft {
    margin: 1rem 2rem 1rem -4vw;
  }
}

.alignright {
  margin: 1rem 0;
  display: block;
}
@media (min-width: 767px) {
  .alignright {
    display: inline;
    float: right;
    margin: 1rem 0 1rem 2rem;
  }
}
.alignright a, .alignright img {
  display: block;
  height: auto;
  width: 100% !important;
}

.alignright {
  width: var(--float-image-width) !important;
  height: auto;
}
.aligncenter, .alignnone {
  text-align: center;
  width: 100% !important;
  position: relative;
  height: auto;
  margin: 1rem auto;
}
@media (min-width: 767px) {
  .aligncenter, .alignnone {
    margin: 3rem auto;
  }
}
.aligncenter img, .alignnone img {
  display: block;
  height: auto;
  width: 100% !important;
}

.prose .oembed-container {
  margin: 2rem 0;
}

.oembed-container:not(.not-video) {
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
.oembed-container:not(.not-video) iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.wp-caption-text, .caption {
  font-size: 0.9rem;
  margin: 10px 0 10px 0;
  color: var(--grey);
}
.wp-caption-text::before, .caption::before {
  content: "▴ ";
}

.caption.right {
  margin-bottom: 0;
}
.caption.right::before {
  display: none;
}
.caption.right::after {
  content: "▸";
}

.grid {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: grid;
}
.grid--gap {
  grid-gap: calc(var(--padding) * 1);
}
.grid--gap-2 {
  grid-gap: var(--padding);
}
@media (min-width: 767px) {
  .grid--gap-2 {
    grid-gap: calc(var(--padding) * 2);
  }
}
.grid--span-all {
  grid-column: 1/-1;
}
.grid--rowspan-2 {
  grid-row: span 2;
}

@media (min-width: 767px) {
  .grid--columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.grid--gap-1 {
  grid-gap: calc(var(--padding) * 1);
}

.grid--rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-1 {
    grid-column: span 1;
  }
}

.grid--rowspan-1 {
  grid-row: span 1;
}

[data-columns="1"] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.grid--gap-2 {
  grid-gap: calc(var(--padding) * 2);
}

.grid--rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-2 {
    grid-column: span 2;
  }
}

.grid--rowspan-2 {
  grid-row: span 2;
}

[data-columns="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.grid--gap-3 {
  grid-gap: calc(var(--padding) * 3);
}

.grid--rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-3 {
    grid-column: span 3;
  }
}

.grid--rowspan-3 {
  grid-row: span 3;
}

[data-columns="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.grid--gap-4 {
  grid-gap: calc(var(--padding) * 4);
}

.grid--rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-4 {
    grid-column: span 4;
  }
}

.grid--rowspan-4 {
  grid-row: span 4;
}

[data-columns="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.grid--gap-5 {
  grid-gap: calc(var(--padding) * 5);
}

.grid--rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-5 {
    grid-column: span 5;
  }
}

.grid--rowspan-5 {
  grid-row: span 5;
}

[data-columns="5"] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.grid--gap-6 {
  grid-gap: calc(var(--padding) * 6);
}

.grid--rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-6 {
    grid-column: span 6;
  }
}

.grid--rowspan-6 {
  grid-row: span 6;
}

[data-columns="6"] {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

.grid--gap-7 {
  grid-gap: calc(var(--padding) * 7);
}

.grid--rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-7 {
    grid-column: span 7;
  }
}

.grid--rowspan-7 {
  grid-row: span 7;
}

[data-columns="7"] {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.grid--gap-8 {
  grid-gap: calc(var(--padding) * 8);
}

.grid--rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-8 {
    grid-column: span 8;
  }
}

.grid--rowspan-8 {
  grid-row: span 8;
}

[data-columns="8"] {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

.grid--gap-9 {
  grid-gap: calc(var(--padding) * 9);
}

.grid--rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-9 {
    grid-column: span 9;
  }
}

.grid--rowspan-9 {
  grid-row: span 9;
}

[data-columns="9"] {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

.grid--gap-10 {
  grid-gap: calc(var(--padding) * 10);
}

.grid--rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-10 {
    grid-column: span 10;
  }
}

.grid--rowspan-10 {
  grid-row: span 10;
}

[data-columns="10"] {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}

.grid--gap-11 {
  grid-gap: calc(var(--padding) * 11);
}

.grid--rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-11 {
    grid-column: span 11;
  }
}

.grid--rowspan-11 {
  grid-row: span 11;
}

[data-columns="11"] {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--columns-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.grid--gap-12 {
  grid-gap: calc(var(--padding) * 12);
}

.grid--rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

@media (min-width: 767px) {
  .grid--span-12 {
    grid-column: span 12;
  }
}

.grid--rowspan-12 {
  grid-row: span 12;
}

[data-columns="12"] {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid--standard {
  grid-gap: calc(var(--padding) * 4);
}
@media (min-width: 767px) {
  .grid--standard {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: calc(var(--padding) * 2);
  }
}
@media (min-width: 1024px) {
  .grid--standard {
    grid-template-columns: repeat(3, 1fr);
  }
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.postpreview {
  display: block;
  text-decoration: none;
}
.postpreview:hover .postpreview__thumbnail {
  opacity: 0.7;
}
.postpreview:hover h1 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: rgba(0, 0, 0, 0.3);
}
.postpreview h1 {
  margin-bottom: 0.5rem;
}
.postpreview--portrait .postpreview__thumbnail {
  min-height: 10rem;
}
.postpreview--portrait .postpreview__thumbnail div {
  background: #e2ecff;
  padding: 0.3rem;
}
.postpreview--portrait .postpreview__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.postpreview__thumbnail {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.postpreview__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.postpreview__thumbnail div {
  background: var(--theme-light-purple);
  aspect-ratio: 16/9;
}
.postpreview__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.postpreview.category-podcast .postpreview__thumbnail img {
  -webkit-filter: grayscale(1) contrast(0.5) brightness(1.2);
          filter: grayscale(1) contrast(0.5) brightness(1.2);
}
.postpreview .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: overlay;
  background: linear-gradient(45deg, var(--theme-purple), var(--theme-peach));
}
.postpreview__header {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}
.postpreview__date i {
  font-size: 0.7em;
  position: relative;
  top: -0.1em;
}

.post__inner {
  padding: calc(var(--padding) * 2);
  display: grid;
  grid-gap: calc(var(--padding) * 2) calc(var(--padding) * 4);
}
@media (min-width: 767px) {
  .post__inner {
    grid-template-columns: auto 1fr;
  }
}
.post--portrait .post__heroimage {
  aspect-ratio: 16/9;
  background: rgba(255, 255, 255, 0.3);
  padding: 0.5rem;
}
.post--portrait .post__heroimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.post .post__pdfbutton {
  margin: 2rem 0 4rem 0;
}
.post .post__pdfbutton .button {
  background: var(--theme-light-blue);
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.006em;
}
.post .post__pdfbutton i {
  margin-left: 0.3rem;
}
.post__title {
  padding: 30px 0 16px 0;
  background: var(--theme-light-blue);
}
@media (min-width: 767px) {
  .post__title {
    padding: 45px 0 30px 0;
  }
}
.post__title h1 {
  margin-bottom: 1rem;
  max-width: 1000px;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}
@media (min-width: 767px) {
  .post__title h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .post__title h1 {
    font-size: 2.8rem;
  }
}
.post__title .container {
  padding: 0 calc(var(--padding) * 2);
}
.post__podcast {
  grid-column: 1/-1;
}
.post__podcast iframe {
  max-width: var(--prose-width);
}
.post__breadcrumb {
  margin-bottom: 1rem;
}
.post__topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post__topics .tag {
  margin: 0 2px 2px 0;
}
.post__hero {
  display: grid;
  grid-gap: var(--padding);
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .post__hero {
    margin-bottom: 2rem;
    grid-gap: calc(var(--padding) * 2) calc(var(--padding) * 4);
    grid-template-columns: var(--prose-width) 1fr;
  }
}
.post__hero img {
  width: 100%;
  height: auto;
  display: block;
}
.post__herocaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.7);
}
.post__heroimage {
  max-width: 700px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.post__topics {
  margin-bottom: 3rem;
}
.post__topics .tag {
  font-size: 0.85rem;
  margin: 0 5px 5px 0;
}

.takeaways__takeaway {
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 13px;
  font-size: 0.9rem;
  background: rgba(0, 0, 0, 0.05);
}
.expandable {
  --border-color: var(--theme-dark-grey);
  margin: 2em 0 3rem 0;
  border-top: 1px solid var(--border-color);
}
.expandable details {
  padding: 3px 0;
  border-bottom: 1px solid var(--border-color);
}
.expandable details div {
  margin: 1rem 20px;
}
.expandable summary span {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.expandable summary::marker {
  background: green;
  display: block;
  margin-right: 15px;
}

body.page {
  background: #FFF;
}

.page--survey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page--survey main {
  position: relative;
}
.page--survey #map {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page .post__title {
  background: var(--theme-light-purple);
}

.embedmap {
  position: relative;
  overflow: hidden;
  width: calc(100vw - 30px);
  margin: 0 auto;
  border-radius: 12px;
  outline: 2px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .embedmap {
    width: calc(100vw - 60px);
  }
}
.embedmap iframe {
  background: #ddd;
  height: 80dvh;
  width: 100%;
  display: block;
}
@media (min-width: 767px) {
  .embedmap iframe {
    height: 80vh;
  }
}
@media (min-width: 1024px) {
  .embedmap iframe {
    height: 94vh;
  }
}
.embedmap__message {
  width: 140px;
  height: auto;
  -webkit-transform: translate(-50%, -40px);
          transform: translate(-50%, -40px);
  background: #fff;
  color: #000;
  position: absolute;
  left: 50%;
  pointer-events: none;
  border-radius: 3px;
  padding: 8px 6px;
  font-size: 13px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #333;
  color: #fff;
}
.embedmap__caption {
  text-align: center;
  padding: 1rem 0;
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.embedmap__caption a {
  background: #fbe3f4;
  color: #662754;
  padding: 8px 16px;
  border-radius: 12px;
}
.embedmap__caption i {
  font-size: 0.75rem;
  margin-left: 5px;
}
.embedmap__caption a {
  text-decoration: none;
}
.embedmap__caption a span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: inherit;
}
.embedmap__cover {
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  cursor: pointer;
}
.embedmap--enabled .embedmap__cover {
  display: none;
}

#map {
  min-height: 400px;
}
@media (min-width: 767px) {
  #map {
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  #map {
    min-height: 800px;
  }
}

.map {
  position: relative;
}
.map__gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: tan;
  z-index: 10;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.map__gradient img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.credit p {
  font-size: 0.8rem;
  color: #777;
  margin-bottom: 0;
}
.credit--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .credit--desktop {
    display: block;
  }
}
@media (min-width: 1024px) {
  .credit--mobile {
    display: none;
  }
}

.identity__colours {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 20px;
}
.identity__colour {
  text-transform: capitalize;
  font-size: 13px;
}

.hex {
  text-transform: uppercase;
}

.name {
  margin-top: 5px;
}

.square {
  width: 100%;
  aspect-ratio: 1/1;
}

.footer {
  background: var(--theme-light-grey);
  --text-color: var(--theme-dark-grey);
  color: var(--text-color);
}
.footer__inner {
  padding: 30px calc(var(--padding) * 2) 20px;
}
@media (min-width: 767px) {
  .footer__inner {
    padding: 60px calc(var(--padding) * 2) 20px;
  }
}
.footer__row {
  display: grid;
  grid-gap: 3rem;
}
@media (min-width: 767px) {
  .footer__row {
    grid-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }
}
.footer__row:nth-child(1) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.footer__credit {
  font-size: 12px;
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  grid-gap: 1rem;
}
.footer__credit img {
  margin-top: 4px;
}
.footer__credit p {
  margin-bottom: 0;
  grid-column: 1/-1;
}
.footer__newsletter p {
  margin-bottom: 0.5rem;
}
.footer__newsletter input {
  border: none;
  border-bottom: 1px solid #000;
  display: block;
  width: 100%;
  padding: 10px 0;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.footer__social div {
  margin-right: 12px;
}
.footer__social a {
  cursor: pointer;
  display: block;
}
.footer__social a:hover {
  opacity: 0.6;
}
.footer__social i {
  font-size: 25px;
}
.footer__input {
  position: relative;
}
.footer__input input {
  background: transparent;
}
.footer__input button {
  position: absolute;
  border: none;
  right: 0;
  top: 0;
  background: transparent;
  bottom: 0;
}
.footer img {
  width: 100%;
  height: auto;
  display: block;
}
.footer__after {
  background: #dedede;
  border-top: 1px solid #cfcfcf;
  font-size: 0.8rem;
  color: #6d6d6d;
}
.footer__after .footer__inner {
  padding: 10px calc(var(--padding) * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .ml-form-embedContainer {
  margin-top: 30px !important;
}
.footer .embedForm {
  max-width: none !important;
}
.footer .row-form {
  padding: 0 !important;
}
.footer #mlb2-7819309.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  font-size: 1rem !important;
  background: var(--theme-blue) !important;
  border: none !important;
}
.footer button {
  font-weight: 500 !important;
}

body.category-podcast {
  background: var(--theme-light-purple);
}

body.page-id-44 .header,
body.category-podcast .header {
  background: #FFF;
}

body.category-news .section--introduction {
  background: var(--theme-light-peach);
}

body.category-resource .section--introduction {
  background: #e2ecff;
}

.button {
  background: #FFF;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
}

input, button {
  font-family: inherit !important;
  letter-spacing: inherit !important;
  font-size: inherit !important;
}

.search__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 1rem;
}
.search__form form a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  left: auto;
  text-decoration: none;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search__form input {
  width: 100%;
  border: none;
  padding: 10px 15px;
  font-size: 1.4rem;
  border-radius: 3px;
}
.search__resultmessage {
  margin-top: 1rem;
  text-align: center;
}
.search .section--introduction {
  background: var(--theme-light-grey);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
