*,
*::before,
*::after {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }

html {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

picture,
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

img,
iframe {
  vertical-align: middle;
  border-style: none; }

form {
  margin: 0 auto; }

input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  margin: 0; }

select::-ms-expand {
  display: none; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

@font-face {
  font-family: 'Neutrif Pro Regular';
  src: url("/public/templates/fonts/NeutrifPro-Regular.eot"), url("/public/templates/fonts/NeutrifPro-Regular.eot?#iefix") format("embedded-opentype"), url("/public/templates/fonts/NeutrifPro-Regular.woff2") format("woff2"), url("/public/templates/fonts/NeutrifPro-Regular.woff") format("woff"), url("/public/templates/fonts/NeutrifPro-Regular.ttf") format("truetype"), url("/public/templates/fonts/NeutrifPro-Regular.svg#NeutrifPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Neutrif Pro Medium';
  src: url("/public/templates/fonts/NeutrifPro-Medium.eot"), url("/public/templates/fonts/NeutrifPro-Medium.eot?#iefix") format("embedded-opentype"), url("/public/templates/fonts/NeutrifPro-Medium.woff2") format("woff2"), url("/public/templates/fonts/NeutrifPro-Medium.woff") format("woff"), url("/public/templates/fonts/NeutrifPro-Medium.ttf") format("truetype"), url("/public/templates/fonts/NeutrifPro-Medium.svg#NeutrifPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("/public/templates/fonts/icomoon.eot"), url("/public/templates/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/public/templates/fonts/icomoon.woff2") format("woff2"), url("/public/templates/fonts/icomoon.woff") format("woff"), url("/public/templates/fonts/icomoon.ttf") format("truetype"), url("/public/templates/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^='icon-']:before,
[class*=' icon-']:before,
[class^='icon-']:after,
[class*=' icon-']:after {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right:before {
  content: '\e900'; }

.icon-arrow-left:before {
  content: '\e901'; }

.icon-arrow-next:before {
  content: '\e902'; }

.icon-arrow-prev:before {
  content: '\e903'; }

.icon-arrow-down:before {
  content: '\e904'; }

.icon-arrow-up:before {
  content: '\e905'; }

.icon-check:before {
  content: '\e906'; }

.icon-close:before {
  content: '\e907'; }

.icon-add:before {
  content: '\e908'; }

.icon-play:before {
  content: '\e909'; }

.icon-email:before {
  content: '\e90a'; }

.icon-facebook:before {
  content: '\e90b'; }

.icon-linkedin:before {
  content: '\e90c'; }

.icon-twitter:before {
  content: '\e90d'; }

.icon-whatsapp:before {
  content: '\e90e'; }

.icon-instagram:before {
  content: '\e90f'; }

.icon-phone:before {
  content: '\e942'; }

/* Font settings */
/* Size settings */
/* Z-index settings */
/* Color settings */
/* black */
/* white */
/* Purple */
/* Neon Green */
/* beige */
/* white */
/* black */
/* lightblue */
/* yellow */
/* beige */
/* Light Grey */
/* grey */
/* lightblue */
/* yellow */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftLight {
  from {
    opacity: 0;
    transform: translate3d(-15%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightLight {
  from {
    opacity: 0;
    transform: translate3d(15%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

@keyframes slideTop {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }

@keyframes fadeInTopLight {
  0% {
    opacity: 0;
    transform: translateY(15%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

::selection {
  background: rgba(255, 255, 255, 0.1); }

.component-section:not(.state-sub) + .component-section:not(.state-sub), .page-wrap > .primary-section:not(.state-sub) + .component-section:not(.state-sub), .basic-blocks-cont:not(.state-sub) + .component-section:not(.state-sub), #bottom .inner:not(.state-sub) + .component-section:not(.state-sub), .page-wrap > .component-section:not(.state-sub) + .primary-section:not(.state-sub), .page-wrap > .primary-section:not(.state-sub) + .primary-section:not(.state-sub), .page-wrap > .basic-blocks-cont:not(.state-sub) + .primary-section:not(.state-sub), #bottom .page-wrap > .inner:not(.state-sub) + .primary-section:not(.state-sub), .component-section:not(.state-sub) + .basic-blocks-cont:not(.state-sub), .page-wrap > .primary-section:not(.state-sub) + .basic-blocks-cont:not(.state-sub), .basic-blocks-cont:not(.state-sub) + .basic-blocks-cont:not(.state-sub), #bottom .inner:not(.state-sub) + .basic-blocks-cont:not(.state-sub), #bottom .component-section:not(.state-sub) + .inner:not(.state-sub), #bottom .page-wrap > .primary-section:not(.state-sub) + .inner:not(.state-sub), #bottom .basic-blocks-cont:not(.state-sub) + .inner:not(.state-sub), #bottom .inner:not(.state-sub) + .inner:not(.state-sub) {
  padding-top: 0; }

.component-section + .component-section:not(.state-sub), .page-wrap > .primary-section + .component-section:not(.state-sub), .basic-blocks-cont + .component-section:not(.state-sub), #bottom .inner + .component-section:not(.state-sub), .page-wrap > .component-section + .primary-section:not(.state-sub), .page-wrap > .primary-section + .primary-section:not(.state-sub), .page-wrap > .basic-blocks-cont + .primary-section:not(.state-sub), #bottom .page-wrap > .inner + .primary-section:not(.state-sub), .component-section + .basic-blocks-cont:not(.state-sub), .page-wrap > .primary-section + .basic-blocks-cont:not(.state-sub), .basic-blocks-cont + .basic-blocks-cont:not(.state-sub), #bottom .inner + .basic-blocks-cont:not(.state-sub), #bottom .component-section + .inner:not(.state-sub), #bottom .page-wrap > .primary-section + .inner:not(.state-sub), #bottom .basic-blocks-cont + .inner:not(.state-sub), #bottom .inner + .inner:not(.state-sub) {
  padding-top: 0; }

.component-section:not(.teachers-cont):not(.state-sub) + #bottom, .page-wrap > .primary-section:not(.teachers-cont):not(.state-sub) + #bottom, .basic-blocks-cont:not(.teachers-cont):not(.state-sub) + #bottom, #bottom .inner:not(.teachers-cont):not(.state-sub) + #bottom {
  margin-top: 1.875rem; }
  @media (min-width: 1050px) {
    .component-section:not(.teachers-cont):not(.state-sub) + #bottom, .page-wrap > .primary-section:not(.teachers-cont):not(.state-sub) + #bottom, .basic-blocks-cont:not(.teachers-cont):not(.state-sub) + #bottom, #bottom .inner:not(.teachers-cont):not(.state-sub) + #bottom {
      margin-top: 2.0833vw; } }

.primary-section .main-content .flex-vid {
  margin-bottom: 1.875rem; }

.primary-section .main-content > *:last-child {
  margin-bottom: 0; }

@media (min-width: 1050px) {
  .primary-section .main-content {
    width: 73%;
    margin-left: 27%;
    margin-top: 5.9375rem; }
    .primary-section .main-content:only-child {
      margin: 0 auto;
      flex-grow: 1; } }

.primary-section .main-content + .sidebar:not(:empty) {
  margin-top: 1.875rem; }
  @media (min-width: 1050px) {
    .primary-section .main-content + .sidebar:not(:empty) {
      margin-top: 0; } }

.primary-section .main-content .headings-box:not(:last-child) {
  margin-bottom: 1.5625rem; }
  @media (min-width: 1050px) {
    .primary-section .main-content .headings-box:not(:last-child) {
      margin-bottom: 2.083vw; } }

.primary-section .main-content img,
.primary-section .main-content picture,
.primary-section .main-content iframe {
  max-width: 100%; }

.primary-section .main-content h1 {
  font-size: 70px;
  font-size: 3.86vw; }
  @media (max-width: 647.66839px) {
    .primary-section .main-content h1 {
      font-size: 25px; } }
  @media (min-width: 2176.1658px) {
    .primary-section .main-content h1 {
      font-size: 84px; } }

@media (min-width: 1050px) {
  .primary-section .sidebar {
    width: 27%;
    position: fixed;
    left: 0;
    top: 95px;
    height: calc(100vh - 95px); } }

.primary-section .sidebar:empty {
  display: none; }

.page-wrap > .primary-section {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1050px) {
    .page-wrap > .primary-section {
      padding-top: 5.55vw;
      padding-bottom: 5.55vw; } }
  @media (min-width: 1050px) {
    .page-wrap > .primary-section.state-small {
      padding-top: 5.55vw;
      padding-bottom: 5.55vw; } }
  @media (min-width: 1050px) {
    .page-wrap > .primary-section {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

hr {
  height: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 1.875rem; }

.flex-img img {
  width: 100%;
  display: block; }

.basic-blocks-cont {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative; }
  @media (min-width: 1050px) {
    .basic-blocks-cont {
      padding-top: 5.55vw;
      padding-bottom: 5.55vw; } }
  @media (min-width: 1050px) {
    .basic-blocks-cont.state-small {
      padding-top: 5.55vw;
      padding-bottom: 5.55vw; } }
  .basic-blocks-cont .inner-wrap {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1050px) {
      .basic-blocks-cont .inner-wrap {
        padding-left: 1.875rem;
        padding-right: 1.875rem; } }
  @media (min-width: 395px) {
    .basic-blocks-cont .items-wrap {
      display: flex;
      flex-wrap: wrap;
      margin-left: -0.3125rem;
      margin-right: -0.3125rem; } }
  @media (min-width: 500px) {
    .basic-blocks-cont .items-wrap {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .basic-blocks-cont .items-wrap .block-item:not(:first-child) {
    margin-top: 2.49938rem; }
    @media (min-width: 400px) {
      .basic-blocks-cont .items-wrap .block-item:not(:first-child) {
        margin-top: 3.75rem; } }
    @media (min-width: 750px) {
      .basic-blocks-cont .items-wrap .block-item:not(:first-child) {
        margin-top: 5.555vw; } }
  .basic-blocks-cont .items-wrap .block-item > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 395px) {
    .basic-blocks-cont .items-wrap .block-item {
      flex: 0 1 50%; }
      .basic-blocks-cont .items-wrap .block-item:nth-child(2) {
        margin-top: 0; } }
  @media (min-width: 750px) {
    .basic-blocks-cont .items-wrap .block-item {
      flex-basis: 33.333%; }
      .basic-blocks-cont .items-wrap .block-item:nth-child(3) {
        margin-top: 0; } }
  @media (min-width: 1050px) {
    .basic-blocks-cont .items-wrap .block-item {
      flex-basis: 25%; }
      .basic-blocks-cont .items-wrap .block-item:nth-child(4) {
        margin-top: 0; }
      .basic-blocks-cont .items-wrap .block-item .info-box {
        max-width: 60%; } }
  @media (min-width: 395px) {
    .basic-blocks-cont .items-wrap .block-item .block-item-inner {
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; } }
  @media (min-width: 500px) {
    .basic-blocks-cont .items-wrap .block-item .block-item-inner {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media (max-width: 580px) {
    .basic-blocks-cont .items-wrap .block-item .block-item-inner .title {
      font-size: 12px !important; } }
  .basic-blocks-cont .items-wrap .block-item .block-item-inner .desc {
    margin-bottom: 2.083vw;
    max-height: 4.25rem;
    min-height: 4.25rem;
    overflow: hidden; }
    .basic-blocks-cont .items-wrap .block-item .block-item-inner .desc:after {
      content: '';
      display: block;
      height: 43px;
      background: linear-gradient(rgba(226, 213, 208, 0.4), rgba(226, 213, 208, 0.99));
      width: 100%;
      position: absolute;
      bottom: -10px;
      left: 0; }

body {
  background-color: #000000; }
  body.site:not(.ready) {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  body.ready .loading-spinner {
    display: none; }
  body.ready .page-wrap {
    animation: fadeIn 0.6s;
    animation-fill-mode: both;
    visibility: visible;
    opacity: 1; }
  body.ready .bottom-nav.state-sticky {
    animation: slideTop 0.6s;
    animation-fill-mode: both; }
  body.state-modal-overlay-open {
    overflow: hidden; }
    @media (max-width: 750px) {
      body.state-modal-overlay-open {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; } }

#top {
  padding: 30px 0;
  max-height: 95px;
  min-height: 95px; }
  @media (min-width: 1050px) {
    #top {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1337; } }
  #top img {
    height: 45px;
    max-height: 45px; }
  #top .inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1050px) {
      #top .inner {
        padding-left: 1.875rem;
        padding-right: 1.875rem; } }

.primary-section .main-content {
  position: relative;
  overflow: hidden;
  padding: 0.9375rem; }
  @media (min-width: 1050px) {
    .primary-section .main-content {
      padding: 2.8125rem; } }
  .primary-section .main-content p:last-child {
    margin-bottom: 0; }
  .primary-section .main-content iframe {
    width: 100% !important; }
  .primary-section .main-content .bg-visual {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -200px;
    max-height: 31.25rem; }
  .primary-section .main-content h1 {
    font-family: "Neutrif Pro Regular", sans-serif;
    font-size: 2rem;
    margin-top: 0;
    font-weight: 100;
    margin-bottom: 3.75rem;
    background: linear-gradient(90deg, #fff 30%, #ff0 67%, #ff0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (min-width: 550px) {
      .primary-section .main-content h1 {
        font-size: 3.4375rem; } }
    @media (min-width: 1050px) {
      .primary-section .main-content h1 {
        font-size: 4.375rem; } }
  .primary-section .main-content h2 {
    color: #FFFF00;
    font-size: 1.5rem;
    font-weight: 400; }
  .primary-section .main-content .priority-block {
    margin-top: 2.8125rem; }
    @media (min-width: 1050px) {
      .primary-section .main-content .priority-block {
        margin-top: 4.375rem; } }
    .primary-section .main-content .priority-block .priority {
      background-color: #1F1F1F;
      padding: 1.875rem; }
      .primary-section .main-content .priority-block .priority + .priority {
        margin-top: 1.25rem; }
    .primary-section .main-content .priority-block .title {
      font-family: "Neutrif Pro Medium", sans-serif;
      font-size: 1.5rem;
      margin-bottom: 0.625rem;
      position: relative;
      padding-left: 30px; }
      .primary-section .main-content .priority-block .title .icon {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }

.primary-section .sidebar {
  background-color: #1F1F1F;
  padding-top: 1.875rem; }
  @media (min-width: 1050px) {
    .primary-section .sidebar .inner {
      height: 100%;
      display: flex;
      flex-direction: column; } }
  .primary-section .sidebar .block-title {
    font-family: "Neutrif Pro Medium", sans-serif;
    font-size: 2.125rem;
    padding-left: 0.9375rem; }
    @media (min-width: 1050px) {
      .primary-section .sidebar .block-title {
        flex: 0 0 auto;
        padding-left: 1.875rem; } }
    @media (max-width: 1049px) {
      .primary-section .sidebar .block-title.state-visible .icon {
        transform: rotate(-90deg); } }
    .primary-section .sidebar .block-title .icon {
      display: none;
      transition: all .2s ease-in-out; }
      @media (max-width: 1050px) {
        .primary-section .sidebar .block-title .icon {
          display: inline-block;
          margin-left: 20px;
          width: 10px;
          transform: rotate(90deg); } }
  .primary-section .sidebar .help-block {
    background-color: #363636;
    padding: 1.875rem;
    font-size: 1.25rem;
    font-family: "Neutrif Pro Medium", sans-serif;
    display: none; }
    @media (min-width: 1050px) {
      .primary-section .sidebar .help-block {
        display: block;
        flex: 0 0 auto;
        margin-top: auto; } }
    @media (max-width: 1049px) {
      .primary-section .sidebar .help-block.state-visible {
        animation: fadeInTopLight 0.5s;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        animation-fill-mode: both;
        display: block; } }
    .primary-section .sidebar .help-block .icon {
      display: inline-block;
      position: relative;
      top: -1px;
      margin-right: 0.3125rem; }
  .primary-section .sidebar .list-items {
    padding-left: 0;
    display: none; }
    @media (min-width: 1050px) {
      .primary-section .sidebar .list-items {
        flex: 0  auto;
        display: block; } }
    @media (max-width: 1049px) {
      .primary-section .sidebar .list-items.state-visible {
        animation: fadeInTopLight 0.5s;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        animation-fill-mode: both;
        display: block; } }
    .primary-section .sidebar .list-items li {
      font-family: "Neutrif Pro Medium", sans-serif;
      padding-left: 1.875rem;
      font-size: 1.25rem; }
      .primary-section .sidebar .list-items li:before {
        display: none; }
      .primary-section .sidebar .list-items li:not(:last-of-type) {
        border-bottom: 0.125rem solid #2F2F2F;
        padding-bottom: 0.625rem;
        margin-bottom: 0.625rem; }
      .primary-section .sidebar .list-items li a {
        display: block; }
      .primary-section .sidebar .list-items li.state-current {
        position: relative; }
        .primary-section .sidebar .list-items li.state-current a {
          color: #FFFF00; }
        .primary-section .sidebar .list-items li.state-current:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          height: 1.4375rem;
          width: 0.25rem;
          background-color: #FFFF00;
          border-radius: 0; }
      .primary-section .sidebar .list-items li.state-submenu .submenu {
        display: none; }
      @media (max-width: 1049px) {
        .primary-section .sidebar .list-items li.state-submenu.state-visible .icon {
          transform: rotate(90deg); }
        .primary-section .sidebar .list-items li.state-submenu.state-visible .submenu {
          animation: fadeInTopLight 0.5s;
          animation-fill-mode: both;
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation-fill-mode: both;
          display: block; } }
      @media (min-width: 1050px) {
        .primary-section .sidebar .list-items li.state-submenu:hover .icon {
          transform: rotate(90deg); }
        .primary-section .sidebar .list-items li.state-submenu:hover .submenu {
          animation: fadeInLeftLight 0.5s;
          animation-fill-mode: both;
          display: block; } }
      .primary-section .sidebar .list-items li.state-submenu li {
        font-family: "Neutrif Pro Regular", sans-serif;
        padding-left: 0;
        margin-bottom: 0;
        border-bottom: none;
        font-size: 1.125rem; }
        .primary-section .sidebar .list-items li.state-submenu li:first-of-type {
          margin-top: 0.625rem; }
      .primary-section .sidebar .list-items li .icon {
        position: absolute;
        left: 0.625rem;
        top: 0.4375rem;
        transition: all .2s ease-in-out; }

#bottom {
  background-color: #ffffff;
  position: relative; }
  #bottom .inner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1050px) {
      #bottom .inner {
        padding-top: 5.55vw;
        padding-bottom: 5.55vw; } }
    @media (min-width: 1050px) {
      #bottom .inner.state-small {
        padding-top: 5.55vw;
        padding-bottom: 5.55vw; } }
    @media (min-width: 1050px) {
      #bottom .inner {
        padding-left: 1.875rem;
        padding-right: 1.875rem; } }
    @media (min-width: 500px) {
      #bottom .inner {
        display: flex;
        justify-content: space-between;
        height: 100%; } }
  #bottom .logo-box {
    margin-bottom: 1.875rem; }
    @media (min-width: 500px) {
      #bottom .logo-box {
        flex: 0 0 auto;
        margin-bottom: 0; } }
    #bottom .logo-box .logo-wrap {
      margin-bottom: 1.875rem; }
    #bottom .logo-box .logo {
      height: 45px;
      max-height: 45px;
      display: block; }
    #bottom .logo-box .ribbon {
      height: 165px;
      max-height: 165px;
      display: block; }
      @media (min-width: 500px) {
        #bottom .logo-box .ribbon {
          margin-left: auto; } }
  @media (min-width: 500px) {
    #bottom .socials {
      flex: 0 0 auto; } }
  #bottom .socials p {
    color: #000000;
    font-family: "Neutrif Pro Medium", sans-serif;
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1; }
  #bottom .socials .socials-list a {
    display: inline-block; }
    #bottom .socials .socials-list a + a {
      margin-left: 0.9375rem; }
    @media (min-width: 1050px) {
      #bottom .socials .socials-list a {
        transition: all .2s ease-in-out; }
        #bottom .socials .socials-list a:hover {
          transform: translateY(-0.25rem); } }

