/* stylelint-disable selector-no-vendor-prefix */
/*
// Mixin:
@include adaptive-value("Property", start value, min value, type of adapt);
// Example:
@include adaptive-value("padding", 50, 20, 0);
*/
/* Line Height
------------------------- */
/* Border Radius
------------------------- */
/* Opacity
------------------------- */
/* Aspect Ratio
------------------------- */
/* Text overflow
------------------------- */
/* Text Shorten
------------------------- */
/* Placeholders
------------------------- */
@import 'https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap';
.mb-0 {
  margin-bottom: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pt-2 {
  padding-top: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pt-4 {
  padding-top: 2rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.pt-6 {
  padding-top: 3rem;
}

.mb-7 {
  margin-bottom: 3.5rem;
}

.pb-7 {
  padding-bottom: 3.5rem;
}

.pt-7 {
  padding-top: 3.5rem;
}

.mb-8 {
  margin-bottom: 4rem;
}

.pb-8 {
  padding-bottom: 4rem;
}

.pt-8 {
  padding-top: 4rem;
}

.mb-9 {
  margin-bottom: 4.5rem;
}

.pb-9 {
  padding-bottom: 4.5rem;
}

.pt-9 {
  padding-top: 4.5rem;
}

.mb-10 {
  margin-bottom: 5rem;
}

.pb-10 {
  padding-bottom: 5rem;
}

.pt-10 {
  padding-top: 5rem;
}

.mb-25 {
  margin-bottom: 25%;
}

.pb-25 {
  padding-bottom: 25%;
}

.pt-25 {
  padding-top: 25%;
}

.mb-50 {
  margin-bottom: 50%;
}

.pb-50 {
  padding-bottom: 50%;
}

.pt-50 {
  padding-top: 50%;
}

.mb-100 {
  margin-bottom: 100%;
}

.pb-100 {
  padding-bottom: 100%;
}

.pt-100 {
  padding-top: 100%;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* ========== GRID ========== */
@media (max-width: 480px) {
  :root {
    --media-breakdown: 480 * 100vw;
  }
}
@media (min-width: 480px) {
  :root {
    --media-breakdown: 568 * 100vw;
  }
}
@media (min-width: 568px) {
  :root {
    --media-breakdown: 768 * 100vw;
  }
}
@media (min-width: 768px) {
  :root {
    --media-breakdown: 992 * 100vw;
  }
}
@media (min-width: 992px) {
  :root {
    --media-breakdown: 1200 * 100vw;
  }
}
@media (min-width: 1200px) {
  :root {
    --media-breakdown: 1580 * 100vw;
  }
}
@media (min-width: 1380px) {
  :root {
    --media-breakdown: 1920 * 100vw;
  }
}
.row {
  display: flex;
  flex-flow: row wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

[class^=col-],
[class*=" col-"] {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 320px) {
  .col-2xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-2xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-2xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 320px) {
  .col-2xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-2xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-2xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 320px) {
  .col-2xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-2xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-2xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 320px) {
  .col-2xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-2xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-2xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 480px) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 480px) {
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 480px) {
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 480px) {
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1280px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1280px) {
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1280px) {
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1440px) {
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1440px) {
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1440px) {
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-between {
  justify-content: space-between;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

main,
header,
footer {
  display: block;
}

hr {
  overflow: visible;
  height: 0;
}

ul {
  list-style: none;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

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

small {
  font-size: 80%;
}

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

img {
  border-style: none;
  max-width: 100%;
  object-fit: cover;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

[hidden] {
  display: none;
}

@font-face {
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-family: "icomoon";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  display: inline-flex;
  align-items: center;
  font-family: inherit;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "icomoon" !important;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
}

.icon-email::before {
  content: "\e900";
}

.icon-linkedin::before {
  content: "\e901";
}

.icon-phone::before {
  content: "\e902";
}

.icon-chevron-right::before {
  content: "\e904";
}

.icon-chevron-left::before {
  content: "\e905";
}

.icon-chevron-down::before {
  content: "\e906";
}

.icon-chevron-up::before {
  content: "\e907";
}

.icon-search::before {
  content: "\e908";
}

.icon-sphere::before {
  content: "\e9c9";
}

.icon-link::before {
  content: "\e9cb";
}

.icon-heart::before {
  content: "\e9da";
}

.icon-arrow-up-left::before {
  content: "\ea39";
}

.icon-arrow-up::before {
  content: "\ea3a";
}

.icon-arrow-up-right::before {
  content: "\ea3b";
}

.icon-arrow-right::before {
  content: "\ea3c";
}

.icon-arrow-down-right::before {
  content: "\ea3d";
}

.icon-arrow-down::before {
  content: "\ea3e";
}

.icon-arrow-down-left::before {
  content: "\ea3f";
}

.icon-arrow-left::before {
  content: "\ea40";
}

.icon-google-plus::before {
  content: "\ea8b";
}

.icon-facebook::before {
  content: "\ea90";
}

.icon-instagram::before {
  content: "\ea92";
}

.icon-whatsapp::before {
  content: "\ea93";
}

.icon-spotify::before {
  content: "\ea94";
}

.icon-telegram::before {
  content: "\ea95";
}

.icon-twitter::before {
  content: "\ea96";
}

.icon-vine::before {
  content: "\ea97";
}

.icon-youtube::before {
  content: "\ea9d";
}

.icon-twitch::before {
  content: "\ea9f";
}

.icon-steam::before {
  content: "\eaac";
}

.icon-tumblr::before {
  content: "\eab9";
}

.icon-skype::before {
  content: "\eac5";
}

.icon-reddit::before {
  content: "\eac6";
}

.icon-pinterest::before {
  content: "\ead2";
}

.btn {
  display: inline-block;
  outline: none;
  border: 0.0625rem solid #74e891;
  border-radius: 2.375rem;
  padding: 0.5rem 1.5rem;
  background-color: #071e3f;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.018px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.35s, color 0.35s;
}
.btn:disabled, .btn._disabled {
  border-color: #c8c8c8;
  background-color: #c8c8c8;
  color: #000;
  cursor: default;
  pointer-events: none;
}
@media (any-hover: hover) {
  .btn:not(:disabled, ._disabled):hover {
    background-color: #74e891;
    color: #071e3f;
  }
}
.btn:not(:disabled, ._disabled):focus {
  box-shadow: 0 0 0 0.125rem #000;
}
.btn:not(:disabled, ._disabled):active {
  background-color: #74e891;
  color: #071e3f;
}

.input input,
.input textarea {
  appearance: none;
  outline: none;
  border: none;
  border-bottom: 0.0625rem solid #74e891;
  border-radius: 0;
  width: 100%;
  padding: 1.125rem 1.75rem;
  background: none;
  font-size: 1.125rem;
  line-height: 1.32;
  color: #fff;
  resize: none;
  transition:  0.35s;
  border-radius: 0;
}
@media (max-width: 991px) {
  .input input,
  .input textarea {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
}
.input input.placeholder,
.input textarea.placeholder {
  color: inherit;
}
.input input::placeholder,
.input textarea::placeholder {
  color: inherit;
}
.input input:-moz-placeholder,
.input textarea:-moz-placeholder {
  color: inherit;
}
.input input::-moz-placeholder,
.input textarea::-moz-placeholder {
  color: inherit;
}
.input input:-ms-input-placeholder,
.input textarea:-ms-input-placeholder {
  color: inherit;
}
.input input::-webkit-input-placeholder,
.input textarea::-webkit-input-placeholder {
  color: inherit;
}
.input input:disabled, .input input._disabled,
.input textarea:disabled,
.input textarea._disabled {
  border-color: #c8c8c8;
  background-color: rgba(200, 200, 200, 0.75);
  opacity: 0.8;
  cursor: default;
}
.input input::-webkit-search-decoration, .input input::-webkit-search-cancel-button, .input input::-webkit-search-results-button, .input input::-webkit-search-results-decoration,
.input textarea::-webkit-search-decoration,
.input textarea::-webkit-search-cancel-button,
.input textarea::-webkit-search-results-button,
.input textarea::-webkit-search-results-decoration {
  display: none;
}
.input input:not(:disabled, ._disabled):focus,
.input textarea:not(:disabled, ._disabled):focus {
  color: #000;
  -webkit-box-shadow: 0 0 0 30px #74e891 inset !important;
}
.input textarea:not(:disabled, ._disabled):focus {
  -webkit-box-shadow: 0 0 0 100px #74e891 inset !important;
}
.checkbox {
  position: relative;
  display: block;
  padding-left: 2.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.016px;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 991px) {
  .checkbox {
    font-size: 0.875rem;
  }
}
[dir=rtl] .checkbox {
  padding-right: 2.25rem;
  padding-left: 0;
}
[dir=rtl] .checkbox .checkbox__mark {
  left: auto;
  right: 0;
}
.checkbox input {
  position: absolute;
  z-index: -1;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  cursor: pointer;
}
.checkbox input:checked ~ .checkbox__mark {
  background-color: #071e3f;
}
.checkbox input:checked ~ .checkbox__mark::after {
  opacity: 1;
  visibility: visible;
}
.checkbox__mark {
  position: absolute;
  left: 0;
  top: 0;
  border: 0.0625rem solid #74e891;
  border-radius: 50%;
  width: 1.375rem;
  height: 1.375rem;
  transition: all 0.35s ease;
}
.checkbox__mark::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: -0.0625rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  width: 0.5rem;
  height: 0.9375rem;
  opacity: 0;
  visibility: hidden;
  transform: rotate(45deg);
  transition: all 0.35s ease;
}

.header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  transition: box-shadow 0.35s, background-color 0.35s, transform 0.35s;
}
.header._scrolled {
  background-color: #071e3f;
  box-shadow: 0 0 3rem rgba(7, 30, 63, 0.25);
}
@media (min-width: 992px) {
  .header._scrolled .header__wrap {
    padding: 1rem 0;
  }
}
.header._hidden {
  box-shadow: none;
  transform: translateY(-100%);
}
.header__wrap {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6875rem 0;
  transition: padding 0.35s;
}
@media (max-width: 991px) {
  .header__wrap {
    padding: 1rem 0;
  }
}
.header__logo {
  margin-right: 1.5rem;
  width: 13.75rem;
  transition: opacity 0.35s;
}
@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 0.75;
  }
}
@media (max-width: 991px) {
  .header__logo {
    width: 11.25rem;
  }
}
.header__logo:focus, .header__logo:active {
  opacity: 0.75;
}
@media (min-width: 992px) {
  .header__logo--only-mobile {
    display: none;
  }
}
.header__logo img {
  display: block;
}
.header__menu {
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .header__menu {
    flex: 0 0 auto;
  }
}

.menu__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  color: inherit;
  cursor: pointer;
  transition: color 0.35s;
}
.menu__arrow::after {
  content: ">";
  display: inline-block;
  font-size: 1.25rem;
  line-height: 0;
  color: inherit;
  transform: rotate(90deg);
  transition: transform 0.35s;
}
.menu__body {
  display: flex;
  gap: 2.25rem;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .menu__body a{
    font-size: 0.7rem;
    /* position: fixed;
    left: -100%;
    top: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 5rem 1.25rem 1.5rem;
    background-color: rgba(7, 30, 63, 0.975);
    color: #fff;
    transition: left 0.5s; */
  }
  .menu__body._active {
    left: 0;
  }
}
@media (min-width: 992px) {
  .menu__body > ul:not(.soc) {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    align-items: center;
  }
}
.menu__body > ul:not(.soc) > li {
  position: relative;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .menu__body > ul:not(.soc) > li:not(:last-child) {
    border-bottom: 0.0625rem dashed #071e3f;
  }
}
.menu__body > ul:not(.soc) > li > a {
  display: inline-block;
  padding: 0.125rem 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.35s ease;
}
@media (max-width: 991px) {
  .menu__body > ul:not(.soc) > li > a {
    padding: 0.75rem 0.25rem;
    font-size: 1.25rem;
  }
}
@media (any-hover: hover) {
  .menu__body > ul:not(.soc) > li > a:hover {
    color: #071e3f;
  }
}
.menu__body > ul:not(.soc) > li > a:focus, .menu__body > ul:not(.soc) > li > a:active {
  color: #071e3f;
}
.menu__sublist {
  position: absolute;
  z-index: 100;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 10%);
  pointer-events: none;
  transition: all 0.35s ease;
}
.menu__sublist > li > a {
  display: block;
  min-width: 10rem;
  padding: 0.25rem 1rem;
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .menu__sublist > li > a:hover {
    color: #071e3f;
  }
}
.menu__sublist > li > a:focus, .menu__sublist > li > a:active {
  color: #071e3f;
}
.menu__btn {
  display: none;
}
@media (max-width: 991px) {
  .menu__btn {
    position: relative;
    z-index: 100;
    display: block;
    border: none;
    width: 2.5rem;
    height: 1.5rem;
    background-color: transparent;
    cursor: pointer;
    display: none;
  }
  .menu__btn span, .menu__btn::before, .menu__btn::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background-color: #fff;
    transition: all 0.35s ease;
  }
  .menu__btn::before, .menu__btn::after {
    content: "";
  }
  .menu__btn::before {
    top: 0;
  }
  .menu__btn::after {
    bottom: 0;
  }
  .menu__btn._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
  }
  .menu__btn._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
  }
  .menu__btn._active span {
    transform: scale(0) translate(0, -50%);
  }
  .menu__btn span {
    top: 50%;
    transform: scale(1) translate(0, -50%);
  }
}
.menu__btn-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -0.5rem;
}
@media (max-width: 991px) {
  .menu__btn-box {
    flex-direction: column;
    margin-left: -0.5rem;
  }
}
.menu__btn-box > .btn {
  margin: 0.5rem;
}
@media (max-width: 767px) {
  .menu__btn-box > .btn {
    width: calc(100% - 1rem);
  }
}

