@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@400;500;700&display=swap");
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: 0 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

.container, .medium-container, .small-container {
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: calc(100% - 224px);
  max-width: 1340px;
}

.medium-container {
  width: calc(100% - 400px);
  max-width: 1120px;
}

.small-container {
  max-width: 900px;
}

@media (max-width: 80em) {
  .container {
    width: calc(100% - 160px);
  }
  .medium-container {
    width: calc(100% - 240px);
    max-width: 1120px;
  }
}
@media (max-width: 64em) {
  .container {
    width: calc(100% - 120px);
  }
  .medium-container {
    width: calc(100% - 200px);
    max-width: 1120px;
  }
  .small-container {
    width: calc(100% - 64px);
  }
}
@media (max-width: 990px) {
  .container, .small-container, .medium-container {
    width: calc(100% - 60px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 580px) {
  .container, .small-container, .medium-container {
    width: calc(100% - 40px) !important;
  }
}
body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.h1, .h2, .h3, .h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.33;
  margin: 0;
}

.h1 {
  font-size: 80px;
  line-height: 1.1;
}

.h2 {
  font-size: 60px;
}

.h3 {
  font-size: 40px;
}

.h4 {
  font-size: 32px;
}
.h4.s {
  font-size: 28px;
}

.h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.58;
}

