@import 'variables.css';
#is-mobile {
  display: none;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--white);
  color: var(--black);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --header-height: 160px;
}
body .gap-5 {
  height: 5px;
  width: 100%;
}
body .spacer-5 {
  display: inline-block;
  height: 1px;
  width: 5px;
}
body .gap-10 {
  height: 10px;
  width: 100%;
}
body .spacer-10 {
  display: inline-block;
  height: 1px;
  width: 10px;
}
body .gap-15 {
  height: 15px;
  width: 100%;
}
body .spacer-15 {
  display: inline-block;
  height: 1px;
  width: 15px;
}
body .gap-20 {
  height: 20px;
  width: 100%;
}
body .spacer-20 {
  display: inline-block;
  height: 1px;
  width: 20px;
}
body .gap-25 {
  height: 25px;
  width: 100%;
}
body .spacer-25 {
  display: inline-block;
  height: 1px;
  width: 25px;
}
body .gap-30 {
  height: 30px;
  width: 100%;
}
body .spacer-30 {
  display: inline-block;
  height: 1px;
  width: 30px;
}
body .gap-35 {
  height: 35px;
  width: 100%;
}
body .spacer-35 {
  display: inline-block;
  height: 1px;
  width: 35px;
}
body .gap-40 {
  height: 40px;
  width: 100%;
}
body .spacer-40 {
  display: inline-block;
  height: 1px;
  width: 40px;
}
body .gap-45 {
  height: 45px;
  width: 100%;
}
body .spacer-45 {
  display: inline-block;
  height: 1px;
  width: 45px;
}
body .gap-50 {
  height: 50px;
  width: 100%;
}
body .spacer-50 {
  display: inline-block;
  height: 1px;
  width: 50px;
}
body .gap-55 {
  height: 55px;
  width: 100%;
}
body .spacer-55 {
  display: inline-block;
  height: 1px;
  width: 55px;
}
body .gap-60 {
  height: 60px;
  width: 100%;
}
body .spacer-60 {
  display: inline-block;
  height: 1px;
  width: 60px;
}
body .gap-65 {
  height: 65px;
  width: 100%;
}
body .spacer-65 {
  display: inline-block;
  height: 1px;
  width: 65px;
}
body .gap-70 {
  height: 70px;
  width: 100%;
}
body .spacer-70 {
  display: inline-block;
  height: 1px;
  width: 70px;
}
body .gap-75 {
  height: 75px;
  width: 100%;
}
body .spacer-75 {
  display: inline-block;
  height: 1px;
  width: 75px;
}
body .gap-80 {
  height: 80px;
  width: 100%;
}
body .spacer-80 {
  display: inline-block;
  height: 1px;
  width: 80px;
}
body .gap-85 {
  height: 85px;
  width: 100%;
}
body .spacer-85 {
  display: inline-block;
  height: 1px;
  width: 85px;
}
body .gap-90 {
  height: 90px;
  width: 100%;
}
body .spacer-90 {
  display: inline-block;
  height: 1px;
  width: 90px;
}
body .gap-95 {
  height: 95px;
  width: 100%;
}
body .spacer-95 {
  display: inline-block;
  height: 1px;
  width: 95px;
}
.mobile-only {
  display: none;
}
.not-mobile {
  display: block;
}
h1,
h2,
h3,
h4 {
  color: var(--black);
  font-family: var(--font-family-heading);
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 0.125em;
  text-wrap: balance;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.6em;
}
h3 {
  font-size: 2.2em;
  position: relative;
}
h3.label {
  background-color: var(--label-color);
  color: #FFF;
  display: inline-block;
  font-family: var(--font-family);
  font-weight: 500;
  margin-bottom: 0;
  padding: 8px 32px;
}
h3.label + h2,
h3.label + h3 {
  margin-top: 20px;
}
h4 {
  font-size: 1.5em;
}
* + h2,
* + h3,
* + h4 {
  margin-top: 40px;
}
p,
ul,
ol {
  font-weight: 400;
  line-height: 1.5;
}
p a,
ul a,
ol a {
  color: var(--blue);
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}
p a:hover,
ul a:hover,
ol a:hover {
  color: var(--blue);
}
p + p,
ul + p,
ol + p,
p + ul,
p + ol,
ul + ul,
ul + ol,
ol + ul,
ol + ol {
  margin-top: 0.125em;
}
ul,
ol {
  margin-left: 20px;
  padding-left: 20px;
}
li {
  padding: 5px 0;
}
.wf-button {
  background-color: var(--orange);
  border: none;
  border-radius: 5px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all var(--transition-duration) ease-in-out;
}
.wf-button:hover {
  background-color: var(--rose);
}
.wf-button--blue {
  background-color: var(--blue);
}
.wf-button--blue:hover {
  background-color: var(--purple);
}
.inset {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
}
.columns {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.columns--reverse {
  flex-direction: row-reverse;
}
.columns__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.columns__column--column-20 {
  width: 20%;
}
.columns__column--column-25 {
  width: 25%;
}
.columns__column--column-30 {
  width: 30%;
}
.columns__column--column-35 {
  width: 35%;
}
.columns__column--column-40 {
  width: 40%;
}
.columns__column--column-45 {
  width: 45%;
}
.columns__column--column-50 {
  width: 50%;
}
.columns__column--column-55 {
  width: 55%;
}
.columns__column--column-60 {
  width: 60%;
}
.columns__column--column-65 {
  width: 65%;
}
.columns__column--column-70 {
  width: 70%;
}
.columns__column--column-75 {
  width: 75%;
}
.columns__column--column-80 {
  width: 80%;
}
.columns__column--left,
.columns__column--wide {
  flex-grow: 1;
}
.columns__column--right,
.columns__column--narrow {
  width: 360px;
}
.columns__column--border-left {
  border-left: 1px solid var(--grey);
  padding-left: 40px;
}
.columns__column .box {
  background-color: var(--white);
  text-align: center;
  padding: 30px;
}
.columns__column .box p {
  text-wrap: balance;
}
.columns__column .box .wf-button {
  background-color: var(--blue);
  color: var(--white);
  margin-top: 30px;
}
.columns__column .box .wf-button:hover {
  background-color: var(--blue-dark);
  color: var(--white);
}
.columns__column section:first-child {
  padding-top: 0;
}
header#header {
  --scroll-transition: all 0.2s ease-in-out;
  --logo-transition: all 0.1s cubic-bezier(0.6, 0, 0.4, 1);
  --top-logo-height: calc(var(--header-height) - 40px);
  --transition-delay: 0s;
  --logo-width: 400px;
  background-color: var(--white);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
header#header .inset {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: var(--header-height);
  justify-content: space-between;
  padding: 0 20px;
  transition: var(--transition-duration) ease-in-out all;
}
header#header .inset .branding img {
  height: auto;
  width: var(--logo-width);
  transition: var(--transition-duration) ease-in-out all;
}
header#header .inset nav {
  align-items: end;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  position: relative;
  width: calc(100% - var(--logo-width));
}
header#header .inset nav ul.menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
header#header .inset nav ul.menu > li {
  padding: 0;
  position: relative;
}
header#header .inset nav ul.menu > li.current-menu-parent > a,
header#header .inset nav ul.menu > li.current-menu-ancestor > a,
header#header .inset nav ul.menu > li.current-menu-item > a {
  color: var(--aqua);
}
header#header .inset nav ul.menu > li a {
  color: var(--black);
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease-in-out 0.15s;
}
header#header .inset nav ul.menu > li:hover > a {
  color: var(--aqua);
}
header#header .inset nav ul.menu > li:hover ul {
  display: block;
}
header#header .inset nav ul.menu > li:last-child {
  margin-left: 20px;
}
header#header .inset nav ul.menu > li:last-child a {
  background-color: var(--orange);
  border: none;
  border-radius: 5px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all var(--transition-duration) ease-in-out;
}
header#header .inset nav ul.menu > li:last-child a:hover {
  background-color: var(--rose);
}
header#header .inset nav ul.menu > li:last-child a--blue {
  background-color: var(--blue);
}
header#header .inset nav ul.menu > li:last-child a--blue:hover {
  background-color: var(--purple);
}
header#header .inset nav ul.menu > li ul {
  background-color: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  width: 280px;
  z-index: 1000;
  animation: show-dropdown 0.15s ease-in-out forwards;
}
header#header .inset nav ul.menu > li ul > li {
  border-bottom: var(--grey) solid 1px;
  margin: 0;
  padding: 0;
}
header#header .inset nav ul.menu > li ul > li.current-menu-item > a {
  color: var(--aqua);
}
header#header .inset nav ul.menu > li ul > li:last-child {
  border-bottom: none;
}
header#header .inset nav ul.menu > li ul > li a {
  font-weight: 600;
  font-size: 1rem;
}
header#header .inset nav ul.menu > li ul > li:hover a {
  color: var(--aqua);
}
@keyframes show-dropdown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.scrolling {
  --header-height: 110px;
}
body.scrolling header#header {
  --logo-width: 300px;
}
#container {
  padding-top: var(--header-height);
}
body.logged-in header#header {
  top: 32px;
}
.page-header {
  margin-bottom: 20px;
  min-height: 300px;
}
.page-header .inset {
  padding: 0 20px 10px;
}
.page-header h1 {
  margin-bottom: 0;
  padding: 0;
  text-align: right;
}
section .inset {
  padding: 20px;
}
section.grey {
  background-color: var(--grey-light);
}
section.grey .inset h2,
section.grey .inset h3 {
  color: var(--black);
}
section.grey .inset p,
section.grey .inset ul,
section.grey .inset ol {
  color: var(--black);
}
section.grey .inset p a,
section.grey .inset ul a,
section.grey .inset ol a {
  color: var(--blue);
  text-decoration: underline;
}
section.grey .inset p a:hover,
section.grey .inset ul a:hover,
section.grey .inset ol a:hover {
  color: var(--orange);
}
section.teal {
  background-color: var(--teal);
  color: var(--white);
}
section.teal .inset h2,
section.teal .inset h3 {
  color: var(--white);
}
section.teal .inset p,
section.teal .inset ul,
section.teal .inset ol {
  color: var(--white);
}
section.teal .inset p a,
section.teal .inset ul a,
section.teal .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.teal .inset p a:hover,
section.teal .inset ul a:hover,
section.teal .inset ol a:hover {
  color: var(--orange);
}
section.blue {
  background-color: var(--blue);
  color: var(--white);
}
section.blue .inset h2,
section.blue .inset h3 {
  color: var(--white);
}
section.blue .inset p,
section.blue .inset ul,
section.blue .inset ol {
  color: var(--white);
}
section.blue .inset p a,
section.blue .inset ul a,
section.blue .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.blue .inset p a:hover,
section.blue .inset ul a:hover,
section.blue .inset ol a:hover {
  color: var(--orange);
}
section.rose {
  background-color: var(--rose);
  color: var(--white);
}
section.rose .inset h2,
section.rose .inset h3 {
  color: var(--white) !important;
}
section.rose .inset p,
section.rose .inset ul,
section.rose .inset ol {
  color: var(--white);
}
section.rose .inset p a,
section.rose .inset ul a,
section.rose .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.rose .inset p a:hover,
section.rose .inset ul a:hover,
section.rose .inset ol a:hover {
  color: var(--orange);
}
section.rose .inset .wf-button:hover {
  background-color: var(--blue) !important;
  color: var(--white);
}
section.orange {
  background-color: var(--orange);
  color: var(--white);
}
section.orange .inset h2,
section.orange .inset h3 {
  color: var(--white);
}
section.orange .inset p,
section.orange .inset ul,
section.orange .inset ol {
  color: var(--white);
}
section.orange .inset p a,
section.orange .inset ul a,
section.orange .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.orange .inset p a:hover,
section.orange .inset ul a:hover,
section.orange .inset ol a:hover {
  color: var(--blue);
}
section.purple {
  background-color: var(--purple);
  color: var(--white);
}
section.purple .inset h1,
section.purple .inset h2,
section.purple .inset h3 {
  color: var(--white) !important;
}
section.purple .inset p,
section.purple .inset ul,
section.purple .inset ol {
  color: var(--white);
}
section.purple .inset p a,
section.purple .inset ul a,
section.purple .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.purple .inset p a:hover,
section.purple .inset ul a:hover,
section.purple .inset ol a:hover {
  color: var(--rose);
}
section.hero .inset {
  border-bottom: 1px solid var(--black);
  padding: 0 0 30px;
}
section.hero .inset .slides {
  min-height: 650px;
  position: relative;
}
section.hero .inset .slides .slide {
  background-color: var(--white);
  background-image: var(--bg-image-url);
  background-position: var(--bg-position-x) var(--bg-position-y);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: fade-out 500ms ease-out forwards;
  animation-delay: 500ms;
}
section.hero .inset .slides .slide__image {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}
section.hero .inset .slides .slide.active {
  opacity: 1;
  z-index: 2;
  animation: fade-in 500ms ease-out forwards;
}
section.hero .inset .slides .slide.inactive {
  animation: fade-out 500ms ease-out forwards;
  animation-delay: 500ms;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
section.page-content--blog .heateor_sss_sharing_container {
  margin: 0 0 40px;
}
section.page-content--blog .inset ul.wp-block-list li,
section.page-content--blog .inset ol.wp-block-list li {
  margin: 0;
}
section.page-content .inset {
  padding: 60px 40px;
}
section.page-content .inset h1,
section.page-content .inset h2,
section.page-content .inset h3,
section.page-content .inset h4 {
  color: var(--purple);
  margin-bottom: 0.5em;
  text-align: left;
  text-wrap: pretty;
}
section.page-content .inset p,
section.page-content .inset ul,
section.page-content .inset ol {
  font-size: 1.125em;
  margin-bottom: 30px;
}
section.page-content .inset p a,
section.page-content .inset ul a,
section.page-content .inset ol a {
  text-decoration: underline;
}
section.page-content .inset p li,
section.page-content .inset ul li,
section.page-content .inset ol li {
  margin-bottom: 15px;
}
section.page-content .inset img.alignright {
  float: right;
  margin: 0 0 20px 40px;
  width: auto;
  max-width: 400px;
  height: auto;
}
@media (max-width: 768px) {
  section.page-content .inset img.alignright {
    float: none;
    margin: 20px auto;
    width: 100%;
  }
}
section.page-content .inset img.alignleft {
  float: left;
  margin: 0 40px 20px 0;
  width: auto;
  max-width: 400px;
  height: auto;
}
@media (max-width: 768px) {
  section.page-content .inset img.alignleft {
    float: none;
    margin: 20px auto;
    width: 100%;
  }
}
section.page-content .inset nav.navigation {
  border-top: 1px solid #00000022;
  margin: 40px 0;
  padding-top: 30px;
  text-align: center;
  width: 100%;
}
section.page-content .inset nav.navigation .nav-links {
  display: inline-flex;
  flex-direction: row;
  gap: 50px;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
section.page-content .inset nav.navigation .nav-links > div a {
  background-color: var(--orange);
  border: none;
  border-radius: 5px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all var(--transition-duration) ease-in-out;
}
section.page-content .inset nav.navigation .nav-links > div a:hover {
  background-color: var(--rose);
}
section.page-content .inset nav.navigation .nav-links > div a--blue {
  background-color: var(--blue);
}
section.page-content .inset nav.navigation .nav-links > div a--blue:hover {
  background-color: var(--purple);
}
section.page-content .inset nav.navigation .nav-links > div.nav-previous {
  margin-right: 20px;
  text-align: left;
}
section.page-content .inset nav.navigation .nav-links > div.nav-next {
  margin-left: 20px;
  text-align: right;
}
section.page-content .inset .fusion-toggle {
  margin-bottom: 20px;
  max-height: 30px;
  overflow: hidden;
  padding: 40px 0 0 10px;
  position: relative;
  transition: max-height var(--transition-duration) ease-in-out;
}
section.page-content .inset .fusion-toggle:before {
  color: var(--blue);
  content: attr(title);
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 40px;
}
section.page-content .inset .fusion-toggle:after {
  content: '\e59e';
  color: var(--blue);
  display: block;
  font-family: var(--font-awesome);
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
section.page-content .inset .fusion-toggle.open {
  max-height: 1000px;
}
section.page-content .inset .fusion-toggle.open:before {
  content: attr(title);
}
section.page-content .inset .fusion-toggle.open:after {
  content: '\e404';
}
section.page-content .inset .featured-image {
  margin: 0 0 1em;
}
section.page-content .inset .featured-image img {
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: auto;
  max-width: 100%;
  width: auto;
}
section.page-content .inset hr {
  border: none;
  border-top: 1px solid var(--grey);
  margin: 40px 0;
}
section.half-image .inset {
  padding: 0;
}
section.half-image .inset h1,
section.half-image .inset h2,
section.half-image .inset h3 {
  color: var(--purple);
  margin-bottom: 0.5em;
  text-align: left;
}
section.half-image .inset p,
section.half-image .inset ul,
section.half-image .inset ol {
  font-size: 1.125em;
  margin-bottom: 1em;
}
section.half-image .inset .columns {
  column-gap: 0;
  row-gap: 0;
}
section.half-image .inset .columns .columns__column .images {
  align-content: center;
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  justify-items: center;
}
section.half-image .inset .columns .columns__column--copy {
  display: block;
  padding: 60px 40px;
}
section.half-image .inset .columns .columns__column--copy img {
  height: auto;
  margin-bottom: 1em;
  max-width: 50%;
  mix-blend-mode: multiply;
  width: auto;
}
section.half-image .inset .columns .columns__column--copy img + h2,
section.half-image .inset .columns .columns__column--copy img + h3 {
  margin-top: 0;
}
section.half-image .inset .columns .columns__column--content {
  display: block;
  padding: 40px;
}
section.half-image .inset .columns .columns__column--image {
  background-color: var(--white);
  background-image: url(../images/bg/half-image-bkgd.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.half-image .inset .columns .columns__column--image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.half-image .inset .columns .columns__column--image .half-image-content__image {
  height: 100%;
}
section.half-image .inset .columns .columns__column--image .half-image-content__image--proportional img {
  border-radius: 5px;
  height: auto;
  margin-top: 40px;
  width: calc(100% - 40px);
}
section.half-image .inset .columns .columns__column--image:has(.half-image-content__image--proportional) {
  background-image: none;
  background-color: transparent;
}
section.half-image .inset .columns .columns__column .youtube {
  position: relative;
}
section.half-image .inset .columns .columns__column .youtube iframe {
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
}
section.half-image .inset .columns .columns__column .youtube .poster {
  background-color: var(--black);
  background-image: var(--bg-image-url);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  z-index: 2;
}
section.half-image .inset .columns .columns__column .youtube .poster.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
section.half-image .inset .columns .columns__column .youtube .poster:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
section.half-image .inset .columns .columns__column .youtube .poster:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}
section.half-image .inset .columns .columns__column .youtube .poster:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23FFF" d="M96 52v408l320-204L96 52z"/></svg>');
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% + 5px);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 1;
}
section.half-image .inset .buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: 1em;
}
section.half-image .inset .buttons .button {
  background-color: var(--orange);
  border: none;
  border-radius: 5px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all var(--transition-duration) ease-in-out;
}
section.half-image .inset .buttons .button:hover {
  background-color: var(--rose);
}
section.half-image .inset .buttons .button--blue {
  background-color: var(--blue);
}
section.half-image .inset .buttons .button--blue:hover {
  background-color: var(--purple);
}
section.half-image .inset .buttons:not(:has(.button)) {
  display: none;
}
section.half-image .inset.grey .inset .columns .columns__column--image {
  background-color: transparent;
}
section.half-image--content .inset .columns {
  align-items: flex-start;
}
section.half-image--right .inset .columns {
  flex-direction: row-reverse;
}
section.basic .inset {
  padding: 60px 40px;
}
section.basic .inset p,
section.basic .inset ul,
section.basic .inset ol {
  font-size: 1.125em;
  margin-bottom: 1.5em;
}
section.basic .inset ul.four-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.basic .inset ul.four-columns li {
  padding: 0;
}
section.basic .inset .buttons a {
  background-color: var(--orange);
  border: none;
  border-radius: 5px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all var(--transition-duration) ease-in-out;
  font-size: 1.25em;
}
section.basic .inset .buttons a:hover {
  background-color: var(--rose);
}
section.basic .inset .buttons a--blue {
  background-color: var(--blue);
}
section.basic .inset .buttons a--blue:hover {
  background-color: var(--purple);
}
section.basic--default .inset {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
}
section.basic--default .inset h1,
section.basic--default .inset h2,
section.basic--default .inset h3,
section.basic--default .inset h4 {
  margin-bottom: 0;
}
section.basic.basic--stacked h2,
section.basic.basic--stacked h3,
section.basic.basic--stacked h4 {
  margin-bottom: 1em;
}
section.basic.basic--stacked .buttons {
  padding-top: 20px;
}
section.basic.basic--stacked.basic--center .inset {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
section.partners .inset {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 60px 20px;
}
section.partners .inset h3 {
  color: var(--orange);
}
section.partners .inset p,
section.partners .inset ul,
section.partners .inset ol {
  font-size: 1.125em;
  margin-bottom: 1em;
}
section.partners .inset div.partners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
section.partners .inset div.partners__partner a img {
  scale: 1;
  transition: all 0.15s ease-in-out;
}
section.partners .inset div.partners__partner a:hover img {
  scale: 1.05;
}
section.latest-news .inset {
  padding: 40px 20px 40px;
}
section.latest-news .inset > h2,
section.latest-news .inset > h3,
section.latest-news .inset > h4 {
  color: var(--orange);
  text-align: center;
}
section.sponsors {
  background-color: var(--grey-light);
}
section.sponsors .inset {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 60px 20px;
}
section.sponsors .inset h3 {
  color: var(--orange);
}
section.sponsors .inset p,
section.sponsors .inset ul,
section.sponsors .inset ol {
  font-size: 1.125em;
  margin-bottom: 1em;
}
section.sponsors .inset div.sponsors {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: center;
  max-width: calc(var(--max-width) - 240px);
}
section.sponsors .inset div.sponsors--logos {
  column-gap: 40px;
}
section.sponsors .inset div.sponsors img {
  mix-blend-mode: multiply;
}
section.sponsors .inset div.sponsors__sponsor--name-only {
  display: block;
  flex-grow: 1;
  font-size: 1.125em;
  line-height: 1.2;
  max-width: 280px;
  padding: 10px 20px;
  text-align: center;
  text-wrap: balance;
}
section.sponsors .inset div.sponsors:has(.sponsors__sponsor--name-only) {
  display: block;
  column-count: var(--max-columns);
}
section.counters {
  color: var(--purple);
  background-color: var(--grey-light);
  padding: 40px 0;
  position: relative;
}
section.counters .inset {
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
section.counters .inset h2,
section.counters .inset h3 {
  color: var(--blue-bright);
  text-align: center;
}
section.counters .buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
}
section.counters .counters {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin: 20px auto 40px;
}
section.counters .counters__item {
  position: relative;
  text-align: center;
  flex-basis: calc(100% / var(--num));
  width: calc(100% / var(--num));
}
section.counters .counters__item__icon img {
  display: block;
  height: 140px;
  margin: 0 auto;
  width: auto;
}
section.counters .counters__item__number {
  font-family: var(--font-family-heading);
  font-size: 4em;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 5px;
}
section.counters .counters__item__label {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
section.counters .counters__item--percentage .counters__item__number:after {
  content: '%';
  font-weight: 400;
}
section.counters .counters__item--plus .counters__item__number:after {
  content: '+';
  font-weight: 400;
  margin-right: 0;
}
section.counters .counters__item--millions .counters__item__number:after {
  content: 'M';
  font-size: 0.7em;
  font-weight: 400;
  margin-right: 0;
}
section.counters .counters__item--dollars .counters__item__number:before {
  content: '$';
  font-weight: 400;
  margin-right: 0;
}
section.counters .counters__item--cents .counters__item__number:after {
  content: '¢';
  font-weight: 400;
  margin-right: 0;
}
section.counters.default {
  background-color: var(--white);
  color: var(--black);
}
section.counters.default .inset h2,
section.counters.default .inset h3 {
  color: var(--blue);
}
section.counters.default .counters__item__number {
  color: var(--blue);
}
section.boxes .inset {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
section.boxes .inset > .boxes {
  --columns: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: calc(var(--max-width) - 40px);
}
section.boxes .inset > .boxes .boxes__box {
  box-sizing: border-box;
  display: block;
  font-size: 1.125em;
  line-height: 1.2;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-wrap: balance;
  width: calc((100% / var(--columns)) - (20px - (20px / var(--columns))));
}
section.boxes .inset > .boxes .boxes__box__label {
  color: var(--black);
  padding: 10px 20px;
  transition: all 0.1s ease-in-out;
}
section.boxes .inset > .boxes .boxes__box h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 0;
}
section.boxes .inset > .boxes .boxes__box:has(img) h3 {
  font-size: 1.25em;
}
section.boxes .inset > .boxes .boxes__box p {
  margin-bottom: 0;
}
section.boxes .inset > .boxes .boxes__box:hover .boxes__box__label {
  color: var(--blue);
}
section.boxes .inset > .boxes--columns-1 {
  --columns: 1;
}
section.boxes .inset > .boxes--columns-2 {
  --columns: 2;
}
section.boxes .inset > .boxes--columns-3 {
  --columns: 3;
}
section.boxes .inset > .boxes--columns-4 {
  --columns: 4;
}
section.boxes.purple .inset > .boxes .boxes__box {
  background-color: var(--purple);
  color: var(--white);
  border-radius: 5px;
}
section.boxes.purple .inset > .boxes .boxes__box:hover .boxes__box__label {
  color: var(--orange);
}
section.boxes.left .inset > .boxes {
  justify-content: flex-start;
}
section.boxes.left .inset > .boxes .boxes__box {
  text-align: left;
}
section.contact-boxes {
  background-color: var(--teal);
}
section.contact-boxes .inset {
  padding: 0;
  position: relative;
}
section.contact-boxes .inset h2,
section.contact-boxes .inset h3 {
  color: var(--white);
  margin-bottom: 20px;
}
section.contact-boxes .inset .columns {
  padding: 0;
}
section.contact-boxes .inset .columns__column {
  gap: 0;
  padding: 40px;
}
section.contact-boxes .inset .columns__column:nth-child(1) {
  text-align: center;
}
section.contact-boxes .inset .columns__column:nth-child(1) .wf-button {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
section.contact-boxes .inset .columns__column:nth-child(2) {
  background-color: var(--aqua);
}
section.contact-boxes .inset:after {
  background-color: var(--aqua);
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: calc((100vw - var(--max-width)) / 2);
}
footer#footer {
  background-color: var(--teal);
  color: var(--white);
  position: relative;
  text-align: left;
  z-index: 100;
}
footer#footer .inset {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 0;
  justify-content: space-between;
  max-width: none;
}
footer#footer .inset .columns {
  gap: 0;
}
footer#footer .inset .columns__column {
  color: var(--white);
  display: block;
  padding: 40px 40px 80px;
}
footer#footer .inset .columns__column .wf-button {
  font-size: 1.125rem;
}
footer#footer .inset .columns__column:nth-child(1) {
  background-color: var(--white);
  color: var(--black);
}
footer#footer .inset .columns__column:nth-child(2) {
  text-align: center;
}
footer#footer .inset .columns__column:nth-child(3) {
  background-color: var(--aqua);
}
footer#footer .inset .columns__column h3 {
  color: var(--white);
  margin-bottom: 20px;
}
footer#footer .inset .columns__column p,
footer#footer .inset .columns__column ul {
  color: var(--white);
  font-size: 1.125em;
  margin-bottom: 20px;
}
footer#footer .inset .columns__column img.home-logo {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
.contact-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-boxes .box {
  --icon-size: 40px;
  background-color: transparent;
  color: var(--white);
  font-size: 1.125em;
  min-height: var(--icon-size);
  padding: 5px 0 0 calc(var(--icon-size) + 20px);
  position: relative;
  text-align: left;
}
.contact-boxes .box:before {
  background-color: var(--white);
  content: '';
  display: block;
  height: var(--icon-size);
  width: var(--icon-size);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact-boxes .box--phone:before {
  mask: url('../images/icons/phone.svg') no-repeat center;
  mask-size: contain;
}
.contact-boxes .box--email:before {
  mask: url('../images/icons/email.svg') no-repeat center;
  mask-size: contain;
}
.contact-boxes .box--location:before {
  height: calc(var(--icon-size) + 10px);
  mask-size: contain;
  mask: url('../images/icons/location.svg') no-repeat center;
  left: -3px;
  width: calc(var(--icon-size) + 10px);
}
.contact-boxes .box h3 {
  margin-bottom: 10px;
}
.contact-boxes .box p {
  margin-bottom: 20px;
}
.contact-boxes .box a {
  color: var(--white);
  text-decoration: none;
}
.contact-boxes .box a:hover {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.contact-boxes .box .wf-button {
  background-color: var(--blue);
  color: var(--white);
}
.contact-boxes .box .wf-button:hover {
  background-color: var(--blue-dark);
}
.social-links {
  display: block;
  margin-bottom: 25px;
}
.social-links ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links ul li {
  display: grid;
  padding: 0;
  place-items: center;
  width: 40px;
  height: 40px;
}
.social-links ul li a {
  display: block;
}
.social-links ul li a svg {
  display: block;
  fill: var(--white);
  height: 40px;
  width: auto;
}
.social-links ul li a:hover {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
  padding: 40px 0;
}
.posts__item {
  border-radius: 5px;
  box-shadow: var(--shadow-elevation-medium);
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.posts__item__image img {
  background-color: var(--grey-light);
  border-radius: 5px;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.posts__item__content {
  display: block;
  font-size: 1em;
  font-weight: 400;
  gap: 10px;
  line-height: 1.5;
  padding: 20px 0 0;
}
.posts__item__content__type {
  margin-bottom: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.posts__item__content__type span {
  background-color: var(--blue-bright);
  border-radius: 3px;
  color: var(--white);
  font-size: 0.9em;
  font-weight: 500;
  padding: 5px 10px;
  text-transform: uppercase;
}
.posts__item__content h3 {
  color: var(--blue);
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 0.25em;
}
.posts__item__content__date {
  color: var(--black);
  margin-bottom: 1.5em;
}
.posts__item__content .wf-button {
  width: fit-content;
}
.posts__item__content .wf-button:hover {
  color: var(--white);
}
.copyright {
  background-color: var(--purple);
  color: var(--white);
  font-size: 0.875em;
  padding: 20px;
  text-align: center;
}
.copyright a {
  color: var(--white);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.copyright a:hover {
  color: var(--blue);
}
.grid-slider {
  padding: 0 50px;
  position: relative;
}
.grid-slider .holder {
  --gap: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.grid-slider .holder .strip {
  display: grid;
  grid-template-columns: repeat(var(--num), 1fr);
  gap: 0;
  top: 0;
  left: 0;
  position: relative;
  white-space: nowrap;
  width: calc(var(--num) / var(--per) * 100%);
}
.grid-slider .holder .strip.sliding {
  transition: transform 250ms ease-in-out;
}
.grid-slider .holder .strip .item {
  box-sizing: border-box;
  display: block;
  height: 100%;
  max-width: none !important;
  padding: 10px;
  text-wrap: auto;
}
.grid-slider .arrow {
  background-color: var(--blue);
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 1000;
  transition: all var(--transition-duration) ease-in-out;
}
.grid-slider .arrow:hover {
  background-color: var(--bright-blue);
}
.grid-slider .arrow:before {
  display: block;
  height: 40px;
  transition: all var(--transition-duration) ease-in-out;
  width: 24px;
}
.grid-slider .arrow--left {
  left: 0;
}
.grid-slider .arrow--left:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z"/></svg>');
  right: 0;
}
.grid-slider .arrow--right {
  right: 0;
}
.grid-slider .arrow--right:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z"/></svg>');
  left: -5px;
}
.grid-slider .dots {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.grid-slider .dots .dot {
  background-color: var(--blue);
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  width: 10px;
}
.grid-slider .dots .dot.active {
  background-color: var(--bright-blue);
}
.form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  margin: 30px auto 0;
  max-width: 1000px;
}
.form .field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.form .field--half {
  width: calc(50% - 10px);
}
.form .field:has(button) {
  justify-content: center;
  margin-top: 10px;
}
.form .field label {
  font-size: 1em;
  line-height: 1.2;
  text-wrap: pretty;
}
.form .field input,
.form .field select,
.form .field textarea {
  background-color: var(--black);
  border: none;
  color: var(--white);
  font-family: var(--font-family);
  font-size: 1.2em;
  padding: 12px 15px;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.form .field input:focus,
.form .field select:focus,
.form .field textarea:focus {
  background: var(--black);
  outline: none;
}
.form .field--checkbox {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 0;
}
.form .field--checkbox label {
  text-align: left;
  /*font-size: 1.1em;
                line-height: 1.3;
                text-wrap: pretty;*/
}
.form .field input[type="checkbox"] {
  display: none;
}
.form .field input[type="checkbox"] + label {
  cursor: pointer;
  display: block;
  font-family: var(--montserrat);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 2px 0 0 40px;
  position: relative;
  transition: background 0.1s, color 0.1s;
  text-wrap: balance;
}
.form .field input[type="checkbox"] + label:before {
  border: 2px solid var(--white);
  border-radius: 4px;
  content: '';
  display: block;
  font-family: var(--font-awesome);
  font-size: 1rem;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.form .field input[type="checkbox"]:checked + label:before {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--blue);
  content: '\f00c';
}
.form .field textarea {
  height: 200px;
  resize: none;
}
.form .field button {
  background-color: var(--orange);
  border: none;
  border-radius: 5px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all var(--transition-duration) ease-in-out;
  cursor: pointer;
  padding: 10px 40px;
}
.form .field button:hover {
  background-color: var(--rose);
}
.form .field button--blue {
  background-color: var(--blue);
}
.form .field button--blue:hover {
  background-color: var(--purple);
}
.popup {
  background-color: var(--white);
  border-radius: 5px;
  border: 1px solid var(--orange);
  bottom: 20px;
  box-shadow: var(--shadow-elevation-medium);
  display: flex;
  flex-direction: column;
  gap: 10px;
  right: 20px;
  opacity: 0;
  width: 100%;
  max-width: 400px;
  padding: 20px 60px 30px 30px;
  position: fixed;
  z-index: 1000;
  animation: popup-fade-in 600ms ease-in-out forwards;
  animation-delay: 2s;
}
.popup h2 {
  color: var(--purple);
  font-size: 2em;
  margin-bottom: 0.5em;
}
.popup p {
  color: var(--black);
  font-size: 1.1em;
  line-height: 1.5;
  margin: 0;
}
.popup p a {
  color: var(--orange);
  font-weight: 500;
  text-decoration: none;
  transition: all var(--transition-duration) ease-in-out;
}
.popup p a:hover {
  color: var(--blue-bright);
}
.popup .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1em;
  gap: 0.5em;
}
.popup__close {
  color: var(--orange);
  cursor: pointer;
  display: block;
  font-size: 1.5em;
  height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-decoration: none;
  top: 10px;
  transition: color var(--transition-duration) ease-in-out;
  width: 30px;
}
.popup__close:before {
  content: '\f00d';
  font-family: var(--font-awesome);
}
.popup__close:hover {
  color: var(--rose);
}
.popup--closed {
  animation: popup-fade-out 300ms ease-in-out forwards;
}
@keyframes popup-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes popup-fade-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
a.back-to-top {
  background-color: var(--blue);
  border-radius: 0;
  bottom: 20px;
  color: #FFF;
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  transform: translateX(100px);
  transition: all 0.2s ease-in-out;
  z-index: 1000;
}
a.back-to-top i {
  color: #FFF;
  font-size: 1.2em;
  line-height: 50px;
}
a.back-to-top.active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
a.back-to-top:hover {
  background-color: var(--blue-dark);
}
.yt-embed {
  max-width: 100% !important;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
}
.yt-embed iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}
.yt-embed .yt-embed-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox-overlay {
  background-color: rgba(0, 0, 0, 0.69);
  backdrop-filter: blur(5px);
  display: none;
  height: 100vh;
  left: 0;
  overflow: hidden auto;
  padding: 60px;
  position: fixed;
  top: 0;
  width: 100vw;
  animation: lightbox-fade-in 0.25s ease-in-out forwards;
  z-index: 11000;
}
.lightbox-overlay--active {
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes lightbox-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lightbox-overlay .lightbox__content img {
  outline: 1px solid var(--black);
  outline-offset: 2px;
  max-width: 100%;
  width: 100%;
}
.lightbox-overlay .lightbox__close {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}
.lightbox-overlay .lightbox__close::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23FFF" d="M393.4 41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 256 438.6 425.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 301.3 54.6 470.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0L224 210.7 393.4 41.4z"/></svg>');
  display: block;
  text-align: center;
}
.lightbox-overlay .lightbox__arrow {
  cursor: pointer;
  display: block;
  height: 60px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1000;
}
.lightbox-overlay .lightbox__arrow:before {
  display: block;
  height: 30px;
  position: absolute;
  top: 50%;
  transition: all var(--transition-duration) ease-in-out;
  transform: translateY(-50%);
  width: 30px;
}
.lightbox-overlay .lightbox__arrow--prev {
  left: 10px;
}
.lightbox-overlay .lightbox__arrow--prev:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z"/></svg>');
  right: 0;
}
.lightbox-overlay .lightbox__arrow--prev:hover:before {
  right: 10px;
}
.lightbox-overlay .lightbox__arrow--next {
  right: 10px;
}
.lightbox-overlay .lightbox__arrow--next:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z"/></svg>');
  left: 0;
}
.lightbox-overlay .lightbox__arrow--next:hover:before {
  left: 10px;
}
.redirect-overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  display: none;
  height: 100vh;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100vw;
  z-index: 12000;
}
.redirect-overlay--active {
  display: flex;
}
.redirect-overlay__content {
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: var(--shadow-elevation-medium);
  color: var(--black);
  max-width: 600px;
  padding: 30px 20px;
}
.redirect-overlay__content h2 {
  color: var(--purple);
  font-size: 2em;
  margin-bottom: 0.5em;
}
.redirect-overlay__content p {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
  .not-mobile {
    display: none;
  }
  #is-mobile {
    display: block;
  }
  body {
    /*h1 {
            font-size: 2.8em;
        }

        h2 {
            font-size: 2.4em;
        }

        h3 {
            font-size: 1.2em;

            &.label {
                font-size: 1.2em;
                margin-bottom: 0;
            }
        }*/
  }
  header#header {
    --logo-width: 100%;
  }
  header#header .inset {
    height: var(--header-height);
  }
  header#header .inset .branding {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 50px);
  }
  header#header .inset .branding img {
    max-width: 280px;
  }
  header#header .inset .branding a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    aspect-ratio: 400/65;
    position: relative;
    width: 100%;
  }
  header#header .inset nav {
    align-items: center;
    background-color: var(--white);
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    height: calc(100vh - var(--header-height));
    justify-content: flex-start;
    left: 0;
    padding: 0 0 40px;
    position: fixed;
    top: var(--header-height);
    width: calc(100%);
  }
  header#header .inset nav:before {
    display: none;
  }
  header#header .inset nav .menu-main-menu-container {
    font-size: 1.25em;
    order: 1;
    width: 100%;
  }
  header#header .inset nav .menu-main-menu-container ul.menu > li:last-child {
    margin-left: 0;
    padding: 20px;
  }
  header#header .inset nav .menu-main-menu-container ul.menu > li > ul.sub-menu {
    display: block;
    font-size: 1rem;
    position: relative;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    animation: none;
  }
  header#header .inset nav .menu-main-menu-container ul.menu > li > ul.sub-menu > li {
    margin: -10px 0 20px;
    padding: 0;
  }
  header#header .inset nav .menu-main-menu-container ul.menu > li > ul.sub-menu > li > a {
    padding: 10px 20px;
  }
  header#header .inset nav .menu-main-menu-container ul.menu > li:hover > ul.sub-menu {
    position: relative;
    /*top: auto;
                                    width: 100%;
                                    animation: none;*/
  }
  header#header .inset nav ul.menu {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  header#header .inset nav ul.menu li {
    width: 100%;
    text-align: center;
  }
  header#header .inset nav ul.menu li > span,
  header#header .inset nav ul.menu li a {
    display: block;
    padding: 20px;
    width: 100%;
  }
  header#header .mobile-menu-button {
    --line-inset: 7px;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    z-index: 1000;
  }
  header#header .mobile-menu-button__line {
    background-color: var(--black);
    border-radius: 2px;
    position: absolute;
    top: calc(var(--line-inset) + 4px);
    left: var(--line-inset);
    height: 4px;
    width: calc(100% - (var(--line-inset) * 2));
    transition: all 0.1s ease-in-out;
  }
  header#header .mobile-menu-button__line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  header#header .mobile-menu-button__line:nth-child(3) {
    top: auto;
    bottom: calc(var(--line-inset) + 4px);
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(2) {
    display: none;
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(3) {
    bottom: 18px;
    transform: rotate(-45deg);
  }
  header#header.menus--active {
    background-color: var(--white);
    position: fixed;
    z-index: 1000;
  }
  header#header.menus--active .inset nav {
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
  }
  body.scrolling header#header {
    --logo-width: 100%;
  }
  .columns {
    flex-direction: column;
    gap: 20px;
  }
  .columns__column {
    flex-direction: column;
    width: 100%;
  }
  .columns__column--border-left {
    border-left: none;
    padding-left: 0;
  }
  .columns__column--border-right {
    border-right: none;
    padding-right: 0;
  }
  section.basic .inset {
    flex-direction: column;
    gap: 10px;
    padding: 40px 20px;
  }
  section.basic .inset ul.four-columns {
    grid-template-columns: 1fr 1fr !important;
  }
  section.basic--default .inset {
    flex-direction: column;
    text-align: center;
  }
  section.half-image .inset .columns {
    flex-direction: column;
    gap: 20px;
  }
  section.half-image .inset .columns .columns__column {
    padding: 30px;
    width: 100%;
  }
  section.half-image .inset .columns .columns__column--copy {
    padding: 30px;
  }
  section.half-image .inset .columns .columns__column--copy img {
    max-width: calc(100% - 100px);
    width: 100%;
  }
  section.half-image .inset .columns .columns__column--image,
  section.half-image .inset .columns .columns__column--youtube {
    padding: 0;
  }
  section.sponsors .inset {
    padding: 40px 20px;
  }
  section.sponsors .inset h2,
  section.sponsors .inset h3 {
    text-align: center;
  }
  section.sponsors .inset .sponsors {
    gap: 20px;
    max-width: calc(var(--max-width) - 40px);
  }
  section.sponsors .inset .sponsors--logos {
    gap: 20px;
  }
  section.sponsors .inset .sponsors__sponsor--name-only {
    font-size: 1em;
    max-width: 100%;
  }
  section.partners .inset {
    padding: 40px 20px;
  }
  section.partners .inset h2,
  section.partners .inset h3 {
    text-align: center;
  }
  section.partners .inset .partners {
    gap: 20px;
    max-width: calc(var(--max-width) - 40px);
  }
  section.partners .inset .partners--logos {
    gap: 20px;
  }
  section.partners .inset .partners__sponsor--name-only {
    font-size: 1em;
    max-width: 100%;
  }
  section.counters {
    padding: 0;
  }
  section.counters .inset {
    padding: 20px;
  }
  section.counters .counters {
    flex-direction: column;
    gap: 30px;
    margin: 20px auto 0;
  }
  section.counters .counters__item {
    flex-basis: 100%;
    width: 100%;
  }
  section.counters .counters__item__icon img {
    height: 100px;
  }
  section.counters .counters__item__number {
    font-size: 3em;
  }
  section.counters .counters__item__label {
    font-size: 1em;
  }
  section.page .inset .columns {
    flex-direction: column;
    gap: 20px;
  }
  section.page .inset .columns__column {
    padding: 20px 0;
    width: 100%;
  }
  section.page .inset .columns__column--border-right:before {
    display: none;
  }
  section.page .inset .houses {
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }
  section.page .inset .houses .house {
    width: 220px;
    aspect-ratio: 240/150;
    padding: 40px 20px 20px;
  }
  section.boxes .grid .row {
    padding: 0 20px;
    flex-direction: column !important;
    gap: 20px;
    order: 2;
  }
  section.boxes .grid .row .box--image {
    width: 100%;
  }
  section.boxes .grid .row .box--text {
    width: 100%;
    padding: 20px;
  }
  section.boxes .grid .row--text {
    order: 1;
  }
  section.boxes .grid .row--text .box--image {
    position: relative;
    width: 100%;
    height: auto;
  }
  section.boxes .grid .row--text .box--text {
    width: 100%;
    padding: 20px;
  }
  section.cta .inset {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
  }
  section.cta .inset span {
    font-size: 1.2em;
    text-align: center;
  }
  .posts {
    grid-template-columns: 1fr;
  }
  footer#footer .inset {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0;
  }
  footer#footer .inset .columns__column {
    padding: 40px 20px;
  }
  footer#footer .inset .columns__column img.home-logo {
    max-width: 200px;
  }
  footer#footer .inset .box--social {
    justify-content: center;
    width: 100%;
  }
  footer#footer .inset .box--social ul {
    justify-content: center;
  }
}
/*# sourceMappingURL=style.less.css.map */