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

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(--black-2);
  text-decoration: underline;
  transition: all .35s;
}

a:hover {
  color: var(--black100);
  text-decoration: underline;
}

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;
  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;
  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;
}

.h6 {
  font-family: termina;
  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;
  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;
  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;
  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;
  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 {
  margin-top: 60px;
}

.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;
  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;
  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;
  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 {
  padding-left: 0;
  padding-right: 0;
  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;
}

.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 {
  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 {
  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: 100%;
  height: 56px;
  margin-bottom: 30px;
}

.header {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: 820px;
  padding: 80px 60px 60px;
  text-decoration: none;
  display: flex;
}

.header.motion-roll-down {
  background-image: none;
  padding-top: 0;
}

.frame-159 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 80px;
  text-decoration: none;
  display: grid;
}

.header-copy {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 956px;
  text-decoration: none;
  display: flex;
}

.h1-2 {
  color: #1e262f;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -16px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 15vw;
  font-weight: 400;
  line-height: 90%;
  text-decoration: none;
}

.h2-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.button-big {
  grid-column-gap: 15.6213px;
  background-color: #fff;
  border: 1.56213px solid #000;
  border-radius: 877.359px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 15.6213px 46.8638px;
  text-decoration: none;
  display: flex;
}

.button-big:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.button-big.motion-slideup-d400:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}

