body,
html {
  font-size: 17px;
  line-height: 1.64;
  overflow-x: hidden;
  font-family: "Satoshi-Regular";
}

.f-sunflower {
  font-family: "Sunflower", sans-serif;
}

.lh-1 {
  line-height: 1;
}

.lh-1106 {
  line-height: 1.25;
}

.fs-15px {
  font-size: 15px;
}

.fs-17px {
  font-size: 17px;
}

.fs-18px {
  font-size: 18px;
}

.gap-y-1 {
  row-gap: 10px !important;
}

.fs-23px {
  font-size: 1.4375rem;
  font-size: clamp(1.25rem, 1.1817rem + 0.3413vw, 1.4375rem);
}

.fs-37px {
  font-size: 2.3125rem;
  font-size: clamp(1.75rem, 1.5058rem + 1.2212vw, 2.3125rem);
}

.fs-66px {
  font-size: 4.125rem;
  font-size: clamp(2.5rem, 1.8758rem + 3.1208vw, 4.125rem);
}

.fs-70px {
  font-size: 4.375rem;
  font-size: clamp(2.5rem, 1.8174rem + 3.413vw, 4.375rem);
}

.fs-83px {
  font-size: 83px;
  font-size: clamp(3.125rem, 2.2295rem + 4.4776vw, 5.1875rem);
}

.fs-102px {
  font-size: 102px;
  font-size: clamp(3.125rem, 1.7139rem + 7.0556vw, 6.375rem);
}

.spacer-5 {
  margin-bottom: 5px;
}

.spacer-10 {
  margin-bottom: 10px;
}

.spacer-15 {
  margin-bottom: 15px;
}

.spacer-25 {
  margin-bottom: 25px;
}

.spacer-30 {
  margin-bottom: 30px;
}

.spacer-50 {
  margin-bottom: 50px;
}

.spacer-60 {
  margin-bottom: 60px;
}

.spacer-80 {
  margin-bottom: 80px;
}

.spacer-135 {
  margin-bottom: 135px;
}

.spacer-135-80 {
  margin-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .spacer-135-80 {
    margin-bottom: 135px;
  }
}

.ls--198 {
  letter-spacing: -1.98px;
}

@media screen and (min-width: 992px) {
  .col-lg-55-45 > div:first-child {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-lg-55-45 > div:last-child {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-55-45 > div:first-child {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-xl-55-45 > div:last-child {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-xl-60-40 > div:first-child {
    flex: 0 0 57%;
    max-width: 57%;
  }
  .col-xl-60-40 > div:last-child {
    flex: 0 0 43%;
    max-width: 43%;
  }
  .col-xl-40-60 > div:first-child {
    flex: 0 0 43%;
    max-width: 43%;
  }
  .col-xl-40-60 > div:last-child {
    flex: 0 0 57%;
    max-width: 57%;
  }
  .ml--xl--100 {
    margin-left: -50px;
  }
}
.mw-230px {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .mw-230px {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .img-max-lg-fluid {
    max-width: 100%;
    flex-shrink: 0;
  }
}

strong {
  font-family: "Satoshi-Bold";
}

.fw-900 {
  font-family: "Satoshi-Black";
}

.container h3 {
  font-family: "Satoshi-Bold";
}

.__cf_email__ {
  color: #000;
}

.wrapper-hero {
  max-width: 940px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wrapper-main {
  max-width: 1218px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wrapper-lg {
  max-width: 1336px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.hero {
  background: #081B56;
  height: 262px;
  position: relative;
  color: #fff;
}
.hero * {
  position: relative;
  z-index: 3;
}
.hero:before {
  position: absolute;
  content: "";
  border-radius: 1404px;
  background: radial-gradient(50% 50% at 50% 50%, #3A55C6 0%, rgba(58, 85, 198, 0) 100%);
  width: 1404px;
  height: 1064px;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.hero header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.hero h1 {
  color: #D8EAFF;
  text-align: center;
  font-size: 57px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1.71px;
}

.hero + div {
  position: relative;
  z-index: 3;
  background: #fff;
}

header {
  max-width: 1470px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
header * {
  position: relative;
  z-index: 2;
}
header .navbar {
  padding-top: 20px;
}
header .nav-item {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 186.667% */
  text-transform: uppercase;
  margin-left: 22px;
  margin-right: 22px;
}
header .nav-link {
  position: relative;
  bottom: -2px;
}
header .nav-link:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
}
header .nav-link:hover, header .nav-link:focus {
  color: #fff;
}
header .nav-link:hover::after {
  width: 100%;
}
header .nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
}
header .nav-link:focus-visible::after {
  width: 100%;
}
header #nav-icon {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header #nav-icon span:nth-child(1) {
  top: 0px;
}
header #nav-icon span:nth-child(2), header #nav-icon span:nth-child(3) {
  top: 11px;
}
header #nav-icon span:nth-child(4) {
  top: 22px;
}
header .navbar-brand, header .navbar-toggler {
  position: relative;
  z-index: 3;
  border: none;
}
header .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(2) {
  transform: rotate(45deg);
}
header .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(3) {
  transform: rotate(-45deg);
}
header .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

footer {
  padding-bottom: 60px;
  background: #fff;
  position: relative;
  z-index: 3;
}
footer .footer-link {
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
}/*# sourceMappingURL=terms.css.map */