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 {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
body {line-height: 1;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}

body, p{
  padding: 0;
  margin: 0;
}

a{
  color: #1880FA;
  text-decoration: underline;
}

.content-holder{
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  color: #636983;
}

.background{
  width: 100%;
  aspect-ratio: 2.61;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.left{
  background-image: url(background_desktop_left.jpg);
  background-position: center;
  background-size: cover;
  padding: 10% 50% calc(10% + 60px) 10%;

  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items:flex-start;
  flex-direction: column;
  text-align: left;
}

.right{
  background-image: url(background_desktop_right.jpg);
  background-position: center;
  background-size: cover;
  padding: 10% 10% calc(10% + 60px) 50%;

  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items:flex-start;
  flex-direction: column;
  text-align: left;
}

.center{
  background-image: url(background_desktop_center.jpg);
  background-position: center;
  background-size: cover;
  padding: 0.0% 2.5% calc(1.0% + 90px) 2.5%;

  display: flex;
  justify-content: center;
  align-content: center;
  align-items:center;
  flex-direction: column;
  text-align: center;
}

.logo{
  width: 15vw;
  aspect-ratio: 199 / 162;
}

.logo_mobile{
  display: none;
}

.background h1{
  font-family: 'Inter', sans-serif;
  font-size: clamp(24px, 3.5vw, 81px);
  line-height: 1.2em;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom:1em;
}

.background h2{
  font-family: 'Inter', sans-serif;
  font-size: clamp(18px, 2.5vw, 60px);
  line-height: 1.2em;
  font-weight: 900;
  color: #FFFFFF;
  margin-top:0em;
}



.background a{
  font-family: 'Inter', sans-serif;
  font-size: clamp(18px, 1.8vw, 34px);
  line-height: 1.2em;
  font-weight: 700;
  color: #01062B;
  background-color: #fed007;
  padding: 0.5em 2em;
  border-radius: 400px;
  text-decoration: none;
}

.background a:hover{
  -webkit-box-shadow: 0 0 10px 4px rgba(254,208,7,0.4);
  box-shadow: 0 0 10px 4px rgba(254,208,7,0.4);
}

.cta{
    display:inline-block;
  will-change: transform;
}

.three_steps{
  position: relative;
  top: -60px;
  background-image: linear-gradient(90deg, #7cc2be, #299b96, #7cc2be);
  padding: 40px 40px 100px 40px;
  border-radius: 60px 60px 0px 0px;
}

.three_steps_holder{
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items:center;
  flex-direction: row;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;

}

.three_steps_holder > div{
  padding: 0 20px;
  /*width: 100%;
  max-width: 400px;*/
  display: flex;
  justify-content: center;
  align-content: center;
  align-items:flex-start;
  align-self: flex-start;
  flex-direction: row;
  text-align: left;

  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  color: #ffffff;
  gap: 10px;
}
/*
.three_steps_holder div:nth-child(2){
  padding-left: 10px;
}
*/
.three_steps span{
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0.2em;
}

.three_steps_holder img{
  width: 38px;
  height: 38px;
} 


.payments_ribbon{
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items:center;
  align-self: center;
  flex-direction: row;
  gap: 30px;
  text-align: center;
  padding: 20px 20px 60px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.payments_ribbon *{
  max-height: 40px;
  min-width: 0px;
}

.main_copy{
  position: relative;
  top: calc(-60px * 2);
  background-color: #ffffff;
  padding: 40px 40px 0px 40px;
  border-radius: 40px 40px 0px 0px;
  margin-bottom: -60px;
}

.copy{
  width: 100%;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;

  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  color: #01062B;
}

.copy h1{
  display: block;
  font-size: 42px;
  line-height: 1.3em;
  font-weight: 900;
  color: #01062B;
  padding: 0px 0px 6px 0px;
}

.copy h2{
  display: block;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 900;
  color: #01062B;
  padding: 0px 0px 6px 0px;
}

.copy h3{
  display: block;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 900;
  color: #01062B;
  padding: 0px 0px 6px 0px;
}

.copy h4{
  display: block;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 900;
  color: #01062B;
  padding: 0px 0px 6px 0px;
}

.copy_img{
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items:center;
  align-self: center;
  flex-direction: row;
  gap: 20px;
  text-align: center;
  padding: 20px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.copy_img *{
  max-height: 200px;
  min-width: 0px;
}

.terms_container{
  background-color: #0c0c0c;
  padding: 40px 40px 40px 40px;
  border-radius: 60px 60px 0px 0px;
}

.terms{
  width: 100%;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;

  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  color: #ffffff;
}

.terms_btn{
  position: relative;
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
  color: #01062B;
  text-align: left;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0.8em 6em 0.8em 1.2em;
}

.terms_btn:hover{
  -webkit-box-shadow: 0 0 10px 4px rgba(255,255,255,0.4);
  box-shadow: 0 0 10px 4px rgba(255,255,255,0.4);
}

.terms_btn input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.0;
  border: none;
  outline: none;
  cursor: pointer;
}

.terms_content{
  overflow: hidden;
  /*display: none;*/
   height: 0;
}

.terms_btn_arrow{
  position: absolute;
  height: 100%;
  top: 2px;
  right: 10px;
}

.terms_list{
  list-style-type: decimal;
  list-style-position: outside;
  padding: 30px 0px 0px 30px;
  margin: 0;
}

.terms_list li{
  padding: 0px 0px 12px 0px;
}

.terms_container .line{
  border-top: 1px solid #FFFFFF;
  width: 100%;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto 40px auto;
}

.footer_menu{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-content: center;
  align-items:center;
  align-self: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  /*padding: 20px 20px 60px 20px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_menu .menu1{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items:center;
  align-self: center;
  flex-direction: row;
  gap: 20px;
  text-align: center;
  /*padding: 20px 20px 60px 20px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_menu .menu1 a{
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

.footer_menu .menu2{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items:center;
  align-self: center;
  flex-direction: row;
  gap: 20px;
  text-align: center;
  /*padding: 20px 20px 60px 20px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_menu .menu2 a{
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  color: #CECDDB;
  text-decoration: none;
}

.footer_copy{
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0 auto;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.footer_copyright{
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0 auto;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}


@media only screen and (max-width: 768px) {
.background{
  background-image: url(background_mobile.jpg);
  aspect-ratio: 0.6;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 10% 10% calc(15% + 60px) 10%;
}

.logo{
  width: 30vw;
  aspect-ratio: 199 / 162;
}

.logo_mobile{
  display: block;
}

.logo_desktop{
  display: none;
}


.background h1{
  font-family: 'Inter', sans-serif;
  font-size: 11vw;
  line-height: 1.2em;
  font-weight: 900;
  color: #ffffff;
  
}

.background h2{
  font-size: 7vw;
  line-height: 1.2em;
  color: #ffffff;
}

.background a{
  font-size: 5vw;
}

.three_steps{
  border-radius: 40px 40px 0px 0px;
}

.three_steps_holder{
  display: table;
  flex-direction: column;
  margin: 0 auto;
}

.three_steps_holder > div{
  justify-content: flex-start;
  padding: 15px 0px;
}

.payments_ribbon{
  display: none;
}


.footer_menu{
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items:center;
  align-self: center;
  flex-direction: row;
  gap: 20px;
  text-align: center;
}

.footer_menu .menu1{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  align-self: flex-start;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_menu .menu2{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-end;
  align-self: flex-start;
  flex-direction: column;
  gap: 20px;
  text-align: right;
  /*padding: 20px 20px 60px 20px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



}