/* ===== PC ===== */
@media (any-hover: hover) {
  body.pc .menu__body > ul > li:hover .menu__sublist {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    pointer-events: all;
  }
  body.pc .menu__body > ul > li:hover a,
  body.pc .menu__body > ul > li:hover .menu__arrow {
    color: #071e3f;
  }
  body.pc .menu__body > ul > li:hover .menu__arrow::after {
    border-color: #071e3f;
    transform: rotate(270deg);
  }
}
body.pc .menu__arrow::after {
  display: inline-block;
}
body.pc .menu__sublist {
  padding: 0.625rem 0;
  box-shadow: 0 0 1rem rgba(7, 30, 63, 0.25);
}

/* ===== MOBILE ===== */
body.touch .menu__body > ul > li {
  display: flex;
  flex-wrap: wrap;
}
body.touch .menu__body > ul > li._active .menu__sublist {
  max-height: 80vh;
  pointer-events: all;
}
body.touch .menu__body > ul > li._active .menu__arrow::after {
  transform: rotate(270deg);
}
body.touch .menu__body > ul > li > a {
  flex: 1 1 auto;
}
body.touch .menu__body > ul > li .menu__sublist {
  position: static;
  flex: 1 1 100%;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 1.125rem;
  background-color: transparent;
  font-size: 1.125rem;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: max-height 0.5s;
}
body.touch .menu__body > ul > li .menu__sublist > li:not(:last-child) {
  border-bottom: 0.0625rem dashed #071e3f;
}
body.touch .menu__body > ul > li .menu__sublist > li a {
  padding: 0.625rem 0;
}
body.touch .menu__arrow {
  flex: 0 0 3rem;
  align-self: stretch;
  justify-content: flex-end;
  margin-left: 0.5rem;
  width: 3rem;
  height: auto;
  padding-right: 0.5rem;
}

