#main-preloader, #main-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a#main-preloader, a#main-menu {
  text-indent: -999px;
  overflow: hidden;
}

button#main-preloader, button#main-menu {
  text-indent: -999px;
  overflow: hidden;
}

/**
* Base.
*/
html {
  font-size: 0.0694444444vw;
}
@media (min-width: 1700px) {
  html {
    font-size: 0.0520833333vw;
  }
}
@media (max-width: 1023px) {
  html {
    font-size: 0.1428571429vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.25vw;
  }
}

body {
  position: relative;
  font-family: "Gilroy";
  font-size: 1rem;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  content: "";
  background-color: black;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms;
}
body.shadow {
  width: 100%;
  overflow: hidden;
}
body.shadow::before {
  opacity: 0.6;
  pointer-events: initial;
}

.container {
  width: 100%;
  max-width: 1300rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 20rem;
  }
}

* {
  font-family: "Gilroy";
  font-display: swap;
  line-height: 100%;
  text-decoration: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  list-style-type: none;
}

s {
  text-decoration: none;
  display: inline-block;
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

form {
  font-family: "Gilroy";
}
form input {
  line-height: initial;
}
form input,
form textarea,
form select {
  outline: none !important;
}
form input:active, form input:focus,
form textarea:active,
form textarea:focus,
form select:active,
form select:focus {
  outline: none !important;
}

a,
a:link,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
  outline: none !important;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

button,
button:active,
button:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 100%;
  margin: 0;
}

ul,
ol {
  margin: 0;
  list-style-type: none;
}

