/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.25;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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



.hero {
  position: relative;
  background-image: url("../images/header/backgrounds/red/bg-desktop-3.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.hero__logo {
  position: relative;
  display: inline-flex;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .hero__logo {
    display: none;
  }
}
.hero__logo-img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .hero__logo-img {
    display: none;
  }
}
.hero__logo-mob {
  display: none;
}
@media (max-width: 768px) {
  .hero__logo-mob {
    position: relative;
    display: block;
    padding: 10px 0;
    width: 100%;
    z-index: 2;
  }
}
.hero__mob-hex {
  display: none;
}
@media (max-width: 768px) {
  .hero__mob-hex {
    display: block;
    -webkit-mask-image: url("../images/header/backgrounds/white/hex_white.svg");
            mask-image: url("../images/header/backgrounds/white/hex_white.svg");
    background: #fff;
    width: 220px;
    height: 200px;
    position: absolute;
    top: -165%;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
  }
}
.hero__logo-img-small {
  display: none;
}
@media (max-width: 768px) {
  .hero__logo-img-small {
    display: block;
    max-width: 120px;
    margin: 0 auto;
  }
}
.hero__content {
  position: relative;
  display: grid;
  grid-template-columns: 500px minmax(-webkit-min-content, 830px);
  grid-template-columns: 500px minmax(min-content, 830px);
}
@media (max-width: 1024px) {
  .hero__content {
    grid-template-columns: 400px minmax(-webkit-min-content, 830px);
    grid-template-columns: 400px minmax(min-content, 830px);
  }
}
@media (max-width: 768px) {
  .hero__content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    z-index: 1;
  }
}
.hero__offer-container {
  padding: 0 0 35px 55px;
}
@media (max-width: 1024px) {
  .hero__offer-container {
    padding: 0 0 35px 25px;
  }
}
@media (max-width: 768px) {
  .hero__offer-container {
    padding: 0;
    margin: 35px 0 35px 0;
    text-align: center;
  }
}
.hero__label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 370px;
  display: block;
  margin-bottom: 15px;
  padding: 10px 30px;
  border-radius: 3em;
  font-size: clamp(
      18px,
      calc(
        18px +
          (
            2 *
              ((100vw - 360px) / 840)
          )
      ),
      20px
    );
  text-align: center;
  color: #ffffff;
  background-color: #1f2947;
    font-family: "Sofia Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}