.intro {
  grid-row-gap: 10px;
  background-color: #fff;
  background-image: url('../images/shield-bg1-min.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 846px;
  min-height: 846px;
  padding-top: 84px;
  padding-bottom: 84px;
  padding-left: 60px;
  text-decoration: none;
  display: flex;
}

.intro-sec {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1038px;
  text-decoration: none;
  display: flex;
}

.intro-type-cont {
  grid-row-gap: 10px;
  background-image: linear-gradient(#1e262f, #1e262f);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 50px;
  display: flex;
}

.intro-type-cont.motion-slideleft {
  background-image: linear-gradient(#1e262f, #1e262f), url('../images/intro-type-cont.png');
}

.intro-type {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.button-2 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 178px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  background-color: #ffffff7a;
  text-decoration: none;
}

.button-2.motion-slideleft-d400:hover {
  background-color: #ffffff3d;
  text-decoration: none;
}

.text-3 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.features-2 {
  grid-row-gap: 10px;
  background-color: #1e262f;
  border: .1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px;
  text-decoration: none;
  display: flex;
}

.frame-158 {
  grid-row-gap: 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1281px;
  text-decoration: none;
  display: flex;
}

.frame-157 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start end;
  text-decoration: none;
  display: grid;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.button-3 {
  grid-column-gap: 10px;
  border: 1px solid #fff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 30px;
  text-decoration: none;
  display: flex;
}

.button-3.motion-slideup-d200:hover {
  background-image: linear-gradient(329deg, #f0b6e20d, #ffffff05);
  text-decoration: none;
}

.text-5 {
  color: #fff;
  text-align: right;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.frame-28 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.q {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 2px;
  text-decoration: none;
  display: flex;
}

.q-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-7 {
  color: #d2d5d8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.stack {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 0 solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 80px;
  text-decoration: none;
  display: none;
  position: relative;
}

.quote {
  grid-row-gap: 32px;
  border-radius: 53px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1281px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.frame-67 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.img {
  object-fit: cover;
  border-radius: 1000px;
}

.person-data {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 653px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-9 {
  color: #000;
  text-align: center;
  letter-spacing: .17em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-10 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.button-4 {
  grid-column-gap: 10px;
  border: 1px solid #000;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 164px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 294px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 235px;
  left: 80px;
}

.stack-code {
  grid-row-gap: 10px;
  background-color: #fff;
  border: .1px solid #000;
  border-bottom-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 0 57px;
  text-decoration: none;
  display: flex;
}

.frame-65 {
  grid-column-gap: 37px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1331px;
  height: 166px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-60 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-162 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.rectangle-230 {
  object-fit: cover;
  position: relative;
}

.text-12 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.image-2 {
  opacity: .8;
  object-fit: cover;
}

.break {
  grid-row-gap: 10px;
  background-color: #acbccc;
  background-image: url('../images/shield-bg2.jpg');
  background-position: 50%;
  background-size: 100% 100%;
  background-attachment: fixed;
  border: 0 solid #000;
  border-width: 0 .1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 410px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.offer {
  grid-row-gap: 10px;
  background-color: #acbccc;
  border: 0 #000;
  border-bottom-width: .1px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 80px;
  text-decoration: none;
  display: flex;
}

.offer-2 {
  grid-column-gap: 23px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #000;
  width: 25%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4.2vw;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.offer-cont {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.offer-cont-2 {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.offer01 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 299px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-15 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-16 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.testimonials-sectioon {
  grid-row-gap: 46px;
  background-color: #acbccc;
  border: .1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 69px 80px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.testimonials {
  grid-column-gap: 129px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.testimonial2 {
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.testimonial2.swiper-slide {
  width: 75%;
  margin-right: 25px;
  padding-right: 80px;
}

.person-data-2 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 653px;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-18 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4.2vw;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.testimonial1 {
  grid-row-gap: 33px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 832px;
  text-decoration: none;
  display: flex;
}

.nav-arrows {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.arrow-lef {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4, .vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.1982px;
  height: 13.44px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 16px;
  left: 14px;
}

.partners-sec {
  grid-row-gap: 10px;
  background-color: #acbccc;
  border: .1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 0;
  text-decoration: none;
  display: flex;
}

.partners-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1277px;
  text-decoration: none;
  display: flex;
}

.image-96 {
  mix-blend-mode: multiply;
  object-fit: cover;
}

.vectors-wrapper-6 {
  mix-blend-mode: multiply;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 123px;
  height: 53.8958px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  mix-blend-mode: multiply;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 121px;
  height: 48.0664px;
  text-decoration: none;
  display: flex;
}

.contact-sec {
  grid-column-gap: 10px;
  background-color: #acbccc;
  border: .1px solid #000;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 420px;
  padding: 60px 80px;
  display: flex;
}

.text-19 {
  color: #000;
  text-align: right;
  max-width: 430px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.footer {
  background-color: #181819;
  border: .1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 68px 71px;
  text-decoration: none;
  display: flex;
}

.frame-163 {
  grid-column-gap: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 39.0005px;
  height: 43.896px;
  text-decoration: none;
  display: flex;
}

.footer-nav {
  grid-column-gap: 36px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #acbccc;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-20:hover {
  color: #8497aa;
  text-decoration: none;
}

.text-21 {
  opacity: .5;
  color: #9ca5af;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-21:hover {
  color: #a1b2c3;
  text-decoration: none;
}

.body-7 {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.nav-sec {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 60px;
  min-height: auto;
  padding: 10px 60px;
  display: flex;
  position: fixed;
}

.nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 35.8011px;
  text-decoration: none;
  display: flex;
}

.navbar-2 {
  grid-column-gap: 36px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-22:hover {
  color: #222020;
  text-decoration: none;
}

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

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

.stack-2 {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 60px 80px;
  text-decoration: none;
  display: flex;
}

.frame-168 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.quote-2 {
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 20px;
  text-decoration: none;
  display: flex;
}

.frame-169 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-165 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.img-2 {
  object-fit: cover;
  border-radius: 10000px;
  width: 80px;
  height: 80px;
}

.person-data-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 653px;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-24 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-25 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.button-5 {
  grid-column-gap: 10px;
  border: 1px solid #000;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 30px;
  text-decoration: none;
  transition: background-color .2s, all .35s;
  display: flex;
}

.button-5:hover {
  background-image: linear-gradient(336deg, #fff7ec1f 24%, #ffffff21);
  text-decoration: none;
}

.text-26 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.icon-3 {
  width: 100%;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-horizontal-large {
  z-index: 200;
  mix-blend-mode: multiply;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-horizontal.align-down {
  justify-content: center;
  align-items: center;
  width: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.flex-horizontal.align-down.flex-car2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.icon-container-alt {
  box-shadow: none;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.icon-container-alt.poziom {
  width: 360px;
}

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

.track-horizontal {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
}

.slider {
  background-color: #ddd0;
  height: 520px;
}

.left-arrow {
  width: 44px;
  height: 44px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.right-arrow {
  width: 44px;
  height: 44px;
  position: absolute;
  inset: auto auto 0% 60px;
}

.mask {
  height: auto;
}

.h3-2 {
  max-width: 730px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.h3-2.h3-carousel-body.type-green {
  max-width: 300px;
  margin-top: 30px;
  font-size: 28px;
  line-height: 110%;
}

.h3-2.h3-carousel {
  color: #fcfcfb;
}

.carousel-typecontainer {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fcfcfb;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 370px;
  display: grid;
  position: static;
}

.carousel-slide-type {
  padding: 16px 40px 16px 16px;
}

.h1-3 {
  color: #292929;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
}

.carousel-mustard-bg {
  background-color: #fdd056;
  padding-left: 11px;
  padding-right: 11px;
}

.carousel-mustard-bg.tilted {
  transform: rotate(0);
}

.body-8 {
  color: #292929;
  text-align: left;
  max-width: 460px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.carousel-arrow {
  z-index: 1000;
  background-color: #fcfcfb;
  border-radius: 10000px;
  width: 48px;
  height: 48px;
  position: absolute;
  inset: 47% auto 0% 0;
}

.carousel-arrow.carousel-arrow-right {
  background-color: #fcfcfb99;
  position: static;
  bottom: auto;
  left: auto;
  right: 20px;
}

.carousel-arrow.carousel-arrow-right.swiper-button-next {
  cursor: pointer;
  background-color: #fcfcfb00;
  border: 1px solid #1e262f;
  position: relative;
  top: 0%;
}

.carousel-arrow.carousel-arrow-right.swiper-button-next:hover {
  background-color: #fcfcfb1c;
}

.carousel-arrow.carousel-arrow-left {
  background-color: #fcfcfb99;
  position: static;
  left: 20px;
}

.carousel-arrow.carousel-arrow-left.swiper-button-prev {
  cursor: pointer;
  background-color: #fcfcfb00;
  border: 1px solid #1e262f;
  position: relative;
  top: 0%;
  left: 0;
}

.carousel-arrow.carousel-arrow-left.swiper-button-prev:hover {
  background-color: #fcfcfb1c;
}

.carousel-img-container-gradient {
  background-image: linear-gradient(to top, #00000073, #fff0 51%);
  margin: 0;
}

.swiper-container.swiper1 {
  width: 100%;
  overflow: visible;
}

.swiper-container.swiper2 {
  width: 100%;
  overflow: hidden;
}

.swiper-pagination {
  z-index: 500;
  grid-column-gap: 6px;
  width: 120px;
  height: 20px;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 20px;
}

.mycontain-2 {
  flex: 1;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 20px;
  display: block;
}

.mycontain-2.mycontain-carousel {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.carouselstatetype {
  color: #155b31;
  align-self: stretch;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 120%;
  display: block;
  transform: translate(0);
}

.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 39vw;
  display: flex;
  overflow: visible;
}

.carousel-circletype {
  z-index: 1000;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -30px;
  left: 40%;
}

.carouselstatetype-container {
  flex-flow: column;
  display: flex;
}

.carousel-img {
  z-index: -5;
  object-fit: cover;
  object-position: 50% 100%;
  border: 5px #fcfcfb;
  width: 367px;
  height: 670px;
  transition: all 1s;
  display: block;
  position: absolute;
}

.carousel-img.wooof {
  object-position: 50% 100%;
  height: 810px;
}

.img-carousel-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 350px;
  height: 670px;
  display: grid;
  position: relative;
}

.img-carousel-container.swiper-slide {
  border: 5px solid #fcfcfb;
}

.arrow {
  color: #fcfcfb;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.arrow.arrow-carousel {
  color: #155b31;
}

.arrow.arrow-carousel.right {
  color: #1e262f;
  transform: rotate(-90deg);
}

.arrow.arrow-carousel.left {
  color: #1e262f;
  transform: rotate(90deg);
}

.carousel-navigationarrows {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 50px;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
}

.carouselstory {
  z-index: 0;
  background-color: #fcfcfb;
  border: 1px solid #fcfcfb;
  border-radius: 5px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .8s;
  position: relative;
}

.body-9 {
  padding-left: 0;
  padding-right: 0;
}

.motion-roll-down {
  overflow: hidden;
}

.nobreak {
  white-space: nowrap;
}

@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;
  }

  .header {
    max-height: 50vw;
  }

  .h1-2 {
    margin-left: -20px;
    font-size: 13vw;
  }

  .h2-2.motion-slideleft-d400 {
    font-size: 2.2vw;
  }

  .intro {
    height: auto;
  }

  .intro-sec {
    margin-top: 60px;
    margin-bottom: 120px;
  }

  .text-2.motion-slideleft-d400 {
    font-size: 3vw;
  }

  .features-2 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .frame-158 {
    grid-row-gap: 13vw;
    max-width: 100%;
  }

  .text-4.motion-slideup {
    font-size: 3vw;
  }

  .frame-28 {
    grid-column-gap: 2vw;
  }

  .vectors-wrapper {
    width: 100%;
  }

  .text-6 {
    font-size: 1.3vw;
  }

  .text-7 {
    font-size: 1.1vw;
    font-weight: 400;
  }

  .stack {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .stack-code {
    justify-content: flex-start;
    align-items: center;
  }

  .frame-65.motion-slideup {
    max-width: none;
  }

  .rectangle-230.break, .break {
    height: 410px;
  }

  .text-13 {
    font-size: 60px;
  }

  .testimonials-sectioon {
    justify-content: center;
    align-items: center;
  }

  .text-18 {
    width: 100%;
    font-size: 54px;
  }

  .partners-sec {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-sec {
    height: 500px;
  }

  .text-19 {
    max-width: 660px;
    font-size: 60px;
  }

  .stack-2 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .frame-168 {
    max-width: 100%;
  }

  .person-data-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-25 {
    font-size: 2.5vw;
  }

  .spacer-30._15-xsvp {
    width: 90px;
  }

  .flex-horizontal.align-down.flex-car2 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .carousel-typecontainer {
    width: 490px;
  }

  .mycontain-2.mycontain-carousel {
    width: 100%;
  }

  .swiper-wrapper {
    height: 500px;
  }
}

@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;
  }

  .header {
    height: auto;
    max-height: 640px;
    padding: 100px 40px 40px;
  }

  .frame-159 {
    margin-top: 90px;
  }

  .header-copy {
    grid-row-gap: 18px;
  }

  .h1-2 {
    margin-left: -4px;
  }

  .h2-2 {
    font-size: 24px;
  }

  .intro {
    background-position: 50%;
    background-size: 100% 100%;
    height: 760px;
    min-height: 760px;
    padding-left: 40px;
  }

  .features-2 {
    padding: 60px 40px;
  }

  .frame-158 {
    grid-row-gap: 100px;
  }

  .button-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .stack-code {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .offer {
    padding: 60px 40px;
  }

  .offer-2 {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .text-13, .offer-cont {
    width: 100%;
  }

  .offer-cont-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonials-sectioon {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial2 {
    max-width: 840px;
  }

  .text-18 {
    width: 67vw;
  }

  .partners-sec {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-sec, .footer, .nav-sec {
    padding-left: 40px;
    padding-right: 40px;
  }

  .stack-2 {
    padding: 30px 8px;
  }

  .frame-168 {
    grid-column-gap: 8px;
  }

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

  .h3-2.h3-carousel-body.type-green {
    max-width: 200px;
    font-size: 20px;
  }

  .carousel-typecontainer {
    width: 310px;
  }

  .h1-3.h1-carousel-heading {
    font-size: 48px;
  }

  .carousel-arrow.carousel-arrow-left {
    background-color: #fcfcfb99;
  }

  .carousel-img {
    object-fit: cover;
  }

  .carouselstory {
    width: 300px;
  }
}

@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;
  }

  .header {
    max-height: 610px;
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-159 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: minmax(200px, 1fr);
    place-items: start;
    margin-top: 120px;
  }

  .header-copy {
    grid-row-gap: 1.2vw;
  }

  .h2-2 {
    font-size: 16px;
  }

  .h2-2.motion-slideleft-d400 {
    font-size: 4vw;
  }

  .button-big {
    max-width: 310px;
    padding: 10px 25px;
  }

  .button-big.motion-slideup-d400 {
    padding: 10px 20px;
  }

  .intro {
    height: auto;
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 140px;
    padding-left: 24px;
  }

  .intro-type-cont {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .text {
    font-size: 18px;
  }

  .text-2 {
    font-size: 28px;
  }

  .frame-158 {
    grid-row-gap: 80px;
  }

  .frame-157 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .text-4 {
    font-size: 28px;
  }

  .button-3 {
    width: 160px;
  }

  .frame-28 {
    grid-column-gap: 20px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }

  .q {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stack {
    padding-left: 60px;
    padding-right: 60px;
  }

  .break {
    height: 200px;
  }

  .offer-2 {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    width: 100%;
  }

  .text-13 {
    font-size: 40px;
  }

  .offer-cont-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .offer01 {
    grid-row-gap: 14px;
  }

  .testimonial2.swiper-slide {
    width: 75vw;
    max-width: none;
    padding-right: 10px;
  }

  .testimonial2.swiper-slide.motion-slideleft {
    margin-right: 0;
  }

  .person-data-2 {
    max-width: none;
  }

  .text-18 {
    width: 100%;
    font-size: 28px;
  }

  .contact-sec {
    height: 360px;
  }

  .text-19 {
    font-size: 28px;
  }

  .footer {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .frame-163 {
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .footer-nav {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .nav-sec {
    padding-left: 30px;
  }

  .vectors-wrapper-9 {
    width: 150px;
    height: 29px;
  }

  .navbar-2 {
    grid-column-gap: 24px;
  }

  .navbar-2.motion-slidedown {
    display: none;
  }

  .frame-168 {
    flex-flow: column;
  }

  .quote-2 {
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .marquee-cover-horizontal {
    background-image: none;
  }

  .marquee-horizontal-large {
    height: 70px;
  }

  .icon-container-alt {
    width: 200px;
  }

  .carousel-typecontainer {
    width: 100%;
  }

  .h1-3.h1-carousel-heading {
    margin-top: 0;
    font-size: 60px;
  }

  .swiper-pagination {
    justify-content: center;
    width: 100%;
    inset: auto 0% 0% 0;
  }

  .mycontain-2.mycontain-carousel {
    grid-template-columns: 1fr;
    max-width: 100vw;
    padding-bottom: 40px;
  }

  .carouselstatetype {
    display: none;
  }

  .swiper-wrapper {
    width: 110%;
    height: 280px;
  }

  .carousel-circletype {
    top: 169px;
    left: 61%;
  }

  .carousel-navigationarrows {
    padding-left: 40px;
    top: 61%;
  }

  .carousel-navigationarrows.motion-slideup {
    padding-left: 0;
  }

  .carouselstory {
    width: 100%;
    padding-left: 4px;
    transition-property: transform;
  }
}

@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;
  }

  .header {
    max-height: 630px;
    padding: 80px 16px 24px;
  }

  .frame-159 {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    margin-top: 150px;
    margin-bottom: 20px;
  }

  .h1-2 {
    margin-left: -2px;
  }

  .intro {
    background-position: 0%;
    background-attachment: scroll;
    height: auto;
    padding-top: 80px;
    padding-bottom: 140px;
    padding-left: 16px;
  }

  .intro-sec {
    grid-row-gap: 12px;
  }

  .intro-type {
    grid-row-gap: 50px;
  }

  .features-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .frame-158 {
    grid-row-gap: 60px;
  }

  .text-4.motion-slideup {
    font-size: 24px;
  }

  .frame-28 {
    grid-template-columns: 1fr;
  }

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

  .text-9 {
    font-size: 14px;
  }

  .text-10 {
    font-size: 28px;
  }

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

  .offer-cont-2 {
    grid-template-columns: 1fr;
  }

  .testimonials-sectioon {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonial2.swiper-slide {
    width: 86vw;
    margin-right: 18px;
  }

  .text-18 {
    width: 100%;
    padding-right: 10px;
    font-size: 7vw;
  }

  .partners-sec {
    padding-bottom: 40px;
  }

  .contact-sec {
    height: 300px;
    padding-bottom: 30px;
    padding-right: 24px;
  }

  .text-19 {
    font-size: 24px;
  }

  .vectors-wrapper-8 {
    width: 24px;
    height: 27px;
  }

  .nav-sec {
    height: 50px;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .vectors-wrapper-9.motion-slideleft-d200 {
    width: 140px;
  }

  .link-2 {
    font-size: 24px;
  }

  .quote-2.motion-slideup {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .spacer-30._15-xsvp {
    width: 15px;
    height: 15px;
  }

  .marquee-horizontal-large {
    height: 120px;
  }

  .icon-container-alt {
    width: 150px;
    height: auto;
  }

  .track-horizontal {
    height: 100px;
  }

  .h3-2 {
    font-size: 20px;
  }

  .carousel-typecontainer {
    width: 100%;
  }

  .carousel-slide-type {
    padding-bottom: 70px;
  }

  .h1-3 {
    font-size: 32px;
  }

  .h1-3.h1-carousel-heading {
    font-size: 47px;
  }

  .swiper-pagination {
    bottom: 2%;
  }

  .mycontain-2.mycontain-carousel {
    width: 90vw;
    padding-bottom: 0;
    padding-left: 0;
  }

  .swiper-wrapper {
    height: 350px;
  }

  .carousel-circletype {
    display: none;
    left: 42%;
  }

  .carousel-img {
    width: 100%;
    height: 680px;
  }

  .img-carousel-container {
    width: 100%;
    height: 590px;
    overflow: hidden;
  }

  .carousel-navigationarrows {
    padding-left: 20px;
    top: 61%;
  }

  .carouselstory {
    width: 100%;
    padding-left: 20px;
  }

  .contact-link {
    font-size: 22px;
  }
}

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

#w-node-cc708d3c-69d0-f5ba-f446-e501be21a5d0-f33e866b {
  justify-self: end;
}

#w-node-_491d79aa-2fa8-1c02-41f6-bc9da2f58b37-f33e866b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e5518865-ead0-94c0-a6c5-92503248a2bf-f33e866b {
  place-self: end start;
}

#w-node-e5518865-ead0-94c0-a6c5-92503248a2d3-f33e866b {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-e5518865-ead0-94c0-a6c5-92503248a2d8-f33e866b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0f0f15b3-ea97-e831-5212-bf81ff839abd-6950983d {
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-cc708d3c-69d0-f5ba-f446-e501be21a5d0-f33e866b {
    justify-self: start;
  }

  #w-node-_491d79aa-2fa8-1c02-41f6-bc9da2f58b37-f33e866b {
    grid-column: span 1 / span 1;
  }

  #w-node-e5518865-ead0-94c0-a6c5-92503248a2bf-f33e866b {
    order: 9999;
  }

  #w-node-e5518865-ead0-94c0-a6c5-92503248a2d3-f33e866b {
    grid-area: span 1 / span 2559 / span 1 / span 2559;
  }

  #w-node-e5518865-ead0-94c0-a6c5-92503248a2d8-f33e866b {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f0f15b3-ea97-e831-5212-bf81ff839abd-6950983d {
    justify-self: start;
  }
}