@media (max-width: 80em) {
  .h1 {
    font-size: 72px;
  }
  .h2 {
    font-size: 54px;
  }
  .h3 {
    font-size: 36px;
  }
  .h4 {
    font-size: 28.8px;
  }
  .h4.s {
    font-size: 25.2px;
  }
  .h5 {
    font-size: 21.6px;
  }
}
@media (max-width: 64em) {
  body {
    font-size: 16px;
  }
  .h1 {
    font-size: 64px;
  }
  .h2 {
    font-size: 48px;
  }
  .h3 {
    font-size: 32px;
  }
  .h4 {
    font-size: 25.6px;
  }
  .h4.s {
    font-size: 22.4px;
  }
  .h5 {
    font-size: 19.2px;
  }
}
@media (max-width: 580px) {
  body {
    font-size: 16px;
  }
  .h1 {
    font-size: 38px;
  }
  .h2 {
    font-size: 32px;
  }
  .h3 {
    font-size: 24px;
  }
  .h4, .h5, .h4.s {
    font-size: 20px;
  }
}
/**
 * Swiper 6.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 20, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#nav {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 5px 0;
  font-size: 14px;
  background: #FBE7BA;
}
#nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#nav-left, #nav-right {
  display: flex;
  align-items: center;
}
#nav-items > *:not(:last-child) {
  margin-right: 32px;
}
#nav .nav-item {
  position: relative;
}
#nav .nav-item::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.49, 0.23, 0, 1);
}
#nav .nav-item:hover::after {
  transform: scaleX(1);
}
#nav .nav-item.active {
  font-weight: bold;
}
#nav .nav-item.active::after {
  transform: scaleX(1);
}
@media (max-width: 86em) {
  #nav {
    font-size: 12px;
  }
  #nav-items > *:not(:last-child) {
    margin-right: 16px;
  }
}
@media (max-width: 64em) {
  #nav {
    padding: 10px 0;
  }
  #nav-items {
    width: 100vw;
    height: 100vh;
    padding: 16px var(--container-margin);
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #092343;
    color: white;
    position: absolute;
    left: -29.5px;
    top: -20px;
    z-index: 0;
  }
  #nav-items::after {
    content: "";
    width: 136px;
    height: 136px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136 136'%3E%3Cpath d='M136 0C60.89 0 0 60.89 0 136h136V0Z' fill='%23006446' fill-opacity='.8'/%3E%3Cpath d='M136 54.17A81.83 81.83 0 0 0 54.17 136H136V54.17Z' fill='%23E87722'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  html.menu-open #nav-items {
    display: flex;
  }
  html.menu-open #nav-right {
    display: none;
  }
  #nav .nav-item {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-right: 0;
    padding-bottom: 0;
  }
  #nav .nav-item:not(:last-child) {
    margin-bottom: min(3vh, 40px);
  }
  #nav .nav-item.active {
    font-weight: 500;
  }
}
@media (max-width: 580px) {
  #nav {
    padding: 16px 0;
  }
}

#menu-toggle {
  position: relative;
  z-index: 999;
  background: #E87722;
  color: #092343;
  display: none;
  align-items: center;
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
#menu-toggle span {
  font-weight: inherit;
}
#menu-toggle-lines {
  width: 12px;
  height: 10px;
  margin-left: 8px;
  position: relative;
}
#menu-toggle-lines .menu-line {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 0px;
  background: currentColor;
  transform-origin: 50% 50%;
  transition: opacity 0.6s cubic-bezier(0.18, 0.03, 0, 1), transform 1s cubic-bezier(0.18, 0.03, 0, 1) 0.1s;
  will-change: transform;
}
#menu-toggle-lines .menu-line:nth-child(2) {
  top: 4px;
}
#menu-toggle-lines .menu-line:last-child {
  top: 8px;
  transition-delay: 0s;
}
#menu-toggle.close .menu-line:first-child {
  transform: translateY(4px) rotateZ(45deg);
}
#menu-toggle.close .menu-line:nth-child(2) {
  transform: rotateZ(-45deg);
}
#menu-toggle.close .menu-line:last-child {
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 64em) {
  #menu-toggle {
    display: inline-flex;
  }
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  border: none;
  background: transparent;
  padding: 25px 0;
  padding-left: 44px;
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.primary-button::before {
  content: "";
  width: 68px;
  height: 68px;
  position: absolute;
  left: 0;
  z-index: 0;
  border-radius: 50%;
  box-sizing: border-box;
  background: #E87722;
  box-sizing: border-box;
  pointer-events: none;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.primary-button span {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.primary-button svg {
  width: auto;
  height: 1em;
  flex-shrink: 0;
  fill: currentColor;
  margin-left: 20px;
}
.primary-button:hover::before {
  transform: scale(1.2);
}
@media (max-width: 580px) {
  .primary-button {
    font-size: 16px;
    padding: 20px 0;
    padding-left: 30px;
  }
  .primary-button::before {
    width: 56px;
    height: 56px;
  }
}

.nav-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.nav-button::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;
  background: currentColor;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-button svg {
  width: 35%;
  height: auto;
  position: relative;
  z-index: 1;
  fill: #092343;
}
.nav-button:hover::before {
  transform: scale(1.2);
}

.dropdown-button {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: #E87722;
  border-radius: 20px;
  user-select: none;
}
.dropdown-button * {
  font-weight: inherit;
}
.dropdown-button-label {
  display: inline-flex;
  align-items: center;
  padding: 12px 14px;
  font-weight: inherit;
  cursor: pointer;
}
.dropdown-button-label svg {
  height: 0.6em;
  margin-left: 10px;
  fill: currentColor;
}
.dropdown-button-popup {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  background: #E87722;
  border-radius: 0 0 20px 20px;
}
.dropdown-button-popup li {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-top: 1px solid #AD4B01;
  list-style: none;
}
.dropdown-button-popup li:last-child {
  padding-bottom: 16px;
}
.dropdown-button-popup li:hover {
  opacity: 0.5;
}
.dropdown-button.transparent {
  width: 100%;
  max-width: 270px;
  background: transparent;
  border-radius: 0;
}
.dropdown-button.transparent .dropdown-button-label {
  width: 100%;
  justify-content: space-between;
  padding: 26px 30px;
  box-sizing: border-box;
  padding-right: 0;
  border-bottom: 1px solid currentColor;
}
.dropdown-button.transparent .dropdown-button-label::before {
  content: "";
  width: 68px;
  height: 68px;
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 0;
  border-radius: 50%;
  background: #E87722;
}
.dropdown-button.transparent .dropdown-button-label span {
  position: relative;
  z-index: 1;
}
.dropdown-button.transparent .dropdown-button-popup {
  background: transparent;
  border-radius: 0;
}
.dropdown-button.transparent .dropdown-button-popup li {
  box-sizing: border-box;
  padding: 14px 30px;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid currentColor;
}
.dropdown-button.transparent .dropdown-button-popup li:last-child {
  border-bottom: none;
}
.dropdown-button:not(.active) .dropdown-button-popup {
  display: none;
}
.dropdown-button.active {
  border-radius: 20px 20px 0 0;
}
.dropdown-button.active .dropdown-button-label svg {
  transform: rotate(180deg);
}
@media (max-width: 80em) {
  .dropdown-button {
    font-size: 14px;
  }
  .dropdown-button-label {
    padding: 8px 14px;
  }
  .dropdown-button-popup li {
    padding: 8px 14px;
  }
  .dropdown-button-popup li:last-child {
    padding-bottom: 10px;
  }
  .dropdown-button.transparent .dropdown-button-label {
    padding: 21px 24px;
    padding-right: 0;
  }
  .dropdown-button.transparent .dropdown-button-label::before {
    width: 56px;
    height: 56px;
    left: -10px;
  }
  .dropdown-button.transparent .dropdown-button-popup li {
    padding: 14px 24px;
    padding-right: 0;
  }
}

.smart-text .line {
  display: block;
  font-weight: inherit;
}
.smart-text .text {
  display: inline-block;
  white-space: nowrap;
  font-weight: inherit;
}
.smart-text .word {
  display: inline-block;
}
.smart-text .word:not(:last-child).right-space {
  padding-right: 0.2em;
}
.smart-text .word:not(:first-child).left-space {
  padding-left: 0.2em;
}

.download-section {
  display: flex;
  background: #006446;
  color: white;
  position: relative;
}
.download-section .shapes {
  width: auto;
  height: 85%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.download-section .container {
  display: flex;
  position: relative;
  z-index: 1;
}
.download-section .left {
  max-width: 850px;
  padding: 110px 0;
}
.download-section .left > h1 {
  max-width: 500px;
}
.download-section .right {
  width: 50%;
  display: flex;
  align-items: flex-end;
}
.download-section .right img {
  width: 100%;
}
.download-section-buttons {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
.download-section-buttons .dropdown-button {
  margin-right: 40px;
}
.download-section-buttons .primary-button {
  max-width: 340px;
  text-align: left;
  margin-top: -9px;
}
.download-section-buttons .primary-button::before {
  background: #6C137E;
}
@media (max-width: 840px) {
  .download-section {
    padding-top: 40px;
  }
  .download-section .shapes {
    width: 40vw;
    height: auto;
  }
  .download-section .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .download-section .left {
    width: 100%;
    padding: 0;
    margin-bottom: 100px;
  }
  .download-section .right {
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: 0;
  }
  .download-section-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .download-section-buttons .dropdown-button {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .download-section-buttons .dropdown-button .dropdown-button-popup {
    position: static;
  }
  .download-section-buttons .primary-button {
    margin-top: 0;
    margin-left: -10px;
    max-width: 282px;
    font-size: 14px;
  }
}

.contact-section {
  background: #E9F6FC;
  padding: 100px 0;
}
.contact-section .container {
  display: flex;
  justify-content: space-around;
}
.contact-section .left, .contact-section .right {
  width: 45%;
}
.contact-section .right p {
  max-width: 500px;
}
.contact-section .right > a {
  position: relative;
  display: inline-block;
}
.contact-section .right > a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.49, 0.23, 0, 1);
}
.contact-section .right > a:hover::after {
  transform: scaleX(1);
}
@media (max-width: 840px) {
  .contact-section {
    padding: 40px 0;
  }
  .contact-section .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-section .left, .contact-section .right {
    width: 100%;
  }
  .contact-section .left {
    margin-bottom: 16px;
  }
  .contact-section .right {
    text-align: left;
  }
  .contact-section .right > a {
    display: inline-block;
    margin-top: 32px;
  }
}

.partners-section {
  padding: 50px 0;
}
.partners-section h1 {
  margin: 0;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.partners-section .logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.partners-section .logos img {
  width: 16.6666666667%;
}
@media (max-width: 840px) {
  .partners-section h1 {
    font-size: 16px;
  }
  .partners-section .logos {
    flex-wrap: wrap;
  }
  .partners-section .logos img {
    width: 50%;
    margin-bottom: 40px;
  }
}

.intro-section {
  margin: 50px auto;
}
.intro-section p {
  max-width: 900px;
}
.intro-section ul {
  max-width: 760px;
  padding: 0;
  padding-left: 1em;
  margin: 1em 0;
}
.intro-section ul li:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 840px) {
  .intro-section {
    margin: 40px auto;
  }
}

.dropdown-item {
  width: 100%;
  position: relative;
  background: #E9F6FC;
  padding: 24px 50px;
  box-sizing: border-box;
  border-bottom-left-radius: 50px;
}
.dropdown-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: inherit;
  cursor: pointer;
}
.dropdown-item-header-left, .dropdown-item-header-right {
  display: flex;
}
.dropdown-item-header-left {
  max-width: calc(100% - 100px);
}
.dropdown-item-header-left .h4 {
  font-size: 28px;
}
.dropdown-item-header .h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.dropdown-item-header svg {
  width: 24px;
  fill: currentColor;
  margin-top: 0.8em;
}
.dropdown-item-number {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #00ADE4;
  border-radius: 50%;
  margin-right: 20px;
  font-size: 19px;
  font-weight: 500;
  color: white;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dropdown-item-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.dropdown-item-content-left, .dropdown-item-content-right {
  width: 48%;
}
.dropdown-item-content-left:first-child:last-child, .dropdown-item-content-right:first-child:last-child {
  width: 100%;
}
.dropdown-item-content-left > strong, .dropdown-item-content-right > strong {
  font-weight: 600;
}
.dropdown-item-content img, .dropdown-item-content video {
  width: 100%;
}
.dropdown-item-content img {
  aspect-ratio: 455/322;
  object-fit: cover;
}
.dropdown-item-content p {
  margin: 0;
}
.dropdown-item-content p:not(:first-child) {
  margin-top: 16px;
}
.dropdown-item-content .primary-button {
  margin-top: 40px;
}
.dropdown-item-content .subItemList {
  margin: 0;
  padding: 0;
  margin-top: 32px;
}
.dropdown-item-content .subItemList-single {
  border-top: 1px solid #002345;
  padding: 32px 0;
  list-style: none;
}
.dropdown-item-content .subItemList-single:last-child {
  padding-bottom: 0;
}
.dropdown-item:not(.active) .dropdown-item-content {
  display: none;
}
.dropdown-item.active {
  padding: 40px 50px;
}
.dropdown-item.active .dropdown-item-header svg {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .dropdown-item {
    padding: 14px 20px;
    border-bottom-left-radius: 30px;
  }
  .dropdown-item-header-left {
    max-width: calc(100% - 40px);
  }
  .dropdown-item-header svg {
    width: 20px;
  }
  .dropdown-item-number {
    width: 34px;
    min-width: 34px;
    height: 34px;
    font-size: 18px;
    margin-right: 15px;
  }
  .dropdown-item-content {
    margin-top: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .dropdown-item-content-left, .dropdown-item-content-right {
    width: 100%;
  }
  .dropdown-item-content-left:first-child:last-child, .dropdown-item-content-right:first-child:last-child {
    width: 100%;
  }
  .dropdown-item-content-left {
    margin-bottom: 24px;
  }
  .dropdown-item-content .h5 {
    font-size: 16px;
  }
  .dropdown-item-content .primary-button {
    margin-top: 24px;
  }
  .dropdown-item-content .subItemList {
    margin-top: 24px;
  }
  .dropdown-item-content .subItemList-single {
    padding: 24px 0;
  }
  .dropdown-item-content .subItemList-single strong {
    font-weight: 700 !important;
  }
  .dropdown-item-content .subItemList-single > p:not(:first-child) {
    margin-top: 8px;
  }
}

#share-bar {
  width: 38px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#share-bar .share-item {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #092343;
  color: white;
  cursor: pointer;
}
#share-bar .share-item svg {
  width: 50%;
  height: 50%;
  fill: currentColor;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#share-bar .share-item:not(:last-child) {
  margin-bottom: 3px;
}
#share-bar .share-item:hover svg {
  transform: scale(1.1);
}
#share-bar:not(.show) {
  pointer-events: none;
  transform: translateY(-50%) translateX(-100%);
}
@media (max-width: 64em) {
  #share-bar {
    width: auto;
    height: 40px;
    display: flex;
    bottom: 0;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
  }
  #share-bar .share-item {
    width: 40px;
    height: 40px;
  }
  #share-bar .share-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 3px;
  }
  #share-bar:not(.show) {
    transform: translateX(-50%) translateY(100%);
  }
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body, html {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: #092343;
}

#main-microsite {
  width: 100%;
}
#main-microsite * {
  font-smooth: almays;
  text-shadow: 0px 0px 1px transparent;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
#main-microsite #page {
  width: 100%;
}
#main-microsite .flex {
  display: flex;
}
#main-microsite button, #main-microsite button:focus, #main-microsite a, #main-microsite a:focus {
  outline: none !important;
}
#main-microsite a {
  color: inherit;
  text-decoration: none;
}
#main-microsite svg {
  fill: currentColor;
}
#main-microsite .fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
#main-microsite .fade-in.show {
  opacity: 1;
}
@media (max-width: 840px) {
  #main-microsite .fade-in {
    opacity: 1;
  }
}
#main-microsite .fade-in-y {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.51s ease-in, transform 0.51s cubic-bezier(0.26, 0.1, 0, 1);
}
#main-microsite .fade-in-y.show {
  opacity: 1;
  transform: none;
}
@media (max-width: 840px) {
  #main-microsite .fade-in-y {
    opacity: 1;
    transform: translateY(0px);
  }
}
#main-microsite .underline {
  position: relative;
}
#main-microsite .underline::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.49, 0.23, 0, 1);
}
#main-microsite .underline:hover::after {
  transform: scaleX(1);
}
#main-microsite .no-events, #main-microsite .no-events * {
  pointer-events: none !important;
}
#main-microsite .no-transition, #main-microsite .no-transition * {
  transition: none !important;
}
#main-microsite .no-transform {
  transform: none !important;
}
#main-microsite .no-opacity {
  opacity: 0 !important;
}
#main-microsite .no-overflow {
  overflow: hidden !important;
  overflow-y: hidden !important;
}
#main-microsite .vh100 {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
#main-microsite [data-bg-img] {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#main-microsite [data-scroll-section]:not([data-scroll-sticky]) {
  will-change: transform;
}
#main-microsite [data-scroll-speed] {
  will-change: transform;
}

#main-microsite ul {
  list-style: disc !important;
}