@media (max-width: 768px) {
  .hero__label {
    margin: 0 auto 15px;
  }
}
.hero__headline {
  margin-bottom: 8px;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
  line-height: 0.9;
  font-size: 120px;
  font-size: clamp(
      85px,
      calc(
        85px +
          (
            15 *
              ((100vw - 1024px) / 176)
          )
      ),
      100px
    );
  color: #ffffff;
}
@media (max-width: 768px) {
  .hero__headline {
    font-size: clamp(
      65px,
      calc(
        65px +
          (
            55 *
              ((100vw - 360px) / 408)
          )
      ),
      120px
    );
  }
}
.hero__headline .small-text {
  font-size: 0.64em;
  display: block;
}
.hero__subheadline, .hero__date-time {
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
}
.hero__subheadline .small-text, .hero__date-time .small-text {
  font-size: 0.99em;
}
.hero__date-time {
  margin-bottom: 32px;
}
.hero__button {
  display: inline-block;
  padding: 12px 28px;
  background: #1f2947;
  text-decoration: none;
  color: #ffffff;
    font-family: "Sofia Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
  font-size: clamp(
      20px,
      calc(
        20px +
          (
            10 *
              ((100vw - 480px) / 720)
          )
      ),
      30px
    );
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.hero__kits {
  position: absolute;
  width: 100%;
  grid-column: 2/3;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 10px;
  aspect-ratio: 11/10;
    -webkit-mask-image: url("../images/header/backgrounds/white/hex_white.svg");
            mask-image: url("../images/header/backgrounds/white/hex_white.svg");
  transform: translate(16%, -46%);
}
@media (max-width: 1024px) {
  .hero__kits {
    width: 122%;
    transform: translate(1%, -55%);
  }
}
@media (max-width: 768px) {
  .hero__kits {
    position: static;
    width: 123%;
    transform: none;
    margin-top: -55%;
  }
}
.hero__kits-wrapper {
  position: relative;
  flex-grow: 1;
}
.hero__kits-img {
  position: absolute;
  width: 60%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 1024px) {
  .hero__kits-img {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .hero__kits-img {
    width: 50%;
  }
}
.hero__kits-img:first-child {
  transform: translate(0%, 16%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero__kits-img:first-child {
    transform: translate(4%, 16%);
  }
}
@media (max-width: 768px) {
  .hero__kits-img:first-child {
    transform: translate(23%, 32%);
  }
}
.hero__kits-img:last-child {
  transform: translate(59%, 15%);
}
@media (max-width: 1024px) {
  .hero__kits-img:last-child {
    transform: translate(65%, 15%);
  }
}
@media (max-width: 768px) {
  .hero__kits-img:last-child {
    transform: translate(83%, 30%);
  }
}


/* </REGULATORY */
#dynamic-footer .legal  br {
  display: block;
}
/* Footer */
.footer__wrapper {
  text-align: center;
  padding: 20px 0;
}
.footer__wrapper ol {
  margin: 0 0 1em;
  font-size: 14px;
}
.footer__wrapper p {
  margin: 0 0 1em;
  font-size: 14px;
}    
.footer__wrapper a {
    font-family: "Sofia Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

.footer__wrapper .legal a {
    font-family: "Sofia Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}

.footer-content {
  text-align: left;
  padding: 0 20px;
  display: block !important;
}
/* </Footer */


/*TTTT Bar*/
.tttt_bar{
  width: 100%;
}

.container .tttt_bar{
  padding:0px;
  background-color: #fafe07;
}

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

.center img{
  width: 100%;
}    

/* end */



sup {
  display: inline-block;
  font-size: 0.4em;
  vertical-align: top;
}

.background-grey {
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(228, 228, 228) 100%);
}
.background-navy {
  background: linear-gradient(180deg, rgb(52, 74, 118) 0%, rgb(32, 42, 73) 100%);
}

.legals {
/*  margin-bottom: 40px;*/
  padding: 15px 10px;
  font-size: 14px;
  text-align: center;
  line-height: 1.1;
  color: #ffffff;
  background-color: #b10000;
}
@media (max-width: 768px) {
/*  .legals {
    margin-bottom: 20px;*/
  }
}
.legals a {
  color: #ffffff;
}

.steps {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .steps {
    margin-bottom: 20px;
  }
}
.steps a {
  text-decoration: none;
}
.steps__container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .steps__container {
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
  }
}
.steps__item-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 33%;
  text-align: center;
}
@media (max-width: 768px) {
  .steps__item-wrapper {
    text-align: center;
    max-width: 100%;
  }
}
.steps__headline {
  display: block;
  margin-bottom: 5px;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
  font-size: clamp(
      20px,
      calc(
        20px +
          (
            15 *
              ((100vw - 640px) / 560)
          )
      ),
      35px
    );
  line-height: 1;
  color: #1f2947;
}
@media (max-width: 768px) {
  .steps__headline {
    font-size: 30px;
  }
}
.steps__headline .small-text {
  display: block;
  margin-top: 10px;
  font-size: 0.4em;
  text-transform: lowercase;
}
.steps__subheadline {
  font-size: 14px;
  color: #1f2947;
}
@media (max-width: 768px) {
  .steps__item-separator {
    transform: rotate(90deg);
  }
}

.boxes {
  padding: 0 10px;
  margin-bottom: 20px;
}
.boxes__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .boxes__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .boxes__wrapper {
    padding: 0;
  }
}

