@import 'variables.css';
#is-mobile {
  display: none;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #403B4A;
  /* fallback for old browsers */
  color: var(--white);
  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);
}
.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;
}
.home-wrap {
  background: #0F2027;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #2C5364, #203A43, #0F2027);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #2C5364, #203A43, #0F2027);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  min-height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-wrap img {
  max-width: 400px;
  height: auto;
  width: calc(100% - 40px);
  display: block;
  filter: drop-shadow(0 0 8px rgba(16, 38, 45, 0.5)) drop-shadow(0 0 40px rgba(16, 38, 44, 0.5));
}
footer#footer {
  background-color: #2C5364;
}
footer#footer .copyright {
  color: #b9e5f8cc;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 0.9em;
}
@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 a {
    display: flex;
    align-items: center;
    justify-content: center;
    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 */