:root {
  --darkmint: #2e493f;
  --brand-main: #56f3b7;
  --brand2nd: #58e7b1;
  --blackalmost: #13151d;
  --light-grey: #d4d4d480;
  --gray: #767882b3;
  --beige100: #fdfcf6;
  --black-2: #1e212e;
  --orange: #ee752f;
  --beige200: #faf8ec;
  --beige300: #f3efdd;
  --black100: black;
  --beige600: #89836c;
  --beige700: #453105;
  --white: white;
  --dark-grey: #9b9b9b;
  --light-grey-100: #cfd2da;
  --form-radius: 8px;
  --orange_a: #faba25;
  --taxo: #bb206c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--darkmint);
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 64px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 31px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 130%;
}

a {
  color: var(--brand-main);
  text-decoration: underline;
  transition: all .35s;
}

a:hover {
  color: var(--brand2nd);
}

li {
  font-family: Inter, sans-serif;
  line-height: 130%;
}

label {
  color: var(--blackalmost);
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

.mycontain {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.mycontain.mycontain-header {
  padding-top: 0;
  padding-bottom: 20px;
}

.mycontain.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.mycontain.flex {
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 130px;
  display: flex;
}

.mycontain._100w {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 750px;
  display: flex;
}

.styletitle {
  border-bottom: 1px solid var(--light-grey);
  text-transform: uppercase;
  margin: 20px 15px 30px;
  font-size: 14px;
}

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

.flexcolwrap.inversecolors {
  background-color: var(--brand-main);
  padding-top: 26px;
  padding-bottom: 0;
}

.flex2col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.stylename {
  border-top: 1px solid var(--light-grey);
  border-bottom: 0px none var(--light-grey);
  color: var(--light-grey);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.notes {
  color: var(--gray);
  text-align: center;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.notes.noes-partners {
  width: 100px;
  margin-bottom: 0;
}

.notes.notes-form-aside {
  text-align: center;
  max-width: 320px;
}

.notes.footer {
  max-width: 100%;
  font-size: 10px;
}

.colorbox {
  background-color: var(--beige100);
  width: 60px;
  height: 150px;
  margin-right: 25px;
  display: inline-block;
}

.colorbox.blackcolor {
  background-color: var(--black-2);
  color: var(--darkmint);
  margin-left: 0;
}

.colorbox.brandmaincolor {
  background-color: var(--brand-main);
}

.colorbox.orange {
  background-color: var(--orange);
}

.colorbox.brand2ndcolor {
  background-color: var(--brand2nd);
}

.colorbox.beige200 {
  background-color: var(--beige200);
}

.colorbox.beige300 {
  background-color: var(--beige300);
}

.colorbox.beige400 {
  background-color: var(--black100);
}

.colorbox.beige500 {
  background-color: var(--gray);
}

.colorbox.beige600 {
  background-color: var(--beige600);
}

.colorbox.beige700 {
  background-color: var(--beige700);
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.cta-button {
  background-color: var(--brand2nd);
  color: var(--black-2);
  border: 0 solid #000;
  border-radius: 100px;
  height: auto;
  padding: 12px 50px 13px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
  transition: all .35s;
}

.cta-button:hover {
  background-color: var(--white);
  color: var(--black-2);
}

.cta-button.ghost-button {
  border: 1px solid var(--black-2);
  color: var(--black-2);
  background-color: #0000;
  height: 39px;
  padding: 9px 24px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.cta-button.ghost-button:hover {
  border-color: var(--brand-main);
  background-color: var(--brand-main);
  color: var(--black-2);
}

.cta-button.ghost-button.inverse-ghost {
  color: #fff;
  border-color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover, .cta-button.inverse-button {
  color: var(--brand-main);
  background-color: #fff;
}

.cta-button.inverse-button:hover {
  background-color: var(--brand2nd);
  color: #fff;
}

.cta-button.bitcoin-button {
  max-width: 448px;
  height: 72px;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.cta-button.short {
  padding-left: 36px;
  padding-right: 36px;
}

.invese-link {
  color: #fff;
}

.coldummycolor {
  background-color: var(--light-grey);
}

.popbg {
  z-index: 500;
  opacity: 0;
  background-color: #000000c4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.popwindow {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 17px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h1 {
  color: var(--black100);
  letter-spacing: -2px;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 110%;
}

.h1.darkbg-center {
  color: var(--light-grey);
  text-align: center;
}

.h1.darkbg-center.motion-slideup {
  color: var(--white);
}

.h1.motion-slideup {
  color: var(--black-2);
}

.h1.mt40 {
  margin-top: 40px;
}

.h1.h120px {
  height: 120px;
}

.h2 {
  z-index: 10;
  color: var(--black100);
  -webkit-text-stroke-color: var(--black-2);
  max-width: 310px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  position: relative;
}

.h2:hover {
  color: var(--black-2);
}

.h2.h2-voucher {
  width: 100%;
  max-width: 300px;
  margin-bottom: 60px;
}

.h2.h2-form {
  color: var(--beige200);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 32px;
}

.h2.h2-keys, .h2.h2-faq {
  margin-bottom: 60px;
}

.h2.h2-quote {
  text-align: center;
  max-width: 830px;
  margin-bottom: 32px;
}

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

.h2.h2-acordeon {
  max-width: 100%;
  margin-bottom: 50px;
}

.h2.centerdarkbg {
  color: var(--dark-grey);
  text-align: center;
  max-width: 100%;
}

.h2.contact {
  color: var(--black-2);
}

.h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 460px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.h3.h3-about {
  max-width: 730px;
  line-height: 130%;
}

.h3.h3-acordeon {
  line-height: 130%;
}

.h4 {
  margin-bottom: 8px;
  font-family: termina, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.h5 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

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

.h5.h5-name {
  margin-top: 16px;
  margin-bottom: 4px;
}

.h5.h5-about {
  margin-bottom: 80px;
}

.h5._30mb {
  margin-bottom: 30px;
}

.h6 {
  font-family: termina, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.body {
  color: var(--darkmint);
  text-align: left;
  max-width: 430px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.body.body-newsletter {
  margin-bottom: 38px;
}

.body.body-header {
  width: 438px;
  max-width: 438px;
}

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

.body.article-body {
  margin-bottom: 30px;
}

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

.body.body-team {
  margin-top: 16px;
  margin-bottom: 16px;
}

.big-type {
  z-index: 10;
  color: var(--black-2);
  font-family: Inter, sans-serif;
  font-size: 170px;
  font-weight: 500;
  line-height: 90%;
}

.big-type._2col {
  z-index: 10;
  color: var(--black100);
  letter-spacing: -.5vw;
  margin-bottom: -.08em;
  font-size: 12vw;
  line-height: 90%;
  position: relative;
}

.big-type._2col.motion-slideup {
  color: var(--black-2);
}

.big-type.footer {
  font-size: 12vw;
}

.link {
  color: var(--black-2);
  cursor: pointer;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  font-family: termina, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  color: var(--black-2);
}

.link.link-process {
  margin-left: 36px;
}

.link.link-footer {
  color: var(--dark-grey);
  letter-spacing: 1px;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.link.link-footer.link-footer-social {
  margin-left: 24px;
}

.body-2 {
  border-bottom: 1px #000;
}

.input-newsletter {
  border-bottom: 1px solid var(--black100);
  background-color: var(--beige100);
  text-align: center;
  border-radius: 10px;
  max-width: 730px;
  height: 72px;
  margin-bottom: 8px;
}

.input-newsletter::placeholder {
  color: var(--beige600);
  font-family: termina, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.form-newsletter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-bitcoin {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-bitcoin.form-bitcoin-aside {
  align-items: center;
}

.header-input-bitcoin {
  border: 1px solid var(--beige300);
  background-color: var(--beige200);
  text-align: center;
  border-radius: 8px;
  max-width: 448px;
  height: 72px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.header-input-bitcoin::placeholder {
  color: var(--black-2);
}

.body-3 {
  padding-left: 0;
  padding-right: 0;
  font-family: termina, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.container {
  flex-flow: column wrap;
  place-content: space-between center;
  align-items: center;
  max-width: 1280px;
  height: 70px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.mysection {
  z-index: 5;
  background-color: var(--brand-main);
  border-top: 0 solid #000;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 50%;
  position: relative;
  overflow: hidden;
}

.mysection.mysectionwhite {
  background-color: var(--white);
}

.mysection.mysection-yellow {
  background-color: var(--brand-main);
}

.mysection.mysection-black {
  background-color: var(--black-2);
}

.mysection.mysection-black.mysection-bottom {
  padding-bottom: 150px;
}

.mysection.mysection-beige300 {
  background-color: var(--beige300);
  padding-bottom: 60px;
}

.mysection.mysection-footer {
  background-color: var(--blackalmost);
  padding-top: 80px;
  padding-bottom: 10px;
}

.mysection.mysection-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--brand2nd);
  background-image: url('../images/mintblank-peak-3-min.jpg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 0 solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  height: 90vh;
  max-height: 830px;
  padding-bottom: 40px;
  display: grid;
  position: sticky;
  top: 0;
}

.mysection.mysection-header.subpages {
  height: 30vh;
  max-height: 300px;
}

.mysection.mysection-header.fullheader {
  height: 100%;
}

.mysection.darkbg {
  background-color: var(--blackalmost);
  background-image: url('../images/mintblank-mountain.svg');
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 40px;
}

.mysection.imgbg {
  background-image: url('../images/mintblank-peak-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 0;
}

.mysection.mysection-form {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey)), url('../images/mintblank-peak-3-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.mysection.greybg {
  background-color: var(--light-grey-100);
}

.mysection.greybg.hidden {
  display: none;
}

.mycontainer-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: flex-start center;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #ddd0;
  align-items: center;
  height: 64px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.type-header {
  width: 50%;
  min-width: 438px;
  height: 600px;
  padding-top: 100px;
  position: relative;
}

.div-img-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 50%;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.mycointainer {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

.mycointainer.calccontainer {
  flex-direction: column;
  align-items: center;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.mycointainer.voucher-cointainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.mycointainer.mycointainer-newsletter {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.mycointainer.mycontainer-team {
  padding-top: 60px;
  padding-bottom: 20px;
}

.mycointainer.mycontainer-footer {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 2fr 1fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between;
  place-items: center;
  height: 80px;
  padding-top: 0;
  display: grid;
}

.mycointainer.mycontainer-footer.bottom {
  place-items: end center;
  margin-top: 20px;
}

.mycointainer.mycontainer-qr {
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 80px;
  display: flex;
}

.feature {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 36px 0;
  display: flex;
}

.features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.icon {
  margin-bottom: 8px;
}

.icon.icon-download {
  align-self: auto;
  margin-bottom: -2px;
  margin-right: 10px;
  display: block;
}

.icon.icon-key {
  margin-right: 14px;
}

.header-form {
  z-index: 100;
  background-color: var(--white);
  border-radius: 24px;
  width: 522px;
  height: 329px;
  padding: 36px;
  position: absolute;
  bottom: 0%;
  left: 12%;
  right: auto;
  box-shadow: 7px 7px 20px 3px #0000001a;
}

.partners {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 70px;
  display: flex;
}

.partner {
  height: 35px;
}

.partners-logos {
  justify-content: space-between;
  width: 70%;
  display: flex;
}

.icon-arrow {
  background-color: #0000;
  width: 17px;
  height: 78px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.img-process {
  width: 100%;
  margin-top: 20px;
}

.process-steps {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.process-step-content {
  background-color: var(--brand-main);
  border-radius: 30px;
  flex-direction: column;
  margin-bottom: 16px;
  padding: 36px;
  display: flex;
}

.white-bg {
  z-index: 0;
  background-color: var(--white);
  width: 120%;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 60%;
  left: -10%;
}

.calc-box {
  display: block;
}

.calc-value.big-type {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 5.8vw;
}

.calc {
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.calc-cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 628px;
  display: flex;
}

.calc-note {
  padding-left: 16px;
  line-height: 120%;
}

.calc-cta-body {
  text-align: center;
  line-height: 150%;
}

.voucher-features {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.voucher-description {
  width: 50%;
}

.voucher-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 50%;
  display: grid;
}

.note-capitalic {
  color: var(--darkmint);
  letter-spacing: 1.7px;
  text-transform: uppercase;
  align-self: auto;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.div-download {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-keys {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.div-key-title {
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.list {
  width: 100%;
  max-width: 460px;
  padding-left: 20px;
}

.list.list-apps {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  margin-top: -16px;
  margin-bottom: 30px;
  padding-top: 0;
  display: grid;
}

.image {
  background-color: var(--light-grey);
}

.img-voucher-keys {
  background-color: var(--white);
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 60px;
}

.li-key {
  padding-bottom: 8px;
}

.article {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.article-img {
  background-color: var(--brand-main);
  border-radius: 40px;
  justify-content: center;
  align-items: flex-end;
  max-height: 460px;
  display: flex;
}

.article-type {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  display: flex;
}

.article-ilu {
  mix-blend-mode: multiply;
  max-height: 100%;
  padding: 0;
}

.article-ilu.article-ilu-bottom {
  mix-blend-mode: normal;
}

.bitcoin-form-group {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  margin-bottom: 16px;
  display: grid;
}

.div-faq-qs {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-faq-quote {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-faq-qs-q {
  border-top: 1px solid #000;
  padding-top: 16px;
  padding-bottom: 32px;
}

.quote-author {
  text-align: center;
  letter-spacing: 5px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 24px;
}

.profile-img-container {
  border-radius: 100%;
  width: 124px;
  height: 124px;
  margin-bottom: 0;
  overflow: hidden;
}

.profile-img-container.profile-img-container-team {
  margin-left: -6px;
}

.body-4 {
  text-align: left;
  margin-bottom: 6px;
  font-family: termina, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.body-4.body-newsletter {
  margin-bottom: 38px;
}

.input-newsletter-2 {
  text-align: center;
  background-color: #fdfcf6;
  border-bottom: 1px solid #cac7b4;
  border-radius: 10px;
  max-width: 730px;
  height: 72px;
  margin-bottom: 8px;
}

.input-newsletter-2::placeholder {
  color: #89836c;
  font-family: termina, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.cta-button-2 {
  color: #000;
  background-color: #fff30d;
  border-radius: 10px;
  height: 55px;
  padding: 18px 48px 19px;
  font-family: termina, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
  transition: all .35s;
}

.cta-button-2:hover {
  color: #000;
  background-color: #ffe62a;
}

.newsletter-body.body {
  margin-bottom: 38px;
}

.about-type {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-team {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.about-team-person-img-container {
  border-radius: 100%;
  width: 124px;
  height: 124px;
  overflow: hidden;
}

.footer-socials {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.logo-footer {
  text-align: center;
  flex: 1;
  margin-bottom: 0;
  line-height: 120%;
}

.div-block {
  max-width: 1280px;
}

.qr-img {
  background-color: #0000;
  width: 230px;
  height: 80px;
}

.header-yellow-bg {
  z-index: 4;
  background-color: var(--brand-main);
  border-radius: 32px;
  width: 100%;
  max-width: 600px;
  height: 600px;
  position: relative;
}

.voucher {
  z-index: 6;
  width: 400px;
  position: relative;
}

.pattern {
  z-index: 0;
  object-fit: contain;
  object-position: 50% 100%;
  width: 80%;
  height: 80%;
  position: absolute;
  inset: auto -30px -30px auto;
}

.voucher-shadow {
  z-index: 5;
  width: 70%;
  margin-top: -20px;
  position: relative;
}

.voucher-shadow.voucher-shadow-header {
  mix-blend-mode: normal;
  width: 50%;
}

.voucher-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-pattern {
  align-items: flex-end;
  display: flex;
}

.brand {
  align-self: flex-start;
  width: 180px;
  height: 30px;
}

.nav-link {
  margin-right: 40px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
}

.nav-link:hover {
  color: var(--darkmint);
  font-weight: 500;
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--black-2);
}

.nav-link.last {
  margin-right: 0;
}

.calc-mobile {
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  display: none;
}

.div-voucher-shadow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.explanation-voucher {
  width: 90%;
}

.explanation-voucher-dots {
  width: 100%;
  padding-left: 6%;
  padding-right: 6%;
}

.dot {
  background-color: var(--darkmint);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  top: 9.656%;
  left: 9.5%;
  box-shadow: 3px 5px 6px #0003;
}

.dot.dot1 {
  left: 12.5%;
}

.dot.dot2 {
  top: 28.656%;
  left: 41.5%;
}

.dot.dot3 {
  top: 40.656%;
  left: 12.5%;
}

.dot.dot4 {
  top: 46.656%;
  left: 13.5%;
}

.dot.dot5 {
  top: 61.656%;
  left: 9.5%;
}

.dot.dot6 {
  top: 63.656%;
  left: 62.5%;
}

.dot.dot7 {
  top: 79.656%;
  left: 79.5%;
}

.dot-number {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.div-explanation {
  align-items: flex-start;
  display: flex;
}

.nav-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.motion-updown {
  background-color: #0000;
}

.div-motions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-shadow {
  z-index: 5;
  background-image: radial-gradient(circle, #000, #2b2b2b 50%, #fff);
  width: 70%;
  height: 50px;
  position: relative;
}

.boxshadow10-20-3 {
  box-shadow: 7px 7px 20px 3px #0000001a;
}

.success-message {
  background-color: var(--brand-main);
  height: 100%;
}

.error-message {
  background-color: #fff0;
}

.text-block {
  color: #be090900;
  line-height: 120%;
}

.success-message-2 {
  background-color: var(--brand-main);
}

.error-message-2 {
  background-color: #ffdede00;
}

.text-block-2 {
  color: #881010;
  text-align: center;
}

.body-5 {
  background-color: var(--blackalmost);
  padding-left: 0;
  padding-right: 0;
}

.acordeon-item {
  width: 100%;
}

.acordeon-item.last {
  border-bottom: 1px solid #000;
}

.acordeon-trigger {
  border-top: 1px solid var(--black-2);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 20px 10px;
  display: flex;
}

.h5-2 {
  flex: 1;
  font-size: 18px;
}

.acordeon-arrow {
  align-self: center;
  width: 40px;
  height: 40px;
}

.acordeon-content {
  width: 100%;
  max-width: 900px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.my-body {
  font-size: 16px;
  line-height: 24px;
}

._3colwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3colwrapper._150mb {
  place-items: start;
}

._3colwrapper.bottom {
  place-items: end start;
}

._150mb {
  margin-bottom: 150px;
}

.wrapper.motion-slideup-d200 {
  z-index: 2;
  position: relative;
}

.grid3col-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  display: grid;
}

.body-6 {
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 130%;
}

.img-footer {
  height: 60px;
}

.header-img {
  position: absolute;
  inset: -12% auto auto 26%;
  transform: rotate(26deg);
}

.header-img._2 {
  top: 14%;
  left: 54%;
  transform: rotate(53deg);
}

.header-img._3 {
  top: 17%;
  left: 89%;
  transform: rotate(-150deg);
}

.header-img._4 {
  z-index: 1;
  top: 41%;
  left: 65%;
}

.header-img._5 {
  top: 68%;
  left: 8%;
  transform: rotate(129deg);
}

.contact-container {
  z-index: 5;
  background-color: var(--brand-main);
  align-self: center;
  max-width: 500px;
  margin-top: 170px;
  padding: 32px;
  position: relative;
  left: auto;
}

.maxw900 {
  max-width: 80%;
}

.maxw900.mb40 {
  max-width: 900px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.img-nav {
  height: 28px;
}

.white {
  color: var(--white);
}

.white:hover {
  color: var(--darkmint);
}

.list-h1 {
  padding-left: 50px;
  font-size: 24px;
  list-style-type: lower-roman;
}

.list-bullets {
  padding-left: 70px;
}

.page-form {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  padding: 40px;
  display: flex;
}

.radio-button {
  border: 1px solid var(--dark-grey);
  border-radius: var(--form-radius);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10px 16px 16px;
  display: flex;
  position: relative;
}

.radio-button.selected {
  border-width: 2px;
  border-color: var(--blackalmost);
  padding-top: 9px;
  padding-bottom: 15px;
}

.radio-button.disabled {
  opacity: .6;
  pointer-events: none;
  background-color: #ebebeb;
}

.img-24x24 {
  width: 24px;
}

.absolute-tr {
  border-color: var(--dark-grey);
  width: 14px;
  height: 14px;
  position: absolute;
  inset: 6px 8px auto auto;
}

.absolute-tr.w--redirected-checked {
  border-width: 2px;
  border-color: var(--blackalmost);
  background-color: var(--blackalmost);
  box-shadow: inset 0 0 0 2px var(--white);
}

.form-button {
  border-radius: var(--form-radius);
  background-color: var(--brand-main);
  color: var(--blackalmost);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.form-button:hover {
  background-color: var(--brand2nd);
  color: var(--blackalmost);
}

.form-button.status {
  margin-top: 0;
}

.form-button.status-data {
  background-color: var(--brand-main);
}

.form-button.ari {
  background-color: var(--orange_a);
}

.form-button.pt0 {
  margin-top: 0;
}

.form-button.taxo {
  background-color: var(--taxo);
  color: var(--white);
}

.text-field {
  border: 1px solid var(--dark-grey);
  border-radius: var(--form-radius);
  color: var(--darkmint);
  height: 48px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-field.status-data {
  background-color: #fafafa;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.select-field {
  border: 1px solid var(--dark-grey);
  border-radius: var(--form-radius);
  background-color: var(--white);
  color: var(--darkmint);
  height: 48px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.field-wrap {
  width: 100%;
  margin-bottom: 20px;
}

.checkbox {
  border-color: var(--dark-grey);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  border-color: var(--blackalmost);
  background-color: var(--blackalmost);
}

.checkbox.w--redirected-focus {
  border-color: var(--dark-grey);
  box-shadow: none;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.checkbox-label {
  color: var(--dark-grey);
  font-size: 14px;
  font-weight: 500;
}

.link-form {
  color: var(--darkmint);
}

.status-form {
  text-align: left;
  font-family: Inter, sans-serif;
  line-height: 130%;
}

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

.success-status {
  background-color: var(--white);
  color: var(--darkmint);
  padding: 0;
}

.field-label {
  color: var(--blackalmost);
  text-align: left;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.h1-form {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 110%;
}

.h1-form.mb10 {
  margin-bottom: 10px;
}

.radio-label {
  margin-top: 20px;
}

.status-data {
  margin-bottom: 0;
  font-size: 16px;
}

.link-status {
  text-align: right;
  font-size: 16px;
}

.success-p {
  margin-bottom: 40px;
}

.made-by {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 21px;
  margin-top: 60px;
  display: flex;
}

._28px {
  color: var(--blackalmost);
  font-size: 28px;
}

._28px.mt80 {
  margin-top: 80px;
}

.offer-container {
  color: var(--blackalmost);
  background-color: #f6f6f7;
  width: 100%;
  height: 480px;
  padding: 36px 36px 16px;
}

.divider {
  background-color: var(--blackalmost);
  width: 100%;
  height: 1px;
}

.offer-features {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.offer-label {
  margin-top: 60px;
  margin-bottom: 8px;
}

.offer-feature {
  margin-bottom: 4px;
}

.pl20 {
  padding-right: 20px;
}

.partner-logo {
  object-fit: contain;
  width: auto;
  height: 56px;
  margin-bottom: 30px;
}

.form-2col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.form-subcontainer {
  background-color: #00000008;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 12px;
  display: block;
}

.form-subcontainer.hidden {
  display: none;
}

.form-subcontainer-fieldlabel {
  margin-bottom: 20px;
}

.link-2 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .mycontain {
    min-width: 1280px;
    max-width: 95%;
  }

  .mycontain.center {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .mycontain.flex {
    max-width: 90%;
    padding-top: 7vw;
    padding-bottom: 9vw;
  }

  .h1 {
    max-width: 80%;
    font-size: 4.1vw;
  }

  .h1.darkbg-center {
    max-width: 100%;
    font-size: 80px;
  }

  .h2 {
    max-width: 24vw;
    margin-bottom: 1.3vw;
    font-size: 2.7vw;
  }

  .h2.h2-acordeon {
    max-width: 390100%;
  }

  .h2.centerdarkbg {
    max-width: 100%;
    font-size: 50px;
  }

  .body {
    max-width: 80%;
    font-size: 22px;
  }

  .big-type {
    font-size: 11vw;
  }

  .big-type._2col {
    font-size: 11.3vw;
  }

  .big-type.footer {
    font-size: 10vw;
  }

  .mysection.mysection-footer {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .mysection.mysection-header {
    height: 95vh;
    max-height: 60vw;
    padding-bottom: 60px;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mycointainer.mycontainer-footer.bottom {
    margin-top: 100px;
  }

  .nav-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 95%;
  }

  .acordeon-content {
    max-width: 66%;
  }

  ._3colwrapper._150mb {
    place-items: start;
  }

  .header-img {
    height: 24vw;
  }

  .header-img._2 {
    top: 11%;
  }

  .header-img._4 {
    top: 37%;
    left: 64%;
  }

  .header-img._5 {
    top: 75%;
  }

  .contact-container {
    max-width: 100%;
    margin-top: 8vw;
  }

  .maxw900.mb40 {
    max-width: 1120px;
  }
}

@media screen and (max-width: 991px) {
  .mycontain.mycontain-header {
    padding-bottom: 20px;
  }

  .mycontain.flex {
    padding-top: 40px;
  }

  .cta-button.ghost-button {
    align-self: center;
  }

  .cta-button.ghost-button.w--current {
    flex: 0 auto;
    order: 0;
    align-self: center;
    position: static;
    inset: auto auto 0% 0%;
  }

  .h1 {
    font-size: 46px;
  }

  .h1.darkbg-center {
    margin-bottom: 10px;
  }

  .h2 {
    font-size: 28px;
  }

  .h2.h2-voucher {
    margin-top: 24px;
  }

  .h3 {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .h3.h3-acordeon {
    margin-bottom: 10px;
  }

  .h5.h5-about {
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 500;
  }

  .body {
    margin-top: 8px;
  }

  .body.body-header {
    width: 100%;
  }

  .big-type {
    font-size: 120px;
    position: relative;
  }

  .big-type._2col {
    position: relative;
  }

  .link.link-footer {
    font-size: 13px;
  }

  .link.link-footer.link-footer-social {
    margin-left: 12px;
  }

  .container {
    align-content: stretch;
    align-items: flex-end;
  }

  .mysection {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mysection.mysection-yellow {
    overflow: visible;
  }

  .mysection.mysection-header {
    max-height: 800px;
  }

  .mycontainer-header {
    padding-top: 80px;
    padding-bottom: 240px;
  }

  .navbar {
    height: 60px;
  }

  .type-header {
    width: 50%;
    min-width: auto;
    height: 400px;
  }

  .mycointainer {
    padding-top: 40px;
  }

  .mycointainer.mycontainer-qr {
    padding-top: 130px;
  }

  .feature {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-form {
    left: 6%;
  }

  .partners-logos.partners-logos-article {
    width: 90%;
  }

  .icon-arrow {
    display: none;
  }

  .process-steps {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .white-bg {
    top: 40%;
  }

  .calc-value.big-type {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 6.5vw;
  }

  .voucher-features {
    grid-template-columns: 1fr;
  }

  .voucher-img {
    width: 60%;
    position: sticky;
    top: 70px;
  }

  .article {
    margin-bottom: 20px;
  }

  .article-img {
    align-items: center;
    max-height: 300px;
  }

  .article-type {
    padding-left: 20px;
  }

  .article-ilu.article-ilu-bottom {
    object-fit: cover;
    align-self: flex-end;
    height: 90%;
  }

  .div-faq-quote {
    padding-top: 60px;
  }

  .about-team {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 20px;
  }

  .header-yellow-bg {
    height: 400px;
  }

  .voucher {
    width: 300px;
  }

  .brand {
    align-self: flex-start;
    margin-left: 10px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .div-voucher-shadow {
    position: sticky;
  }

  .dot {
    width: 24px;
    height: 24px;
  }

  .dot-number {
    font-size: 12px;
  }

  .nav-menu {
    background-color: #fff;
    align-self: flex-start;
    width: auto;
    height: 100vh;
    padding: 50px 52px 50px 26px;
    display: block;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    z-index: 1000;
    background-color: #0000;
  }

  .icon-2 {
    color: var(--darkmint);
  }

  .nav-side {
    z-index: 1000;
    object-fit: fill;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .button {
    position: absolute;
    inset: auto auto 60px 46px;
  }

  .button.cta-button.cta-button-navside {
    padding: 16px 40px;
    font-size: 16px;
  }

  .my-body.acordeon-text {
    max-width: 500px;
  }

  ._3colwrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._3colwrapper._150mb {
    margin-bottom: 100px;
  }

  .header-img {
    height: 330px;
    top: -18%;
    left: 14%;
  }

  .header-img._2 {
    top: 4%;
  }

  .header-img._4 {
    max-width: 100%;
    top: 45%;
    left: 68%;
  }

  .contact-container {
    margin-top: 80px;
  }

  .offer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .offer-label {
    margin-top: 30px;
  }

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

@media screen and (max-width: 767px) {
  .mycontain.mycontain-header {
    padding-bottom: 0;
  }

  .flexcolwrap {
    flex-direction: column;
  }

  .flex2col {
    width: 100%;
  }

  .notes.noes-partners {
    width: 70px;
  }

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
  }

  .cta-button.bitcoin-button {
    max-width: none;
  }

  .h1 {
    letter-spacing: -1px;
    font-size: 40px;
  }

  .h1.darkbg-center {
    margin-bottom: 0;
  }

  .h2 {
    margin-top: 24px;
  }

  .h2.h2-voucher {
    margin-bottom: 40px;
  }

  .h2.h2-faq {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .h2.h2-acordeon {
    margin-top: 0;
    font-size: 22px;
  }

  .h2.centerdarkbg {
    margin-top: 8px;
  }

  .h4 {
    padding-right: 16px;
  }

  .big-type {
    font-size: 15vw;
  }

  .big-type._2col {
    font-size: 18vw;
  }

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

  .link.link-footer.link-footer-social {
    margin-left: 12px;
    margin-right: 12px;
  }

  .header-input-bitcoin {
    max-width: none;
  }

  .mysection {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mysection.mysection-footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .mysection.mysection-header {
    max-height: 910px;
  }

  .mysection.darkbg {
    background-position: 50% 20%;
    background-size: auto 100%;
  }

  .mycontainer-header {
    grid-column-gap: 0px;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-img-header {
    flex: none;
  }

  .mycointainer {
    padding-top: 30px;
  }

  .mycointainer.calccontainer {
    max-width: 100%;
    padding-top: 0;
  }

  .mycointainer.voucher-cointainer {
    grid-column-gap: 0px;
  }

  .mycointainer.mycontainer-footer {
    grid-row-gap: 24px;
    grid-template-rows: 1fr 1fr auto;
    grid-template-columns: 2fr;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mycointainer.mycontainer-footer.bottom {
    grid-template-rows: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature {
    padding-left: 4px;
    padding-right: 4px;
  }

  .header-form {
    width: 100%;
    position: static;
  }

  .partners-logos {
    width: 75%;
  }

  .partners-logos.partners-logos-article {
    width: 320px;
  }

  .process-steps {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .process-step-content {
    flex-direction: row;
  }

  .white-bg {
    height: 1200px;
    top: 20%;
  }

  .calc-value.big-type {
    margin-bottom: 8px;
    font-size: 10vw;
  }

  .calc-value.big-type.calc-value-mobile {
    font-size: 3.5vw;
    font-weight: 400;
  }

  .calc {
    display: none;
  }

  .calc-cta {
    width: 90%;
    padding-top: 40px;
  }

  .voucher-features {
    z-index: 0;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  .voucher-description {
    width: 100%;
  }

  .voucher-img {
    order: -1;
    width: 100%;
    padding-bottom: 40px;
    top: 60px;
  }

  .img-voucher-keys {
    margin-bottom: 60px;
  }

  .article {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .article-type {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .bitcoin-form-group {
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-faq-qs {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-faq-quote {
    padding-bottom: 80px;
  }

  .quote-author {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .about-type {
    grid-template-columns: 1fr 1fr;
  }

  .about-team {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-socials {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 2px;
  }

  .qr-img {
    width: 180px;
  }

  .header-yellow-bg {
    height: 350px;
  }

  .voucher {
    width: 250px;
  }

  .pattern {
    bottom: -16px;
    right: -16px;
  }

  .voucher-shadow {
    z-index: 0;
    mix-blend-mode: multiply;
    display: none;
    overflow: visible;
  }

  .brand {
    margin-left: 0;
  }

  .calc-mobile {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-voucher-shadow {
    background-image: linear-gradient(to bottom, var(--brand-main), #ffe62a 75%, #ffe62a00);
  }

  .explanation-voucher.motion-updown.motion-slideup {
    margin-top: 10px;
  }

  .dot {
    width: 32px;
    height: 32px;
  }

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

  .acordeon-trigger {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
  }

  .acordeon-content {
    padding-left: 0;
  }

  ._3colwrapper {
    grid-template-columns: 1fr;
  }

  ._3colwrapper._150mb {
    place-items: start;
  }

  .img-footer {
    margin-bottom: 20px;
  }

  .header-img {
    top: -8%;
    left: 20%;
  }

  .header-img._3 {
    top: 51%;
    left: 71%;
  }

  .header-img._4 {
    top: 30%;
    left: 59%;
  }

  .maxw900.mb40 {
    margin-bottom: 16px;
  }

  .img-nav {
    height: 26px;
  }

  .offer-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }

  h2 {
    font-size: 30px;
    line-height: 33px;
  }

  h3 {
    font-size: 25px;
    line-height: 31px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  a {
    font-size: 15px;
  }

  .mycontain {
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .mycontain.center {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mycontain.flex {
    padding-top: 30px;
  }

  .mycontain._100w {
    min-height: auto;
    padding-top: 80px;
  }

  .notes {
    font-size: 13px;
    line-height: 22px;
  }

  .cta-button {
    font-size: 15px;
  }

  .cta-button.ghost-button {
    display: none;
  }

  .h1 {
    letter-spacing: -1px;
    font-size: 32px;
  }

  .h1.darkbg-center {
    letter-spacing: 0;
    font-size: 36px;
  }

  .h1.h120px {
    height: 70px;
  }

  .h2 {
    max-width: 70vw;
    margin-top: 0;
    font-size: 6vw;
  }

  .h2.h2-keys {
    margin-bottom: 40px;
  }

  .h2.h2-faq {
    margin-bottom: 60px;
  }

  .h2.centerdarkbg, .h2.contact {
    font-size: 22px;
  }

  .h3 {
    font-size: 18px;
  }

  .h3.contact {
    margin-bottom: 4px;
  }

  .h3.h3-acordeon {
    font-size: 16px;
  }

  .body.article-body {
    max-width: 100%;
  }

  .body.body-team {
    text-align: center;
    margin-bottom: 8px;
  }

  .big-type {
    margin-bottom: 40px;
  }

  .big-type._2col {
    text-transform: none;
  }

  .big-type.footer {
    font-size: 14vw;
  }

  .mysection {
    padding-bottom: 30px;
  }

  .mysection.mysection-header {
    max-height: 790px;
  }

  .mysection.darkbg {
    background-position: 60% 80%;
    background-size: auto;
  }

  .mycontainer-header {
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .navbar {
    padding-left: 16px;
  }

  .type-header {
    order: 2;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 16px;
  }

  .div-img-header {
    width: 100%;
    margin-bottom: 16px;
  }

  .mycointainer {
    padding-top: 40px;
  }

  .mycointainer.mycontainer-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature {
    padding: 16px 8px;
  }

  .features {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .header-form {
    order: 3;
    padding: 20px 16px 16px;
  }

  .partners {
    flex-direction: column;
    align-items: flex-start;
  }

  .partners-logos {
    width: 100%;
  }

  .partners-logos.partners-logos-article {
    width: 95%;
  }

  .process-step-content {
    flex-wrap: wrap;
  }

  .white-bg {
    height: 1800px;
  }

  .calc-value.big-type {
    font-size: 12vw;
  }

  .voucher-features {
    grid-template-columns: 1fr;
  }

  .div-keys {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .img-voucher-keys {
    margin-bottom: 40px;
  }

  .div-faq-qs {
    grid-template-columns: 1fr;
  }

  .div-faq-quote {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .div-faq-qs-q {
    padding-bottom: 16px;
  }

  .cta-button-2 {
    font-size: 15px;
  }

  .about-type, .about-team {
    grid-template-columns: 1fr;
  }

  .about-team-person {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 16px;
    display: flex;
  }

  .header-yellow-bg {
    width: 100%;
    height: 320px;
  }

  .voucher {
    width: 240px;
  }

  .voucher.motion-updown {
    flex: 0 auto;
    align-self: center;
    position: relative;
  }

  .pattern {
    object-position: 100% 100%;
    bottom: -8px;
    right: -8px;
  }

  .voucher-header {
    height: 320px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .dot.dot3 {
    top: 38.656%;
  }

  .nav-container {
    grid-template-columns: 1fr 3fr;
  }

  .nav-menu {
    background-color: #fff;
  }

  .acordeon-trigger {
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .acordeon-arrow {
    width: 32px;
    height: 32px;
  }

  .my-body {
    font-size: 15px;
  }

  .video-flex-item {
    min-width: auto;
  }

  ._3colwrapper._150mb {
    margin-bottom: 60px;
  }

  ._3colwrapper.bottom {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .header-img {
    height: 250px;
    top: -12%;
    left: 1%;
  }

  .header-img._2 {
    top: 6%;
    left: 52%;
  }

  .header-img._4 {
    height: 240px;
    top: 37%;
    left: 44%;
  }

  .header-img._5 {
    height: 240px;
    top: 74%;
  }

  .header-img._1 {
    top: -7%;
  }

  .contact-container {
    padding: 24px 18px 18px;
  }

  .img-nav {
    height: 20px;
  }

  .page-form {
    padding: 20px 20px 30px;
  }

  .made-by {
    margin-top: 40px;
  }

  ._28px.mt80 {
    margin-top: 40px;
    font-size: 18px;
  }

  .offer-container {
    height: 400px;
  }

  .offer-label {
    margin-top: 30px;
  }
}

#w-node-_061a06bf-46cd-5456-eebe-db84488e1609-cbd318f0, #w-node-_357b3964-9674-ccd9-51b6-fa18d2d9379c-cbd318f0, #w-node-_0b9c15b3-7c59-265b-5e52-418b81ea07e6-cbd318f0, #w-node-_556cbba1-7791-02a8-77bd-7b4bf5fd50d7-cbd318f0, #w-node-_258d491f-11bb-611f-7a3a-1c723eaf648e-cbd318f0, #w-node-e2b8ffc6-c93d-3ab3-3329-98bd36205429-cbd318f0, #w-node-aa794a33-a59a-fe69-1054-7e453ca60d37-cbd318f0, #w-node-_2d7ebdf6-e6a7-aae6-4886-beb87f30ae7b-cbd318f0, #w-node-_85bfdfa1-f53a-eb43-f876-6a3f7d2f2711-cbd318f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae946157-c66a-4740-ca46-2796b8e27018-e098e2f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d6922ed9-558e-8ee5-1c0a-b85858d96d31-e098e2f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6922ed9-558e-8ee5-1c0a-b85858d96d33-e098e2f0 {
  justify-self: start;
}

#w-node-_67b546e4-fb9b-c283-f3d3-d8455fddae66-5fddae64 {
  justify-self: end;
}

#w-node-_67b546e4-fb9b-c283-f3d3-d8455fddae6e-5fddae64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cded29ff-9fe4-f028-e651-16a1749dd692-5fddae64 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d6922ed9-558e-8ee5-1c0a-b85858d96d31-677e50c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6922ed9-558e-8ee5-1c0a-b85858d96d33-677e50c2 {
  justify-self: start;
}

#w-node-_40481854-ec9b-4e2e-c2d8-6676344d9810-677e50c2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d6922ed9-558e-8ee5-1c0a-b85858d96d31-ac1eb921 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6922ed9-558e-8ee5-1c0a-b85858d96d33-ac1eb921 {
  justify-self: start;
}

#w-node-_40481854-ec9b-4e2e-c2d8-6676344d9810-ac1eb921 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d6922ed9-558e-8ee5-1c0a-b85858d96d31-98d80d24, #w-node-d6922ed9-558e-8ee5-1c0a-b85858d96d31-eea375ca, #w-node-d6922ed9-558e-8ee5-1c0a-b85858d96d31-69595205 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_877be594-6506-3130-5bc6-b11a0d827aa1-69595205 {
  justify-self: start;
}

#w-node-d6922ed9-558e-8ee5-1c0a-b85858d96d31-85e2f9e6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d6922ed9-558e-8ee5-1c0a-b85858d96d33-e098e2f0 {
    place-self: auto start;
  }

  #w-node-_7e892b08-af92-3d1f-48c2-9c66fdd6e3bc-e098e2f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32c52bf8-cc8c-a7d2-e54c-240db0cb3c7d-e098e2f0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ec885832-63ba-21e3-7fff-3b8fe292e060-e098e2f0 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_2b9ee4b4-cda6-4d49-b587-2ae0fff95e77-e098e2f0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2b9ee4b4-cda6-4d49-b587-2ae0fff95e7e-e098e2f0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2b9ee4b4-cda6-4d49-b587-2ae0fff95e8e-e098e2f0 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-d6922ed9-558e-8ee5-1c0a-b85858d96d33-677e50c2, #w-node-d6922ed9-558e-8ee5-1c0a-b85858d96d33-ac1eb921, #w-node-_877be594-6506-3130-5bc6-b11a0d827aa1-69595205 {
    place-self: auto start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_32c52bf8-cc8c-a7d2-e54c-240db0cb3c7d-e098e2f0, #w-node-ec885832-63ba-21e3-7fff-3b8fe292e060-e098e2f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b9ee4b4-cda6-4d49-b587-2ae0fff95e77-e098e2f0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2b9ee4b4-cda6-4d49-b587-2ae0fff95e7e-e098e2f0, #w-node-_2b9ee4b4-cda6-4d49-b587-2ae0fff95e8e-e098e2f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_67b546e4-fb9b-c283-f3d3-d8455fddae66-5fddae64 {
    justify-self: center;
  }

  #w-node-_67b546e4-fb9b-c283-f3d3-d8455fddae6d-5fddae64 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_67b546e4-fb9b-c283-f3d3-d8455fddae6e-5fddae64 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ae946157-c66a-4740-ca46-2796b8e2701a-e098e2f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e892b08-af92-3d1f-48c2-9c66fdd6e3bc-e098e2f0, #w-node-_2b9ee4b4-cda6-4d49-b587-2ae0fff95e77-e098e2f0 {
    grid-column: span 1 / span 1;
  }
}