.box {
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.box img {
  width: 100%;
  display: block;
}
.box__copy {
  margin: 0;
  padding: 15px;
  color: #1f2947;
  font-size: 17px;
  line-height: 1.6;
}
.box__disclaimer {
  margin: 0;
  margin-top: auto;
  padding: 15px;
  color: #1f2947;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.box__disclaimer a {
  color: #1f2947;
}
.box sup {
  font-size: 1em;
}
.box .no-tc {
  display: none;
}

.footer {
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .footer {
    padding: 10px;
  }
}
.footer a {
  color: inherit;
}
.footer strong {
    font-family: "Sofia Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
  font-size: 14px;
}
.footer sup {
  font-size: 1em;
}
.footer br {
  display: none;
}
.footer__banner {
  display: block;
  margin-bottom: 40px;
}
.footer__tttt-logos {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 28px 20px;
  background-color: #fafe07;
}
.footer__tttt-logos img {
  height: auto;
  width: 100%;
}
.footer__tttt-logos img:first-child {
  max-width: 325px;
}
.footer__tttt-logos img:last-child {
  max-width: 280px;
}
.footer__logos {
  margin-bottom: 40px;
}


.sticky {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 11;
  opacity: 0;
  transition: ease 0.3s;
}
.sticky__button {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  border-radius: 0;
}

.show__sticky {
  opacity: 1;
}





@media (max-width: 768px) {
  .footer__logos {
    margin-bottom: 20px;
  }
}
.footer__regulatory-logos, .footer__payment-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.footer__regulatory-logos img, .footer__payment-logos img {
  margin: 1em;
}
.footer__payment-logos {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .footer__payment-logos {
    margin-bottom: 0;
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .footer__nav {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .footer__nav {
    grid-template-columns: 1fr;
  }
}
.footer__nav a {
  padding: 1.5em 0.5em;
  font-size: 16px;
  color: inherit;
  font-weight: 400;
}
.footer__static-terms {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footer__static-terms {
    margin-bottom: 0;
  }
}
.footer__static-terms p {
  margin-bottom: 1em;
  font-size: 14px;
}
.footer__static-terms strong {
  font-size: 14px;
}
.footer__contact-us {
  display: block;
}
.footer__terms {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 60px;
  text-align: left;
  color: #1f2947;
}
@media (max-width: 768px) {
  .footer__terms {
    padding: 0 20px;
  }
}
.footer__terms ol {
  margin-bottom: 1em;
  font-size: 14px;
}
.footer__terms ol li::marker {
  font-weight: bold;
}
.footer__terms strong {
  margin-bottom: 20px;
  font-size: 14px;
}
.footer__terms a {
    font-family: "Sofia Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

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

body {
  background-color: #ececec;
    font-family: "Sofia Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

.site {
  min-height: 100vh;
  position: relative;
}

.main-container {
  max-width: 1300px;
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #fdfdfd;
}

br + br {
  display: none;
}

.big-text {
  font-size: 1.3em;
}

.small-text {
  font-size: 0.6em;
}

.loading {
  display: block;
}

.not-load {
  display: none;
}/*# sourceMappingURL=style.css.map */



/* REGULATORY */
.regulatory__logos, .payment__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;
}
.regulatory__logos img, .payment__logos img {
  margin: 1em;
}
.regulatory__logos {
  padding: 40px 0;
}
.payment__logos {
  padding: 20px 0;
}
.bottom__links .links__wrapper {
  display: -ms-grid;
  display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}
.bottom__links .links__wrapper a {
  font-size: 16px;
  padding: 1.5em 0.5em;
  font-weight: bold; 
}
.bottom__links {
  padding: 60px 0;
}
    
@media screen and (max-width: 640px) {
  .bottom__links .links__wrapper {
     grid-template-columns: 1fr 1fr;
  }
}

.mobile {
  display: none;
}
.desktop {
  display: block;
}


@media screen and (max-width: 640px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}


.js-box-disclaimer-1 strong,
.js-box-disclaimer-2 strong,
.js-box-disclaimer-3 strong,
.js-sig-terms strong,
.legals__full,strong {
    font-family: "Sofia Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}

.legals__full a{
  color: #FFFFFF;
}


/* --------DEPOSIT BAR----------*/


#deposit__bar{
  margin-bottom: 40px;
}

#deposit__bar a{
    color: #000000;
}

.terms{
    margin-top: 0px;
    margin-bottom: 0px;
}

.wrapper {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;

}


.deposit__size-12 {
  font-size: 13px;
}

.accent__2 {
  background-color: #f2f1f3;
  padding: 10px 0px 10px 0px;
}

.wrapper__narrow__2 {
 width: 90%;
}

.accent__grid__2 {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  gap: 1%;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns:max-content max-content;
/*    grid-template-columns: 50px 800px;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info__icon{
  width: 30px;
  margin: 0 auto;
}



@media (max-width: 1024px) {

  .wrapper__narrow__2 {
   width: 95%;
  }


@media (max-width: 800px) {
  .wrapper__narrow__2 {
   width: 90%;
  }

    .accent__2 {
      padding: 10px 0px 15px 0px;
    }

  .accent__grid__2 {
    width: 100%;
    gap: 0.5%;
    grid-template-columns: 0.17fr 3fr;
  }
}

@media (max-width: 430px) {
 
  .wrapper__narrow__2 {
    width: 90%;
  }

  .accent__grid__2 {
    grid-template-columns: 0.4fr 2.6fr;
  }

  .info__icon{
    width: 32px;
  }
}

@media (max-width: 320px) {
  .wrapper__2{
    margin: 0 auto;
    padding: 0;
  }

  .wrapper__narrow__2 {
    width: 90%;
  }
  .accent__grid__2 {
    gap: 0;
    grid-template-columns: 0.4fr 2.4fr;
    -webkit-box-align: flex-start ;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }

  .info__icon{
    width: 30px;
  }
}