label {
  font-weight: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../../assets/fonts/Gilroy-Black.woff2") format("woff2"), url("../../assets/fonts/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../assets/fonts/Gilroy-Semibold.woff2") format("woff2"), url("../../assets/fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../assets/fonts/Gilroy-Medium.woff2") format("woff2"), url("../../assets/fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../assets/fonts/Gilroy-Light.woff2") format("woff2"), url("../../assets/fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../assets/fonts/Gilroy-Bold.woff2") format("woff2"), url("../../assets/fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../assets/fonts/Gilroy-Regular.woff2") format("woff2"), url("../../assets/fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70rem;
  border-radius: 50px;
  padding: 0 12rem 0 32rem;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.button span:not(.arrow) {
  position: relative;
  font-size: 13rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
.button span.arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46rem;
  height: 46rem;
  margin-left: 20rem;
  border-radius: 50px;
  overflow: hidden;
  background-color: white;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
.button span.arrow svg {
  width: 14rem;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.button span.arrow svg:nth-child(1) {
  position: relative;
}
.button span.arrow svg:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 35rem), -50%);
  z-index: 2;
}
.button span.arrow svg path {
  transition-property: stroke, fill;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.button:hover span.arrow svg:nth-child(1) {
  transform: translateX(40rem);
}
.button:hover span.arrow svg:nth-child(2) {
  transform: translate(-50%, -50%);
}
.button-grey {
  background-color: #5b717b;
}
.button-grey span:not(.arrow) {
  color: white;
}
.button-grey span.arrow {
  background-color: white;
}
.button-grey:hover {
  background-color: white;
}
.button-grey:hover span:not(.arrow) {
  color: #5b717b;
}
.button-grey:hover span.arrow {
  background-color: #5b717b;
}
.button-grey:hover svg path {
  fill: white;
}

.appear-fade,
.appear-fade-horizontal,
.appear-fade-vertical {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.appear-fade.appear,
.appear-fade-horizontal.appear,
.appear-fade-vertical.appear {
  opacity: 1;
  transition-duration: 1.5s;
  transform: translate(0, 0);
}

.appear-fade-vertical {
  transform: translate(0, 15px);
}

.appear-fade-horizontal {
  transform: translate(15px, 0);
}

[rel=lazy_load] {
  overflow: hidden;
}
@keyframes lazy_load {
  0% {
    transform: scaleX(0);
    transform-origin: 0% 50%;
  }
  50% {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50%;
  }
}
[rel=lazy_load]:not(.no-animate) img {
  z-index: 1;
  transform-origin: 25% 25%;
  opacity: 0;
  transform: scale(1.08);
  transition-property: opacity, transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
[rel=lazy_load].no-animate img {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
}
[rel=lazy_load].loaded:not(.no-animate) img {
  opacity: 1;
  transform: scale(1);
}
[rel=lazy_load].loaded.no-animate img {
  opacity: 1;
}

.screen-progress {
  background-color: #3d4d55;
  color: white;
  text-align: center;
  min-width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 200;
  margin-top: 15px;
  padding: 40px 20px 32px;
  opacity: 0;
  border-radius: 12px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  transition: margin-top 0.7s cubic-bezier(0.5, 0, 0, 1), opacity 0.7s cubic-bezier(0, 0, 0.3, 1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.screen-progress.open {
  margin-top: 0;
  opacity: 1;
}
.screen-progress .screen-message {
  font-size: 16rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.screen-progress .spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
}
@keyframes progress_spinner {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.screen-progress .spinner span {
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  animation: progress_spinner 1.5s infinite;
}
.screen-progress .spinner span:nth-child(2) {
  animation-delay: 0.5s;
}

/** Transition slide. */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fade-in;
  animation-fill-mode: forwards;
  animation-duration: 1000ms;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-out {
  animation-name: fade-out;
  animation-fill-mode: forwards;
  animation-duration: 1000ms;
}

.subtitle-style {
  font-size: 12rem;
  font-weight: normal;
}
.subtitle-style p {
  line-height: 1.15;
}

.tag-style {
  font-size: 16rem;
  font-weight: bold;
}

.text-style-1 {
  font-size: 56rem;
  font-weight: 600;
  line-height: 1.14;
}
.text-style-1 p {
  line-height: 1.14;
}

.text-style-2 {
  font-size: 48rem;
  font-weight: 300;
  line-height: 1.14;
}
@media (max-width: 1023px) {
  .text-style-2 {
    font-size: 32rem;
    font-weight: normal;
  }
}
.text-style-2 p {
  line-height: 1.14;
}

.text-style-3 {
  font-size: 32rem;
  font-weight: normal;
  line-height: 1.14;
}
.text-style-3 p {
  line-height: 1.14;
}
.text-style-3.bold {
  font-weight: bold;
}

.text-style-4 {
  font-size: 24rem;
  font-weight: 600;
  line-height: 1.14;
}
.text-style-4 p {
  line-height: 1.14;
}

.text-style-5 {
  font-size: 20rem;
  font-weight: normal;
}
.text-style-5 p {
  line-height: 1.14;
}

#main-whatsapp {
  position: fixed;
  top: 40rem;
  right: 30rem;
  z-index: 55;
}
@keyframes whatsapp_pulse {
  0% {
    transform: scale(0.9) translate(-50%, -50%);
    opacity: 0.5;
  }
  100% {
    transform: scale(2) translate(-50%, -50%);
    opacity: 0;
  }
}
#main-whatsapp::before, #main-whatsapp::after {
  content: "";
  background-color: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform-origin: 0% 0%;
  transform: scale(0.9) translate(-50%, -50%);
  animation-name: whatsapp_pulse;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
#main-whatsapp::after {
  animation-delay: 1.5s;
}
#main-whatsapp a {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 2;
  border-radius: 50%;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#main-whatsapp a svg path {
  fill: #002b49;
  transition-property: fill;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#main-whatsapp a:hover {
  background-color: #32b17a;
}
#main-whatsapp a:hover svg path {
  fill: white;
}
#main-whatsapp {
  /** Mobile. */
}
@media (max-width: 1200px) {
  #main-whatsapp {
    top: unset;
    right: 25rem;
    bottom: 25rem;
  }
}

/**
* Globals.
*/
#main-header {
  position: fixed;
  top: 40rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  padding: 16rem 0;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  transition-property: width, transform, background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 50;
}
@media (max-width: 1023px) {
  #main-header {
    top: 20rem;
    width: calc(100% - 20px);
  }
}
#main-header .container {
  position: relative;
  z-index: 2;
}
#main-header .flex-wrapper {
  padding: 0 20rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-header .flex-wrapper .left {
  display: flex;
  align-items: center;
}
#main-header .flex-wrapper .left-logo img {
  width: 196rem;
  height: unset;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #main-header .flex-wrapper .left-logo img {
    width: 155rem;
  }
}
#main-header .flex-wrapper .left-navigation {
  margin-left: 85rem;
}
@media (max-width: 1023px) {
  #main-header .flex-wrapper .left-navigation {
    display: none;
  }
}
#main-header .flex-wrapper .left-navigation ul {
  display: flex;
  align-items: center;
}
#main-header .flex-wrapper .left-navigation ul li:not(:last-child) {
  margin-right: 25rem;
}
#main-header .flex-wrapper .left-navigation ul li button {
  color: white;
  font-size: 12rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#main-header .flex-wrapper .left-navigation ul li button:hover {
  color: #b0d7e7;
}
@media (max-width: 1023px) {
  #main-header .flex-wrapper .right-cta {
    display: none;
  }
}
#main-header .flex-wrapper .right-cta a {
  background-color: #66a467;
  display: inline-flex;
  align-items: center;
  padding: 0 20rem;
  height: 48rem;
  border-radius: 50px;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#main-header .flex-wrapper .right-cta a span {
  color: white;
  font-size: 13rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: 14rem;
}
#main-header .flex-wrapper .right-cta a:hover {
  background-color: #5dbd5e;
}
#main-header .flex-wrapper .right-menu {
  display: none;
}
@media (max-width: 1023px) {
  #main-header .flex-wrapper .right-menu {
    padding-top: 0rem;
    display: flex;
    justify-content: right;
    pointer-events: initial;
  }
}
#main-header .flex-wrapper .right-menu button {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-header .flex-wrapper .right-menu button svg {
  width: 27rem;
  height: unset;
}
#main-header .flex-wrapper .right-menu button svg path {
  fill: white;
}
#main-header.sticky {
  transform: translate(-50%, -20px);
  width: calc(100% - 40px);
  background-color: rgba(0, 0, 0, 0.55);
}
@media (max-width: 1023px) {
  #main-header.sticky {
    transform: translate(-50%, -10px);
    width: calc(100% - 15px);
  }
}
@media (max-width: 1023px) {
  #main-header.sticky .left-logo img {
    width: 130rem;
    height: unset;
  }
}