.section--full .section__wrap {
  padding: 11.25rem 0 6.25rem;
}
@media (min-width: 992px) {
  .section--full .section__wrap {
    min-height: 100vh;
  }
}
.section__wrap {
  padding: 4rem 0;
}
@media (max-width: 991px) {
  .section__wrap {
    padding: 3rem 0;
  }
}
.section__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.section__body:not(:last-child) {
  margin-bottom: 2rem;
}
.section__body > *:not(:last-child) {
  margin-bottom: 1rem;
}
.section__btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.img-text--reversed .img-text__row {
  flex-direction: row-reverse;
}
.img-text__wrap {
  padding: 5rem 0;
}
.img-text__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -1.25rem -1.875rem;
}
.img-text__col {
  flex: 0 0 50%;
  padding: 1.25rem 1.875rem;
}
@media (max-width: 991px) {
  .img-text__col {
    flex: 0 0 100%;
  }
}
.img-text__img {
  position: relative;
  padding-bottom: 65%;
  background-color: rgba(7, 30, 63, 0.1);
}
.img-text__img--contain {
  padding-bottom: 0;
  background-color: none;
  text-align: center;
}
.img-text__img--contain img {
  position: static;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.img-text__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero {
  position: relative;
}
@media (max-width: 991px) {
  .hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
  }
}
.hero__swiper {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 37.5rem);
  height: 100%;
}
@media (max-width: 991px) {
  .hero__swiper {
    position: static;
    width: 100%;
    height: 45vh;
  }
}
.hero__swiper .swiper-wrapper {
  height: 100%;
}
.hero__swiper .swiper-slide {
  height: 100%;
}
.hero__swiper .swiper-slide .hero-img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}
.hero__content {
  position: relative;
  z-index: 20;
  max-width: 53rem;
  padding: 5rem;
  padding-right: 7.5rem;
  padding-left: max(1.5rem, (100% - 101.25rem) / 2);
  background: url("../img/home/hero-text-bg.png") no-repeat top left/100% 100%;
  color: #fff;
}
@media (min-width: 992px) {
  .hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
  }
}
@media (max-width: 991px) {
  .hero__content {
    padding: 7.5rem 1.5rem 2.625rem;
    background-color: #071e3f;
    padding-bottom: 7rem;
  }
}
.hero__logo {
  display: block;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .hero__logo {
    display: none;
  }
}
.hero__body {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.00125rem;
}
@media (max-width: 991px) {
  .hero__body {
    font-size: 1.0125rem;
  }
}

