@font-face {
  font-family: Biennale;
  src: url('../fonts/Biennale-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biennale;
  src: url('../fonts/Biennale-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biennale;
  src: url('../fonts/Biennale-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --font-grey: #6e6f79;
  --blackout-navy-bkg: #040410;
  --bkg-grey: #f4f4f7;
  --new-blue: #283dac;
  --font-grey-dk: #36363c;
  --yellow: #ffd51f;
  --lt-lt-grey: #b5b6bd;
  --button-text-color: #66550c;
  --larimar-blue: #00c2f0;
  --hover-orange: #f48116;
  --ts-blue: #1051d0;
  --diamond-dk: #000058;
  --larimar-b2: #01a2ff;
  --new-blue-dark: #1f34a3;
  --accent-blue: #3fb9ff;
  --new-blue-darkest: #001068;
  --lt-lt-blue: #e2f3ff;
}

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: var(--white);
  background-color: #000014;
  font-family: Biennale, sans-serif;
  font-size: 16px;
}

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Broken console;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.32em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3em;
}

p {
  color: var(--font-grey);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  perspective: none;
  max-width: 100%;
  margin-right: 20px;
  display: inline-block;
}

blockquote {
  color: #eb3bda;
  border-left: 5px solid #4a4580;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5em;
}

.page-wrapper.is-fix {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.page-wrapper.landscape-overflow-hidden {
  position: static;
}

.page-wrapper.full-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.section-touch {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.section-touch.pulp-section {
  background-color: #000014;
  padding-left: 40px;
  padding-right: 40px;
}

.section-touch.home_is-centered {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-touch.is-header {
  background-image: url('../images/galaxy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-touch.is-running-line {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.section-touch.is-hp-header {
  color: var(--white);
  background-color: #1051d0;
  background-image: url('../images/Tokensoft-hero-final_2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-touch.is-hp-header.space-free {
  background-color: #1051d0;
  background-image: url('../images/Tokensoft-hero-final_2.jpg');
  background-position: 50% 0;
  background-size: contain;
  background-attachment: scroll;
  height: 800px;
  min-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-touch.is-hp-header.contact {
  background-image: url('../images/Tokensoft-hero-final_2.jpg');
  background-position: 50% 0;
  background-size: contain;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.section-touch.is-hp-header._404 {
  background-image: url('../images/Tokensoft-hero-final.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.section-touch.is-hp-header.faq {
  background-image: url('../images/Tokensoft-hero-final.jpg');
  height: 360px;
}

.section-touch.is-hp-header.partner {
  background-color: #1051d0;
  background-image: url('../images/Tokensoft-hero-final_2.jpg');
  background-size: contain;
}

.section-touch.is-hp-header.partner.foundation, .section-touch.is-hp-header.partner.early-access {
  background-color: #1051d0;
  background-image: url('../images/Tokensoft-hero-final_2.jpg');
}

.section-touch.is-hp-header.old {
  display: none;
}

.section-touch.bg-color-7 {
  background-color: var(--blackout-navy-bkg);
  background-image: url('../images/glance-bkg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-touch.is-cta {
  background-color: #1d1760;
}

.section-touch.is-footer {
  border: 1px solid var(--bkg-grey);
  background-color: var(--white);
  background-image: none;
  border-radius: 0;
}

.section-touch.cs-header {
  background-color: #0000;
  background-image: url('../images/Tokensoft-hero-v3.jpg');
  background-position: 50% 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 20px;
  display: flex;
}

.section-touch.at-a-glance {
  text-align: left;
  background-color: #0000;
  background-image: url('../images/glance-bkg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: block;
}

.section-touch.at-a-glance.copy {
  margin-top: 0;
  padding-bottom: 0;
}

.section-touch.by-numbers {
  background-color: var(--white);
  background-image: url('../images/shadow-bar.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 120px;
  display: block;
}

.section-touch.by-numbers.new {
  background-color: #0000;
  background-image: none;
  padding-bottom: 40px;
  display: block;
}

.section-touch.cs {
  background-image: none;
}

.section-touch.home {
  background-color: var(--bkg-grey);
  height: 1100px;
}

.section-touch.mobile {
  background-image: none;
  margin-top: 60px;
  display: block;
}

.section-touch.home {
  background-color: #f4f4f700;
  height: 900px;
  display: block;
}

.navbar {
  border-style: none;
  border-width: 1px;
  border-color: black black var(--blackout-navy-bkg);
  background-color: var(--white);
  height: 80px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 15px;
  display: flex;
  position: sticky;
  inset: 0%;
  box-shadow: 0 1px 2px 1px #0000000a;
}

.navbar.pulp-nav {
  padding: 20px 40px;
  position: relative;
}

.bg-color-black {
  background-color: #000014;
}

.bg-color-3 {
  background-color: #4a4580;
}

.text-color-2 {
  color: #00a9b7;
}

.text-color-black {
  color: #000014;
}

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

.text-color-3 {
  color: #6beb38;
}

.text-color-4 {
  color: #d2d1df;
}

.text-color-5 {
  color: #6beb38;
}

.caps {
  text-transform: uppercase;
}

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

.margin-bottom-8 {
  margin-bottom: 8px;
}

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

.margin-bottom-24 {
  margin-bottom: 24px;
}

.margin-bottom-32 {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  margin-bottom: 32px;
  display: block;
}

.margin-bottom-56 {
  margin-bottom: 56px;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.margin-bottom-192 {
  margin-bottom: 192px;
}

.relative {
  background-color: var(--white);
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

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

.flex-space-between {
  justify-content: space-between;
  display: flex;
}

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

.margin-right-auto {
  margin-right: auto;
}

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

.text-center.margin-bottom-24 {
  color: var(--blackout-navy-bkg);
  text-align: left;
  text-transform: uppercase;
  font-family: industry, sans-serif;
}

.desktop-block {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.padding-20 {
  padding: 20px;
}

.nav-link {
  color: var(--font-grey-dk);
  white-space: nowrap;
  align-items: center;
  margin-left: 30px;
  padding: 14px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: var(--yellow);
  font-weight: 400;
}

.nav-link:active, .nav-link:visited {
  color: var(--white);
}

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

.nav-link.dd-link {
  padding: 0;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-area {
  perspective: 2000px;
  position: relative;
}

.desktop-hide {
  display: none;
}

.tablet-hide {
  width: auto;
  height: auto;
}

.landscape-hide.mobile {
  display: none;
}

.margin-bottom-48 {
  margin-bottom: 48px;
}

.margin-bottom-96 {
  margin-bottom: 96px;
}

.margin-bottom-128 {
  margin-bottom: 128px;
}

.margin-bottom-256 {
  margin-bottom: 256px;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.text {
  color: var(--font-grey);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.text.text-s {
  font-size: 14px;
  line-height: 1.56em;
}

.text.text-s.text-color-1 {
  color: var(--lt-lt-grey);
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text.text-s.text-color-4.margin-bottom-16 {
  color: var(--font-grey-dk);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.text.text-l {
  font-size: 20px;
}

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

.text.text-l.margin-bottom-16.cs {
  color: var(--font-grey);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.text.text-color-1.margin-bottom-8 {
  color: var(--white);
}

.text.text-color-1.margin-bottom-8.ft {
  font-size: 20px;
  font-weight: 400;
}

.text.h4 {
  color: var(--font-grey);
  font-size: 18px;
  font-weight: 400;
}

.text-large {
  font-size: 18px;
  line-height: 1.78em;
}

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

.text-right {
  text-align: right;
}

.italic {
  font-style: italic;
}

.margin-right-0 {
  margin-right: 0;
}

.margin-right-4 {
  margin-right: 4px;
}

.margin-right-8 {
  color: #fff;
  margin-right: 8px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.margin-right-8:hover {
  color: var(--yellow);
}

.margin-right-12 {
  margin-right: 12px;
}

.margin-right-16 {
  margin-right: 16px;
}

.margin-right-24 {
  margin-right: 24px;
}

.margin-right-32 {
  margin-right: 32px;
}

.margin-right-48 {
  margin-right: 48px;
}

.margin-right-64 {
  margin-right: 64px;
}

.margin-right-96 {
  margin-right: 96px;
}

.margin-right-128 {
  margin-right: 128px;
}

.margin-right-192 {
  margin-right: 192px;
}

.bg-color-4, .bg-color-4.color-circle {
  background-color: #00a9b7;
}

.bg-color-5 {
  background-color: #870dd9;
}

.section-glance {
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.section-glance.pulp-wrapper {
  background-color: #f4f4f7;
  min-height: 100vh;
  margin-left: 280px;
}

.section-glance.home {
  background-color: var(--bkg-grey);
  padding-bottom: 60px;
}

.footer_component {
  background-color: #000014;
  padding-left: 40px;
  padding-right: 40px;
}

.icons-list {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
}

.button {
  background-color: var(--yellow);
  color: var(--button-text-color);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: 220px;
  min-height: 60px;
  padding: 16px 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: transform .35s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  top: 30px;
}

.button:hover {
  background-color: var(--yellow);
  opacity: .8;
  color: var(--white);
  font-weight: 600;
}

.button.is-reverse {
  background-color: #7774a0;
}

.button.is-reverse:hover {
  background-color: #1d1760;
}

.button.is-transparent {
  border: 1px solid var(--white);
  background-color: #0000;
}

.button.is-transparent:hover {
  background-color: #00a9b7;
  border-color: #00a9b7;
}

.button.is-cta:hover {
  background-color: #00a9b7;
}

.button.top-nav {
  border: 2px solid var(--larimar-blue);
  opacity: 1;
  color: var(--white);
  cursor: auto;
  mix-blend-mode: normal;
  background-color: #0000;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  min-width: 100px;
  height: 40px;
  min-height: auto;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  top: 0;
}

.button.top-nav:hover {
  border-style: solid;
  border-color: var(--button-text-color);
  background-color: var(--button-text-color);
  color: var(--white);
  text-align: center;
  font-weight: 400;
}

.button.no-max {
  justify-content: flex-end;
  align-items: center;
  max-width: 260px;
}

.button.no-max.partners {
  color: var(--button-text-color);
  max-width: 300px;
}

.button.no-max.partners:hover {
  background-color: var(--yellow);
  opacity: .8;
}

.button.no-max.partners.new {
  background-color: var(--ts-blue);
  justify-content: center;
  align-items: center;
  max-width: 160px;
  min-height: 40px;
  margin-top: 20px;
  padding: 10px 14px;
  font-size: 14px;
  position: static;
}

.button.no-max.partners.new:hover {
  background-color: #2e79fd;
}

.button.no-max.foundation {
  color: var(--button-text-color);
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-bottom: 16px;
}

.button.no-max.foundation:hover {
  background-color: var(--yellow);
  opacity: .8;
}

.button.ambassador {
  display: none;
}

.button.lock {
  margin-left: 25px;
  margin-right: 25px;
}

.button.tp-home {
  background-color: var(--yellow);
  color: var(--diamond-dk);
  justify-content: center;
  align-items: center;
}

.button.tp-home:hover {
  background-color: var(--yellow);
  opacity: .8;
}

.button.tp-home.partners {
  max-width: 160px;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 16px;
}

.rich-text li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.rich-text ul {
  padding-left: 20px;
}

.rich-text p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6em;
}

.rich-text h5 {
  margin-bottom: 22px;
}

.rich-text h4 {
  color: var(--font-grey-dk);
  margin-bottom: 16px;
}

.rich-text h3 {
  margin-bottom: 8px;
  font-weight: 400;
}

.rich-text h2 {
  color: var(--font-grey-dk);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: industry, sans-serif;
}

.rich-text a {
  color: #6beb38;
  text-decoration: none;
}

.rich-text a:hover {
  text-decoration: underline;
}

.rich-text h6 {
  margin-bottom: 20px;
}

.rich-text ol {
  padding-left: 20px;
}

.rich-text img {
  margin-bottom: 32px;
}

.rich-text.style {
  color: var(--font-grey);
  font-family: Poppins, sans-serif;
}

.form_field-label {
  margin-bottom: 8px;
}

.form_text-field {
  color: var(--blackout-navy-bkg);
  border: 1.5px solid #828282;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Biennale, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.form_text-field::placeholder {
  color: #828282;
}

.form_text-field.is-select {
  color: #828282;
  background-color: #0000;
  margin-right: 0;
  padding-right: 40px;
  font-size: 14px;
  display: block;
}

.form_text-field.error {
  background-color: #fce9e9;
  border-color: #e42526;
}

.form_text-field.success {
  border-color: #6beb38;
}

.form_submit-button {
  background-color: var(--larimar-blue);
  width: 100%;
  height: 56px;
  font-weight: 600;
}

.form_submit-button.inactive {
  filter: grayscale();
}

.form_success-messaage {
  background-color: #0000;
  height: 100%;
  padding: 0 0 60px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.container.pulp-container {
  max-width: 1580px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.container.nav-container._404 {
  padding-top: 15px;
}

.container.footer-container {
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 24px;
}

.container.is-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.is-404 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.container.is-404.partner {
  perspective: 1000px;
  padding-top: 20px;
  padding-bottom: 40px;
  transform: perspective(1000px);
}

.container._48-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.container.body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container._48-96 {
  padding-top: 40px;
}

.container.relative {
  padding-top: 0;
  padding-bottom: 0;
}

.container.is-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.is-running-logos {
  padding-top: 48px;
  padding-bottom: 48px;
  overflow: hidden;
}

.container._96-0 {
  z-index: auto;
  width: 1200px;
  height: 300px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  bottom: 0;
}

.container._96-0.about-us {
  width: auto;
  margin-bottom: 180px;
}

.container._0-96 {
  padding-top: 0;
  padding-bottom: 40px;
}

.container._64-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.container._64-64.is-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container._32-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.container._96-32 {
  padding-bottom: 32px;
}

.container.is-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.container.is-case-study {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 184px;
  padding-bottom: 64px;
  display: flex;
}

.container._0-64 {
  padding-top: 0;
  padding-bottom: 64px;
}

.container.nav-container {
  justify-content: space-between;
  height: auto;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.container.relative {
  background-color: #fff0;
  padding-top: 0;
  padding-bottom: 0;
}

.container.faq {
  padding-top: 0;
  padding-bottom: 0;
}

.pulp-navbar {
  background-color: #212121;
  width: 24vw;
  max-width: 280px;
  padding-bottom: 100px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.nav_logo-wrap {
  padding: 20px 28px 20px 24px;
}

.nav_link {
  color: #ffffff80;
  cursor: pointer;
  border-left: 4px solid #0000;
  padding: 20px 32px 20px 28px;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.nav_link.w--current {
  border-left-color: var(--white);
  color: var(--white);
  background-color: #000014;
}

.h3 {
  color: #484848;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33em;
}

.pulp-top-wrap, .pulp-item-wrap {
  margin-bottom: 96px;
}

.h2 {
  color: #484848;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

.pulp-item {
  background-color: #4a4580;
  border-radius: 8px;
  padding: 32px;
  position: relative;
}

.pulp-item.is-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-item-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: grid;
}

.color-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.color-circle {
  border-radius: 50%;
  flex: none;
  width: 112px;
  height: 112px;
  margin-bottom: 12px;
}

.color-circle.is-border {
  border: 1px solid #000014;
}

.h4 {
  color: #484848;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

.hex-color {
  color: #75788b;
  text-transform: uppercase;
}

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

.bg-color-6 {
  background-color: #fafafa;
}

.text-item-circle {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  margin-bottom: 12px;
  display: flex;
}

.text-item-circle.is-border {
  border: 1px solid #000014;
}

.style-wrap-inner {
  justify-content: space-between;
}

.half-div {
  flex: none;
  width: 50%;
}

.half-div.is-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.half-div.is-right.landscape-left {
  width: 580px;
  height: 800px;
  margin-top: 20px;
  padding-top: 0;
}

.half-div.margin-right-16 {
  width: 600px;
}

.description-div {
  background-color: #00a9b7;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 20px;
}

.margin-right-256 {
  margin-right: 256px;
}

.spacing-system-image {
  border-radius: 8px;
  width: 100%;
}

.form-block {
  background-color: var(--white);
  color: #000014;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 32px 32px 85px;
  box-shadow: 0 3px 15px 3px #04041040;
}

.form_text-area {
  color: #828282;
  border: 1.5px solid #828282;
  height: auto;
  min-height: 72px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.5em;
}

.form_text-area::placeholder {
  color: #828282;
}

.form-field {
  color: #b8b2b2;
  background-color: #0000;
  border: 2px solid #e6e6e6;
  height: 48px;
  margin-bottom: 24px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 24px;
}

.form-field.form_text-field.error {
  background-color: #e425261a;
  border-color: #e42526;
}

.form-field.form_text-field.error::placeholder {
  color: #e42526;
}

.form-field.form_text-field.success {
  border-color: #000014;
}

.form-field.form_text-field.success::placeholder {
  color: #000014;
}

.form-field.form_select-field.error {
  background-color: #e425261a;
  border-color: #e42526;
}

.form-field.form_select-field.success {
  border-color: #000014;
}

.form-field.form_text-area.error {
  background-color: #e425261a;
  border-color: #e42526;
}

.form-field.form_text-area.error::placeholder {
  color: #e42526;
}

.form-field.form_text-area.success {
  border-color: #000014;
}

.form-field.form_text-area.success::placeholder {
  color: #000014;
}

.form_wrap-field {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border-width: 2px;
  border-color: #e6e6e6;
  border-radius: 0;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  box-shadow: inset 0 0 0 2px var(--white), inset 0 0 0 8px #092f4e;
  background-color: #0000;
  background-image: none;
  border-color: #092f4e;
}

.form-label {
  color: var(--blackout-navy-bkg);
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 1.5em;
}

.radio-button {
  border-width: 2px;
  border-color: #e6e6e6;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.radio-button.w--redirected-checked {
  box-shadow: inset 0 0 0 3px var(--white), inset 0 0 0 8px #092f4e;
  border-width: 2px;
  border-color: #092f4e;
}

.error {
  color: #e42526;
}

.success {
  color: #000014;
}

.brand.footer-brand {
  color: #000014;
  margin-bottom: 48px;
}

.footer-social-link-wrap {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: flex;
}

.footer-soc-link {
  color: #4a4580;
  margin-left: 10px;
  padding: 4px;
}

.footer-soc-link:hover {
  color: #34bbdb;
}

.footer_top-wrap {
  height: 24px;
  margin-bottom: 24px;
}

.divider {
  background-color: #092f4e;
  width: 100%;
  height: 1px;
}

.divider.footer-divider {
  margin-top: 72px;
  margin-bottom: 16px;
}

.divider.is-footer {
  background-color: var(--lt-lt-grey);
  margin-bottom: 16px;
}

.divider.is-white {
  background-color: #ffffff29;
}

.footer_list {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: auto;
}

.social-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.footer-link:hover, .footer-link.w--current {
  color: #00a9b7;
}

.footer-link.is-small {
  color: #7674a0;
  margin-bottom: 0;
  font-size: 14px;
}

.footer-link.desktop-hide {
  display: none;
}

.footer_subtext {
  font-size: 13px;
}

.footer_subtitle {
  font-size: 14px;
}

.list-inner {
  position: relative;
}

.button-parent {
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-arrow {
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
  position: absolute;
  inset: 17px 0 0% auto;
}

.contact-button {
  z-index: 2;
  color: var(--white);
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 30px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tab-link {
  color: #7674a0;
  background-color: #0000;
  border-bottom: 2px solid #0000;
}

.tab-link.w--current {
  color: #6beb38;
  background-color: #0000;
  border-bottom-color: #6beb38;
}

.sub_nav-link {
  color: #ffffff80;
  border-left: 4px solid #0000;
  padding: 20px 32px 20px 56px;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.sub_nav-link.w--current {
  color: var(--white);
}

.image-wrap {
  flex: none;
  width: 50%;
  max-width: 480px;
}

.pulp-image {
  width: 100%;
  max-width: none;
}

.visibility-hidden {
  width: 0;
  height: 0;
  overflow: hidden;
}

.pulp-nav_dropdown-content {
  overflow: hidden;
}

.nav_cta-wrap {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.pulp-item-inner {
  justify-content: space-between;
  display: flex;
}

.text-weight-100 {
  font-weight: 100;
}

.text-weight-200 {
  font-weight: 200;
}

.text-weight-300 {
  font-weight: 300;
}

.text-weight-400 {
  font-weight: 400;
}

.text-weight-500 {
  font-weight: 500;
}

.text-weight-600 {
  font-weight: 600;
}

.text-weight-700 {
  font-weight: 700;
}

.text-weight-800 {
  font-weight: 800;
}

.text-weight-900 {
  font-weight: 900;
}

.heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25em;
}

.heading.heading-xs {
  font-size: 12px;
  line-height: 1.3em;
}

.heading.heading-s {
  font-size: 14px;
  line-height: 1.7em;
}

.heading.heading-l {
  font-size: 32px;
  line-height: 1.32em;
}

.heading.heading-xl {
  font-size: 48px;
  line-height: 1.25em;
}

.heading.heading-2xl {
  color: var(--larimar-b2);
  text-transform: uppercase;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 80px;
  position: static;
}

.heading.heading-2xl.is-font-body {
  text-transform: none;
  font-family: Biennale, sans-serif;
  font-weight: 400;
}

.heading.heading-3xl {
  font-size: 64px;
  line-height: 1.25em;
}

.heading.heading-m {
  font-size: 24px;
  line-height: 1.5em;
}

.button-wrap {
  position: relative;
}

.square {
  background-color: #000014;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.square.is-1 {
  top: 8px;
}

.square.is-2 {
  top: 16px;
  right: 8px;
}

.square.is-3 {
  top: 8px;
  right: 16px;
}

.square.is-4 {
  top: 0;
  right: 24px;
}

.square.is-5 {
  top: 8px;
  right: 32px;
}

.square.bg-color-white {
  background-color: var(--white);
}

.footer {
  position: fixed;
  inset: auto 0% 0%;
}

.horizontal-wrapper {
  width: 100%;
}

.horizontal-loop-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.horizontal-item {
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.horizontal-logo {
  color: #7674a0;
}

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

.horizontal-logo.is-static.left-logo {
  margin-left: 0;
}

.horizontal-logo.is-static.right-logo {
  margin-right: 0;
}

.button-element {
  flex: none;
  width: 40px;
  height: 24px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-element.is-reverse {
  inset: auto auto 0% 0%;
}

.nav-dd-toggle {
  color: var(--white);
  align-items: center;
  padding: 16px;
  display: flex;
}

.nav-dd-toggle.footer-link {
  margin-bottom: 0;
  padding: 0;
}

.dd-icon {
  margin-left: 16px;
}

.dd-icon.is-footer {
  position: relative;
  top: -3px;
}

.list-column {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
}

.list-column.is-8 {
  grid-column-gap: 8px;
}

.list-column.is-16 {
  grid-column-gap: 16px;
}

.list-column.is-numbers {
  grid-column-gap: 16px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.social-side-wrap {
  z-index: 999;
  align-items: flex-start;
  max-width: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.list-row {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
}

.list-row.is-social {
  position: sticky;
  top: 280px;
}

.social-link {
  color: #80808b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.social-link:hover {
  color: #00a9b7;
}

.page-css {
  position: fixed;
  inset: 0% 0% auto;
}

.banner-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-medium {
  max-width: 680px;
}

.max-width-medium.is-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bottom-banner {
  background-color: #000014;
  justify-content: space-between;
  margin-left: 48px;
  margin-right: 48px;
  display: flex;
  position: relative;
}

.banner-inner {
  flex: 1;
  padding: 64px 48px 16px;
  position: relative;
}

.separator {
  background-color: #4a4580;
  width: 1px;
  margin: 64px 16px 38px;
}

.top-image-element {
  position: absolute;
  inset: 0% 0% auto auto;
}

.top-image-element.is-moved {
  right: 18px;
}

.coin-lottie {
  position: absolute;
  inset: auto 0% -56px auto;
  transform: rotate(45deg);
}

.top-banner {
  padding-top: 48px;
  padding-bottom: 56px;
  position: relative;
}

.background-full {
  background-color: #870dd9;
  width: 100%;
  max-width: none;
  height: 440px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.horizontal-flex {
  justify-content: space-between;
  display: flex;
}

.horizontal-flex.is-landscape-vertical {
  background-color: var(--bkg-grey);
  text-align: left;
  text-align: left;
  background-color: #f4f4f700;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
}

.assents-box {
  text-align: center;
  background-color: #1d1760;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 190px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.assents-box.is-centered {
  margin-left: 64px;
  margin-right: 64px;
}

.bg-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-color-6 {
  color: #eb3bda;
}

.text-color-7 {
  color: #ffdf00;
}

.bg-color-7 {
  background-color: #1d1760;
}

.custom-list-icons {
  color: var(--font-grey);
  margin-top: 20px;
  font-family: Inter, sans-serif;
}

.custom-list-icons li {
  color: var(--font-grey);
  background-image: url('../images/check-blue-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 35px 30px;
  min-height: 38px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 45px;
  font-size: 18px;
  line-height: 1.6em;
  list-style-type: none;
}

.custom-list-icons ul {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.star-label {
  position: absolute;
  inset: -32px auto auto 0%;
}

.bottom-pixel-image {
  position: absolute;
  inset: auto 0% -18px;
}

.form-wrap {
  width: 100%;
  max-width: 476px;
  height: 100%;
  display: none;
  position: relative;
}

.flex-inner-full {
  flex: 1;
}

.max-width-large {
  max-width: 820px;
}

.cta-link {
  color: #00a9b7;
  justify-content: flex-end;
  align-items: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-prefooter {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-underline {
  background-color: #00a9b7;
  width: 100%;
  height: 6px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-underline.is-arrow-line {
  background-color: var(--white);
  height: 2px;
}

.text-color-8 {
  color: #00a9b7;
}

.text-color-1 {
  color: #7674a0;
}

.footer-inner.is-last {
  min-width: 215px;
}

.footer-dropdown {
  margin-bottom: 16px;
}

.dd-list {
  background-color: #0000;
  position: relative;
}

.dd-link.footer-link {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 4px 0;
}

.footer-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-top.pulp-container {
  max-width: 1580px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-top.nav-container {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-top.footer-container {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 24px;
}

.footer-top.is-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-top.is-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-top._48-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer-top._0-48 {
  padding-top: 0;
  padding-bottom: 48px;
}

.footer-top._48-96 {
  padding-top: 48px;
}

.footer-top.is-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top.margin-bottom-56 {
  margin-bottom: 10px;
}

.footer-bottom {
  justify-content: space-between;
  display: flex;
}

.header-bg {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-image-bg {
  z-index: -2;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dd-list.nav-dd-list {
  z-index: 1002;
  background-color: #fff;
  padding: 16px;
  position: absolute;
  inset: 48px 0% auto;
}

.dd-list.nav-dd-list.w--open {
  width: 592px;
  top: 82px;
  left: -185%;
}

.nav-dd-link {
  color: #000014;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

.submit-button-wrap {
  transition: transform .35s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.submit-button-wrap:hover {
  transform: scale(.99);
}

.number-title {
  color: #6beb38;
  margin-bottom: 8px;
  font-size: 32px;
}

.social-mobile {
  display: none;
}

.error-text {
  color: #e42526;
  font-size: 10px;
  display: none;
}

.form-input-wrap {
  margin-bottom: 16px;
}

.submit-overlay {
  position: absolute;
  inset: 0%;
}

.success-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.success-icon {
  width: 96px;
  margin-left: auto;
  margin-right: auto;
}

.cs-wrap {
  width: 100%;
  display: inline-block;
}

.cs-cms-list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: auto;
  display: grid;
}

.cs-text-inner {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cs-image-wrap {
  background-color: var(--bkg-grey);
  background-image: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  min-height: 450px;
  max-height: 568px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.cs-decor {
  position: absolute;
}

.cs-decor.is-top {
  inset: 0% 0% auto auto;
}

.cs-decor.is-bottom {
  inset: auto 0% 0% auto;
}

.bottom-left-element {
  position: absolute;
  inset: auto auto 0% 0%;
}

.bottom-right-element {
  position: absolute;
  inset: auto 0% 0% auto;
}

.go-back-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  max-width: none;
  font-size: 18px;
  line-height: 1em;
  display: flex;
}

.go-back-link.mobile {
  justify-content: flex-start;
  margin-bottom: 40px;
}

.cs-content-wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cs-content-inner.is-left {
  width: 100%;
  max-width: 166px;
  margin-right: 16px;
  display: block;
  position: sticky;
  top: 216px;
}

.cs-content-inner.is-right {
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.left-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-right: auto;
  display: flex;
  position: static;
  top: 64px;
}

.arrow {
  position: relative;
  top: 1px;
}

.numbers-wrap {
  justify-content: space-between;
  margin-bottom: 24px;
  display: flex;
}

.numbers-inner {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.numbers-inner.is-left {
  text-align: left;
  align-items: flex-start;
  margin-right: 32px;
}

.numbers-inner.is-left.last {
  margin-right: 0;
}

.numbers-area {
  margin-bottom: 32px;
}

.number-divider {
  background-color: #ffffff4d;
  width: 1px;
  height: 34px;
  margin-top: auto;
  margin-bottom: auto;
}

.marketing-title {
  color: #d2d1df;
  text-transform: uppercase;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 600;
}

.number-heading {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.32em;
}

.rich-content p, .rich-content-center p {
  color: #d2d1df;
  font-size: 14px;
  line-height: 1.56em;
}

.utility-page-wrap {
  background-image: url('../images/Tokensoft-hero-final_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  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;
}

.form-wrapper {
  width: auto;
  margin-top: 60px;
}

.dd-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.dd-cms-item {
  width: 100%;
}

.dd-cms-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  max-height: 172px;
  margin-bottom: 8px;
}

.nav-button-wrap {
  max-width: 286px;
  margin-left: auto;
  margin-right: auto;
}

.page-overlay {
  z-index: 1001;
  background-color: #000014b3;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-menu-wrap {
  align-items: center;
  display: flex;
}

.cs-image {
  width: 300px;
  height: 340px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.max-width-small {
  max-width: 440px;
}

.about_fact-item {
  background-color: #19192b;
  padding: 32px 32px 40px;
}

.logos-static-wrap {
  grid-column-gap: 96px;
  grid-row-gap: 48px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-decor-img {
  position: absolute;
}

.section-decor-img.is-top-left {
  inset: 0% auto auto 0%;
}

.section-decor-img.is-bottom-right {
  inset: auto 0% 0% auto;
}

.about_header-content-wrap {
  grid-column-gap: 48px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about_header-content-inner.is-30 {
  flex: none;
  width: 30%;
}

.about_header-content-inner.is-70 {
  width: 70%;
}

.html-embed {
  z-index: 1;
  object-fit: fill;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

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

.list {
  flex: 0 auto;
  align-self: center;
  list-style-type: none;
}

.list-item {
  text-align: center;
}

.text-block {
  color: var(--larimar-b2);
  text-align: center;
  font-family: Inter, sans-serif;
  text-decoration: underline;
}

.text-block-2, .list-item-2 {
  text-align: left;
}

.paragraph {
  float: none;
  clear: none;
  text-align: left;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: block;
  position: static;
  overflow: auto;
}

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

.text-block-3 {
  color: var(--larimar-b2);
  text-align: center;
  font-family: Inter, sans-serif;
  text-decoration: underline;
}

.link-block, .list-item-3 {
  text-align: center;
}

.heading-3 {
  text-align: left;
  text-transform: none;
  width: 100%;
  height: auto;
  min-height: auto;
  font-family: Inter, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
  position: static;
}

.heading-3.stat-box {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 40px;
  padding-top: 0;
  font-size: 60px;
  font-weight: 700;
  display: flex;
}

.heading-3.stat-box.dollar {
  height: 60px;
  margin-top: 80px;
  font-size: 66px;
  font-weight: 800;
  display: flex;
}

.heading-3.h3 {
  color: var(--font-grey-dk);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: auto;
  margin-top: 0;
  padding-top: 80px;
  font-size: 50px;
  font-weight: 600;
  line-height: 54px;
  display: flex;
}

.heading-3.h3.dark {
  color: var(--font-grey-dk);
  font-size: 36px;
}

.heading-3.h3.dark.short {
  padding-top: 20px;
}

.heading-3.h3.nb {
  opacity: .98;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  max-height: 60px;
  margin-top: 40px;
  padding-top: 0;
  font-size: 72px;
  font-weight: 700;
  display: flex;
}

.heading-3.h3.cs {
  text-transform: uppercase;
  padding-top: 20px;
}

.heading-3.h3.faq {
  background-image: none;
  padding-bottom: 40px;
}

.heading-3.h3 {
  color: var(--font-grey-dk);
  text-align: left;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: auto;
  margin-top: 0;
  padding-top: 80px;
  font-size: 36px;
  font-weight: 800;
  line-height: 54px;
  display: flex;
}

.heading-3.h3.dark {
  color: var(--font-grey-dk);
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3.h3.dark.why-tokensoft {
  justify-content: flex-start;
  align-self: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-3.h3.dark.section {
  color: var(--font-grey-dk);
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.heading-3.hero {
  letter-spacing: -1.5px;
  width: 100%;
  font-size: 56px;
}

.heading-3.hero.partner {
  width: auto;
}

.heading-3.hero.partner.faq {
  width: 100%;
}

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

.main-logo:hover {
  opacity: .8;
}

.div-block {
  background-image: linear-gradient(to bottom, var(--yellow), var(--button-text-color) 55%, var(--blackout-navy-bkg));
  position: static;
}

.container-2 {
  color: var(--ts-blue);
  background-image: linear-gradient(to right, #0350d7, #0000 60%);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 600vw;
  height: 2px;
  max-height: 2px;
  margin-top: 0;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.container-2.at-glance {
  background-image: linear-gradient(to right, var(--blackout-navy-bkg), var(--new-blue-dark) 50%, var(--blackout-navy-bkg));
  max-width: 100%;
  height: 4px;
  max-height: 4px;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.container-2.at-glance.spacer {
  clear: none;
  background-image: linear-gradient(to right, var(--button-text-color), var(--button-text-color) 50%, #04041000);
  justify-content: flex-start;
  align-items: center;
  max-width: 200px;
  margin-top: 10px;
  padding-right: 0;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.container-2.form-grad {
  background-image: linear-gradient(to right, var(--yellow), var(--button-text-color) 55%, #00c2f000);
  height: 4px;
  max-height: 4px;
  margin-top: 40px;
  inset: 0% 0% auto;
}

.container-2.form-grad.footer {
  background-image: linear-gradient(to right, var(--blackout-navy-bkg), var(--new-blue) 55%, var(--blackout-navy-bkg));
  margin-top: 0;
  display: none;
}

._2-paragraph-2 {
  color: var(--font-grey-dk);
  text-align: left;
  align-items: center;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25em;
  display: block;
}

._2-paragraph-2.stat-box {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  display: block;
}

._2-paragraph-2.stat-box.hero {
  color: var(--white);
  margin-top: 10px;
  font-family: Inter, sans-serif;
}

._2-paragraph-2.dark {
  color: var(--font-grey-dk);
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 24px;
}

._2-paragraph-2.mb-header {
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

._2-paragraph-2.mb-header.hero {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  display: block;
}

._2-paragraph-2.mb-header.hero.partner {
  width: auto;
}

._2-paragraph-2.mobile {
  margin-top: 10px;
}

.launch-app {
  border: 2px none var(--yellow);
  background-color: var(--yellow);
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-width: 220px;
  height: 60px;
  min-height: 60px;
  font-size: 20px;
  font-weight: 600;
  display: none;
}

.launch-app:hover {
  border-style: solid;
  border-color: var(--yellow);
  background-color: var(--hover-orange);
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
}

.launch-app.lt {
  clear: none;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-width: 220px;
  max-width: 400px;
  margin-top: 0;
  display: none;
}

.launch-app.lt.lm {
  border-style: solid;
  border-color: var(--larimar-blue);
  background-color: #0000;
  width: 200px;
  min-width: 200px;
}

.launch-app.lt.lm:hover {
  border-style: none;
  border-color: var(--button-text-color);
  background-color: var(--button-text-color);
}

.launch-app.lt.lm.ft {
  border-color: var(--yellow);
  background-color: var(--yellow);
  width: 220px;
  min-width: 220px;
  display: none;
}

.launch-app.lt.lm.ft:hover {
  background-color: var(--hover-orange);
}

.launch-app.lt.launch {
  width: 220px;
  display: none;
}

.launch-app.lt.cs {
  background-color: var(--yellow);
  width: 260px;
  margin-top: 60px;
}

.launch-app.lt.cs:hover {
  background-color: var(--hover-orange);
}

.launch-app.cs {
  background-color: var(--yellow);
  border-style: solid;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.launch-app.cs:hover {
  background-color: var(--hover-orange);
}

.launch-app.nav {
  border-style: solid;
  border-color: var(--yellow);
  background-color: var(--yellow);
  width: 120px;
  min-width: 120px;
  height: 40px;
  min-height: auto;
  font-size: 14px;
  display: none;
}

.launch-app.nav:hover {
  background-color: var(--hover-orange);
}

.launch-app.nav.shop {
  display: none;
}

.launch-app-text {
  color: var(--white);
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  font-size: 18px;
  display: block;
  position: static;
}

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

.text-block-4 {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5px;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-4 {
  color: var(--white);
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-4.nav {
  color: var(--white);
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image {
  padding-top: 2px;
}

.learn-more-text {
  float: right;
  clear: none;
  color: var(--accent-blue);
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 35px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.learn-more-text:hover {
  color: var(--larimar-b2);
  font-style: normal;
  text-decoration: underline;
}

.div-block-2 {
  align-items: center;
  width: 400px;
  height: 60px;
  margin-top: 20px;
  display: flex;
}

.div-block-2.partners {
  width: auto;
  margin-top: 60px;
}

.image-2 {
  padding-top: 2px;
  display: none;
}

.link-block-2 {
  width: 30px;
  height: 30px;
  display: flex;
}

.header-social-icon {
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.link-block-3 {
  width: 30px;
  height: 30px;
  display: flex;
}

.social-icons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5 Area-6"
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center stretch;
  width: auto;
  height: 30px;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.social-icons.header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: auto;
  padding-right: 0;
  display: flex;
}

.social-icons.header.shop {
  display: none;
}

.link-block-4 {
  width: 20px;
  height: 20px;
}

.link-block-4:hover {
  opacity: 1;
}

.link-block-5 {
  width: 30px;
  height: 30px;
}

.link-block-6 {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  display: block;
}

.link-block-7 {
  width: 30px;
  height: 30px;
}

.link-block-8, .link-block-9, .link-block-10, .link-block-11 {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.social-icon-header:hover {
  opacity: 1;
  outline-color: var(--white);
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #0000;
  outline-width: 1px;
  outline-style: none;
}

.image-3 {
  width: auto;
  height: 25px;
}

.sc-header {
  display: inline-block;
  position: static;
}

.sc-header:hover {
  opacity: .6;
  outline-offset: 3px;
  outline: 1px #00e;
  transform: rotate(10deg);
}

.div-block-4 {
  clear: none;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: static;
}

.div-block-5 {
  order: 1;
  justify-content: space-between;
  align-self: flex-end;
  align-items: stretch;
  display: block;
}

.container-3 {
  align-self: auto;
  max-width: 400px;
  max-height: 200px;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-6 {
  position: static;
  inset: 0% 0% 0% auto;
}

.stat-bounce {
  border: 4px solid var(--white);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #00005833;
  background-clip: border-box;
  border-radius: 5px;
  flex: 0 auto;
  width: 480px;
  max-width: 480px;
  height: 260px;
  max-height: 260px;
  margin-top: 60px;
  display: block;
  position: absolute;
  inset: 10% 0% 0% auto;
  box-shadow: inset 0 2px 5px #0003, 0 2px 5px #0003;
}

.stat-bounce.v2 {
  justify-content: flex-end;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.stat-bounce.partner {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  margin-top: 0;
  display: none;
  top: 20%;
}

.text-span {
  align-items: center;
  height: 50px;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.text-span-2 {
  align-items: center;
  display: flex;
}

.dolar-sign {
  align-items: flex-start;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-7 {
  position: static;
  inset: auto 0% 0%;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 400px;
  display: block;
}

.div-block-9 {
  opacity: .15;
  filter: blur(4px);
  mix-blend-mode: normal;
  background-image: url('../images/stat-shadow-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 480px;
  height: 30px;
  margin-top: 400px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.scrolling-logos {
  background-color: #000025;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
  position: static;
}

.logo-scroll-conents {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200vw;
  height: 120px;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-10 {
  width: 1200px;
  height: 140px;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

.logo-scroll {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  height: 100px;
  display: flex;
}

.partner-logos {
  opacity: 1;
  text-align: left;
  justify-content: flex-start;
  width: 200px;
  height: 80px;
  display: flex;
}

.partner-logos:hover {
  opacity: 1;
}

.link-block-12 {
  width: 200px;
  height: 80px;
}

.image-4 {
  display: inline-block;
}

.partner-logo {
  width: 200px;
  height: 80px;
}

.logo-slider {
  background-color: #d0d0df;
  background-image: linear-gradient(to bottom, var(--ts-blue), #f4f4f7);
  justify-content: center;
  align-items: center;
  max-width: 1919vw;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 50px;
  display: flex;
  position: static;
}

.logo-slider.investors {
  background-image: linear-gradient(to bottom, var(--ts-blue), #fff);
  display: none;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 2em 0%;
  display: block;
}

.container-large {
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 6000px;
  display: flex;
  overflow: visible;
}

.logo-slider-img {
  width: 200px;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.container-large-2 {
  width: 1080px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.color-spacer {
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  height: auto;
  display: block;
  position: static;
}

.icon {
  justify-content: flex-start;
  align-items: flex-start;
  width: 80px;
  height: 80px;
  margin-top: 40px;
  display: block;
  position: static;
}

.icon-content-box {
  border-radius: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200vw;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.heading-4 {
  text-transform: none;
  justify-content: flex-end;
  align-items: flex-end;
  height: 40px;
  margin-top: 60px;
  margin-left: 40px;
  font-family: Biennale, sans-serif;
  font-size: 30px;
  display: block;
}

.paragraph-5 {
  max-width: 400px;
}

.div-block-13 {
  width: 1120px;
  max-width: none;
}

.paragraph-body {
  color: var(--white);
  margin-top: 20px;
  margin-left: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.copy-bold {
  color: var(--larimar-b2);
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.spacer {
  background-image: linear-gradient(to right, var(--lt-lt-grey), #fff0);
  max-width: 200px;
  height: 2px;
  max-height: 2px;
  margin-top: 10px;
}

.spacer.dark {
  background-image: linear-gradient(to right, var(--lt-lt-grey), #04041000);
}

.spacer.dark.faq {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 0;
}

.spacer.dark.new {
  margin-top: 60px;
  margin-bottom: 40px;
}

.spacer.blue {
  background-image: linear-gradient(to right, var(--lt-lt-grey), #fff0);
}

.grid-2 {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area";
  place-items: center;
  width: 100%;
  max-width: none;
  position: static;
  inset: 0%;
}

.numbers-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 4px solid var(--larimar-blue);
  background-color: var(--larimar-blue);
  text-align: center;
  background-image: none;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: auto;
  max-width: 600px;
  height: 260vw;
  min-height: auto;
  max-height: 260px;
  padding: 20px;
  display: block;
  position: relative;
  box-shadow: inset 0 2px 5px 1px #0404101a, 0 2px 10px 3px #04041033;
}

.numbers-box:hover {
  border-color: var(--blackout-navy-bkg);
  background-color: #0000;
  background-image: linear-gradient(#040410d9, #040410d9);
  transform: translate(0, -2px);
  box-shadow: inset 0 3px 5px 2px #04041099, 0 3px 15px 4px #04041040;
}

.numbers-box.img2 {
  background-image: linear-gradient(to top, #040410, var(--larimar-blue));
}

.numbers-box.img3, .numbers-box.img4 {
  background-image: linear-gradient(to bottom, #2617af40, #2617af40), radial-gradient(circle farthest-corner at 50% 50%, var(--larimar-blue), #040410);
}

.div-block-14 {
  width: 25px;
  height: 25px;
  margin-top: 20px;
  margin-left: 20px;
}

.image-5 {
  opacity: .4;
  margin-top: 0;
  margin-left: 0;
  padding-right: 0;
}

.section-2 {
  width: 1679vw;
  height: 200px;
}

.p-wrapper {
  text-align: center;
  justify-content: flex-end;
  align-items: baseline;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  display: block;
  overflow: hidden;
}

.p3 {
  color: var(--white);
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
}

.color-block {
  z-index: 0;
  background-color: #040410cc;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.pbox {
  z-index: 0;
  opacity: 1;
  height: 0%;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  top: 0;
  overflow: hidden;
}

.pbox:hover {
  opacity: 1;
}

.pbox.boxes {
  opacity: 1;
  color: var(--white);
  height: 0;
  font-size: 24px;
  position: relative;
  inset: 0% 0% auto;
}

.plus-button {
  opacity: .6;
  mix-blend-mode: normal;
  margin: 20px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.learn-more-bar {
  background-color: var(--diamond-dk);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 300px;
  padding: 110px;
}

.learn-more-bar.ready {
  background-color: var(--ts-blue);
  background-image: none;
  min-height: 240px;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 60px;
  display: none;
}

.learn-more-bar.second {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding: 80px 0 10px;
  display: none;
}

.lm-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: auto;
  margin-bottom: 20px;
  display: flex;
}

.lm-heading {
  text-align: left;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 0;
  padding-right: 100px;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 800;
  display: flex;
}

.lm-heading-2 {
  font-family: industry, sans-serif;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 40px;
  display: flex;
}

.text-block-5 {
  color: var(--lt-lt-grey);
  font-family: Inter, sans-serif;
}

.text-block-5:hover {
  color: var(--yellow);
}

.text-block-6 {
  color: var(--lt-lt-grey);
  font-family: Inter, sans-serif;
}

.text-block-6:hover {
  color: var(--yellow);
  background-color: #0000;
}

.div-block-16 {
  min-width: auto;
  height: auto;
}

.ft-links {
  color: var(--font-grey-dk);
  width: 0;
  padding-left: 40px;
  padding-right: 0;
  font-family: Inter, sans-serif;
}

.ft-links:hover {
  color: var(--yellow);
}

.ft-link {
  color: #fff;
}

.slider {
  background-color: #0000;
  max-height: 252px;
  display: block;
}

.slide {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  max-width: none;
}

.right-arrow, .left-arrow, .icon-2, .icon-3, .slide-nav {
  display: none;
}

.heading-1 {
  letter-spacing: -1.5px;
  text-transform: none;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 700;
  display: block;
}

.coin {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 30px;
  display: flex;
}

.shadow {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.image-6 {
  clear: none;
  text-align: left;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-17 {
  height: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-7 {
  clear: none;
  width: 260px;
  display: inline-block;
  position: static;
  inset: auto 0% 0%;
}

.div-block-18 {
  width: 300px;
  height: 330px;
}

.image-8 {
  flex: 0 auto;
  align-self: auto;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.image-9 {
  float: none;
  clear: none;
  opacity: .5;
  filter: blur(2px);
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
  position: static;
  inset: auto 0% 0%;
}

.link-block-13 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.coin-shadow-dk {
  opacity: .5;
  filter: none;
  width: 220px;
  padding-top: 20px;
}

.heading-5 {
  text-transform: uppercase;
  font-family: industry, sans-serif;
  font-weight: 700;
}

.image-10 {
  margin-right: 6px;
  padding-right: 0;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: block;
  position: static;
}

.section-3 {
  width: 100%;
  position: static;
}

.list-2 {
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.heading-6 {
  margin-top: 0;
  padding-top: 20px;
}

.heading-6.mobile {
  color: var(--font-grey-dk);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.heading-6.mobile.services {
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  display: block;
}

.heading-6.mobile.services.sub {
  margin-top: 7px;
  margin-left: 10px;
  margin-right: 0;
  padding-top: 0;
  font-size: 21px;
}

.heading-6.mobile.services.partners {
  font-size: 36px;
}

.heading-6.mobile.services.partners-title {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 36px;
}

.heading-6.mobile.services.part, .heading-6.mobile.services.foundation {
  padding-top: 0;
}

.paragraph-6 {
  color: var(--font-grey);
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.list-item-4 {
  background-image: url('../images/Fair-icon-blue-01-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  margin-bottom: 40px;
  padding-left: 120px;
}

.list-item-5 {
  background-image: url('../images/Mobility-icon-blue-01-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  margin-bottom: 40px;
  padding-left: 120px;
}

.glance-list {
  background-image: url('../images/Our-Mission.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  margin-bottom: 60px;
  padding-left: 120px;
}

.glance-list._2 {
  background-image: url('../images/growth.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}

.glance-list._3 {
  background-image: url('../images/launch.svg');
  background-position: 0 0;
  background-size: 80px 80px;
}

.div-block-20 {
  width: 1200px;
  height: 800px;
  position: relative;
}

.h1-contact {
  text-align: left;
  letter-spacing: -1.5px;
  text-transform: none;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.paragraph-7 {
  text-align: left;
  width: 100%;
  font-family: Poppins, sans-serif;
  display: block;
}

.h2-lm {
  font-size: 54px;
  font-weight: 600;
}

.p-studies {
  margin-top: 40px;
}

.image-11 {
  z-index: 3;
  position: relative;
  top: -14px;
  left: -176px;
  right: 146px;
}

.image-12 {
  z-index: 6;
  position: relative;
  top: -997px;
  left: -14px;
}

.image-13 {
  z-index: auto;
  position: relative;
  top: -496px;
  left: -200px;
  right: 0;
}

.image-14 {
  z-index: 4;
  position: relative;
  top: -343px;
  bottom: auto;
  left: -280px;
}

.image-15 {
  z-index: 1;
  position: relative;
  top: 8px;
  left: -3px;
}

.image-16 {
  z-index: 5;
  position: relative;
  top: -727px;
  left: 30px;
  right: -43px;
}

.image-17 {
  position: relative;
  top: -1195px;
  left: 86px;
}

.collection-list-wrapper {
  width: auto;
  max-width: none;
  overflow: visible;
}

.stat-block {
  background-color: var(--larimar-blue);
  color: var(--white);
  width: 100%;
  height: 260px;
  position: absolute;
}

.columns {
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.statbox {
  background-color: var(--ts-blue);
  text-align: center;
  border: 4px solid #1247a4;
  border-radius: 5px;
  width: 100%;
  height: 260px;
  padding: 20px;
  position: relative;
  inset: 0%;
  box-shadow: inset 0 2px 5px 1px #0404101a;
}

.statbox:hover {
  border-color: var(--blackout-navy-bkg);
}

.hbox {
  opacity: 1;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 66px;
  font-weight: 800;
  line-height: 80px;
}

.text-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  position: relative;
}

.text-block-7 {
  font-family: Poppins, sans-serif;
}

.body-2 {
  background-color: var(--blackout-navy-bkg);
}

.navbar-shop {
  background-color: var(--blackout-navy-bkg);
  height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.product-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  height: auto;
  min-height: 80vh;
  margin-top: 140px;
  margin-left: 60px;
  margin-right: 60px;
}

.product-section {
  min-height: 80%;
  padding-bottom: 200px;
}

.product-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-name {
  text-transform: uppercase;
  width: 70%;
  font-family: Teko, sans-serif;
  font-size: 44px;
  font-weight: 600;
}

.product-description {
  color: #6d6d6d;
  width: 70%;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.product-price {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.product-price.cat {
  justify-content: center;
  font-size: 18px;
  display: block;
}

.add-to-cart {
  width: 50%;
  margin-top: 40px;
}

.product-color {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.dropdown {
  border: 2px solid var(--white);
  color: #6d6d6d;
  background-color: #0000;
  border-radius: 5px;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
}

.product-quantity {
  margin-top: 20px;
  margin-bottom: 10px;
}

.qty-box {
  border-width: 2px;
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 5px;
  font-family: Poppins, sans-serif;
}

.add-to-cart-button {
  background-color: var(--larimar-blue);
  text-align: left;
  border-radius: 5px;
  justify-content: center;
  width: 200px;
  height: 60px;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.add-to-cart-button:hover {
  background-color: var(--button-text-color);
}

.buy-now-button {
  display: none;
}

.cart-button {
  border: 2px solid var(--larimar-blue);
  background-color: #0000;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-button:hover {
  border-color: var(--button-text-color);
  background-color: var(--button-text-color);
}

.image-18 {
  margin-bottom: 1px;
  margin-right: 10px;
  padding-right: 0;
}

.text-block-8 {
  margin-top: 1px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.cart-quantity {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
}

.cart-header {
  background-color: var(--white);
  border-radius: 5px;
  font-family: Poppins, sans-serif;
}

.heading-7 {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-9 {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-10 {
  color: var(--blackout-navy-bkg);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-11 {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-12 {
  color: #6d6d6d;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.text-block-13 {
  color: var(--larimar-blue);
  margin-top: 10px;
  font-size: 14px;
}

.option {
  margin-top: 0;
}

.cart-list {
  margin-top: 20px;
}

.default-state {
  border-radius: 5px;
}

.cart-line-item {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
}

.apple-pay {
  border-radius: 5px;
  width: auto;
  height: 40px;
}

.checkout-button {
  background-color: var(--larimar-blue);
  border-radius: 5px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.cart-quantity-2 {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
}

.paragraph-8 {
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.headline {
  justify-content: center;
  margin-top: 120px;
  display: flex;
}

.h1-shop {
  width: 1200px;
  margin-bottom: 40px;
  font-family: Teko, sans-serif;
  font-size: 54px;
}

.collection-list-wrapper-2 {
  justify-content: center;
  width: 1200px;
  display: block;
}

.product-category-wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.collection-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 50%;
  height: 400px;
  margin-bottom: 250px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.paragraph-9 {
  text-align: center;
  margin-top: 420px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.p-name-products {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Teko, sans-serif;
  font-size: 24px;
  font-weight: 600;
  position: static;
  inset: auto 0% 0%;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.body-3 {
  background-color: var(--blackout-navy-bkg);
}

.select-options {
  border: 2px solid var(--larimar-blue);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: auto;
  height: 50px;
  margin-top: 40px;
  padding: 13px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.select-options:hover {
  border-color: var(--button-text-color);
  background-color: var(--button-text-color);
}

.link {
  color: var(--ts-blue);
}

.link-block-14 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.collection-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.checkout-form {
  background-color: var(--blackout-navy-bkg);
}

.heading-8, .heading-9 {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19 {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
}

.field-label, .heading-10, .field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .heading-11, .text-block-20 {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-21 {
  color: #6d6d6d;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.text-block-22 {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
}

.submit-button {
  background-color: var(--larimar-blue);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-12 {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-23, .text-block-24, .text-block-25 {
  color: #6d6d6d;
  font-family: Poppins, sans-serif;
}

.field-label-8, .field-label-9, .field-label-10 {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.checkbox-label {
  color: var(--font-grey);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.heading-13 {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-26 {
  color: #6d6d6d;
  font-family: Poppins, sans-serif;
}

.field-label-11, .field-label-12, .field-label-13, .field-label-14, .field-label-15, .field-label-16, .heading-14, .text-block-27 {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-28 {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.text-block-29 {
  color: #6d6d6d;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.text-block-30 {
  color: var(--blackout-navy-bkg);
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.text-block-31 {
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
}

.block-header {
  color: #fffc;
}

.block-content {
  background-color: var(--white);
}

.text-block-32 {
  color: #6d6d6d;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.paypal-checkout-form {
  background-color: var(--blackout-navy-bkg);
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
}

.heading-15, .heading-16, .text-block-33, .heading-17, .field-label-17, .field-label-18, .heading-18, .field-label-19, .field-label-20, .heading-19, .text-block-34 {
  font-weight: 600;
}

.submit-button-2 {
  background-color: var(--larimar-blue);
  font-weight: 600;
}

.text-block-35 {
  color: #6d6d6d;
  font-size: 14px;
}

.text-block-36 {
  margin-top: 5px;
  font-size: 14px;
}

.text-block-37 {
  font-size: 14px;
}

.text-block-38 {
  color: #6d6d6d;
  margin-top: 5px;
  font-size: 14px;
}

.text-block-39 {
  color: #6d6d6d;
  font-size: 14px;
}

.order-confirmation {
  background-color: var(--blackout-navy-bkg);
  color: var(--blackout-navy-bkg);
  font-family: Poppins, sans-serif;
}

.heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .field-label-21, .field-label-22, .text-block-40 {
  font-weight: 600;
}

.text-block-41 {
  margin-top: 5px;
  font-size: 14px;
}

.text-block-42 {
  font-size: 14px;
}

.text-block-43 {
  color: #6d6d6d;
  margin-top: 5px;
  font-size: 14px;
}

.text-block-44 {
  color: #6d6d6d;
  font-size: 14px;
}

.h1 {
  text-align: left;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 800;
}

.text-block-45 {
  color: var(--lt-lt-grey);
  font-family: Poppins, sans-serif;
}

.text-block-45:hover {
  color: var(--yellow);
}

.text-block-46 {
  color: var(--lt-lt-grey);
  font-family: Poppins, sans-serif;
}

.text-block-46:hover {
  color: var(--yellow);
}

.heading-25 {
  font-family: Teko, sans-serif;
}

.heading-25._404 {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 800;
}

.paragraph-10 {
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
}

.section-4 {
  background-image: linear-gradient(to bottom, #2137ad, var(--blackout-navy-bkg) 60%);
  height: 300px;
}

.section-5 {
  background-image: none;
  height: 140px;
}

.body-4 {
  background-color: var(--white);
}

.faq {
  height: auto;
}

.faq-body {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ea-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
}

.ea-content.partners {
  height: auto;
  margin-top: 0;
  padding-bottom: 80px;
}

.ea-content.partners.header {
  margin-bottom: 60px;
}

.heading-26 {
  height: 800px;
}

.faq-header {
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-weight: 600;
}

.body-5, .body-6, .body-7, .body-8 {
  background-color: var(--white);
}

.launch-app-2 {
  color: #fff;
  background-color: #f49416;
  border: 2px #f49416;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-width: 220px;
  height: 60px;
  min-height: 60px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.launch-app-2:hover {
  color: #fff;
  background-color: #f48116;
  border-style: solid;
  border-color: #f49416;
  font-size: 20px;
  font-weight: 600;
}

.launch-app-2.nav {
  background-color: #f49416;
  border-style: solid;
  border-color: #f49416;
  width: 120px;
  min-width: 120px;
  height: 40px;
  min-height: auto;
  font-size: 14px;
  display: flex;
}

.launch-app-2.nav:hover {
  background-color: #f48116;
}

.launch-app-2.lt {
  clear: none;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-width: 220px;
  max-width: 400px;
  margin-top: 0;
  display: flex;
}

.launch-app-2.lt.cs {
  background-color: #f49416;
  width: 260px;
  margin-top: 60px;
}

.launch-app-2.lt.cs:hover {
  background-color: #f48116;
}

.launch-app-2.lt.cs.partner {
  max-width: none;
  margin-top: 60px;
}

.launch-app-2.lt.cs.partner.vendor {
  width: 420px;
}

.button-2 {
  color: #040410;
  text-align: center;
  background-color: #00c2f0;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  min-height: 60px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: transform .35s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  top: 30px;
}

.button-2:hover {
  color: #fff;
  background-color: #00d3aa;
  font-weight: 700;
  transform: scale(.97);
}

.button-2.top-nav {
  opacity: 1;
  color: #fff;
  cursor: auto;
  mix-blend-mode: normal;
  background-color: #0000;
  border: 2px solid #00c2f0;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  min-width: 100px;
  height: 40px;
  min-height: auto;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  top: 0;
}

.button-2.top-nav:hover {
  color: #fff;
  text-align: center;
  background-color: #2617af;
  border-style: solid;
  border-color: #2617af;
  font-weight: 400;
}

.button-2.is-reverse {
  background-color: #7774a0;
}

.button-2.is-reverse:hover {
  background-color: #1d1760;
}

.navbar-2 {
  background-color: #fff;
  border: 1px #000;
  border-bottom-color: #040410;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  position: fixed;
  inset: 0% 0% auto;
}

.header-link {
  color: #36363c;
  margin-left: 30px;
  padding: 14px;
  font-family: Poppins, sans-serif;
}

.header-link:hover {
  color: #f49416;
}

.container-4 {
  background-image: linear-gradient(to right, #f49416, #0000 60%);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 600vw;
  height: 2px;
  max-height: 2px;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.container-4.at-glance {
  background-image: linear-gradient(to right, #040410, #1f34a3 50%, #040410);
  max-width: 100%;
  height: 4px;
  max-height: 4px;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.nav-link-2 {
  color: #36363c;
  white-space: nowrap;
  align-items: center;
  margin-left: 30px;
  padding: 14px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.nav-link-2:hover {
  color: #f49416;
  font-weight: 400;
}

.nav-link-2:active, .nav-link-2:visited {
  color: #fff;
}

.nav-link-2.w--current {
  color: #f49416;
}

.nav-link-2.dd-link {
  padding: 0;
}

.nav-link-2.dd-link.desktop-hide {
  display: none;
}

.paragraph-11 {
  color: #fff;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-11.nav {
  color: #fff;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.nav-dd-toggle-2 {
  color: #fff;
  align-items: center;
  padding: 16px;
  display: flex;
}

.section-glance-2 {
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.section-glance-2.home {
  background-color: var(--bkg-grey);
  background-image: linear-gradient(to bottom, var(--bkg-grey), var(--lt-lt-blue));
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 10px;
}

.section-glance-2.home.services {
  background-color: var(--lt-lt-blue);
  padding-bottom: 60px;
}

.paragraph-12 {
  color: var(--font-grey);
  text-align: left;
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.paragraph-12.services {
  font-size: 16px;
}

.paragraph-12.services.partners {
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.75em;
}

.paragraph-12.services.partners.italics {
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
}

.paragraph-12.scrollig-logo {
  color: var(--white);
  padding-top: 20px;
  font-size: 16px;
}

.paragraph-12.services-list {
  color: var(--font-grey-dk);
  font-size: 18px;
  font-weight: 600;
  line-height: 2.5em;
}

.paragraph-13 {
  color: var(--font-grey-dk);
  text-align: left;
  align-items: center;
  max-width: 1200px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25em;
  display: block;
}

.paragraph-13.dark {
  color: var(--font-grey-dk);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
}

.paragraph-13.dark.services {
  margin-bottom: 20px;
  font-size: 20px;
}

.paragraph-13.dark.services.fz {
  margin-bottom: 40px;
}

.paragraph-13.dark.fz {
  padding-bottom: 40px;
}

.paragraph-13.scrolling-logo {
  color: var(--white);
  width: auto;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
}

.link-2 {
  color: var(--font-grey-dk);
  margin-left: 10px;
  padding: 14px;
  font-family: Inter, sans-serif;
  display: flex;
}

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

.body-9 {
  background-color: var(--white);
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.image-20 {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  vertical-align: baseline;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: inline-block;
  transform: none;
}

.image-20.pantera {
  padding-top: 20px;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  position: static;
}

.what-we-offer {
  color: var(--white);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.what-we-offer.services {
  background-color: var(--bkg-grey);
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #fff;
  padding-bottom: 40px;
  display: block;
}

.service-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--font-grey-dk);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  display: inline;
  position: static;
  box-shadow: 1px 0 3px #36363c26;
}

.service-block.partner {
  border-width: 2px;
  border-color: var(--font-grey-dk);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 30px;
  display: flex;
  box-shadow: 2px 0 5px #36363c26;
}

.service-block.partners {
  min-height: 340px;
  padding: 30px;
}

.spacer-2 {
  background-image: linear-gradient(to right, #b5b6bd, #fff0);
  max-width: 200px;
  height: 2px;
  max-height: 2px;
  margin-top: 10px;
}

.spacer-2.dark {
  background-image: linear-gradient(to right, #b5b6bd, #04041000);
}

.spacer-2.dark.new {
  background-image: linear-gradient(to right, #ededf1, #04041000);
  max-width: none;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.heading-27 {
  letter-spacing: 1px;
  width: auto;
  margin-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 200;
  display: block;
}

.div-block-23 {
  width: 1200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  max-width: 600px;
  display: block;
}

.grid-6 {
  z-index: 1;
  grid-template-rows: auto;
  position: static;
}

.profile-div {
  border: 4px none var(--new-blue);
  border-radius: 5px;
  padding: 40px;
}

.image-21 {
  margin-left: auto;
  margin-right: auto;
}

.profile-heading {
  color: var(--font-grey-dk);
}

.profiles {
  z-index: 1;
  background-color: #0000;
  width: auto;
  height: 480px;
  position: relative;
  bottom: 340px;
}

.profile-title {
  color: var(--font-grey-dk);
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.section-6 {
  background-color: var(--bkg-grey);
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  display: none;
}

.section-6.partners {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 40px;
  display: none;
}

.heading-28 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-24 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-7 {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template: ". . . Area"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between;
  align-items: baseline;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: grid;
}

.pedigree-box {
  height: 120px;
  padding: 20px;
  display: block;
}

.image-22 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.list-3 {
  color: var(--font-grey);
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  list-style-type: disc;
}

.blue-link {
  color: var(--ts-blue);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.blue-link:hover {
  font-weight: 400;
  text-decoration: underline;
}

.blue-link.partner {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.blue-link.special {
  padding-top: 60px;
}

.text-block-47 {
  font-family: Inter, sans-serif;
}

.body-10 {
  background-color: var(--white);
}

.heading-30 {
  color: var(--font-grey-dk);
  text-align: left;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-30.alert {
  color: var(--white);
  text-align: center;
}

.div-block-25 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.html-embed-2 {
  justify-content: flex-start;
  display: block;
}

.columns-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-column {
  display: block;
}

.learn-more-link {
  color: var(--ts-blue);
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.learn-more-link:hover {
  color: var(--ts-blue);
  font-weight: 400;
  text-decoration: underline;
}

.html-embed-3 {
  justify-content: flex-end;
  max-width: none;
  display: flex;
  position: static;
}

.container-8 {
  max-width: 1200px;
  padding-bottom: 120px;
}

.container-8.partners {
  padding-bottom: 20px;
}

.fren-zone {
  margin-bottom: 0;
}

.text-block-48 {
  color: var(--font-grey-dk);
  padding-right: 0;
  font-family: Inter, sans-serif;
}

.text-block-48:hover {
  color: var(--yellow);
}

.icon-4 {
  border: 0px none var(--font-grey-dk);
  color: var(--font-grey-dk);
  text-transform: none;
  margin-right: 0;
  font-family: Inter, sans-serif;
}

.icon-4:hover {
  color: var(--yellow);
}

.dropdown-toggle {
  padding-right: 20px;
}

.dropdown-toggle:hover {
  color: var(--yellow);
}

.dropdown-link {
  font-family: Inter, sans-serif;
}

.dropdown-link.style {
  background-color: var(--white);
  color: var(--font-grey-dk);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 30px;
}

.dropdown-link.style:hover {
  color: var(--yellow);
}

.dropdown-link-2, .dropdown-link-3 {
  background-color: var(--white);
}

.dropdown-list {
  background-color: var(--larimar-blue);
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  position: absolute;
  box-shadow: 0 1px 12px 1px #36363c14;
}

.image-23 {
  position: absolute;
  bottom: -56.844px;
}

.bold-text {
  font-weight: 400;
}

.partner.grey-bkg {
  background-color: var(--bkg-grey);
  padding-top: 100px;
}

.partner.section {
  background-color: var(--bkg-grey);
  background-image: linear-gradient(180deg, var(--lt-lt-blue), var(--bkg-grey));
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.partner.section.grey-bkg, .partner.section.last {
  padding-bottom: 100px;
}

.partner.section.grey {
  background-color: var(--bkg-grey);
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.partner.section.fulllist {
  background-color: var(--white);
  background-image: none;
}

.column {
  padding-left: 0;
}

.partner-logo-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 50%;
  max-height: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.columns-3 {
  width: auto;
}

.partner-header {
  margin-bottom: 80px;
}

.partner-hero {
  perspective: 1000px;
}

.partner-icons {
  perspective: 1000px;
  transform: none;
}

.partner-card {
  border: 2px solid var(--lt-lt-grey);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
  box-shadow: 1px 0 3px #36363c26;
}

.partner-card:first-child {
  border-radius: 2px;
}

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: baseline;
  margin-top: 40px;
  display: grid;
}

.image-24 {
  padding: 0;
}

.partner-name {
  color: var(--font-grey-dk);
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-block-49 {
  color: var(--font-grey);
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
}

.link-block-15 {
  display: none;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-4, .collection-list-wrapper-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partner-grid {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-2 {
  color: #36363c;
  text-align: left;
  letter-spacing: 0;
  align-items: center;
  max-width: 1200px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.25em;
  display: block;
}

.paragraph-2.stat-box {
  color: #0c0c0c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 300;
  display: block;
}

.paragraph-2.stat-box.hero {
  color: #fff;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-2.stat-box.hero.small {
  font-size: 16px;
  line-height: 20px;
}

.stat-bounce-2 {
  -webkit-text-fill-color: inherit;
  background-color: #00005833;
  background-clip: border-box;
  border: 4px solid #fff;
  border-radius: 5px;
  width: 480px;
  max-width: 480px;
  height: 260px;
  max-height: 260px;
  display: none;
  position: absolute;
  inset: 10% 0% 0% auto;
  box-shadow: 2px 0 5px #04041059, inset 0 2px 5px #04041033;
}

.heading-31 {
  text-align: left;
  width: auto;
  height: 110px;
  min-height: auto;
  font-family: Inter, sans-serif;
  font-size: 110px;
  font-weight: 800;
  display: block;
  position: static;
}

.heading-31.stat-box {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 40px;
  padding-top: 0;
  font-size: 60px;
  font-weight: 700;
  display: flex;
}

.heading-31.stat-box.dollar {
  text-transform: none;
  height: 60px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  display: flex;
}

.icon-5, .icon-6 {
  display: none;
}

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

.text_line_wrapper {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.text_line_wrapper.is--creatives {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.rotation_text {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rotation_text.is--website {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, 0, -50px);
}

.rotation_text.is--work {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -50px);
}

.rotation_text.is--product {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0)translate3d(0, 0, -50px);
}

.rotation_text.is--return {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateX(-270deg)rotateY(0)rotateZ(0)translate3d(0, 0, -50px);
}

.text_row {
  height: 9.17em;
}

.hero_text {
  backface-visibility: hidden;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.11px;
}

.hero_text-2 {
  backface-visibility: hidden;
  white-space: nowrap;
  font-size: 8.26em;
  font-weight: 400;
  line-height: 1.11;
}

.hero-heading-center {
  opacity: 1;
  outline-offset: 0px;
  color: var(--white);
  mix-blend-mode: normal;
  background-color: #1051d0;
  background-image: url('../images/Tokensoft-hero-final_2.jpg');
  background-position: 0 0;
  background-size: auto;
  border: 1px #000;
  border-bottom: 1px dotted #0d51d7;
  border-radius: 0;
  outline: 0 #0d51d7;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding: 60px 0 40px;
  position: relative;
  box-shadow: 0 14px 8px -18px #0003;
}

.container-9 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 80px;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 600px;
  display: flex;
}

.hero-wrapper.partner {
  min-height: auto;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 50%;
  height: auto;
  max-height: none;
  line-height: 80px;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  width: 600px;
}

.paragraph-14 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

.paragraph-14.hero {
  color: var(--white);
  font-size: 64px;
}

.paragraph-14.hero.foundation {
  font-size: 48px;
  line-height: 54px;
}

.paragraph-14.hero.lg {
  overflow: visible;
}

.rotate-wrap {
  width: 800px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.rotatingtext {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-rotation {
  height: auto;
  min-height: auto;
  max-height: none;
  overflow: visible;
}

.wrapper-rotation {
  height: 85px;
  max-height: none;
  overflow: hidden;
}

.why-tokensoft {
  -webkit-text-stroke-color: var(--yellow);
  background-color: #f4f4f7;
  padding-bottom: 20px;
}

.hero-heading-left {
  background-color: #f4f4f7;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  aspect-ratio: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 1200px;
  max-width: none;
  height: auto;
  min-height: 400px;
  display: flex;
  position: static;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 600px;
  max-width: 50%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-heading-center-2 {
  background-color: #f4f4f7;
  background-image: linear-gradient(to bottom, var(--lt-lt-blue), var(--bkg-grey));
  color: var(--new-blue);
  border: 1px #000;
  width: auto;
  max-width: none;
  padding: 20px 0;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 900px;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 50%;
  height: auto;
  display: flex;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  color: var(--font-grey-dk);
}

._3cs {
  background-color: var(--lt-lt-grey);
  background-image: linear-gradient(180deg, var(--bkg-grey), #1051d0);
  color: var(--blackout-navy-bkg);
  border: 1px #000;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  padding-top: 40px;
}

.c-s {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px none var(--font-grey-dk);
  background-color: var(--white);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  display: block;
  box-shadow: 1px 0 3px #36363c26;
}

.image-25 {
  text-align: left;
}

.heading-32 {
  color: var(--font-grey-dk);
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 28px;
}

.paragraph-15 {
  color: var(--font-grey);
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.link-3 {
  color: var(--white);
  padding-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: underline;
}

.link-3:hover {
  font-weight: 400;
}

.scroll-section {
  height: 0;
  max-height: 0;
}

.our-partners {
  border: 1px #000;
  padding: 0;
  position: relative;
}

.container-11 {
  height: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 40px;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-33 {
  color: var(--font-grey-dk);
}

.paragraph-16 {
  color: var(--font-grey);
}

.partner-page-header {
  color: var(--font-grey-dk);
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
}

.paragraph-17 {
  padding-top: 10px;
  padding-bottom: 0;
  font-weight: 300;
}

.trusted-partner {
  background-color: #f4f4f700;
  padding-top: 60px;
  padding-bottom: 100px;
}

.our-supporters {
  background-color: var(--bkg-grey);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 60px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  color: var(--font-grey-dk);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 32px;
}

.clients-title.subtitle {
  letter-spacing: 8px;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.clients-title.subtitle.white {
  color: var(--white);
  padding-bottom: 0;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.container-13 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: flex;
}

.zigzag {
  background-color: var(--white);
  border: 1px #000;
  padding: 60px 30px;
  position: relative;
}

.zigzag.whats-included {
  background-color: var(--bkg-grey);
}

.container-14 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  justify-content: space-around;
  align-items: center;
  max-width: none;
  display: flex;
}

.hero-wrapper-4.included {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.foundation-heading {
  align-items: center;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  display: flex;
}

.form-labels {
  color: var(--font-grey-dk);
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.form-2 {
  padding-top: 20px;
}

.input-field {
  border: 1px solid var(--lt-lt-grey);
  color: var(--font-grey);
  border-radius: 6px;
  font-family: Inter, sans-serif;
}

.form-block-2 {
  margin-bottom: 100px;
}

.disclaimer {
  max-width: 600px;
  margin-top: 10px;
  font-size: 11px;
}

.success-message {
  background-color: #86efac;
  border-radius: 10px;
  margin-top: 40px;
}

.error-message {
  background-color: #fca5a5;
  border-radius: 10px;
  margin-top: 60px;
  padding-top: 10px;
}

.select-field {
  background-color: var(--bkg-grey);
  color: var(--lt-lt-grey);
  border-radius: 10px;
  font-family: Inter, sans-serif;
}

.form-div {
  border: 1px solid var(--lt-lt-grey);
  border-radius: 10px;
  max-width: 600px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 30px 0;
  box-shadow: 0 3px 3px 1px #0000001a;
}

.checkbox-label-2, .checkbox-label-3, .checkbox-label-4, .checkbox-label-5, .checkbox-label-6, .checkbox-label-7, .checkbox-label-8, .checkbox-label-9, .checkbox-label-10, .checkbox-label-11, .heading-34 {
  color: var(--blackout-navy-bkg);
}

.paragraph-18 {
  font-size: 18px;
}

.heading-35 {
  color: var(--blackout-navy-bkg);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
}

.text-block-50 {
  color: var(--blackout-navy-bkg);
  font-size: 24px;
}

.paragraph-19 {
  flex: 0 auto;
  position: relative;
  top: 15px;
}

.bold-text-5 {
  position: relative;
  top: 40px;
}

.bold-text-6 {
  position: relative;
  top: 20px;
  bottom: 20px;
}

.div-block-26 {
  height: 10px;
}

.paragraph-20 {
  position: relative;
  top: 60px;
}

.div-block-27 {
  padding-top: 60px;
}

.text-block-51 {
  color: var(--blackout-navy-bkg);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.heading-36 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 1em;
}

.field-label-23 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
}

.image-27 {
  margin-bottom: 40px;
  margin-right: 0;
}

.image-28 {
  margin-bottom: 60px;
}

.client-grid {
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr;
  padding-top: 40px;
}

.collection-list-wrapper-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category {
  color: var(--font-grey-dk);
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 600;
  position: static;
}

.why-work-with-us {
  color: var(--font-grey);
  padding-top: 20px;
  font-size: 14px;
  font-weight: 200;
}

.paragraph-21 {
  color: #6e6f79;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 200;
}

.checkbox-label-12 {
  color: var(--font-grey-dk);
}

.special-offer {
  color: #17bd54;
  padding-top: 0;
  font-weight: 600;
}

.paragraph-22 {
  padding-top: 20px;
}

.project-differentiation {
  padding-top: 0;
  font-size: 12px;
  font-weight: 200;
}

.filter-by-text {
  color: var(--font-grey-dk);
  font-size: 14px;
}

.form-3 {
  padding-top: 20px;
}

.filter-ui {
  padding-top: 10px;
}

.checkbox-label-13 {
  color: var(--font-grey);
}

.form-block-wrapper {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.form-filters {
  color: var(--font-grey);
  text-transform: none;
  padding-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.form-block-3 {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.form-field-label {
  color: var(--font-grey-dk);
  margin-bottom: 10px;
  font-weight: 600;
}

.filter-box-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  max-width: 1200px;
  display: flex;
}

.filter-box {
  background-color: var(--bkg-grey);
  border-radius: 10px;
  width: auto;
  max-width: none;
  margin-top: 0;
  padding: 6px 6px 6px 26px;
}

.filter-box:active {
  border: 2px solid var(--ts-blue);
  background-color: var(--font-grey-dk);
}

.checkbox-2 {
  border: 1px solid var(--lt-lt-grey);
  -webkit-text-stroke-width: 0px;
  border-radius: 10px;
}

.checkbox-2:active {
  background-color: var(--ts-blue);
  border-style: none;
}

.search-field {
  color: var(--font-grey-dk);
  border-radius: 10px;
  display: none;
}

.text-span-3 {
  color: var(--button-text-color);
}

.banner-wrapper {
  background-color: var(--yellow);
  min-height: 40px;
  position: fixed;
}

.section-7 {
  background-color: #ff0;
}

.div-block-28, .div-block-29 {
  height: 4px;
}

.div-block-30 {
  -webkit-text-stroke-color: var(--new-blue);
}

.alert-banner {
  opacity: 1;
  text-align: left;
  background-color: #0d41a6;
  border-bottom: .25px #fffefe;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 0;
  display: flex;
}

.alert-container {
  width: 1200px;
  height: 40px;
}

.link-block-16 {
  width: 100%;
  height: 0;
}

.link-block-17 {
  width: 100%;
  height: 40px;
}

.alert-text {
  color: var(--white);
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: block;
}

.alert-text:hover {
  color: var(--yellow);
}

@media screen and (min-width: 1920px) {
  .section-touch.is-hp-header {
    background-image: url('../images/Tokensoft-hero-final.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .section-touch.is-hp-header.contact {
    padding-top: 0;
  }

  .section-touch.at-a-glance {
    background-repeat: no-repeat;
  }

  .section-touch.at-a-glance.copy {
    margin-top: 0;
  }

  .navbar {
    background-color: var(--white);
    margin-top: 0;
  }

  .margin-bottom-32 {
    text-align: left;
    position: static;
  }

  .nav-link:hover {
    color: var(--yellow);
  }

  .button.top-nav {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    min-width: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.tp-home {
    justify-content: center;
    align-items: center;
  }

  .container.is-404 {
    text-align: left;
    margin-top: 0;
    padding-bottom: 140px;
  }

  .heading.heading-2xl {
    color: var(--larimar-b2);
    padding-top: 15px;
  }

  .custom-list-icons li {
    background-image: url('../images/check-blue-01.svg');
  }

  .heading-3 {
    text-align: left;
    text-transform: none;
    width: auto;
    height: auto;
    font-size: 66px;
    font-weight: 700;
    line-height: 1.2em;
  }

  .heading-3.hero {
    font-size: 66px;
  }

  .heading-3.hero.partner {
    width: 60%;
    font-size: 56px;
  }

  .main-logo:hover {
    opacity: .75;
    box-shadow: 1px 1px 3px #000;
  }

  .container-2 {
    background-image: linear-gradient(to right, var(--yellow), transparent 60%);
  }

  .container-2.at-glance {
    background-image: linear-gradient(to right, var(--blackout-navy-bkg), var(--new-blue-dark) 50%, var(--blackout-navy-bkg));
  }

  ._2-paragraph-2.mb-header.hero {
    letter-spacing: 0;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 300;
  }

  .launch-app {
    background-color: var(--yellow);
  }

  .launch-app:hover {
    border-color: var(--yellow);
    background-color: var(--hover-orange);
  }

  .launch-app.lt {
    border-color: var(--yellow);
  }

  .launch-app.lt:hover {
    background-color: var(--hover-orange);
  }

  .launch-app.lt.lm.ft {
    border-color: var(--yellow);
  }

  .launch-app.lt.lm.ft:hover {
    background-color: var(--hover-orange);
  }

  .launch-app.lt.cs {
    border-color: var(--yellow);
    background-color: var(--yellow);
  }

  .launch-app.lt.cs:hover {
    border-color: var(--yellow);
    background-color: var(--hover-orange);
  }

  .launch-app.nav {
    border-color: var(--yellow);
  }

  .launch-app.nav:hover {
    background-color: var(--hover-orange);
  }

  .learn-more-text {
    color: var(--accent-blue);
  }

  .learn-more-text:hover {
    color: var(--larimar-b2);
  }

  .image-2 {
    display: none;
  }

  .grid {
    grid-template-rows: 200px auto;
  }

  .stat-bounce {
    background-color: #00005833;
    border-color: #fff;
  }

  .div-block-9 {
    opacity: .15;
    filter: blur(3px);
  }

  .logo-slider {
    background-color: #064bc4;
  }

  .logo-slide_section {
    height: auto;
  }

  .copy-bold {
    color: var(--larimar-b2);
  }

  .spacer {
    background-image: linear-gradient(to right, var(--new-blue), #fff0);
  }

  .spacer.dark {
    background-image: linear-gradient(to right, var(--new-blue), #04041000);
  }

  .spacer.blue {
    background-image: linear-gradient(to right, var(--new-blue), #fff0);
  }

  .learn-more-bar.ready {
    background-color: var(--ts-blue);
    background-image: none;
  }

  .ft-links:hover {
    color: var(--yellow);
  }

  .glance-list {
    background-image: url('../images/Our-Mission.svg');
  }

  .glance-list._2 {
    background-image: url('../images/Community.svg');
  }

  .glance-list._3 {
    background-image: url('../images/Trusted.svg');
  }

  .statbox {
    background-color: var(--ts-blue);
    border-color: #071e97;
  }

  .launch-app-2 {
    background-color: #f49416;
  }

  .launch-app-2:hover {
    background-color: #f48116;
    border-color: #f49416;
  }

  .launch-app-2.nav {
    border-color: #f49416;
  }

  .launch-app-2.nav:hover {
    background-color: #f48116;
  }

  .launch-app-2.lt {
    border-color: #f49416;
  }

  .launch-app-2.lt:hover {
    background-color: #f48116;
  }

  .launch-app-2.lt.cs {
    background-color: #f49416;
    border-color: #f49416;
  }

  .launch-app-2.lt.cs:hover {
    background-color: #f48116;
    border-color: #f49416;
  }

  .button-2.top-nav {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    min-width: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-2 {
    background-color: #fff;
  }

  .container-4 {
    background-image: linear-gradient(to right, #f49416, #0000 60%);
  }

  .container-4.at-glance {
    background-image: linear-gradient(to right, #040410, #1f34a3 50%, #040410);
  }

  .nav-link-2:hover {
    color: #f49416;
  }

  .service-block.partners {
    box-shadow: none;
    border-style: none;
  }

  .service-block.partners.home {
    border-style: none;
  }

  .spacer-2 {
    background-image: linear-gradient(to right, #283dac, #fff0);
  }

  .spacer-2.dark {
    background-image: linear-gradient(to right, #283dac, #04041000);
  }

  .heading-29 {
    color: var(--font-grey-dk);
    font-family: Inter, sans-serif;
  }

  .heading-29.subheader {
    text-transform: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }

  .heading-30 {
    color: var(--font-grey-dk);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .stat-bounce-2 {
    background-color: #0010681a;
    border-color: #fff;
    box-shadow: 3px 0 15px 4px #04041059, inset 0 5px 7px 2px #04041033;
  }

  .heading-31 {
    text-align: left;
    width: auto;
  }

  .hero-heading-center {
    padding-top: 120px;
  }

  .gallery-slide-wrapper {
    border: 1px #000;
  }

  .sb-homepage {
    border: 1px solid var(--font-grey-dk);
    border-radius: 10px;
    width: auto;
    height: auto;
    min-height: 340px;
    padding: 30px;
  }

  .banner-wrapper {
    z-index: auto;
  }

  .banner {
    color: var(--yellow);
  }

  .text_wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .alert-banner {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-17 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    position: fixed;
  }

  .alert-text {
    padding-top: 15px;
  }

  .section-8 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper.landscape-overflow-hidden {
    padding-left: 0;
  }

  .section-touch {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-touch.is-hp-header {
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .section-touch.is-hp-header.space-free {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-touch.is-hp-header.contact {
    background-position: 50% 0;
    background-size: cover;
    padding-top: 0;
  }

  .section-touch.is-hp-header.partner {
    background-image: url('../images/Tokensoft-hero-final_1.jpg');
    background-size: cover;
  }

  .section-touch.is-footer {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-touch.by-numbers {
    padding-left: 0;
    padding-right: 0;
  }

  .section-touch.mobile {
    background-image: linear-gradient(to top, #000 94%, #2137ad);
    margin-left: 0;
    margin-right: 0;
  }

  .section-touch.home {
    max-width: 100%;
    display: none;
  }

  .navbar {
    border-color: #0000;
    height: 80px;
    padding: 0;
    font-family: Inter, sans-serif;
  }

  .margin-bottom-32 {
    width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-56 {
    margin-bottom: 44px;
  }

  .margin-bottom-64 {
    margin-bottom: 56px;
  }

  .margin-bottom-192 {
    margin-bottom: 120px;
  }

  .nav-link {
    color: var(--font-grey-dk);
    text-align: left;
    border-bottom-style: none;
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0;
    font-size: 24px;
  }

  .nav-link.dd-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu {
    z-index: 1;
    background-color: var(--white);
    border: 1px solid #b5b6bd59;
    margin-top: 80px;
    margin-right: 0;
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
    position: fixed;
    inset: 0%;
  }

  .desktop-hide.tablet-block.margin-bottom-32 {
    justify-content: center;
    display: flex;
  }

  .tablet-hide, .landscape-hide.mobile {
    display: none;
  }

  .margin-bottom-48 {
    margin-bottom: 40px;
  }

  .margin-bottom-96 {
    margin-bottom: 72px;
  }

  .margin-bottom-128 {
    margin-bottom: 88px;
  }

  .margin-bottom-256 {
    margin-bottom: 152px;
  }

  .tablet-block {
    display: block;
  }

  .text.text-s.text-color-4.margin-bottom-16 {
    font-size: 18px;
  }

  .text.text-color-1.margin-bottom-8.ft {
    font-size: 16px;
  }

  .margin-right-48 {
    margin-right: 40px;
  }

  .margin-right-64 {
    margin-right: 56px;
  }

  .margin-right-96 {
    margin-right: 72px;
  }

  .margin-right-128 {
    margin-right: 88px;
  }

  .margin-right-192 {
    margin-right: 120px;
  }

  .section-glance {
    background-image: none;
  }

  .section-glance.pulp-wrapper {
    margin-left: 26vw;
  }

  .section-glance.home {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    margin-bottom: 40px;
  }

  .button.top-nav {
    border-color: var(--yellow);
    background-color: var(--yellow);
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 60px;
    font-size: 16px;
    display: flex;
  }

  .button.top-nav:hover {
    border-color: var(--yellow);
    background-color: var(--hover-orange);
  }

  .rich-text.style {
    margin-right: 40px;
  }

  .tablet-text-center {
    text-align: center;
  }

  .container {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .container.footer-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container.is-404 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 40px 50px;
  }

  .container.body {
    max-width: 100%;
    margin-bottom: 80px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container._96-0 {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container._96-0.about-us {
    width: auto;
  }

  .container.is-center {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.is-case-study {
    background-image: url('../images/Tokensoft-hero-v3.jpg');
    background-position: 50% 0;
    background-size: auto;
    padding-top: 120px;
  }

  .container.nav-container {
    z-index: 2;
    background-color: #fff;
    max-width: 100%;
    height: 78px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .container.relative {
    background-color: #f4f4f7;
  }

  .container.faq {
    margin-left: 30px;
    margin-right: 30px;
  }

  .pulp-navbar {
    width: 26vw;
  }

  .color-item-inner {
    grid-template-rows: auto auto;
  }

  .half-div {
    flex: 0 auto;
  }

  .half-div.is-right.landscape-left {
    display: none;
    position: static;
  }

  .half-div.margin-right-16 {
    width: 600px;
  }

  .tablet-text-left {
    text-align: left;
  }

  .margin-right-256 {
    margin-right: 152px;
  }

  .brand.footer-brand {
    margin-bottom: 40px;
  }

  .footer_list {
    grid-row-gap: 24px;
    grid-template-columns: auto auto auto;
  }

  .footer_list.is-bottom {
    grid-template-columns: auto;
  }

  .footer_list.is-top {
    grid-template-columns: auto auto;
  }

  .nav_cta-wrap {
    border: 1px solid #0000;
    display: block;
  }

  .heading.heading-2xl {
    text-align: center;
    height: auto;
    padding-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .heading.heading-2xl.is-font-body {
    font-size: 48px;
  }

  .horizontal-loop-wrapper {
    width: 150%;
  }

  .nav-dd-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .dd-icon {
    position: relative;
    top: -4px;
  }

  .list-column.is-full {
    justify-content: center;
  }

  .social-side-wrap {
    display: none;
  }

  .bottom-banner {
    margin-left: 24px;
    margin-right: 24px;
  }

  .banner-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-image-element {
    max-width: 60%;
  }

  .top-banner {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .horizontal-flex.is-landscape-vertical {
    margin-left: 40px;
    margin-right: 40px;
  }

  .cta-link {
    font-size: 48px;
  }

  .footer-inner.is-last {
    min-width: 0;
  }

  .footer-top.footer-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .header-bg {
    max-width: 50%;
  }

  .dd-list.nav-dd-list.w--open {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 0%;
  }

  .nav-dd-link {
    color: var(--white);
    width: auto;
    font-size: 16px;
  }

  .cs-wrap {
    width: 690px;
  }

  .cs-item {
    margin-left: auto;
    margin-right: auto;
  }

  .cs-cms-list {
    background-color: var(--white);
  }

  .cs-image-wrap {
    width: 690px;
    min-height: 0;
    max-height: none;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cs-decor {
    max-width: 60%;
  }

  .bottom-left-element {
    max-width: 30%;
  }

  .bottom-right-element {
    max-width: 70%;
  }

  .go-back-link.mobile {
    margin-left: 40px;
  }

  .cs-content-inner.is-left {
    height: auto;
    margin-left: 40px;
  }

  .cs-content-inner.is-right {
    margin-left: 0;
  }

  .left-content-wrap {
    position: static;
    inset: 120px auto auto 40px;
  }

  .dd-collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .dd-cms-item {
    width: auto;
  }

  .burger-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    right: -18px;
  }

  .burger-button.w--open {
    background-color: #0000;
  }

  .burger-line {
    background-color: var(--white);
    width: 32px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line.is-top {
    background-color: var(--font-grey-dk);
    margin-bottom: 8px;
  }

  .burger-line.is-bottom {
    background-color: var(--font-grey-dk);
  }

  .tablet-margin-bottom-0 {
    margin-bottom: 0;
  }

  .nav-menu-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu-inner {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .cs-image {
    width: 30%;
    max-width: none;
  }

  .cs-image.is-main {
    width: 50%;
  }

  .max-width-small.tablet-full-width {
    max-width: none;
  }

  .logos-static-wrap {
    grid-column-gap: 48px;
  }

  .about_header-content-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .about_header-content-inner.is-30, .about_header-content-inner.is-30.tablet-full-width {
    width: 100%;
  }

  .about_header-content-inner.is-70 {
    order: -1;
    width: 100%;
    margin-bottom: 40px;
  }

  .about_header-content-inner.is-70.tablet-full-width {
    order: -1;
    width: 100%;
  }

  .tablet-full-width {
    width: 100%;
  }

  .html-embed {
    position: relative;
  }

  .heading-3 {
    text-align: center;
    height: 100px;
    margin-top: 20px;
    font-size: 54px;
    line-height: 54px;
  }

  .heading-3.stat-box.dollar {
    margin-top: 65px;
  }

  .heading-3.h3.nb {
    margin-top: 40px;
    font-size: 44px;
  }

  .heading-3.h3.faq, .heading-3.h3.dark {
    width: auto;
  }

  .heading-3.hero.partner {
    text-align: left;
    width: 100%;
    margin-top: 0;
    font-size: 36px;
    line-height: 44px;
  }

  .container-2 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .container-2.at-glance {
    max-width: 100%;
  }

  ._2-paragraph-2 {
    text-align: left;
    margin-top: 10px;
    font-size: 20px;
  }

  ._2-paragraph-2.mb-header {
    text-align: center;
  }

  ._2-paragraph-2.mb-header.hero {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  ._2-paragraph-2.mb-header.hero.partner {
    text-align: left;
    width: 90%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 100px;
    font-size: 16px;
  }

  .launch-app {
    margin-top: 0;
    display: none;
  }

  .launch-app.lt.lm {
    width: 160px;
    min-width: auto;
  }

  .launch-app.lt.lm.ft {
    width: 140px;
    min-width: 140px;
    height: 50px;
    min-height: 40px;
  }

  .launch-app.lt.launch {
    width: 180px;
    min-width: 180px;
  }

  .launch-app.nav {
    display: none;
  }

  .paragraph-4.ft {
    font-size: 16px;
  }

  .learn-more-text {
    display: none;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-self: center;
    margin: 40px 0 0;
    display: flex;
    position: relative;
    left: 0;
  }

  .image-2 {
    display: none;
  }

  .social-icons {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: row;
    grid-template: "Area Area-2 Area-3 Area-4 Area-5 Area-6"
    / 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-right: 30px;
    display: block;
    position: static;
  }

  .social-icons.mfooter {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .social-icons.header {
    display: none;
  }

  .link-block-4 {
    margin-left: 0;
  }

  .stat-bounce {
    clear: none;
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 220px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0%;
    left: 0;
  }

  .div-block-9 {
    width: 300px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
  }

  .logo-slider {
    width: auto;
    max-width: none;
    padding-bottom: 20px;
    display: flex;
  }

  .page-padding.s0 {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .section-logo {
    object-fit: fill;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .logo-slide_section {
    justify-content: flex-start;
    max-width: 100%;
    padding-left: 40px;
    display: flex;
  }

  .p3 {
    font-size: 21px;
    line-height: 1.25em;
  }

  .pbox {
    height: 0%;
    font-size: 18px;
    line-height: 24px;
  }

  .pbox.boxes {
    height: 0%;
    font-size: 18px;
    line-height: 1.3em;
  }

  .learn-more-bar.ready {
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 40px 0 0;
  }

  .learn-more-bar.second, .lm-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lm-heading {
    padding-right: 40px;
    font-size: 36px;
    line-height: 36px;
  }

  .div-block-16 {
    padding-left: 0;
    position: static;
  }

  .ft-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide {
    height: 212px;
    position: static;
    inset: 0%;
  }

  .heading-1 {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6.mobile.services.partners-title {
    font-size: 36px;
    line-height: 40px;
  }

  .h1-contact {
    text-align: left;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    display: block;
  }

  .paragraph-7 {
    text-align: center;
    width: auto;
  }

  .h2-lm {
    line-height: 1.25em;
  }

  .image-11 {
    left: -50px;
  }

  .image-12 {
    left: 67px;
  }

  .image-13 {
    left: -116px;
  }

  .image-14 {
    left: -91px;
  }

  .image-15 {
    left: 105px;
  }

  .image-16 {
    left: 121px;
  }

  .image-17 {
    left: 248px;
  }

  .mask {
    height: 212px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .hbox {
    margin-top: 20px;
    font-size: 48px;
    line-height: 60px;
  }

  .product-grid, .product-section {
    display: block;
  }

  .product-image {
    background-size: contain;
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .product-description, .paragraph-8 {
    display: none;
  }

  .collection-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-22 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-block-14 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .collection-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }

  .section-5 {
    background-image: linear-gradient(to bottom, #2137ad, var(--blackout-navy-bkg) 75%);
  }

  .ea-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ea-content.partners {
    padding-left: 30px;
    padding-right: 30px;
  }

  .launch-app-2 {
    margin-top: 0;
  }

  .launch-app-2.nav {
    display: none;
  }

  .launch-app-2.lt.cs.partner {
    margin-top: 0;
  }

  .button-2.top-nav {
    background-color: #f49416;
    border-color: #f49416;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 60px;
    font-size: 16px;
    display: flex;
  }

  .button-2.top-nav:hover {
    background-color: #f48116;
    border-color: #f49416;
  }

  .navbar-2 {
    height: 80px;
    padding: 0;
  }

  .container-4 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .container-4.at-glance {
    max-width: 100%;
  }

  .nav-menu-2 {
    z-index: 1;
    background-color: #fff;
    border-top: 1px solid #4a4580cc;
    margin-top: 80px;
    margin-right: 0;
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
    position: fixed;
    inset: 0%;
  }

  .nav-link-2 {
    color: #36363c;
    text-align: left;
    border-bottom-style: none;
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0;
    font-size: 24px;
  }

  .nav-link-2.dd-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .burger-line-2 {
    background-color: #fff;
    width: 32px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-2.is-top {
    margin-bottom: 8px;
  }

  .nav-dd-toggle-2 {
    justify-content: space-between;
    width: 100%;
  }

  .section-glance-2 {
    background-image: none;
  }

  .section-glance-2.home {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-12.services.partners {
    padding-top: 20px;
    font-size: 14px;
    line-height: 21px;
  }

  .paragraph-13 {
    text-align: left;
    margin-top: 10px;
    font-size: 20px;
  }

  .paragraph-13.scrolling-logo {
    max-width: none;
  }

  .container-5 {
    max-width: 728px;
  }

  .grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: grid;
  }

  .service-block {
    margin-bottom: 20px;
  }

  .service-block.partners {
    min-height: 370px;
  }

  .profiles {
    bottom: 300px;
  }

  .section-6 {
    margin-top: 140px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-7 {
    grid-column-gap: 20px;
  }

  .html-embed-2 {
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .container-8 {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .dropdown-toggle {
    display: flex;
    position: relative;
  }

  .dropdown-link.style {
    text-align: center;
    left: 0;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    text-align: left;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    left: -52px;
    overflow: visible;
  }

  .image-23 {
    padding-bottom: 60px;
  }

  .partner-logo-image {
    padding-bottom: 40px;
  }

  .collection-list-2 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-49 {
    font-size: 14px;
    line-height: 21px;
  }

  .paragraph-2 {
    text-align: left;
    margin-top: 10px;
    font-size: 20px;
  }

  .paragraph-2.stat-box.hero {
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph-2.stat-box.hero.small {
    font-size: 12px;
  }

  .stat-bounce-2 {
    clear: none;
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 220px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0%;
    left: 0;
  }

  .heading-31 {
    text-align: center;
    height: 100px;
    margin-top: 20px;
    font-size: 110px;
    line-height: 110px;
  }

  .heading-31.stat-box.dollar {
    margin-top: 20px;
    margin-bottom: 4px;
    font-size: 36px;
  }

  .hero_text, .hero_text-2 {
    font-size: 7em;
    line-height: 1.1;
  }

  .container-9 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .shadow-two {
    margin-right: 0;
  }

  .paragraph-14.hero {
    text-align: center;
  }

  .container-10 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-heading-center-2 {
    padding-top: 60px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 660px;
    margin-bottom: 0;
  }

  .hero-split-3 {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .container-11 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .dropdown-2 {
    display: block;
  }

  .our-supporters {
    margin-top: 100px;
  }

  .container-12 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .clients-title.subtitle.white {
    margin-bottom: 0;
  }

  .container-13 {
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
    max-width: none;
  }

  .container-14 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  blockquote {
    font-size: 14px;
  }

  .page-wrapper.is-fix {
    height: auto;
    min-height: 100vh;
  }

  .page-wrapper.landscape-overflow-hidden {
    overflow: hidden;
  }

  .section-touch {
    color: var(--white);
    padding-left: 0;
    padding-right: 0;
  }

  .section-touch.is-header {
    background-size: auto;
  }

  .section-touch.is-hp-header {
    background-image: url('../images/Tokensoft-hero-final.jpg');
    background-position: 50% 0;
    background-size: auto;
    min-height: 384px;
  }

  .section-touch.is-hp-header.space-free {
    background-position: 50% 0;
    height: 700px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-touch.is-hp-header.contact {
    background-size: cover;
  }

  .section-touch.is-hp-header.partner {
    background-image: url('../images/Tokensoft-hero-final_1.jpg');
    background-size: cover;
  }

  .section-touch.is-footer {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-touch.cs-header {
    background-image: url('../images/Tokensoft-hero-v3.jpg');
    background-repeat: no-repeat;
    background-size: auto;
  }

  .section-touch.mobile {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 60px;
  }

  .section-touch.home {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .margin-bottom-56 {
    margin-bottom: 32px;
  }

  .margin-bottom-64 {
    margin-bottom: 48px;
  }

  .margin-bottom-192 {
    margin-bottom: 96px;
  }

  .desktop-hide.tablet-block.margin-bottom-32 {
    position: relative;
  }

  .landscape-hide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: block;
    position: static;
    inset: auto 0% 0% auto;
  }

  .portrait-hide {
    display: none;
  }

  .margin-bottom-96 {
    margin-bottom: 64px;
  }

  .margin-bottom-128 {
    margin-bottom: 80px;
  }

  .margin-bottom-256 {
    margin-bottom: 112px;
  }

  .landskape-block {
    display: block;
  }

  .text {
    font-size: 21px;
  }

  .text.text-s.text-color-1 {
    padding-top: 20px;
    font-weight: 400;
  }

  .text.text-s.text-color-4.margin-bottom-16 {
    font-size: 18px;
  }

  .text.text-l {
    font-size: 16px;
  }

  .text-large {
    font-size: 16px;
    line-height: 24px;
  }

  .margin-right-64 {
    margin-right: 48px;
  }

  .margin-right-96 {
    margin-right: 64px;
  }

  .margin-right-128 {
    margin-right: 80px;
  }

  .margin-right-192 {
    margin-right: 96px;
  }

  .section-glance {
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .footer_component {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button.top-nav {
    border-color: var(--yellow);
  }

  .button.top-nav:hover {
    border-color: var(--yellow);
    background-color: var(--hover-orange);
  }

  .landscape-text-center {
    text-align: center;
  }

  .form_success-messaage {
    padding-bottom: 0;
  }

  .container {
    margin-left: 20px;
    margin-right: 40px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container.footer-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container.is-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.is-404 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    position: static;
  }

  .container.is-404.partner {
    padding-top: 20px;
  }

  .container.body {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.is-running-logos {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container._0-96 {
    margin-right: 20px;
  }

  .container.is-center {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .container.is-case-study {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 120px;
  }

  .container.nav-container {
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.faq {
    margin-left: 30px;
  }

  .h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .landscape-block {
    display: block;
  }

  .half-div {
    width: 100%;
  }

  .half-div.is-right.landscape-left {
    object-fit: fill;
    object-position: 50% 50%;
    align-items: flex-start;
    width: 100%;
    height: 800px;
    margin-top: 20px;
    display: none;
    position: relative;
    top: -725px;
    left: 430px;
    overflow: visible;
  }

  .half-div.margin-right-16 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .landscape-text-left {
    text-align: left;
  }

  .margin-right-256 {
    margin-right: 112px;
  }

  .form-block {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    padding-left: 0;
  }

  .brand.footer-brand {
    margin-bottom: 0;
  }

  .footer-social-link-wrap {
    grid-column-gap: 20px;
    justify-content: space-between;
  }

  .footer-soc-link {
    margin-left: 0;
  }

  .footer_list {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .footer_list.is-bottom {
    grid-template-rows: auto;
  }

  .footer_list.is-top {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  .heading.heading-l {
    font-size: 18px;
  }

  .heading.heading-xl {
    font-size: 24px;
  }

  .heading.heading-2xl {
    font-size: 48px;
  }

  .heading.heading-2xl.is-font-body {
    font-size: 32px;
  }

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

  .horizontal-loop-wrapper {
    width: 200%;
  }

  .list-column.is-8 {
    justify-content: space-between;
  }

  .list-column.is-numbers, .list-column.margin-bottom-48.is-facts {
    grid-auto-flow: row;
  }

  .banner-wrap {
    margin-left: -16px;
    margin-right: -16px;
  }

  .bottom-banner {
    flex-direction: column;
    margin-left: 16px;
    margin-right: 16px;
  }

  .separator.is-mobile-horizontal {
    width: 100%;
    height: 1px;
    margin: 0 0 32px;
  }

  .coin-lottie {
    display: none;
  }

  .top-banner {
    padding: 24px 16px 40px;
  }

  .horizontal-flex {
    position: static;
    top: -46px;
    left: 237px;
  }

  .horizontal-flex.is-landscape-vertical {
    background-color: var(--bkg-grey);
    background-color: #f4f4f7;
    flex-direction: column;
    height: auto;
    margin-left: 0;
    margin-right: 40px;
    display: flex;
  }

  .custom-list-icons li {
    padding-top: 4px;
    font-size: 16px;
  }

  .custom-list-icons ul {
    padding-left: 60px;
    padding-right: 40px;
  }

  .form-wrap {
    flex: 0 auto;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-link {
    font-size: 32px;
  }

  .link-underline {
    height: 3px;
  }

  .footer-inner {
    margin-bottom: 0;
  }

  .footer-inner.is-last {
    width: 100%;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-top.footer-container {
    padding-top: 0;
    padding-bottom: 32px;
  }

  .footer-top.is-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-top.margin-bottom-56 {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

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

  .header-bg {
    max-width: 70%;
    height: 100%;
    margin-left: auto;
    inset: auto 0% 0%;
  }

  .header-image-bg {
    inset: auto 0% 0%;
  }

  .landscape-margin-bottom-24 {
    margin-bottom: 24px;
  }

  .social-mobile {
    width: 100%;
    display: block;
  }

  .success-inner {
    margin-bottom: 48px;
  }

  .cs-wrap {
    width: 490px;
  }

  .cs-cms-list {
    grid-template-columns: 1fr;
  }

  .cs-image-wrap {
    width: 490px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cs-decor {
    max-height: 64px;
  }

  .go-back-link.mobile {
    margin-top: 100px;
    margin-left: 20px;
  }

  .cs-content-wrap {
    flex-direction: column;
  }

  .cs-content-inner.is-left {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 32px;
    margin-left: 0;
    display: flex;
  }

  .left-content-wrap {
    left: 16px;
  }

  .numbers-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .numbers-inner.is-left {
    text-align: center;
    align-items: center;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .numbers-inner.is-left.last {
    margin-bottom: 0;
  }

  .number-divider {
    display: none;
  }

  .marketing-title {
    text-align: center;
    margin-bottom: 16px;
  }

  .landscape-margin-bottom-32 {
    margin-bottom: 32px;
  }

  .number-heading {
    font-size: 32px;
  }

  .rich-content h3, .rich-content-center h3 {
    font-size: 32px;
    line-height: 1.32em;
  }

  .burger-button {
    right: -16px;
  }

  .nav-menu-inner {
    height: 50%;
    position: relative;
  }

  .landscape-margin-right-0 {
    margin-right: 0;
  }

  .cs-image {
    width: 300px;
  }

  .cs-image.is-main {
    width: 30%;
  }

  .logos-static-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .heading-3 {
    height: auto;
    margin-top: 20px;
    padding-bottom: 0;
    font-size: 48px;
    line-height: 52px;
  }

  .heading-3.h3.dark {
    width: auto;
    padding-left: 0;
    line-height: 40px;
  }

  .heading-3.h3.nb {
    margin-top: 50px;
    padding-left: 0;
    font-size: 54px;
    line-height: 60px;
  }

  .heading-3.h3.mobile {
    padding-left: 65px;
  }

  .heading-3.h3.faq {
    width: auto;
  }

  .heading-3.h3 {
    margin-left: 0;
    padding-left: 0;
    line-height: 40px;
  }

  .heading-3.h3.mobile {
    width: auto;
    padding-left: 65px;
  }

  .heading-3.h3.dark {
    padding-left: 0;
    line-height: 40px;
  }

  .heading-3.hero {
    font-size: 40px;
    line-height: 48px;
  }

  ._2-paragraph-2, ._2-paragraph-2.dark {
    padding-left: 0;
    padding-right: 0;
  }

  ._2-paragraph-2.mb-header {
    font-size: 18px;
    line-height: 21px;
  }

  ._2-paragraph-2.mb-header.hero {
    text-align: center;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  ._2-paragraph-2.mb-header.hero.partner {
    margin-top: 20px;
    padding-bottom: 40px;
  }

  ._2-paragraph-2.mobile {
    margin-top: 20px;
    padding-left: 65px;
    padding-right: 65px;
  }

  .launch-app.lt {
    width: 180px;
    min-width: 180px;
  }

  .launch-app.lt.lm.ft {
    margin-top: 40px;
  }

  .launch-app.lt.cs {
    margin-left: 65px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 0;
  }

  .social-icons {
    justify-content: flex-end;
    margin-right: 0;
    display: flex;
    position: relative;
    top: -44px;
    left: 313px;
  }

  .social-icons.mfooter {
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .stat-bounce, .div-block-9 {
    left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .spacer.blue {
    margin-left: 65px;
    padding-left: 0;
  }

  .grid-2 {
    max-width: none;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .numbers-box {
    margin-bottom: 20px;
  }

  .p-wrapper {
    margin-top: 20px;
  }

  .pbox {
    font-size: 21px;
    line-height: 30px;
  }

  .pbox.boxes {
    font-size: 20px;
  }

  .learn-more-bar.ready {
    padding: 60px 40px;
  }

  .lm-container {
    padding-left: 0;
    padding-right: 0;
  }

  .lm-heading {
    padding-right: 20px;
    font-size: 30px;
    line-height: 36px;
  }

  .ft-links {
    padding-left: 0;
  }

  .heading-1 {
    padding-left: 40px;
    font-size: 48px;
    line-height: 70px;
  }

  .list-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6.mobile {
    font-size: 28px;
    line-height: 30px;
  }

  .paragraph-6 {
    padding-right: 40px;
  }

  .h1-contact {
    text-align: left;
    font-size: 48px;
    line-height: 80px;
  }

  .paragraph-7 {
    margin-right: 40px;
    padding-left: 40px;
  }

  .image-11 {
    top: -107px;
    left: 42px;
  }

  .image-12 {
    top: -953px;
    left: 93px;
  }

  .image-13 {
    top: -495px;
    left: 31px;
  }

  .image-14 {
    top: -285px;
    left: -66px;
  }

  .image-15 {
    top: -49px;
    left: 137px;
  }

  .image-16 {
    top: -706px;
    left: -35px;
  }

  .image-17 {
    top: -1153px;
    left: 369px;
  }

  .statbox {
    margin-bottom: 20px;
  }

  .hbox {
    margin-top: 20px;
    font-size: 60px;
    line-height: 60px;
  }

  .grid-3 {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .ea-content.partners {
    display: block;
    position: relative;
  }

  .launch-app-2.lt {
    width: 220px;
    min-width: 220px;
  }

  .launch-app-2.lt.cs {
    margin-left: 65px;
  }

  .button-2.top-nav {
    border-color: #f49416;
  }

  .button-2.top-nav:hover {
    background-color: #f48116;
    border-color: #f49416;
  }

  .section-glance-2 {
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .paragraph-12.services {
    font-size: 14px;
  }

  .paragraph-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-13.mobile {
    margin-top: 20px;
    padding-left: 65px;
    padding-right: 65px;
  }

  .paragraph-13.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .what-we-offer {
    padding: 0 15px;
  }

  .service-block.partners {
    min-height: 460px;
  }

  .heading-27 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 21px;
  }

  .profiles {
    bottom: 189px;
  }

  .section-6 {
    margin-top: 220px;
  }

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

  .blue-link {
    margin-right: 0;
    padding-right: 0;
  }

  .container-8.partners {
    max-width: none;
  }

  .partner-hero {
    padding-top: 40px;
  }

  .partner-icons.mobile {
    max-width: 75%;
  }

  .collection-list-2 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .paragraph-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .stat-bounce-2 {
    left: 0;
  }

  .heading-31 {
    height: auto;
    margin-top: 20px;
    padding-bottom: 0;
    font-size: 100px;
    line-height: 80px;
  }

  .text_row, .text_row._2, .text_row._1 {
    height: 7em;
  }

  .hero_text, .hero_text-2 {
    font-size: 5em;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-wrapper {
    padding-top: 40px;
  }

  .hero-split {
    padding-top: 20px;
  }

  .paragraph-14.hero {
    font-size: 36px;
    line-height: 44px;
  }

  .wrapper-rotation {
    height: 44px;
    line-height: 48px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-heading-center-2 {
    padding: 60px 15px 0;
  }

  .hero-split-3 {
    padding-left: 0;
    padding-right: 0;
  }

  ._3cs {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .link-3 {
    font-size: 16px;
  }

  .our-partners {
    padding: 0 15px 20px;
  }

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

  .gallery-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .our-supporters {
    margin-top: 120px;
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: none;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .zigzag {
    padding: 60px 15px;
  }

  .hero-wrapper-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper.is-fix {
    height: 100vh;
    min-height: 0;
  }

  .section-touch.is-header {
    background-position: 100%;
    background-size: cover;
  }

  .section-touch.is-hp-header {
    background-position: 50% 0;
    background-size: cover;
  }

  .section-touch.is-hp-header.space-free {
    height: 600px;
    padding-right: 0;
  }

  .section-touch.is-hp-header.contact {
    background-image: url('../images/Tokensoft-hero-final.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
  }

  .section-touch.is-hp-header.partner {
    background-image: url('../images/Tokensoft-hero-final_1.jpg');
  }

  .section-touch.is-footer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-touch.cs-header {
    height: 400px;
  }

  .section-touch.by-numbers {
    padding-bottom: 80px;
  }

  .section-touch.cs {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-touch.home {
    height: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-touch.mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .section-touch.home {
    height: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: absolute;
  }

  .navbar {
    height: 80px;
  }

  .margin-bottom-24 {
    margin-bottom: 20px;
  }

  .margin-bottom-32 {
    margin-top: 20px;
  }

  .relative {
    position: relative;
  }

  .nav-menu {
    position: fixed;
  }

  .landscape-hide {
    margin-bottom: 20px;
    position: static;
    inset: 0% 0% -185px auto;
  }

  .portrait-block {
    display: block;
  }

  .section-glance {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .button {
    margin-bottom: 80px;
  }

  .button.top-nav {
    border-color: var(--yellow);
  }

  .button.top-nav:hover {
    border-color: var(--yellow);
    background-color: var(--hover-orange);
  }

  .button.no-max {
    font-size: 16px;
  }

  .rich-text.style {
    margin-right: 0;
  }

  .portrait-text-center {
    text-align: center;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .container.footer-container {
    margin-left: 0;
  }

  .container.is-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.is-404 {
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.is-404.partner {
    padding-top: 0;
  }

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

  .container._96-0 {
    display: block;
  }

  .container._0-96 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: static;
  }

  .container.is-center {
    padding-top: 60px;
  }

  .container.is-case-study {
    margin-left: 0;
    margin-right: 0;
    padding-top: 120px;
  }

  .container.relative {
    margin-left: 0;
    margin-right: 20px;
    position: static;
  }

  .half-div.is-right.landscape-left {
    display: none;
  }

  .portrait-text-left {
    text-align: left;
  }

  .brand {
    max-width: 150px;
  }

  .footer-social-link-wrap {
    grid-column-gap: 10px;
    justify-content: flex-start;
  }

  .heading.heading-2xl {
    font-size: 26px;
    line-height: 40px;
  }

  .heading.heading-2xl.is-font-body {
    font-size: 24px;
  }

  .horizontal-loop-wrapper {
    width: 300%;
  }

  .list-column.is-16-mobile, .list-column.is-full {
    grid-column-gap: 16px;
  }

  .banner-inner {
    padding-left: 8px;
    padding-right: 8px;
  }

  .horizontal-flex.is-landscape-vertical {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .custom-list-icons ul {
    padding-left: 0;
    padding-right: 170px;
  }

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

  .footer-top.is-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-bg {
    height: auto;
  }

  .talk-icon {
    transform: scale(.7);
  }

  .cs-wrap {
    width: 320px;
    padding-left: 0;
  }

  .cs-item {
    margin-left: auto;
    margin-right: auto;
  }

  .cs-cms-list {
    margin-left: 0;
    padding-right: 0;
  }

  .cs-text-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cs-image-wrap {
    justify-content: center;
    width: 320px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .go-back-link.mobile {
    margin-top: 160px;
    margin-left: 0;
  }

  .burger-button {
    position: static;
  }

  .nav-menu-inner {
    height: 90%;
  }

  .logos-static-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: auto auto;
    display: flex;
  }

  .about_header-content-inner.is-70 {
    margin-bottom: 24px;
  }

  .html-embed {
    display: block;
  }

  .heading-3 {
    padding-bottom: 0;
    font-size: 28px;
    line-height: 30px;
  }

  .heading-3.stat-box.dollar {
    margin-top: 55px;
    font-size: 44px;
  }

  .heading-3.h3 {
    font-size: 36px;
    line-height: 36px;
  }

  .heading-3.h3.nb {
    margin-top: 40px;
    font-size: 36px;
  }

  .heading-3.h3 {
    width: auto;
    font-size: 36px;
    line-height: 36px;
  }

  .heading-3.h3.mobile {
    padding-left: 0;
  }

  .heading-3.h3.dark {
    padding-top: 40px;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-3.hero {
    font-size: 30px;
    line-height: 36px;
  }

  ._2-paragraph-2.stat-box {
    font-size: 18px;
  }

  ._2-paragraph-2.mb-header {
    font-size: 16px;
  }

  ._2-paragraph-2.mb-header.hero {
    text-align: center;
    width: auto;
    margin-top: 30px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  ._2-paragraph-2.mb-header.hero.partner {
    padding-bottom: 40px;
  }

  ._2-paragraph-2.mobile {
    padding-left: 0;
    padding-right: 320px;
  }

  .launch-app {
    display: none;
    position: relative;
    left: 0;
  }

  .launch-app.lt {
    width: 280px;
    margin-top: 40px;
    position: static;
  }

  .launch-app.lt.lm.ft.w--current {
    margin-top: 40px;
  }

  .launch-app.lt.cs {
    width: 280px;
    margin-left: 0;
  }

  .launch-app.cs {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    position: static;
  }

  .paragraph-4 {
    text-align: left;
    align-self: auto;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    left: auto;
  }

  .social-icons {
    position: static;
    top: 175px;
    left: -5px;
  }

  .social-icons.mfooter {
    margin-right: 0;
  }

  .stat-bounce {
    width: 280px;
    height: 200px;
  }

  .div-block-9 {
    width: 240px;
    left: 16px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

  .spacer.blue {
    margin-left: 0;
  }

  .numbers-box {
    max-height: 220px;
  }

  .p-wrapper {
    margin-top: 0;
  }

  .p3 {
    font-size: 18px;
    line-height: 21px;
  }

  .pbox {
    font-size: 16px;
    line-height: 21px;
  }

  .pbox.boxes {
    height: 0%;
    font-size: 14px;
  }

  .learn-more-bar.ready {
    padding: 40px 20px;
  }

  .lm-container {
    display: block;
  }

  .lm-heading {
    text-align: left;
    padding-bottom: 40px;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .ft-links {
    padding-left: 0;
    padding-right: 30px;
  }

  .slide {
    height: 194px;
  }

  .heading-1 {
    margin-top: 60px;
    padding-left: 20px;
    font-size: 36px;
    line-height: 60px;
  }

  .list-2 {
    display: block;
  }

  .heading-6.mobile {
    padding-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-6.mobile.services {
    padding-top: 20px;
  }

  .heading-6.mobile.services.partners-title {
    font-size: 24px;
    line-height: 30px;
  }

  .glance-list {
    background-size: 50px 50px;
    padding-left: 70px;
  }

  .glance-list._2, .glance-list._3 {
    background-size: 50px 50px;
  }

  .h1-contact {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    line-height: 60px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .h2-lm {
    font-size: 36px;
  }

  .collection-list-wrapper {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hbox {
    margin-top: 30px;
    font-size: 48px;
    line-height: 48px;
  }

  .product-image {
    height: 300px;
  }

  .ea-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ea-content.partners.header {
    margin-left: 0;
    margin-right: 0;
  }

  .launch-app-2 {
    display: flex;
    position: relative;
    left: 0;
  }

  .launch-app-2.lt {
    width: 280px;
    margin-top: 40px;
    position: static;
  }

  .launch-app-2.lt.cs {
    width: 280px;
    margin-left: 0;
  }

  .button-2.top-nav {
    border-color: #f49416;
  }

  .button-2.top-nav:hover {
    background-color: #f48116;
    border-color: #f49416;
  }

  .navbar-2 {
    height: 80px;
  }

  .nav-menu-2 {
    position: fixed;
  }

  .paragraph-11 {
    text-align: left;
    align-self: auto;
  }

  .section-glance-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .paragraph-12.services {
    display: inline-block;
  }

  .paragraph-12.services.partners.italics {
    line-height: 26px;
  }

  .paragraph-12.services-list {
    font-size: 14px;
    line-height: 2.5em;
  }

  .paragraph-13.mobile {
    padding-left: 0;
    padding-right: 320px;
  }

  .paragraph-13.dark {
    font-size: 18px;
  }

  .paragraph-13.scrolling-logo {
    padding-bottom: 0;
    font-size: 24px;
  }

  .container-5 {
    max-width: none;
  }

  .service-block.partners {
    max-width: none;
    min-height: 420px;
  }

  .heading-27 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 300;
  }

  .grid-6 {
    margin-bottom: 0;
    display: block;
  }

  .profile-div {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .profiles {
    display: block;
    bottom: 155px;
  }

  .section-6 {
    margin-top: 960px;
    padding-bottom: 0;
  }

  .blue-link {
    margin-right: 0;
    padding-right: 0;
  }

  .html-embed-2 {
    text-align: left;
    justify-content: center;
  }

  .html-embed-3 {
    justify-content: flex-start;
  }

  .container-8 {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-8.partners {
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .paragraph-2.stat-box {
    font-size: 18px;
  }

  .paragraph-2.stat-box.hero {
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-2.stat-box.hero.small {
    font-size: 11px;
    line-height: 14px;
  }

  .stat-bounce-2 {
    width: 280px;
    height: 200px;
  }

  .heading-31 {
    padding-bottom: 0;
    font-size: 76px;
    line-height: 70px;
  }

  .heading-31.stat-box.dollar {
    margin-top: 10px;
    font-size: 30px;
  }

  .text_row, .text_row._2, .text_row._1 {
    height: 5em;
  }

  .hero_text, .hero_text-2 {
    font-size: 3em;
  }

  .hero-heading-center {
    padding-top: 60px;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-wrapper.partner {
    padding-top: 20px;
  }

  .hero-split {
    margin-bottom: 0;
    padding-top: 0;
  }

  .shadow-two {
    margin-top: 0;
    padding-top: 20px;
  }

  .paragraph-14.hero {
    font-size: 36px;
    line-height: 44px;
  }

  .paragraph-14.hero.foundation {
    font-size: 20px;
    line-height: 26px;
  }

  .container-10 {
    max-width: none;
    max-height: 100%;
  }

  .hero-heading-center-2 {
    height: auto;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .hero-wrapper-3 {
    max-height: none;
  }

  ._3cs {
    padding-top: 20px;
  }

  .heading-32 {
    font-size: 24px;
  }

  .our-partners {
    object-fit: fill;
    width: auto;
    max-width: none;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
    overflow: visible;
  }

  .container-11 {
    width: auto;
    max-width: none;
    overflow: visible;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
    display: block;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .our-supporters {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 900px;
    display: inline-block;
    position: relative;
  }

  .container-12 {
    max-width: none;
  }

  .clients-title.subtitle {
    font-size: 12px;
    line-height: 24px;
  }

  .clients-title.subtitle.white {
    text-align: center;
    max-width: 100%;
    font-size: 10px;
    line-height: 18px;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-13 {
    text-align: center;
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
    display: flex;
  }

  .container-14 {
    max-width: none;
  }

  .hero-split-4 {
    max-width: 100%;
  }

  .shadow-two-3 {
    display: none;
  }

  .image-26 {
    padding-bottom: 10px;
  }
}

#w-node-fbb5b03a-09d9-b895-f4dd-b4fc686a4d78-d018f24c, #w-node-d16a6457-f64e-89af-b2d2-5875d3ca5c7b-d018f24c, #w-node-_255186c0-0070-6458-834c-7d21c4076334-d018f24c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a7f7c575-f8ec-37b5-4451-4ca6ee7a590f-d018f24c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7f7c575-f8ec-37b5-4451-4ca6ee7a5914-d018f24c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce05c4d5-bf5d-50e8-4b89-5fe86a27da0c-e3493adf, #w-node-ce05c4d5-bf5d-50e8-4b89-5fe86a27da0d-e3493adf {
  grid-area: Area-5;
  place-self: center;
}

#w-node-ce05c4d5-bf5d-50e8-4b89-5fe86a27da0e-e3493adf, #w-node-ce05c4d5-bf5d-50e8-4b89-5fe86a27da0f-e3493adf {
  grid-area: Area-3;
  place-self: center;
}

#w-node-ce05c4d5-bf5d-50e8-4b89-5fe86a27da10-e3493adf, #w-node-ce05c4d5-bf5d-50e8-4b89-5fe86a27da11-e3493adf {
  grid-area: Area-6;
  place-self: center;
}

#w-node-ce05c4d5-bf5d-50e8-4b89-5fe86a27da12-e3493adf, #w-node-ce05c4d5-bf5d-50e8-4b89-5fe86a27da13-e3493adf {
  grid-area: Area-4;
  place-self: center;
}

#w-node-ce05c4d5-bf5d-50e8-4b89-5fe86a27da14-e3493adf, #w-node-ce05c4d5-bf5d-50e8-4b89-5fe86a27da15-e3493adf {
  grid-area: Area-2;
  place-self: center;
}

#w-node-ce05c4d5-bf5d-50e8-4b89-5fe86a27da16-e3493adf, #w-node-ce05c4d5-bf5d-50e8-4b89-5fe86a27da17-e3493adf, #w-node-d0039f50-b60d-b4bf-f748-08638c3eb53f-e3493adf {
  grid-area: Area;
  place-self: center;
}

#w-node-d0039f50-b60d-b4bf-f748-08638c3eb537-e3493adf {
  grid-area: Area-3;
  place-self: center;
}

#w-node-d0039f50-b60d-b4bf-f748-08638c3eb534-e3493adf, #w-node-d0039f50-b60d-b4bf-f748-08638c3eb535-e3493adf {
  grid-area: Area-5;
  place-self: center;
}

#w-node-d0039f50-b60d-b4bf-f748-08638c3eb538-e3493adf, #w-node-d0039f50-b60d-b4bf-f748-08638c3eb539-e3493adf {
  grid-area: Area-6;
  place-self: center;
}

#w-node-d0039f50-b60d-b4bf-f748-08638c3eb53a-e3493adf, #w-node-d0039f50-b60d-b4bf-f748-08638c3eb53b-e3493adf {
  grid-area: Area-4;
  place-self: center;
}

#w-node-d2ea9820-d02c-2168-3b8b-26a0b1c370c5-8fad2cf0, #w-node-d2ea9820-d02c-2168-3b8b-26a0b1c370c6-8fad2cf0 {
  grid-area: Area;
  place-self: center;
}

#w-node-d2ea9820-d02c-2168-3b8b-26a0b1c370bb-8fad2cf0, #w-node-d2ea9820-d02c-2168-3b8b-26a0b1c370bc-8fad2cf0 {
  grid-area: Area-5;
  place-self: center;
}

#w-node-d2ea9820-d02c-2168-3b8b-26a0b1c370bd-8fad2cf0, #w-node-d2ea9820-d02c-2168-3b8b-26a0b1c370be-8fad2cf0 {
  grid-area: Area-3;
  place-self: center;
}

#w-node-d2ea9820-d02c-2168-3b8b-26a0b1c370bf-8fad2cf0, #w-node-d2ea9820-d02c-2168-3b8b-26a0b1c370c0-8fad2cf0 {
  grid-area: Area-6;
  place-self: center;
}

#w-node-d2ea9820-d02c-2168-3b8b-26a0b1c370c1-8fad2cf0, #w-node-d2ea9820-d02c-2168-3b8b-26a0b1c370c2-8fad2cf0 {
  grid-area: Area-4;
  place-self: center;
}

#w-node-_5481bd93-1348-0c53-4752-5a97c960777a-8fad2cf0, #w-node-_97fa67e4-384c-2c40-aa81-8e4cd0e3181f-8fad2cf0 {
  grid-area: Area;
  place-self: center;
}

#w-node-_731e63fd-d128-5689-c593-95fdd5c81e8f-8fad2cf0, #w-node-_2bccd79e-633f-d4f8-0559-95aac0d8d7d2-8fad2cf0 {
  grid-area: Area-5;
  place-self: center;
}

#w-node-_9a956c43-a206-0a1e-335b-e7d9d1344f81-8fad2cf0, #w-node-_0b33edd0-dae2-fc96-ac57-3ffc00262424-8fad2cf0 {
  grid-area: Area-6;
  place-self: center;
}

#w-node-_68e4f54d-778d-6be3-dd60-174c4f63b236-8fad2cf0, #w-node-_5fb4c83d-93ae-36b0-030c-9104a5079726-8fad2cf0 {
  grid-area: Area-4;
  place-self: center;
}

#w-node-_704fc31f-e979-a011-6f29-c7ca460dd11c-460dd11a, #w-node-_704fc31f-e979-a011-6f29-c7ca460dd124-460dd11a, #w-node-_704fc31f-e979-a011-6f29-c7ca460dd12c-460dd11a, #w-node-_9582bb01-a20f-6f94-822c-ea5f61730491-460dd11a, #w-node-_704fc31f-e979-a011-6f29-c7ca460dd120-460dd11a, #w-node-b0fc4c11-2b44-0b3f-ad72-cc5197f67f32-460dd11a, #w-node-a40a66c1-0ccd-72df-6d32-9bd22e24eef1-2318f24e, #w-node-a40a66c1-0ccd-72df-6d32-9bd22e24eef5-2318f24e, #w-node-a40a66c1-0ccd-72df-6d32-9bd22e24eef9-2318f24e, #w-node-a40a66c1-0ccd-72df-6d32-9bd22e24eefd-2318f24e, #w-node-a40a66c1-0ccd-72df-6d32-9bd22e24ef01-2318f24e, #w-node-a57ccac6-c593-6ccf-ea97-2971f2811daa-2318f24e, #w-node-a57ccac6-c593-6ccf-ea97-2971f2811dae-2318f24e, #w-node-a57ccac6-c593-6ccf-ea97-2971f2811db2-2318f24e, #w-node-a57ccac6-c593-6ccf-ea97-2971f2811db6-2318f24e, #w-node-a57ccac6-c593-6ccf-ea97-2971f2811dba-2318f24e, #w-node-_04ca761f-84ac-b89f-a379-af979a588767-a118f24f, #w-node-cbb17f4e-d702-3b38-aa22-eb9b1a005572-a118f24f, #w-node-_72c4c0f8-d4f3-c01d-ddea-8e8cce36538a-a118f24f, #w-node-_2083f842-9c55-53fd-56d7-de280246ab74-a118f24f, #w-node-_568dc344-5fe7-0cc2-85da-23a73b98c369-a118f24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a0-a118f24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a2-a118f24f, #w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a4-a118f24f, #w-node-b3c89ff5-65aa-3134-037b-ea71a0a93a95-a118f24f, #w-node-_1b0055e6-bebe-dcb7-600b-aad02640ab19-a118f24f, #w-node-e870450b-4233-080b-864d-d35b3b1f4757-a418f253, #w-node-e870450b-4233-080b-864d-d35b3b1f475b-a418f253, #w-node-e870450b-4233-080b-864d-d35b3b1f475f-a418f253, #w-node-e870450b-4233-080b-864d-d35b3b1f4767-a418f253, #w-node-b3908969-964c-06cd-3582-1a4c7761d3ed-6818f257, #w-node-a7ecef68-7e0f-1bbe-3c78-58121dda3f84-6818f257, #w-node-b3908969-964c-06cd-3582-1a4c7761d3f1-6818f257, #w-node-_1c52dc19-75ef-1c57-2b45-30a8a4e9bd68-6818f257, #w-node-b3908969-964c-06cd-3582-1a4c7761d3f5-6818f257, #w-node-_3743b901-dc8a-0c54-ba68-c558cdc6bb5d-6818f257, #w-node-b3908969-964c-06cd-3582-1a4c7761d3f9-6818f257, #w-node-f4a4eb2d-3773-94b7-322a-46fd7a81b3d0-6818f257, #w-node-_0c70ab08-668a-c38b-c010-f3284c526f46-2a18f25d, #w-node-_0c70ab08-668a-c38b-c010-f3284c526f4a-2a18f25d, #w-node-_0c70ab08-668a-c38b-c010-f3284c526f4e-2a18f25d, #w-node-_0c70ab08-668a-c38b-c010-f3284c526f52-2a18f25d, #w-node-_0c70ab08-668a-c38b-c010-f3284c526f56-2a18f25d, #w-node-_0c70ab08-668a-c38b-c010-f3284c526f5a-2a18f25d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_272386ce-5ec0-ea35-5144-366187d27e0b-a694cfe6, #w-node-_272386ce-5ec0-ea35-5144-366187d27e0c-a694cfe6 {
  grid-area: Area-5;
  place-self: center;
}

#w-node-_272386ce-5ec0-ea35-5144-366187d27e0d-a694cfe6, #w-node-_272386ce-5ec0-ea35-5144-366187d27e0e-a694cfe6 {
  grid-area: Area-3;
  place-self: center;
}

#w-node-_272386ce-5ec0-ea35-5144-366187d27e0f-a694cfe6, #w-node-_272386ce-5ec0-ea35-5144-366187d27e10-a694cfe6 {
  grid-area: Area-6;
  place-self: center;
}

#w-node-_272386ce-5ec0-ea35-5144-366187d27e11-a694cfe6, #w-node-_272386ce-5ec0-ea35-5144-366187d27e12-a694cfe6 {
  grid-area: Area-4;
  place-self: center;
}

#w-node-_272386ce-5ec0-ea35-5144-366187d27e13-a694cfe6, #w-node-_272386ce-5ec0-ea35-5144-366187d27e14-a694cfe6 {
  grid-area: Area-2;
  place-self: center;
}

#w-node-_272386ce-5ec0-ea35-5144-366187d27e15-a694cfe6, #w-node-_272386ce-5ec0-ea35-5144-366187d27e16-a694cfe6 {
  grid-area: Area;
  place-self: center;
}

#w-node-_272386ce-5ec0-ea35-5144-366187d27e18-a694cfe6, #w-node-_272386ce-5ec0-ea35-5144-366187d27e19-a694cfe6 {
  grid-area: Area-5;
  place-self: center;
}

#w-node-_272386ce-5ec0-ea35-5144-366187d27e1a-a694cfe6, #w-node-_272386ce-5ec0-ea35-5144-366187d27e1b-a694cfe6 {
  grid-area: Area-3;
  place-self: center;
}

#w-node-_272386ce-5ec0-ea35-5144-366187d27e1c-a694cfe6, #w-node-_272386ce-5ec0-ea35-5144-366187d27e1d-a694cfe6 {
  grid-area: Area-6;
  place-self: center;
}

#w-node-_272386ce-5ec0-ea35-5144-366187d27e1e-a694cfe6, #w-node-_272386ce-5ec0-ea35-5144-366187d27e1f-a694cfe6 {
  grid-area: Area-4;
  place-self: center;
}

#w-node-_272386ce-5ec0-ea35-5144-366187d27e20-a694cfe6, #w-node-_272386ce-5ec0-ea35-5144-366187d27e21-a694cfe6 {
  grid-area: Area-2;
  place-self: center;
}

#w-node-_272386ce-5ec0-ea35-5144-366187d27e22-a694cfe6, #w-node-_272386ce-5ec0-ea35-5144-366187d27e23-a694cfe6 {
  grid-area: Area;
  place-self: center;
}

#w-node-_021c7924-154b-fe99-44bb-e6a97ae91974-a694cfe6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ded20c74-a707-13fe-0ab8-a2f0244750d2-a694cfe6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c9989ded-a909-7d3a-83ae-9e550bee4216-a694cfe6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06986ede-abd4-8cb7-d79a-e50acd05c628-2c94cfe8, #w-node-_06986ede-abd4-8cb7-d79a-e50acd05c629-2c94cfe8 {
  grid-area: Area-5;
  place-self: center;
}

#w-node-_06986ede-abd4-8cb7-d79a-e50acd05c62a-2c94cfe8, #w-node-_06986ede-abd4-8cb7-d79a-e50acd05c62b-2c94cfe8 {
  grid-area: Area-3;
  place-self: center;
}

#w-node-_06986ede-abd4-8cb7-d79a-e50acd05c62c-2c94cfe8, #w-node-_06986ede-abd4-8cb7-d79a-e50acd05c62d-2c94cfe8 {
  grid-area: Area-6;
  place-self: center;
}

#w-node-_06986ede-abd4-8cb7-d79a-e50acd05c62e-2c94cfe8, #w-node-_06986ede-abd4-8cb7-d79a-e50acd05c62f-2c94cfe8 {
  grid-area: Area-4;
  place-self: center;
}

#w-node-_06986ede-abd4-8cb7-d79a-e50acd05c630-2c94cfe8, #w-node-_06986ede-abd4-8cb7-d79a-e50acd05c631-2c94cfe8 {
  grid-area: Area-2;
  place-self: center;
}

#w-node-_06986ede-abd4-8cb7-d79a-e50acd05c632-2c94cfe8, #w-node-_06986ede-abd4-8cb7-d79a-e50acd05c633-2c94cfe8 {
  grid-area: Area;
  place-self: center;
}

#w-node-_06986ede-abd4-8cb7-d79a-e50acd05c635-2c94cfe8, #w-node-_06986ede-abd4-8cb7-d79a-e50acd05c636-2c94cfe8 {
  grid-area: Area-5;
  place-self: center;
}

#w-node-_06986ede-abd4-8cb7-d79a-e50acd05c637-2c94cfe8, #w-node-_06986ede-abd4-8cb7-d79a-e50acd05c638-2c94cfe8 {
  grid-area: Area-3;
  place-self: center;
}

#w-node-_06986ede-abd4-8cb7-d79a-e50acd05c639-2c94cfe8, #w-node-_06986ede-abd4-8cb7-d79a-e50acd05c63a-2c94cfe8 {
  grid-area: Area-6;
  place-self: center;
}

#w-node-_06986ede-abd4-8cb7-d79a-e50acd05c63b-2c94cfe8, #w-node-_06986ede-abd4-8cb7-d79a-e50acd05c63c-2c94cfe8 {
  grid-area: Area-4;
  place-self: center;
}

#w-node-_06986ede-abd4-8cb7-d79a-e50acd05c63d-2c94cfe8, #w-node-_06986ede-abd4-8cb7-d79a-e50acd05c63e-2c94cfe8 {
  grid-area: Area-2;
  place-self: center;
}

#w-node-_06986ede-abd4-8cb7-d79a-e50acd05c63f-2c94cfe8, #w-node-_06986ede-abd4-8cb7-d79a-e50acd05c640-2c94cfe8 {
  grid-area: Area;
  place-self: center;
}

#w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a0-1678d4cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a2-1678d4cf, #w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a4-1678d4cf, #w-node-acb90225-732d-d436-7102-3d71182d0eda-1678d4cf, #w-node-_8b47c661-0d3d-6015-b7ce-b850260ac0be-1678d4cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d260d9f3-4183-147b-77c9-cc00d2b712b6-53a2d8b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d260d9f3-4183-147b-77c9-cc00d2b712b8-53a2d8b8, #w-node-d260d9f3-4183-147b-77c9-cc00d2b712ba-53a2d8b8, #w-node-d260d9f3-4183-147b-77c9-cc00d2b712bc-53a2d8b8, #w-node-d260d9f3-4183-147b-77c9-cc00d2b712be-53a2d8b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a0-53a2d8b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a2-53a2d8b8, #w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a4-53a2d8b8, #w-node-acb90225-732d-d436-7102-3d71182d0eda-53a2d8b8, #w-node-_8b47c661-0d3d-6015-b7ce-b850260ac0be-53a2d8b8, #w-node-bdb009cf-2e2b-6886-880b-0ffe31579a73-53a2d8b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24023921-7f23-e346-d422-5baea4a43889-53a2d8b8 {
  grid-area: Area;
}

#w-node-d260d9f3-4183-147b-77c9-cc00d2b712b6-2a16ebff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d260d9f3-4183-147b-77c9-cc00d2b712b8-2a16ebff, #w-node-d260d9f3-4183-147b-77c9-cc00d2b712ba-2a16ebff, #w-node-d260d9f3-4183-147b-77c9-cc00d2b712bc-2a16ebff, #w-node-d260d9f3-4183-147b-77c9-cc00d2b712be-2a16ebff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a0-2a16ebff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a2-2a16ebff, #w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a4-2a16ebff, #w-node-acb90225-732d-d436-7102-3d71182d0eda-2a16ebff, #w-node-_8b47c661-0d3d-6015-b7ce-b850260ac0be-2a16ebff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d260d9f3-4183-147b-77c9-cc00d2b712b6-bb348085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d260d9f3-4183-147b-77c9-cc00d2b712b8-bb348085, #w-node-d260d9f3-4183-147b-77c9-cc00d2b712ba-bb348085, #w-node-d260d9f3-4183-147b-77c9-cc00d2b712bc-bb348085, #w-node-d260d9f3-4183-147b-77c9-cc00d2b712be-bb348085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a0-bb348085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a2-bb348085, #w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a4-bb348085, #w-node-acb90225-732d-d436-7102-3d71182d0eda-bb348085, #w-node-_8b47c661-0d3d-6015-b7ce-b850260ac0be-bb348085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d260d9f3-4183-147b-77c9-cc00d2b712b6-5e4d6a10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d260d9f3-4183-147b-77c9-cc00d2b712b8-5e4d6a10, #w-node-d260d9f3-4183-147b-77c9-cc00d2b712ba-5e4d6a10, #w-node-d260d9f3-4183-147b-77c9-cc00d2b712bc-5e4d6a10, #w-node-d260d9f3-4183-147b-77c9-cc00d2b712be-5e4d6a10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a0-5e4d6a10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a2-5e4d6a10, #w-node-cd8af5ab-17ba-0901-8f70-b556cfbb40a4-5e4d6a10, #w-node-acb90225-732d-d436-7102-3d71182d0eda-5e4d6a10, #w-node-_8b47c661-0d3d-6015-b7ce-b850260ac0be-5e4d6a10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a7f7c575-f8ec-37b5-4451-4ca6ee7a590f-d018f24c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7f7c575-f8ec-37b5-4451-4ca6ee7a590f-d018f24c, #w-node-a7f7c575-f8ec-37b5-4451-4ca6ee7a5914-d018f24c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Biennale';
  src: url('../fonts/Biennale-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url('../fonts/Biennale-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url('../fonts/Biennale-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}