#main-footer {
  padding: 70rem 0 90rem;
  background-color: #3d4d55;
}
@media (max-width: 1023px) {
  #main-footer {
    padding: 60rem 0 40rem;
  }
}
#main-footer .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #main-footer .flex-wrapper {
    flex-direction: column;
  }
}
#main-footer .flex-wrapper .left {
  width: 550rem;
}
@media (max-width: 1023px) {
  #main-footer .flex-wrapper .left {
    width: 100%;
  }
}
#main-footer .flex-wrapper .left-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60rem;
}
@media (max-width: 1023px) {
  #main-footer .flex-wrapper .left-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30rem;
  }
}
#main-footer .flex-wrapper .left-header--logo img {
  width: 290rem;
  height: unset;
}
@media (max-width: 1023px) {
  #main-footer .flex-wrapper .left-header--logo img {
    width: 180rem;
  }
}
@media (max-width: 1023px) {
  #main-footer .flex-wrapper .left-header--cta {
    margin-top: 30rem;
  }
}
#main-footer .flex-wrapper .left-header--cta a {
  padding: 0 20rem;
  height: 56rem;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #b0d7e7;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#main-footer .flex-wrapper .left-header--cta a span {
  color: white;
  font-size: 16rem;
  font-weight: 500;
  margin-left: 12rem;
}
#main-footer .flex-wrapper .left-header--cta a:hover {
  background-color: #b0d7e7;
}
#main-footer .flex-wrapper .left-description {
  width: 505rem;
}
@media (max-width: 1023px) {
  #main-footer .flex-wrapper .left-description {
    width: 100%;
  }
}
#main-footer .flex-wrapper .left-description p {
  color: white;
  font-size: 14rem;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  #main-footer .flex-wrapper .right {
    margin-top: 40rem;
    width: 100%;
  }
}
#main-footer .flex-wrapper .right-small {
  color: white;
  font-size: 14rem;
  font-weight: 500;
  margin-bottom: 20rem;
}
#main-footer .flex-wrapper .right-contact a {
  color: white;
  font-size: 20rem;
  font-weight: normal;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#main-footer .flex-wrapper .right-contact a strong {
  font-size: 32rem;
  font-weight: normal;
}
#main-footer .flex-wrapper .right-contact a:hover {
  color: #b0d7e7;
}
#main-footer .flex-wrapper .right-copyright {
  margin-top: 120rem;
}
@media (max-width: 1023px) {
  #main-footer .flex-wrapper .right-copyright {
    margin-top: 60rem;
  }
}
#main-footer .flex-wrapper .right-copyright p {
  color: white;
  font-size: 12rem;
  font-weight: 500;
}

#main-menu {
  width: 100%;
  background-color: #3d4d55;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 100;
}
#main-menu.open {
  opacity: 1;
  pointer-events: initial;
}
#main-menu .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 22rem;
  right: 16rem;
  width: 56rem;
  height: 56rem;
  z-index: 2;
}
#main-menu .close svg {
  display: block;
  width: 20rem;
  height: unset;
}
#main-menu .close svg path {
  fill: white;
}
#main-menu .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#main-menu .wrapper .logo {
  position: relative;
  margin-bottom: 50rem;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
