body {
  margin: 0;
  scroll-behavior: smooth;
  background: #000006;
  font-family: "Gilroy-Regular-INT", Arial, Helvetica, sans-serif;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}

header {
  background-color: #101010;
  position: relative;
  color: #fff;
  isolation: isolate;
}
header .container {
  background-size: contain;
  background-position: right 5em;
}
.logo-wrapper {
  padding: 2.5em 0;
  display: block;
}

a.logo-wrapper {
  text-decoration: none;
  color: inherit;
}

.logo-wrapper h3 {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

.logo {
  padding: 0;
  max-width: 224px;
}

.hero_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero_img.mobile {
  display: none;
}

.hero_img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.pill {
  background-color: #ff8a00;
  color: #000;
  font-size: 1.5em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 10px;
  font-family: "Gilroy-ExtraBold-INT", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 0.75em;
}
header h1 {
  font-family: "Gilroy-ExtraBold-INT", system-ui, Arial, Helvetica, sans-serif;
  font-weight: 900;
  margin: 0 0 0.2em;
  line-height: 1;
  font-size: 4.5em;
}
header h2 {
  font-size: 3em;
  font-family: "Gilroy-ExtraBold-INT";
  line-height: 1;
}
.secondary_color {
  color: #ff8a00;
}
header p {
  font-family: "Gilroy-Regular-INT", Arial, Helvetica, sans-serif;
  font-size: 2em;
  line-height: 1;
  margin: 10px 0;
}
header p sup {
  vertical-align: unset;
}

.button_link {
  text-decoration: none;
  background: #ff8a00;
  padding: 0.25em 1.2em;
  font-family: "Gilroy-ExtraBold-INT", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  border-radius: 4px;
  font-size: 2em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.75em 0;
}

.key_terms {
  padding: 0 1em;
  color: #fff;
  padding: 0.5em 0 2em;
}
.key_terms p {
  font-size: 17px;
  font-family: "Gilroy-Regular-INT", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
}
.key_terms a {
  color: #fff;
}
.plus18 img {
  max-width: 20px;
  vertical-align: middle;
  margin-left: 1em;
}
.steps {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0.5em 15px;
  background: #000006;
}
.steps_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}
.step {
  width: 33%;
}
.step h2 {
  font-family: "Gilroy-Bold-INT", Arial, Helvetica, sans-serif;
  color: #ff8a00;
  font-size: 3.5em;
  line-height: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.step span {
  color: #fff;
  font-family: "Gilroy-Bold-INT", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-left: 1em;
  text-transform: uppercase;
}

.regulatory__logos img {
  margin: 0 3em;
}
.regulatory__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2em;
  max-width: 980px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_container a {
  width: 33%;
  color: #fff;
  font-family: "DINPro" !important;
  text-align: center;
}

footer {
  background: #000006;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-family: "DINPro" !important;
  padding: 0.3em;
  padding-top: 2em;
  margin-bottom: 80px;
}
footer a {
  color: inherit;
}
.footer p {
  margin: 0;
}

.enter-view {
  display: block !important;
}
.mobile-button {
  text-align: center;
  display: block !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 999;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-button.enter-view {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.mobile-button .button_link {
  width: 100%;
}
@media (max-width: 1600px) {
  .content {
    padding-right: 39%;
  }
}
@media (max-width: 1280px) {
  header {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  header {
    background-color: #0b0b0b;
  }
  .hero_img {
    left: 20%;
  }
  .content {
    padding-right: 40%;
  }
  body {
    font-size: 14px;
  }
  .step h2 {
    font-size: 3em;
  }
  .step span {
    font-size: 15px;
  }
  .hero_img {
    display: none;
  }
  .hero_img.mobile {
    position: static;
    display: block;
    left: 0;
    font-size: 0;
    margin: 0;
  }
  .logo {
    margin: auto;
  }
  .content {
    padding-right: 0;
    text-align: center;
  }

  .pill,
  .button_link {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile_wrapper {
    display: block;
    max-width: 100%;
  }
  .mobile_wrapper h1 {
    font-size: 9vw;
  }
  .steps {
    padding: 0;
  }
  .steps_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .step {
    width: 100%;
    border-bottom: 2px solid #fff;
    padding: 15px 5px;
  }
  .step:last-of-type {
    border-bottom: none;
  }
  .step h2 {
    font-size: 3.5em;
    max-width: 300px;
    margin: 0 auto;
  }
  .step span {
    font-size: 18px;
  }
  header p {
    margin-bottom: 20px;
  }
  .mobile-button .button_link {
    margin: 0 auto;
    border-radius: 0;
  }
  .key_terms {
    text-align: center;
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .logo-wrapper {
    padding: 1em 0;
  }
  .logo-wrapper h3 {
    font-size: 3.2vw;
  }
  .logo {
    width: 50vw;
    margin: 0 auto;
  }
  .pill,
  .button_link {
    margin: 0 auto 1em;
  }

  .mobile_wrapper h1 {
    font-size: 13vw;
  }
  header h2 {
    font-size: 5.5vw;
  }
  header p {
    font-size: 6vw;
    line-height: 1;
  }

  .button_link {
    font-size: 8vw;
  }
  .key_terms p {
    font-size: 4vw;
  }
}