.login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%; }
  @media (min-width: 900px) {
    .login {
      width: 700px; } }
  @media (min-width: 1100px) {
    .login {
      width: 900px; } }
  .login .background-visual {
    position: absolute;
    left: -200px;
    top: -170px;
    z-index: -1; }
  .login .inner {
    background-color: #1F1F1F;
    padding: 45px; }
  .login h1 {
    font-family: "Neutrif Pro Regular", sans-serif;
    font-size: 3.125rem;
    margin-top: 0;
    font-weight: 100; }
  .login p {
    max-width: 580px;
    font-size: 1rem; }
    .login p.label {
      color: #FFFF00;
      margin-bottom: 0.625rem;
      font-weight: bold; }

body.state-login {
  overflow-x: hidden; }
  body.state-login .primary-section {
    position: relative;
    min-height: 92vh; }
  body.state-login .form-row {
    position: relative; }
  body.state-login input {
    border: none;
    background-color: #363636;
    color: #ffffff;
    padding: 20px;
    font-size: 1.25rem; }
  body.state-login .btn.state-login {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #FFFF00; }

label {
  font-size: 16px;
  font-size: 1.11vw;
  display: block;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.375rem; }
  @media (max-width: 1351.35135px) {
    label {
      font-size: 15px; } }
  @media (min-width: 1729.72973px) {
    label {
      font-size: 19.2px; } }
  label .optional-note {
    font-weight: 400; }

input,
textarea,
select {
  font-size: 16px;
  font-size: 1.11vw;
  display: block;
  width: 100%;
  transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  line-height: 1.25;
  box-shadow: none; }
  @media (max-width: 1261.26126px) {
    input,
    textarea,
    select {
      font-size: 14px; } }
  @media (min-width: 1729.72973px) {
    input,
    textarea,
    select {
      font-size: 19.2px; } }
  input:focus,
  textarea:focus,
  select:focus {
    outline: none;
    border-color: #2F2F2F; }
  input.state-invalid,
  textarea.state-invalid,
  select.state-invalid {
    border-color: #FF1744; }
    input.state-invalid:focus:valid,
    textarea.state-invalid:focus:valid,
    select.state-invalid:focus:valid {
      border-color: #ffffff; }
      input.state-invalid:focus:valid + .validation,
      textarea.state-invalid:focus:valid + .validation,
      select.state-invalid:focus:valid + .validation {
        animation: fadeIn 0.3s;
        animation-fill-mode: both;
        display: block; }
  input::-ms-clear,
  textarea::-ms-clear,
  select::-ms-clear {
    display: none; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75); }

input[type='checkbox'],
input[type='radio'] {
  display: none;
  width: auto; }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 16px;
    font-size: 1.11vw;
    transition: all .3s ease-out;
    display: block;
    position: relative;
    cursor: pointer;
    color: #ffffff;
    padding-left: 1.75rem;
    margin-bottom: 0; }
    @media (max-width: 1351.35135px) {
      input[type='checkbox'] + label,
      input[type='radio'] + label {
        font-size: 15px; } }
    @media (min-width: 1729.72973px) {
      input[type='checkbox'] + label,
      input[type='radio'] + label {
        font-size: 19.2px; } }
    input[type='checkbox'] + label:not(:last-child),
    input[type='radio'] + label:not(:last-child) {
      margin-bottom: 0.625rem; }
    @media (min-width: 600px) {
      input[type='checkbox'] + label,
      input[type='radio'] + label {
        display: inline-block; }
        input[type='checkbox'] + label:not(:last-child),
        input[type='radio'] + label:not(:last-child) {
          margin-right: 0.9375rem;
          margin-bottom: 0; } }
    input[type='checkbox'] + label:before, input[type='checkbox'] + label:after,
    input[type='radio'] + label:before,
    input[type='radio'] + label:after {
      transition: all .3s ease-out;
      content: '';
      position: absolute;
      top: -0.0625rem;
      left: 0;
      width: 1.25rem;
      height: 1.25rem;
      line-height: 1.25rem; }
    input[type='checkbox'] + label:after,
    input[type='radio'] + label:after {
      font-size: 10px;
      font-size: 0.694vw;
      font-family: 'icomoon';
      font-style: normal;
      font-weight: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e906';
      display: none;
      z-index: 1;
      color: #fff;
      text-align: center; }
      @media (max-width: 1729.10663px) {
        input[type='checkbox'] + label:after,
        input[type='radio'] + label:after {
          font-size: 12px; } }
      @media (min-width: 2881.84438px) {
        input[type='checkbox'] + label:after,
        input[type='radio'] + label:after {
          font-size: 20px; } }
    input[type='checkbox'] + label:before,
    input[type='radio'] + label:before {
      border: 0.0625rem solid rgba(47, 47, 47, 0.25); }
  input[type='checkbox']:checked + label:after,
  input[type='radio']:checked + label:after {
    display: block; }
  input[type='checkbox']:checked + label:before,
  input[type='radio']:checked + label:before {
    border: 0;
    background-color: #ffffff; }

input[type='checkbox'] {
  -webkit-appearance: checkbox; }
  input[type='checkbox'] + label:before {
    border-radius: 0.25rem; }

input[type='radio'] {
  -webkit-appearance: radio; }
  input[type='radio'] + label:before {
    border-radius: 50%; }

.form-row:not(:last-child) {
  margin-bottom: 1.25rem; }

@media (min-width: 750px) {
  .form-row.state-aligned {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .form-row.state-aligned > label {
      margin-bottom: 0;
      flex: 0 0 20%; }
    .form-row.state-aligned .form-field,
    .form-row.state-aligned .form-options {
      flex: 0 1 80%; } }

.form-row.state-highlight {
  background-color: #3DFF00;
  padding: 0.9375rem; }
  .form-row.state-highlight.state-note .note {
    display: block; }

.form-row .note {
  animation: fadeIn 0.3s;
  animation-fill-mode: both;
  margin-bottom: 0;
  font-style: italic;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.625rem;
  display: none; }

.form-field {
  position: relative; }
  .form-field .validation {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.625rem; }
    .form-field .validation:after {
      font-size: 12px;
      font-size: 0.833vw;
      font-family: 'icomoon';
      font-style: normal;
      font-weight: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e906';
      color: #ffffff; }
      @media (max-width: 1680.67227px) {
        .form-field .validation:after {
          font-size: 14px; } }
      @media (min-width: 2881.15246px) {
        .form-field .validation:after {
          font-size: 24px; } }
  .form-field textarea + .validation {
    top: 0.625rem; }
  .form-field.state-select-field {
    transition: all .3s ease-out;
    background-color: #000000;
    border: 0.125rem solid rgba(47, 47, 47, 0.25);
    overflow: hidden; }
    .form-field.state-select-field select {
      position: relative;
      z-index: 2;
      background: transparent;
      border: 0;
      cursor: pointer; }
    .form-field.state-select-field:after {
      font-size: 10px;
      font-size: 0.694vw;
      font-family: 'icomoon';
      font-style: normal;
      font-weight: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: absolute;
      z-index: 1;
      right: 0.625rem;
      content: '\e904';
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 1729.10663px) {
        .form-field.state-select-field:after {
          font-size: 12px; } }
      @media (min-width: 2881.84438px) {
        .form-field.state-select-field:after {
          font-size: 20px; } }
    .form-field.state-select-field.state-invalid {
      border-color: #FF1744; }
    .form-field.state-select-field.state-valid {
      border-color: #ffffff; }

.form-row-validation {
  display: none;
  color: #FF1744;
  opacity: 0;
  transition: opacity .6s ease-out; }
  .form-row-validation:not(:last-child) {
    margin-bottom: 1.25rem; }
  .form-row-validation.state-show {
    display: block;
    opacity: 1; }
    .form-row-validation.state-show.state-double-check {
      animation: shake 0.6s;
      animation-fill-mode: both; }

.form-row-submit .btn {
  cursor: progress;
  position: relative;
  padding-right: 3.75rem; }
  .form-row-submit .btn:disabled {
    opacity: 0.3;
    cursor: not-allowed; }
  .form-row-submit .btn .state-submitting:after {
    animation: spin 0.9s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    content: '';
    display: inline-block;
    border-width: 0.3125rem;
    border-style: solid;
    border-color: #ffffff #000000 #000000;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    position: absolute;
    right: 1.875rem; }

.additional-fields {
  display: none; }
  .additional-fields:not(:last-child) {
    margin-bottom: 1.25rem; }
  .additional-fields.state-show {
    display: block;
    animation: fadeIn 0.3s;
    animation-fill-mode: both; }

.form-rows-set {
  margin-bottom: 1.25rem; }
  @media (min-width: 750px) {
    .form-rows-set {
      display: flex;
      flex-wrap: wrap;
      margin-left: -1.25rem;
      margin-bottom: 0; }
      .form-rows-set .form-row {
        flex: 0 0 auto;
        margin-left: 1.25rem; } }

.voucher-form-container .form-field .check-voucher {
  margin-top: 0.625rem;
  width: 100%; }

@media (min-width: 1000px) {
  .voucher-form-container .form-field {
    display: flex; }
    .voucher-form-container .form-field .check-voucher {
      margin-top: 0;
      margin-left: 0.625rem; } }

@media (min-width: 550px) {
  .form-inline {
    display: flex; } }

@media (max-width: 549px) {
  .form-inline .form-field + .form-row-submit {
    margin-top: 0.625rem; } }

@media (min-width: 550px) {
  .form-inline .form-field + .form-row-submit {
    margin-left: 0.625rem; } }

@media (min-width: 550px) {
  .form-inline .form-field,
  .form-inline .form-row-submit {
    flex: 1 1 auto; } }

.form-inline input {
  height: 100%; }

@media (min-width: 550px) and (max-width: 999px) {
  .form-inline button {
    flex: 0 0 33.333%; } }

html,
body {
  font-size: 18px;
  font-size: 1.25vw;
  font-family: "Neutrif Pro Regular", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 1280px) {
    html,
    body {
      font-size: 16px; } }
  @media (min-width: 1728px) {
    html,
    body {
      font-size: 21.6px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neutrif Pro Medium", sans-serif;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.5625rem; }

*:not(.label):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + h1:not(h3),
*:not(.label):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + h2:not(h3),
*:not(.label):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + h3:not(h3),
*:not(.label):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + h4:not(h3),
*:not(.label):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + h5:not(h3),
*:not(.label):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + h6:not(h3) {
  margin-top: 2.49938rem; }
  @media (min-width: 1000px) {
    *:not(.label):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + h1:not(h3),
    *:not(.label):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + h2:not(h3),
    *:not(.label):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + h3:not(h3),
    *:not(.label):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + h4:not(h3),
    *:not(.label):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + h5:not(h3),
    *:not(.label):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + h6:not(h3) {
      margin-top: 3.472vw; } }

h1 {
  font-size: 70px;
  font-size: 3.86vw;
  font-weight: 700; }
  @media (max-width: 647.66839px) {
    h1 {
      font-size: 25px; } }
  @media (min-width: 2176.1658px) {
    h1 {
      font-size: 84px; } }

h2 {
  font-size: 32px;
  font-size: 2.2vw; }
  @media (max-width: 954.54545px) {
    h2 {
      font-size: 21px; } }
  @media (min-width: 1745.45455px) {
    h2 {
      font-size: 38.4px; } }

h3 {
  font-size: 21px;
  font-size: 1.45vw;
  margin-bottom: 0.625rem; }
  @media (max-width: 1241.37931px) {
    h3 {
      font-size: 18px; } }
  @media (min-width: 1737.93103px) {
    h3 {
      font-size: 25.2px; } }

p {
  margin-top: 0;
  margin-bottom: 1.875rem;
  line-height: 2; }

ol,
ul {
  margin-top: 0;
  list-style-type: none;
  padding-left: 0; }
  ol:not(:last-child),
  ul:not(:last-child) {
    margin-bottom: 1.875rem; }
  ol li,
  ul li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.25; }
    ol li:not(:last-child),
    ul li:not(:last-child) {
      margin-bottom: 1.25rem; }
    ol li:before,
    ul li:before {
      font-size: 12px;
      font-size: 0.833vw;
      content: '';
      width: 0.625rem;
      height: 0.625rem;
      line-height: 1.6rem;
      text-align: center;
      border-radius: 50%;
      background-color: #ffffff;
      display: block;
      position: absolute;
      left: 0;
      top: 0.3125rem; }
      @media (max-width: 1440.57623px) {
        ol li:before,
        ul li:before {
          font-size: 12px; } }
      @media (min-width: 1680.67227px) {
        ol li:before,
        ul li:before {
          font-size: 14px; } }
  ol.form-notes:not(:last-child),
  ul.form-notes:not(:last-child) {
    margin-bottom: 1.25rem; }
  ol.form-notes li,
  ul.form-notes li {
    font-size: 14px;
    font-size: 0.97vw;
    padding-left: 0.6875rem; }
    @media (max-width: 1443.29897px) {
      ol.form-notes li,
      ul.form-notes li {
        font-size: 14px; } }
    @media (min-width: 1731.95876px) {
      ol.form-notes li,
      ul.form-notes li {
        font-size: 16.8px; } }
    ol.form-notes li:before,
    ul.form-notes li:before {
      content: '';
      top: 0.25rem;
      width: 0.375rem;
      height: 0.375rem;
      background-color: #ffffff; }

ol > li {
  counter-increment: list-counter; }
  ol > li:before {
    content: counter(list-counter);
    line-height: 1.5rem;
    font-weight: 700; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

blockquote {
  font-style: italic;
  margin: 0 0 1.875rem; }

b,
strong {
  font-weight: 700; }

a {
  color: #ffffff;
  position: relative;
  text-decoration: none;
  transition: all .2s ease-in-out; }
  @media (min-width: 1050px) {
    a:hover {
      color: #FFFF00; } }

.intro {
  font-size: 27px;
  font-size: 1.875vw;
  line-height: 1.5; }
  @media (max-width: 1120px) {
    .intro {
      font-size: 21px; } }
  @media (min-width: 1728px) {
    .intro {
      font-size: 32.4px; } }

.desc {
  font-size: 14px;
  font-size: 0.97vw; }
  @media (max-width: 1443.29897px) {
    .desc {
      font-size: 14px; } }
  @media (min-width: 1731.95876px) {
    .desc {
      font-size: 16.8px; } }

.btn {
  font-size: 15px;
  font-size: 1.04vw;
  cursor: pointer;
  background-color: #3DFF00;
  color: #ffffff;
  display: inline-block;
  font-family: "Neutrif Pro Regular", sans-serif;
  font-weight: 700;
  transition: color .3s ease-out, background-color .3s ease-out, transform .15s ease-out;
  padding: 0.9375rem 1.875rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  border: 0; }
  @media (max-width: 1442.30769px) {
    .btn {
      font-size: 15px; } }
  @media (min-width: 2163.46154px) {
    .btn {
      font-size: 22.5px; } }
  .btn:focus {
    outline: none; }
  .btn.state-primary {
    background-color: #FFFF00; }
  .btn.state-secondary {
    background-color: #e2d5d0; }
  .btn.state-tertiary {
    background-color: #000000; }
    .btn.state-tertiary:after {
      content: '';
      position: absolute;
      transition: width .3s ease-out, left .3s ease-out;
      width: 0;
      bottom: 0;
      background: #ffffff;
      height: 0.1875rem;
      right: 0;
      left: auto; }
  .btn.state-quaternary {
    background-color: #FFFF00;
    color: #fff; }
  @media (min-width: 1050px) {
    .btn:hover, .btn:focus {
      color: #ffffff;
      background-color: #37e600; }
    .btn.state-primary:hover, .btn.state-primary:focus {
      background-color: #e6e600; }
    .btn.state-secondary:hover, .btn.state-secondary:focus {
      background-color: #d8c7c0; }
    .btn.state-tertiary:hover, .btn.state-tertiary:focus {
      background-color: #000000; }
      .btn.state-tertiary:hover:after, .btn.state-tertiary:focus:after {
        width: 100%;
        left: 0; }
    .btn.state-quaternary:hover, .btn.state-quaternary:focus {
      color: #fff;
      background-color: white; } }

.btn-cont {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-top: -0.9375rem; }
  @media (min-width: 1000px) {
    .btn-cont {
      flex-wrap: nowrap; } }
  .btn-cont .btn {
    flex: 1 1 auto;
    margin-left: 0.9375rem;
    margin-top: 0.9375rem; }
    @media (min-width: 600px) {
      .btn-cont .btn {
        flex-grow: 0; } }

.link-btn {
  text-decoration: none;
  line-height: 1.25;
  display: inline-flex; }
  .link-btn [class^='icon-'],
  .link-btn [class*=' icon-'] {
    display: block;
    flex: 0 0 auto;
    text-decoration: none; }
    .link-btn [class^='icon-'] + .title,
    .link-btn [class*=' icon-'] + .title {
      margin-left: 0.5rem; }
    .link-btn [class^='icon-']:before,
    .link-btn [class*=' icon-']:before {
      font-size: 10px;
      font-size: 0.7vw;
      position: relative;
      top: -0.0625rem; }
      @media (max-width: 1428.57143px) {
        .link-btn [class^='icon-']:before,
        .link-btn [class*=' icon-']:before {
          font-size: 10px; } }
      @media (min-width: 1714.28571px) {
        .link-btn [class^='icon-']:before,
        .link-btn [class*=' icon-']:before {
          font-size: 12px; } }
  .link-btn .title {
    display: block;
    flex: 0 0 auto; }
    .link-btn .title + [class^='icon-'],
    .link-btn .title + [class*=' icon-'] {
      margin-left: 0.5rem; }
  @media (min-width: 1050px) {
    .link-btn:hover [class^='icon-'],
    .link-btn:hover [class*=' icon-'] {
      animation: fadeInLeft 0.3s;
      animation-fill-mode: both; } }