#main-menu .wrapper .logo button img {
  width: 200rem;
  height: unset;
}
#main-menu .wrapper .navigation {
  position: relative;
  z-index: 2;
}
#main-menu .wrapper .navigation ul li {
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#main-menu .wrapper .navigation ul li:not(:last-child) {
  margin-bottom: 25rem;
}
#main-menu .wrapper .navigation ul li a,
#main-menu .wrapper .navigation ul li button {
  color: white;
  font-size: 18rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#main-menu .wrapper .navigation ul li a svg,
#main-menu .wrapper .navigation ul li button svg {
  display: inline-block;
  margin-right: 15rem;
  transform: scale(2);
}
#main-menu .wrapper .navigation ul li a svg path,
#main-menu .wrapper .navigation ul li button svg path {
  fill: #272525;
  stroke: #272525;
}
#main-menu .wrapper .cta {
  position: relative;
  margin-top: 30rem;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
#main-menu .wrapper .social {
  position: relative;
  margin-top: 50rem;
  z-index: 2;
}
#main-menu .wrapper .social span {
  color: white;
  font-size: 14rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20rem;
  display: block;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#main-menu .wrapper .social ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-menu .wrapper .social ul li {
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#main-menu .wrapper .social ul li:not(:last-child) {
  margin-right: 10rem;
}
#main-menu .wrapper .social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40rem;
  height: 40rem;
}
#main-menu .wrapper .social ul li a svg {
  width: 20rem;
  height: unset;
}
#main-menu .wrapper .social ul li a svg path {
  fill: white;
}
#main-menu.open .wrapper .logo {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0);
}
#main-menu.open .wrapper .navigation ul li {
  opacity: 1;
  transform: translateY(0);
}
#main-menu.open .wrapper .navigation ul li:nth-child(0) {
  transition-delay: 0.1s;
}
#main-menu.open .wrapper .navigation ul li:nth-child(1) {
  transition-delay: 0.2s;
}
#main-menu.open .wrapper .navigation ul li:nth-child(2) {
  transition-delay: 0.3s;
}
#main-menu.open .wrapper .navigation ul li:nth-child(3) {
  transition-delay: 0.4s;
}
#main-menu.open .wrapper .navigation ul li:nth-child(4) {
  transition-delay: 0.5s;
}
#main-menu.open .wrapper .navigation ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#main-menu.open .wrapper .navigation ul li:nth-child(6) {
  transition-delay: 0.7s;
}
#main-menu.open .wrapper .navigation ul li:nth-child(7) {
  transition-delay: 0.8s;
}
#main-menu.open .wrapper .cta {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0);
}
#main-menu.open .wrapper .social span {
  opacity: 1;
  transition-delay: 0.4s;
}
#main-menu.open .wrapper .social ul li {
  opacity: 1;
  transform: translateY(0);
}
#main-menu.open .wrapper .social ul li:nth-child(0) {
  transition-delay: 0.4s;
}
#main-menu.open .wrapper .social ul li:nth-child(1) {
  transition-delay: 0.5s;
}
#main-menu.open .wrapper .social ul li:nth-child(2) {
  transition-delay: 0.6s;
}
#main-menu.open .wrapper .social ul li:nth-child(3) {
  transition-delay: 0.7s;
}
#main-menu.open .wrapper .social ul li:nth-child(4) {
  transition-delay: 0.8s;
}

#main-preloader {
  background-color: #002b49;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 100;
  display: none;
}
#main-preloader .logo {
  position: relative;
  width: 151px;
  height: 77px;
}
#main-preloader .logo-full {
  position: relative;
  z-index: 1;
}
#main-preloader .logo-full svg * {
  fill: red;
}
#main-preloader .logo-el {
  position: absolute;
  z-index: 2;
}
#main-preloader .logo-el:nth-child(1) {
  top: 0;
  left: 47px;
}
#main-preloader .logo-el:nth-child(1) svg path {
  fill: transparent;
  stroke: #eba900;
  stroke-width: 2px;
  stroke-dasharray: 350;
  stroke-dashoffset: 350;
  transition-property: fill, stroke, stroke-dashoffset;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#main-preloader .logo-el:nth-child(2) {
  top: 52px;
  left: 0;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#main-preloader .logo-el:nth-child(3) {
  bottom: 0;
  left: 46px;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#main-preloader.animate .logo-el:nth-child(1) svg path {
  fill: #eba900;
  stroke: transparent;
  stroke-dashoffset: 0;
  transition-delay: 1.2s, 1.2s, 0s;
}
#main-preloader.animate .logo-el:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
#main-preloader.animate .logo-el:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.7s;
}
#main-preloader.remove {
  opacity: 0;
  pointer-events: none;
}
/*# sourceMappingURL=main.min.css.map */