.hero-img {
  position: relative;
}
.hero-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home-hero .swiper-pagination .swiper-pagination-bullet {
  border: 0.0625rem solid #071e3f;
  border-radius: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  background: none;
  opacity: 1;
  transition: background-color 0.35s;
}
#home-hero .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #071e3f;
}
#home-hero .swiper-pagination-vertical.swiper-pagination-bullets,
#home-hero .swiper-vertical > .swiper-pagination-bullets {
  right: 1.25rem;
  top: auto;
  bottom: 1.75rem;
  transform: none;
}
#home-hero .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
#home-hero .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.5rem 0;
}

.section-contact {
  background: #071e3f url("../img/contact/contact-bg.svg") no-repeat left center/auto 96%;
}
.section-contact__wrap {
  padding: 7.5rem 0 2.625rem;
}
@media (min-width: 992px) {
  .section-contact__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 8rem 0 5rem;
  }
}
.section-contact__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -1.5rem -4rem;
}
.section-contact__col {
  flex: 0 0 45%;
  max-width: 45%;
  padding: 1.5rem 4rem;
}
@media (max-width: 991px) {
  .section-contact__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-contact__col:last-child {
  flex: 0 0 55%;
  max-width: 55%;
}
@media (max-width: 991px) {
  .section-contact__col:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-contact__title {
  margin-bottom: 1.75rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.512px;
  text-transform: capitalize;
  color: #74e891;
}
@media (max-width: 991px) {
  .section-contact__title {
    margin-bottom: 1.25rem;
    font-size: 3rem;
  }
}
.section-contact__body {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.00125rem;
}
@media (max-width: 991px) {
  .section-contact__body {
    font-size: 1.125rem;
  }
}
.section-contact__body:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .section-contact__body:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}
.section-contact__contacts {
  font-size: 1.25rem;
}
.section-contact__contacts > li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.section-contact__contacts > li > a {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .section-contact__contacts > li > a:hover {
    color: #74e891;
  }
}
.section-contact__contacts > li > a i {
  display: flex;
  flex: 0 0 2.25rem;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #74e891;
  border-radius: 50%;
  height: 2.25rem;
  font-size: 0.75rem;
}

.contact-form {
  border: 0.0625rem solid #74e891;
  border-radius: 1.6875rem;
  padding: 3.5rem 2.625rem;
  background-color: #071e3f;
  color: #fff;
  backdrop-filter: blur(1rem);
}
@media (max-width: 991px) {
  .contact-form {
    border-radius: 1rem;
    padding: 1.25rem 1rem;
  }
}

.page__slogan {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  padding-bottom: 1.25rem;
  padding-left: max(1.5rem, (100% - 101.25rem) / 2);
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.042px;
}
@media (min-width: 1560px) {
  .page__slogan {
    padding-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .home .page__slogan{
    position: absolute;
    top: 16rem;
    width: 100%;
    bottom: auto;
  }
  .page__slogan {
    position: static;
    padding-top: 1.25rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 479px) {
  .home .page__slogan{
    position: absolute;
    top: 18rem;
  }
  .page__slogan {
    font-size: 1.25rem;
  }
}

@media (max-width: 360px) {
  .home .page__slogan{
    position: absolute;
    top: 21rem;
  }
}

.text-secondary {
  color: #74e891;
}

html {
  font-size: calc(16 / var(--media-breakdown));
}
@media (max-width: 991px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #071e3f;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  opacity: 0;
}
body._loaded {
  opacity: 1;
  transition: opacity 0.5s;
}
body::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
body::-webkit-scrollbar-track {
  background-color: #c8c8c8;
}
body::-webkit-scrollbar-thumb {
  background-color: #071e3f;
}

::selection {
  background-color: #071e3f;
  color: #fff;
}

.disable-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
}
@media (min-width: 992px) {
  .wrapper--visible {
    overflow: visible;
  }
}

.container {
  margin: 0 auto;
  max-width: 104.25rem;
  padding: 0 1.5rem;
}
.container--sm {
  max-width: 64.25rem;
}
.container--lg {
  max-width: 101.75rem;
}

.offset-container {
  padding-left: max(1.5rem, (100% - 101.25rem) / 2);
}
@media (max-width: 991px) {
  .offset-container {
    padding: 0 1.5rem;
  }
}

/* Hiding class, making content visible only to screen readers but not visually */
/* "sr" meaning "screen-reader" */
.sr-only:not(:focus, :active) {
  position: absolute;
  clip-path: inset(50%);
  overflow: hidden;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

.text-block ol li:not(:last-child),
.text-block ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.text-block ul {
  list-style: disc outside;
  padding-left: 1.25rem;
}
.text-block strong,
.text-block b {
  font-weight: 700;
}
.text-block em,
.text-block i {
  font-style: italic;
}
.text-block mark {
  background-color: #071e3f;
  color: #fff;
}
.text-block del {
  background-color: #fbb;
  text-decoration: line-through;
}
.text-block ins {
  background-color: #d4fcbc;
  text-decoration: none;
}
.text-block blockquote {
  border-left: 0.1875rem solid #071e3f;
  padding-left: 0.9375rem;
}
.text-block > *:not(:last-child) {
  margin-bottom: 1.25rem;
}

a[x-apple-data-detectors] {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
  color: inherit !important;
}

picture {
  display: inline-block;
}
picture img {
  vertical-align: middle;
}

code {
  border: 1px dashed #999;
  border-radius: 0.2rem;
  padding: 0.1rem 0.3rem 0.2rem;
  background: #fff3f4;
  box-decoration-break: clone;
  word-wrap: break-word;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 6rem;
}
@media (max-width: 1439px) {
  h1,
  .h1 {
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 2.625rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  font-size: 3rem;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 2.625rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 1.25rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 1.125rem;
  }
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.75rem;
}

.pages-list {
  padding-left: 1rem;
}
.pages-list > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.pages-list > li a {
  text-decoration: underline;
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .pages-list > li a:hover {
    color: #071e3f;
  }
}

.is-hidden{
  display: none;
}
.is-visible{
  display: block;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #74e891 inset !important;
}