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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 0px;
}

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

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  flex-shrink: 0;
  flex-grow: 0;
  height: 38px;
}

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: #fff;
  font-family: Thicccboi, sans-serif;
  color: #06080f;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 100px;
  line-height: 104%;
  font-weight: 600;
  letter-spacing: -0.03em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #06080f;
  font-size: 56px;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -0.1rem;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #06080f;
  font-size: 32px;
  line-height: 100%;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.02em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #06080f;
  font-size: 22px;
  line-height: 140%;
  font-weight: 600;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #06080f;
  font-size: 22px;
  line-height: 140%;
  font-weight: 600;
}

h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #06080f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  color: #06080f;
}

a {
  color: #06080f;
  text-decoration: none;
}

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

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

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 600;
}

strong {
  font-weight: 700;
}

blockquote {
  margin-bottom: 48px;
  padding: 86px 73px;
  border-left: 0px solid #000;
  border-radius: 24px;
  background-color: #06080f;
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
}

figure {
  margin-top: 20px;
  margin-bottom: 40px;
}

figcaption {
  margin-top: 24px;
  text-align: center;
}

.mg-bottom-10px {
  margin-bottom: 10px;
}

.mg-top-8px {
  margin-top: 8px;
}

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

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

.mg-top-24px {
  margin-top: 24px;
}

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

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

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-top-48px {
  margin-top: 48px;
}

.hidden-desktop {
  display: none;
}

.flex {
  display: flex;
}

.flex.company-logos {
  width: 100%;
  margin-top: 80px;
  justify-content: space-between;
  grid-column-gap: 30px;
}

.flex.company-logos.partners {
  margin-top: 0px;
}

.flex.align-center {
  align-items: center;
}

.inline {
  display: inline;
}

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

.text-center {
  z-index: 30;
  text-align: center;
}

.color-white {
  color: #fff;
}

.bg-primary-1 {
  background-color: #1649ff;
}

.bg-secondary-1 {
  background-color: #2d21b2;
}

.bg-neutral-600 {
  background-color: #515b72;
}

.bg-neutral-300 {
  background-color: #eff1f6;
}

.main-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.style-guide-content {
  max-width: 100%;
  margin-left: 24px;
  flex: 1;
  border-radius: 24px;
}

.section-styleguide {
  padding: 86px 4%;
}

.style-guide-title {
  margin-top: 0px;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-container {
  border-style: solid;
  border-width: 1px;
  border-color: #1d263b;
  border-radius: 16px;
  background-color: #1d263b;
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-block.bg-primary-1 {
  background-color: #345eee;
}

.color-block.bg-secondary-1 {
  background-color: #244dd8;
}

.color-block.black {
  background-color: #06080f;
}

.color-block.dim-grey {
  background-color: #54575f;
}

.color-block.white-smoke {
  background-color: #eff2f6;
}

.color-block.gainsboro {
  background-color: #dfdfdf;
}

.color-block.bg-neutral-300 {
  background-color: #dadae9;
}

.color-block.dark-lilac {
  background-color: #57608e;
}

.color-block.grey {
  background-color: #939393;
}

.color-block.lighter-black {
  background-color: #24262c;
}

.color-block.bg-primary-2 {
  background-color: #bdf642;
}

.color-block.bg-secondary-2 {
  background-color: #aaf018;
}

.color-block.white {
  background-color: #fff;
}

.color-block.blue-button-hover {
  background-color: #4066e4;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  margin-bottom: 11px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #a0a9bd;
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0px;
}

.style-guide-subtitle.rich-text {
  margin-top: 88px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #515b72;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  margin-top: 27px;
  color: #24262c;
  font-weight: 500;
}

.paragraph-large {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.style-guide-content-wrapper {
  padding-top: 110px;
  padding-bottom: 110px;
}

.style-guide-icons-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 110px;
  padding-bottom: 110px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, 80px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #bdf642;
  border-radius: 10px;
  background-color: #bdf642;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  color: #06080f;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
}

.button-primary:hover {
  border-color: #aaf018;
  background-color: #aaf018;
}

.button-primary.small {
  padding: 16px 22px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.large {
  padding: 24px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  display: block;
  width: 100%;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0px;
}

.button-primary.pricing-bottom {
  margin-top: auto;
}

.button-secondary {
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #939393;
  border-radius: 8px;
  background-color: #06080f;
  transition: transform 300ms ease, color 300ms ease, background-color 300ms ease;
  color: #fff;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
}

.button-secondary:hover {
  border-color: #fff;
  background-color: #fff;
  color: #06080f;
}

.button-secondary.small {
  padding: 16px 22px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 24px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.discounts {
  height: auto;
  margin-left: 0px;
  padding-right: 16px;
  padding-bottom: 22px;
  padding-left: 16px;
  flex: 0 auto;
  border-width: 1px;
}

.button-secondary.full-width {
  width: 100%;
}

.header {
  position: relative;
  z-index: 2000;
  padding: 20px 4%;
  background-color: #06080f;
}

.header-logo {
  transition: transform 300ms ease;
}

.header-navigation {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}

.nav-item-wrapper.last {
  margin-right: 0px;
}

.nav-item-wrapper.first {
  margin-left: 0px;
  border-radius: 8px;
}

.nav-item-wrapper.header-button-wrapper {
  display: none;
}

.nav-link {
  display: block;
  padding: 12px 16px 10px;
  border-radius: 8px;
  transition: background-color 300ms ease, color 200ms ease;
  color: #fff;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link:hover {
  background-color: #fff;
  color: #24262c;
}

.nav-link.w--current {
  background-color: #fff;
  color: #06080f;
}

.nav-link.dropdown {
  display: inline-block;
}

.nav-menu {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 8px;
  background-color: #24262c;
}

.nav-menu.left {
  margin-right: 0px;
}

.footer {
  padding-right: 4%;
  padding-left: 4%;
  background-color: #06080f;
}

.footer.white {
  background-color: #f0f3f7;
}

.footer-grid {
  padding-top: 60px;
  padding-bottom: 120px;
  justify-content: space-between;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  -ms-grid-columns: 0.8fr 1fr 1fr;
  grid-template-columns: 0.8fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-grid.v2 {
  -ms-grid-columns: 0.5fr 0.9fr auto;
  grid-template-columns: 0.5fr 0.9fr auto;
}

.footer-nav {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  flex-direction: column;
  grid-row-gap: 26px;
  list-style-type: none;
}

.footer-nav.horizontal {
  display: flex;
  flex-direction: row;
  grid-column-gap: 30px;
}

.footer-logo {
  width: 134px;
  transition: transform 300ms ease;
}

.footer-logo:hover {
  transform: translate(0px, -2px);
}

.footer-nav-item {
  line-height: 100%;
}

.footer-nav-item.last {
  margin-bottom: 0px;
}

.footer-nav-item.social-media-link-wrapper {
  display: flex;
  align-items: center;
}

.page-wrapper {
  overflow: hidden;
}

.section {
  position: relative;
  padding: 150px 4%;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  background-color: #fff;
}

.section.utility-page {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #515b72;
  background-color: #06080f;
}

.section.home-hero {
  position: relative;
  z-index: 50;
  display: flex;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 90px;
  flex-direction: column;
  justify-content: space-between;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  background-color: #06080f;
}

.section.about {
  position: relative;
  display: flex;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 190px;
  align-items: center;
  background-color: #06080f;
}

.section.about-cryptos {
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 60px;
  background-image: linear-gradient(130deg, #345eee, #244dd8);
}

.section.top {
  padding-top: 96px;
  background-color: #fff;
}

.section.top.pricing {
  padding-bottom: 60px;
}

.section.medium {
  z-index: 20;
  padding-top: 120px;
}

.section.medium.licenses {
  padding-bottom: 120px;
}

.section.medium.contact {
  padding-bottom: 0px;
}

.section.numbers {
  z-index: 30;
  margin-top: -60px;
  background-image: linear-gradient(130deg, #345eee, #244dd8);
}

.section.marquee {
  overflow: hidden;
  padding-bottom: 0px;
}

.section.adv-card {
  z-index: 40;
  overflow: visible;
}

.section.cta {
  overflow: hidden;
  border-radius: 60px;
  background-color: #06080f;
}

.section.contact-hero {
  z-index: 20;
  padding-bottom: 120px;
  background-color: #06080f;
}

.section.faq {
  padding-top: 250px;
  border-radius: 60px 60px 0px 0px;
  background-color: #06080f;
}

.section.faq.pricing {
  padding-top: 150px;
}

.section.partners {
  margin-top: -60px;
  padding-top: 100px;
  padding-bottom: 120px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #06080f;
}

.section.values {
  padding-bottom: 80px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.section.search {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #06080f;
}

.section.order-confirmation {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #06080f;
}

.section.service-hero {
  position: relative;
  display: flex;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 90px;
  align-items: center;
  background-color: #06080f;
}

.section.checkout-form {
  border-radius: 0px;
}

.section.feature-sec {
  display: flex;
  align-items: center;
  flex: 1;
  border-radius: 0px;
  background-color: #f0f3f7;
}

.utility-page-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 80vh;
  padding: 121px 24px;
  justify-content: center;
  align-items: center;
  background-color: #06080f;
}

.utility-page-content-password {
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 64px;
  flex-direction: column;
  border-radius: 24px;
  background-color: #24262c;
  box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05);
  text-align: center;
}

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

.input {
  height: 64px;
  margin-bottom: 0px;
  padding: 20px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background-color: #070910;
  transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 110%;
}

.input:hover {
  border-color: #bdf642;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.85);
}

.input:focus {
  border-color: #bdf642;
  color: #fff;
}

.input.-wfp-focus {
  border-color: #bdf642;
  color: #fff;
}

.input::-moz-placeholder {
  color: #54575f;
  font-size: 18px;
}

.input::-ms-input-placeholder {
  color: #54575f;
  font-size: 18px;
}

.input::placeholder {
  color: #54575f;
  font-size: 18px;
}

.input.password {
  margin-bottom: 20px;
}

.input.checkout {
  height: 64px;
  margin-bottom: 16px;
}

.input.discounts {
  height: 46px;
  margin-bottom: 16px;
  flex: 0 auto;
  border-width: 1px;
}

.input.footer {
  height: 52px;
  background-color: #eff2f6;
  color: #24262c;
  font-size: 14px;
}

.input.footer::-moz-placeholder {
  color: #06080f;
  font-size: 14px;
}

.input.footer::-ms-input-placeholder {
  color: #06080f;
  font-size: 14px;
}

.input.footer::placeholder {
  color: #06080f;
  font-size: 14px;
}

.input.search {
  background-image: url('../images/search-icon-webflow-template.svg');
  background-position: 94% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.input.quantity {
  height: 47px;
}

.input.text-area {
  height: 160px;
}

.input.cta {
  width: 300px;
  height: 58px;
  padding: 22px 20px;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background-color: #4066e4;
  font-size: 14px;
}

.input.cta::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.input.cta::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.input.cta::placeholder {
  color: #fff;
  font-size: 14px;
}

.utility-page-content-404 {
  position: relative;
  z-index: 60;
  max-width: 570px;
}

._404-title {
  margin-bottom: 6px;
  color: #fff;
  font-size: 140px;
  line-height: 148px;
  font-weight: 600;
}

.container-760px {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.container-760px.utility-page {
  text-align: center;
}

.divider {
  width: 100%;
  min-height: 1px;
  background-color: #515b72;
}

.divider.bg-neutral-600 {
  background-color: rgba(223, 228, 234, 0.9);
}

.divider.spacer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.spacer.white {
  background-color: rgba(255, 255, 255, 0.5);
}

.divider.pricing-card {
  margin-top: 33px;
  margin-bottom: 33px;
}

.divider.pricing-card.featured {
  background-color: #fff;
}

.divider.hotizontal {
  width: 1px;
  height: 50px;
  min-height: auto;
  margin-right: 25px;
  margin-left: 25px;
  background-color: rgba(223, 228, 234, 0.9);
}

.paragraph.password {
  margin-bottom: 40px;
  color: #939393;
}

.paragraph._404 {
  margin-bottom: 40px;
  color: #939393;
}

.paragraph.utility-page {
  margin-bottom: 0px;
  color: #fff;
}

.paragraph.utility-page {
  color: #939393;
}

.paragraph.about-cryptos {
  color: #fff;
  font-size: 18px;
}

.paragraph.search {
  color: #eff2f6;
}

.paragraph-small {
  font-size: 16px;
  line-height: 28px;
}

.card-item {
  overflow: hidden;
  border-radius: 24px;
  color: #06080f;
  text-decoration: none;
}

.card-item.checkout {
  margin-bottom: 40px;
}

.card-item.checkout.last {
  margin-bottom: 0px;
}

.card-item.checkout.order-summary {
  margin-bottom: 0px;
  border-bottom-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-item.integration-card {
  position: relative;
  display: block;
  padding: 40px 32px 56px;
  background-color: #24262c;
  transition-property: transform;
}

.card-item.integration-card:hover {
  transform: translate(0px, -4px);
}

.card-item.value-card {
  display: flex;
  padding: 40px 32px;
  justify-content: flex-start;
  align-items: center;
  background-image: linear-gradient(180deg, #eff2f6, #fff);
}

.card-item.press-card {
  display: block;
  padding: 56px 48px 64px;
  background-color: #1d263b;
  transition-property: transform;
}

.card-item.press-card:hover {
  transform: translate(0px, -4px);
}

.card-item.pricing-card {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 36px 20px 64px;
  flex-direction: column;
  justify-content: space-between;
  background-image: linear-gradient(180deg, #eff2f6 34%, rgba(250, 243, 243, 0.3));
  transition: color 300ms ease;
}

.card-item.pricing-card.featured {
  background-image: linear-gradient(180deg, #345eee, #244dd8);
}

.card-item.contact-card {
  display: flex;
  padding: 30px 24px 80px;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(180deg, #eff2f6, rgba(239, 242, 246, 0.3));
  transition: transform 300ms ease, color 300ms ease;
  text-align: center;
}

.card-item.plan-pricing {
  padding: 56px;
  background-color: #24262c;
}

.card-item.search-results {
  height: 100%;
  padding: 36px 32px 28px;
  background-color: #24262c;
  transition: transform 300ms ease;
}

.card-item.home-adv {
  position: relative;
  z-index: 10;
  display: flex;
  overflow: visible;
  min-height: 400px;
  padding: 30px 6%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
  background-image: linear-gradient(180deg, #eff2f6 45%, rgba(255, 255, 255, 0));
  color: #06080f;
}

.checkout-form {
  padding-top: 80px;
  padding-bottom: 150px;
  background-color: #06080f;
}

.checkout-form.order-info {
  padding-right: 0px;
  padding-left: 0px;
}

.checkout-block-header {
  padding: 30px 40px 20px;
  border-width: 0px 0px 1px;
  border-bottom-color: #54575f;
  background-color: #24262c;
}

.checkout-block-content {
  padding: 40px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-color: #24262c;
}

.title.checkout {
  margin-bottom: 0px;
  color: #fff;
}

.title.order-item {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.split-content.checkout-left {
  margin-right: 50px;
  flex-grow: 1;
}

.split-content.checkout-right {
  position: static;
  flex-grow: 1;
}

.split-content.header-right {
  flex: 1;
}

.split-content.header-right.v2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 auto;
}

.split-content.header-left {
  display: flex;
  min-width: 180px;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.split-content.header-left.v2 {
  justify-content: flex-start;
  flex: 0 auto;
}

.split-content.header-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.split-content.header-middle.v2 {
  flex: 0 auto;
}

.checkout-field-label {
  margin-top: 15px;
  margin-bottom: 10px;
}

.checkout-required-text {
  color: #fff;
  font-size: 20px;
}

.checkout-billing-address-toggle {
  margin-top: 10px;
  align-items: center;
}

.checkout-checkbox-label {
  margin-bottom: 0px;
}

.checkout-checkbox {
  margin-top: 0px;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  margin-bottom: 40px;
  justify-content: space-between;
}

.image-wrapper.order-item-image {
  max-width: 80px;
  margin-right: 20px;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.company-logo {
  display: block;
  transition: transform 300ms ease;
}

.order-item-wrapper {
  display: flex;
  margin-right: 16px;
  flex-wrap: wrap;
}

.order-item-content {
  margin-right: 0px;
  margin-left: 0px;
}

.order-item-price {
  color: #fff;
  font-weight: 600;
}

.order-item-quantity-result {
  color: #fff;
}

.apple-pay {
  height: 56px;
  border-radius: 10px;
}

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: #fff;
  font-weight: 500;
}

.order-summary-total {
  color: #fff;
  font-size: 20px;
}

.discounts {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  flex-direction: column;
  border-width: 0px;
  background-color: transparent;
}

.checkout-hero-wrapper {
  max-width: 550px;
  color: #fff;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-button {
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #939393;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 300ms ease, transform 300ms ease, color 200ms ease;
}

.cart-button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #06080f;
}

.cart-quantity {
  display: inline;
  height: auto;
  min-width: auto;
  margin-left: 0px;
  padding-right: 0.1em;
  padding-left: 0.1em;
  background-color: transparent;
  color: #345eee;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

.cart-container {
  max-width: 500px;
  background-color: #06080f;
}

.cart-close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 300ms ease;
  color: #fff;
  transform-style: preserve-3d;
}

.cart-close-button:hover {
  transform: scale3d(1.15, 1.15, 1.01);
}

.text-400 {
  font-size: 24px;
  line-height: 26px;
}

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

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

.text-300 {
  font-size: 20px;
  line-height: 22px;
}

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

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

.text-200 {
  font-size: 16px;
  line-height: 120%;
}

.text-200.medium-color {
  color: #57608e;
  font-weight: 500;
}

.text-200.medium-color.color-white {
  color: #fff;
}

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

.text-200.semi-bold {
  font-weight: 600;
}

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

.text-100 {
  font-size: 16px;
  line-height: 18px;
}

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

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

.cart-text {
  display: inline;
}

.nav-menu-dropdown {
  display: inline-block;
}

.dropdown-arrow {
  display: inline-block;
  margin-left: 0.6em;
  font-family: 'Icons defi x template', sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.h3-sales-card.width-60 {
  width: 60%;
}

.h3-sales-card.max-460 {
  max-width: 460px;
  margin-right: auto;
  margin-left: auto;
}

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

.grid-2-columns.align-center {
  align-items: center;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.auto-1fr {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}

.grid-2-columns.dropdow {
  grid-column-gap: 50px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}

.grid-2-columns.contact {
  grid-row-gap: 32px;
}

.grid-2-columns.product-page {
  align-items: start;
  grid-column-gap: 64px;
  -ms-grid-columns: 1fr 0.7fr;
  grid-template-columns: 1fr 0.7fr;
}

.grid-2-columns.about-cryptos {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

.h4-size {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 600;
}

.h4-size.mg-bottom-4px {
  margin-bottom: 4px;
}

.logo-bar.v2 {
  display: flex;
  margin-top: 100px;
  padding-top: 100px;
  flex-direction: column;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.company-logo {
  justify-content: center;
  align-items: center;
  opacity: 0.46;
  transition: opacity 300ms ease, color 300ms ease;
}

.company-logo:hover {
  opacity: 1;
}

._2-button-wrap {
  display: flex;
  margin-top: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

._2-button-wrap.mg-top-48px {
  position: relative;
  z-index: 20;
  grid-column-gap: 30px;
}

._2-button-wrap.center-buttons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

._2-button-wrap.cta-v2 {
  position: relative;
  z-index: 10;
  justify-content: flex-end;
  flex: 0 0 auto;
}

._2-button-wrap.center-t {
  margin-top: 10px;
}

.shape {
  display: block;
}

.shape.home-hero {
  position: absolute;
  display: block;
}

.shape.home-hero.cubes---01 {
  left: 5%;
  top: 53%;
  right: auto;
  bottom: auto;
  width: 18%;
  margin-right: auto;
  margin-bottom: auto;
}

.shape.home-hero.rings {
  left: auto;
  top: auto;
  right: 5%;
  bottom: -20%;
  width: 16%;
}

.shape.about {
  position: absolute;
}

.shape.about.about-cryptos---01 {
  left: auto;
  top: auto;
  right: 2%;
  bottom: 58%;
  justify-content: center;
  align-items: center;
}

.shape.about.about-cryptos---02 {
  left: 0%;
  top: -10%;
  right: auto;
  bottom: auto;
}

.shape.about.about-cryptos---03 {
  left: 10%;
  top: auto;
  right: auto;
  bottom: 10%;
}

.shape.about.hero---01 {
  top: auto;
  right: 22%;
  bottom: -8%;
}

.shape.about.hero---02 {
  left: auto;
  top: -22%;
  right: -2%;
  bottom: auto;
}

.shape.about.hero---03 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -60%;
}

.inner-container-600px {
  position: relative;
  z-index: 30;
  max-width: 600px;
}

.inner-container-600px.center-content {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.inner-container-550px {
  max-width: 550px;
}

.inner-container-550px.center-content {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.grid-3-column {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 90px;
  grid-auto-columns: 1fr;
  grid-column-gap: 1vw;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mg-bottom-large-80px {
  margin-bottom: 80px;
}

.icon {
  display: block;
}

.icon.mg-right-24px.grey {
  width: 40%;
  margin-right: 0px;
  margin-left: 20px;
  filter: saturate(0%);
}

.cta-wrp {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
}

.cta-wrp.v1 {
  position: relative;
  top: 150px;
  z-index: 10;
  display: flex;
  overflow: hidden;
  padding: 70px 5%;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 24px;
  background-color: #244fdd;
  color: #fff;
}

.cta-content {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-content.newsletter {
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}

.cta-content.v2 {
  align-items: flex-start;
}

.icon-font {
  font-family: 'Icons defi x template', sans-serif;
  text-decoration: none;
}

.icon-font.pricing-check {
  margin-top: -2px;
  margin-right: 16px;
}

.icon-font.pricing-check.featured {
  color: #bdf642;
}

.display-none {
  display: none;
}

.inner-container-600px {
  max-width: 600px;
}

.inner-container-600px.center-content {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.footer-bottom-content {
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  justify-content: space-between;
  text-align: center;
}

.footer-column.middle {
  display: flex;
  width: 100%;
  max-width: 380px;
  justify-content: center;
}

.footer-column.middle.horizontal {
  width: auto;
  max-width: none;
}

.footer-link {
  transition: color 350ms ease;
  color: #54575f;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.social-media {
  display: flex;
  align-items: center;
  grid-column-gap: 6px;
}

.footer-link.black-hover:hover {
  color: #06080f;
}

.social-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  grid-column-gap: 8px;
}

.social-link {
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.social-link:hover {
  background-color: #aaf018;
  color: #fff;
}

.social-link.grey {
  background-color: #f0f3f7;
}

.social-link.grey:hover {
  background-color: #bdf642;
}

.social-link._26px {
  width: 26px;
  height: 26px;
}

.footer-nav-main-wrapper {
  display: flex;
  margin-right: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-nav-main-wrapper.last {
  margin-right: 0px;
}

.footer-nav-main-wrapper.horizontal {
  flex-direction: row;
  align-items: center;
}

.footer-title {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
}

.footer-form-block {
  position: relative;
  margin-bottom: 0px;
}

.footer-form {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  grid-column-gap: 15px;
}

.success-message {
  padding: 24px;
  border-radius: 12px;
  background-color: #bdf642;
  color: #06080f;
}

.success-message.white {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #515b72;
  color: #fff;
}

.error-message {
  margin-top: 16px;
  padding: 24px;
  border-radius: 12px;
  background-color: #ffdbdb;
  color: #f63434;
  text-align: center;
}

.error-message.mg-top-24px {
  margin-top: 24px;
}

.link-primary {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.cms-empty-state {
  display: flex;
  min-height: 180px;
  padding: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #24262c;
  color: #fff;
  font-weight: 500;
}

.cms-empty-state.small {
  min-height: auto;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #515b72;
  background-color: transparent;
  color: #a6acb8;
  font-weight: 400;
}

.inner-container-530px {
  max-width: 530px;
}

.heading-size-h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 600;
}

.heading-size-h2.pricing-card-price {
  margin-right: 8px;
  color: #06080f;
}

.heading-size-h2.pricing-card-price.color-white {
  color: #fff;
}

.heading-size-h4 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

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

.grid-1-column.faq {
  grid-row-gap: 0px;
}

.dropdown-container {
  left: -208px;
  display: block;
  min-width: 473px;
  padding: 38px 30px;
  border-radius: 24px;
  background-color: #244dd8;
}

.dropdown-link-list {
  padding-left: 0px;
  list-style-type: none;
}

.dropdown-title {
  margin-bottom: 28px;
  color: #fff;
  font-weight: 600;
}

.dropdown-list-item {
  margin-bottom: 10px;
}

.dropdown-link {
  color: #a6acb8;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #fff;
}

.dropdown-link.special {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 3px solid #fff;
  transition: border-color 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
}

.dropdown-link.special:hover {
  border-bottom-color: #a9b7f0;
  color: #a9b7f0;
}

.cart-header {
  border-bottom-color: hsla(0, 0%, 57.6%, 0.5);
}

.cart-icon-close {
  filter: brightness(500%);
}

.cart-product-title {
  color: #fff;
  font-weight: 700;
}

.cart-product-price {
  margin-bottom: 12px;
  color: #f7f7fb;
}

.cart-footer {
  margin-right: -21px;
  margin-left: -21px;
  padding-top: 39px;
  padding-bottom: 39px;
  border-top-color: hsla(0, 0%, 57.6%, 0.5);
  background-color: #24262c;
}

.cart-product-subtotal {
  color: #fff;
}

.cart-empty-state {
  flex-direction: column;
}

.cart-empty-state-text {
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.cart-form-wrapper {
  padding-right: 21px;
  padding-left: 21px;
}

.inner-container-660px {
  max-width: 660px;
}

.cta-section {
  position: relative;
  z-index: 10;
  margin-top: -80px;
  padding: 16px 4%;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  background-color: #fff;
}

.category-title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.color-neutral-300 {
  color: #57608e;
}

.color-neutral-300.color-white {
  color: #fff;
}

.pricing-card-icon {
  width: 150px;
  margin-bottom: 28px;
  filter: saturate(100%);
}

.pricing-card-price-wrapper {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  align-items: flex-end;
}

.pricing-card-features-list {
  margin-top: 20px;
  margin-bottom: 48px;
  padding-left: 0px;
  list-style-type: none;
}

.pricing-card-list-item {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}

.pricing-card-wrapper {
  height: 100%;
}

.faq-item-wrapper {
  margin-bottom: 30px;
  padding: 40px 40px 10px;
  border-radius: 12px;
  background-color: #06080f;
  transition: transform 300ms ease;
  cursor: pointer;
}

.faq-item-wrapper:active {
  border-top-style: none;
  border-radius: 12px;
}

.faq-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-spacer-10px {
  height: 10px;
}

.faq-bottom-content {
  overflow: hidden;
  padding-left: 43px;
}

.heading-size-h5.faq-title {
  margin-right: 25px;
  margin-bottom: 0px;
  color: #fff;
}

.faq-icon {
  position: relative;
  display: flex;
  width: 34px;
  height: 34px;
  min-height: 34px;
  min-width: 34px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #90cd11;
}

.faq-icon-line {
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 50px;
  background-color: #070910;
}

.faq-icon-line.bottom {
  transform: rotate(90deg);
}

.faq-paragraph {
  max-width: 650px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 170%;
}

.social-wrp {
  margin-top: auto;
}

.contact-form-card {
  padding: 50px 32px;
  border-radius: 24px;
  background-color: #24262c;
}

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

.rich-text h2 {
  margin-top: 48px;
}

.rich-text h3 {
  margin-top: 48px;
}

.rich-text li {
  margin-bottom: 8px;
}

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

.rich-text ol {
  margin-bottom: 40px;
}

.rich-text img {
  border-radius: 24px;
}

.rich-text.mg-top--24px {
  margin-top: -24px;
}

.inner-container-1030px {
  max-width: 1030px;
}

.inner-container-1030px.center-content {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

._2-titles {
  margin-top: 5px;
  margin-bottom: 5px;
}

._2-titles.left {
  margin-right: 16px;
}

.plan-page-icon {
  width: 140px;
  margin-bottom: 20px;
}

.plan-price-page {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
}

._404-shapes {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
}

._404-shape {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

._404-shape._01 {
  left: 17%;
  top: 16%;
  max-width: 260px;
}

._404-shape._02 {
  left: 9%;
  top: auto;
  right: auto;
  bottom: 8%;
  max-width: 150px;
}

._404-shape._03 {
  left: auto;
  top: 5%;
  right: 22%;
  bottom: auto;
  max-width: 240px;
}

._404-shape._04 {
  left: auto;
  top: auto;
  right: 13%;
  bottom: 30%;
  max-width: 220px;
}

.search-title {
  display: inline-block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
  text-decoration: none;
}

.search-results-card-wrapper {
  height: 100%;
}

.heading-size-h3 {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.subtitle {
  color: #dadae9;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.04em;
}

.hero-content {
  position: relative;
  z-index: 30;
  display: flex;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.button-text-link {
  display: flex;
  padding: 20px 32px;
  justify-content: center;
  grid-column-gap: 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button-text-link.white {
  color: #fff;
}

.button-text-link.blue {
  justify-content: center;
  border-color: rgba(255, 255, 255, 0);
  background-color: rgba(64, 102, 228, 0);
  color: #fff;
}

.scroll-wrapper {
  display: flex;
  width: 65px;
  height: 65px;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.37);
  border-radius: 60px;
  background-color: #06080f;
}

.h2-left-840px {
  max-width: 840px;
}

.paragraph-18px {
  color: #57608e;
  font-size: 18px;
  letter-spacing: -0.04em;
}

.read-text-link {
  color: #345eee;
  font-weight: 600;
}

.adv-card-shape {
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: 1;
}

.numbers-content-flexbox {
  display: flex;
  grid-column-gap: 120px;
}

.h2-numbers {
  color: #fff;
}

.numbers {
  color: #fff;
  font-size: 120px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.caption {
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.caption.numbers {
  color: rgba(239, 242, 246, 0.8);
}

.caption.marquee {
  color: rgba(6, 8, 15, 0.5);
  text-align: center;
}

.numbers-vertical-block {
  display: flex;
  flex-direction: column;
  grid-row-gap: 112px;
}

.three-stars {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 30%;
}

.three-stars.about {
  left: 9%;
  bottom: 50%;
}

.one-star {
  position: absolute;
  left: 17%;
  top: auto;
  right: auto;
  bottom: 17%;
}

.one-star.about {
  left: 28%;
  bottom: 30%;
}

.star-shape {
  position: absolute;
  left: 3%;
}

.donut-shape {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: -11%;
}

.marquee-card {
  display: flex;
  min-width: 180px;
  flex-direction: column;
  flex: 1;
  border-radius: 20px;
  background-color: #f0f3f7;
}

.marquee-infinite {
  display: flex;
  margin-right: 40px;
  grid-column-gap: 40px;
}

.h2-marquee {
  margin-top: 15px;
  margin-bottom: 80px;
  text-align: center;
}

.marquee-title {
  margin-top: 24px;
  margin-left: 24px;
  color: #06080f;
  line-height: 110%;
  font-weight: 600;
}

.marquee-logo {
  margin: 40px;
}

.marquee-wrapper {
  display: flex;
  margin-bottom: 150px;
  justify-content: center;
}

.h2-cta {
  max-width: 660px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.h2-cta.left {
  font-size: 35px;
  text-align: left;
}

.cta-paragraph-600px {
  max-width: 600px;
  color: #eff2f6;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.03em;
}

.cubes-shape {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 4%;
  z-index: 5;
}

.h2-testimonials {
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: center;
}

.testimonials-card {
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 30px;
  background-image: linear-gradient(180deg, #eff2f6 30%, hsla(0, 0%, 100%, 0));
}

.client-block {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
}

.client-flex {
  display: flex;
  flex-direction: column;
}

.client-caption {
  margin-top: 6px;
  color: #54575f;
  font-size: 14px;
  letter-spacing: -0.04em;
}

.testimonial-paragraph {
  margin-top: 20px;
  color: #54575f;
}

.testimonial-stars-flex {
  display: flex;
  margin-top: auto;
}

.note-star.unchecked {
  filter: saturate(10%);
}

.footer-paragraph {
  color: #636363;
}

.button-submit {
  padding: 15px 30px;
  align-self: flex-start;
  border-radius: 8px;
  background-color: #345eee;
  transition: transform 300ms ease, background-color 300ms ease;
  font-size: 14px;
}

.button-submit:hover {
  background-color: #244dd8;
}

.button-submit.secondary {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #bdf642;
  transition: transform 300ms ease, background-color 300ms ease;
  color: #06080f;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
}

.button-submit.secondary:hover {
  background-color: #aaf018;
  background-image: none;
}

.button-submit.small {
  padding-right: 22px;
  padding-left: 22px;
}

.button-submit.large {
  padding: 20px 60px;
  font-size: 20px;
  line-height: 22px;
}

.footer-bottom-text {
  color: #54575f;
  text-align: left;
}

.footer-link-buttons {
  display: flex;
  grid-column-gap: 14px;
}

.footer-link-button {
  color: #54575f;
}

.footer-link-button:hover {
  color: #fff;
}

.footer-link-button.black-hover {
  transition: transform 300ms ease, color 300ms ease;
}

.footer-link-button.black-hover:hover {
  color: #06080f;
}

.background-grid-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  height: 100%;
  padding-top: 60px;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  grid-row-gap: 150px;
}

.line-grid-horizontal {
  width: 100%;
  height: 1px;
  max-height: 1px;
  background-image: linear-gradient(90deg, #06080f, rgba(255, 255, 255, 0.17) 10%, rgba(255, 255, 255, 0.17) 90%, #06080f);
}

.line-grid-horizontal.contact.cta {
  background-color: rgba(255, 255, 255, 0.17);
  background-image: none;
}

.line-grid-horizontal.about.cta {
  background-color: rgba(255, 255, 255, 0.17);
  background-image: none;
}

.background-grid-vertical {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 auto;
  grid-column-gap: 150px;
}

.line-grid-vertical {
  position: relative;
  width: 1px;
  height: 100vh;
  background-image: linear-gradient(180deg, #06080f, rgba(255, 255, 255, 0.17) 10%, hsla(0, 0%, 100%, 0.17) 58%, #06080f 79%);
}

.line-grid-vertical.contact {
  background-image: linear-gradient(180deg, #06080f 8%, rgba(255, 255, 255, 0.17) 23%, hsla(0, 0%, 100%, 0.17) 75%, #06080f 91%);
}

.line-grid-vertical.contact.cta {
  height: 396px;
  background-color: rgba(255, 255, 255, 0.17);
  background-image: none;
}

.line-grid-vertical.about.cta {
  height: 374px;
  align-self: flex-start;
  background-color: rgba(255, 255, 255, 0.17);
  background-image: none;
}

.hero-star-left-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero-star-left-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.footer-paragraph-270px {
  max-width: 194px;
  margin-bottom: 32px;
}

.hero-star-right-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero-star-right-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.background-grid-vertical-cta {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: flex;
  padding-right: 150px;
  padding-left: 150px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 150px;
}

.background-grid-horizontal-cta {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: flex;
  padding-top: 80px;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  grid-row-gap: 150px;
}

.cta-star-left-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.cta-star-left-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.cta-star-right-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.cta-star-right-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.footer-paragraph-300px {
  max-width: 300px;
}

.success-message-text {
  color: #06080f;
}

.heading-wrap {
  position: relative;
}

.home-hero-heading {
  color: #fff;
  font-size: 90px;
  text-align: center;
}

.smaller-heading-1 {
  color: #fff;
  font-size: 56px;
}

.input-wrp {
  min-width: 240px;
}

.contact-with-cocial {
  display: flex;
  height: 100%;
  max-width: 400px;
  flex-direction: column;
  justify-content: space-between;
}

.contact-email {
  color: #57608e;
}

.contact-email:hover {
  text-decoration: underline;
}

.card-img {
  max-width: 170px;
  margin-bottom: 30px;
}

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

.pricing-columns {
  margin-top: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.white-heading {
  color: #fff;
  text-align: center;
}

.top-heading-wrp {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.card-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  border-radius: 24px;
  background-image: linear-gradient(130deg, #345eee, #244dd8);
  opacity: 0;
}

.card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.hero-star-left-01-div {
  position: relative;
  left: -48px;
  top: 314px;
  width: 98px;
  height: 98px;
}

.hero-star-left-02-div {
  position: relative;
  left: -25px;
  top: 186px;
  width: 50px;
  height: 50px;
}

.hero-star-right-01-div {
  position: relative;
  left: -48px;
  top: 465px;
  width: 98px;
  height: 98px;
}

.hero-star-right-02-div {
  position: relative;
  left: -25px;
  top: 186px;
  width: 50px;
  height: 50px;
}

.cta-star-left-01-div {
  position: relative;
  left: -48px;
  top: 334px;
  width: 98px;
  height: 98px;
}

.cta-star-left-02-div {
  position: relative;
  left: -25px;
  top: 56px;
  width: 50px;
  height: 50px;
}

.cta-star-right-01-div {
  position: relative;
  left: -48px;
  top: 182px;
  width: 98px;
  height: 98px;
}

.cta-star-right-02-div {
  position: relative;
  left: -25px;
  top: 358px;
  width: 50px;
  height: 50px;
}

.text-button-div {
  display: flex;
  grid-column-gap: 12px;
}

.templates-text-link {
  transition: transform 300ms ease, color 300ms ease;
  color: #54575f;
  text-decoration: underline;
}

.templates-text-link:hover {
  color: #bdf642;
}

.templates-text-link.underline {
  color: #54575f;
  text-decoration: underline;
}

.templates-text-link.underline:hover {
  color: #06080f;
}

._16-white-paragraph {
  color: #dfdfdf;
}

.button-tertiary {
  padding: 20px 59px;
  border-radius: 10px;
  background-color: #fff;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  color: #06080f;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
}

.button-tertiary:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.contact-background-grid-vertical {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -30;
  display: flex;
  padding-right: 80px;
  padding-left: 80px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 150px;
}

.contact-background-grid-vertical.cta {
  z-index: 0;
  padding-right: 40px;
  padding-left: 40px;
}

.contact-background-grid-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -30;
  display: flex;
  height: 100%;
  padding-top: 140px;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  grid-row-gap: 150px;
}

.contact-background-grid-horizontal.cta {
  z-index: 0;
  padding-top: 50px;
}

.contact-star-left-02-div {
  position: relative;
  left: -25px;
  top: 418px;
  width: 50px;
  height: 50px;
}

.contact-hero-star-left-01-div {
  position: relative;
  left: -48px;
  top: 470px;
  width: 98px;
  height: 98px;
}

.newsletter-form {
  display: flex;
  grid-column-gap: 15px;
}

.h2-faq {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.faq-paragraph-560px {
  max-width: 560px;
  margin-bottom: 60px;
  color: #dfdfdf;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.03rem;
}

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

.faq-heading {
  display: flex;
}

.faq-item-border-div {
  border-top: 1px solid #24262c;
}

.faq-spacer-30px {
  height: 30px;
}

.about-hero-content {
  position: relative;
  z-index: 30;
}

.h2-left {
  color: #fff;
}

.about-background-grid-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-top: 60px;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.about-background-grid-horizontal.cta {
  padding-top: 100px;
}

.about-background-grid-vertical {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 150px;
}

.about-background-grid-vertical.cta {
  padding-right: 40px;
  padding-left: 40px;
  align-self: flex-start;
}

.about-hero-star-left-02-div {
  position: relative;
  left: -25px;
  top: 36px;
  width: 50px;
  height: 50px;
}

.about-hero-star-right-01-div {
  position: relative;
  left: -48px;
  top: 314px;
  width: 98px;
  height: 98px;
}

.about-hero-star-right-02-div {
  position: relative;
  left: -25px;
  top: 186px;
  width: 50px;
  height: 50px;
}

.cta-paragraph-450px {
  max-width: 450px;
  margin-bottom: 40px;
  color: #eff2f6;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.03em;
}

.cta-paragraph-450px.left {
  text-align: left;
}

.alerd-img {
  width: 80px;
  margin-bottom: 40px;
}

.h2-partners {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.about-wrp {
  max-width: 580px;
}

.pricing-card-heading {
  font-size: 40px;
}

.pricing-card-heading.white {
  color: #eff2f6;
}

.remove-button {
  color: #939393;
}

.cart-heading {
  color: #fff;
}

.option {
  color: #fff;
}

.total {
  color: #fff;
}

.order-captions {
  color: #939393;
}

.time-period {
  color: #fff;
}

.order-details {
  color: #dfdfdf;
}

.h2-password {
  color: #fff;
}

.h2-404 {
  color: #fff;
}

.grid-3-column-search {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 90px;
  grid-auto-columns: 1fr;
  grid-column-gap: 1vw;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h1-search {
  color: #fff;
}

.footer-flex {
  display: flex;
  padding-top: 30px;
  padding-bottom: 50px;
  justify-content: space-between;
  align-items: center;
}

.footer-div {
  display: flex;
  align-items: center;
}

._60 {
  max-width: 60%;
}

.style-guide-shapes-grid {
  display: flex;
  padding-top: 110px;
  padding-bottom: 110px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(auto-fit, 80px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-collection-list {
  height: 100%;
}

.pricing-item {
  height: 100%;
}

.short-descr {
  max-width: 400px;
  color: #fff;
}

.service-top-content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}

.serivice-rich-text {
  max-width: 50%;
  color: #fff;
}

.serivice-rich-text h4 {
  color: #fff;
}

.serivice-rich-text p {
  color: #fff;
}

.serivice-rich-text h2 {
  color: #fff;
}

.top-service-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.footer-bot-text {
  color: #54575f;
}

.service-hero-img {
  width: 240px;
  margin-top: 50px;
}

.paypal-checkout-form {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #06080f;
}

.feature-content {
  max-width: 540px;
}

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

.footer-bot-link {
  color: #54575f;
}

.footer-bot-link:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  .flex.company-logos {
    margin-bottom: -24px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .main-container {
    flex-direction: column;
    align-items: stretch;
  }

  .style-guide-content {
    margin-left: 0px;
  }

  .section-styleguide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-navigation {
    flex-direction: column;
    align-items: center;
  }

  .nav-item-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-item-wrapper.last {
    width: 100%;
    text-align: left;
  }

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

  .menu-button {
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: -16px;
    padding: 18px 16px 12px;
    justify-content: center;
    align-items: center;
    transition: transform 300ms ease, background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: #24262c;
  }

  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 90px 24px 36px;
    flex: 0 auto;
  }

  .footer-grid {
    padding-top: 94px;
    padding-bottom: 94px;
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid.v2 {
    -ms-grid-columns: 0.7fr 0.9fr;
    grid-template-columns: 0.7fr 0.9fr;
  }

  .footer-logo-container {
    margin-bottom: 22px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.home-hero {
    max-height: 100%;
    min-height: auto;
    padding-top: 98px;
    padding-bottom: 80px;
  }

  .section.clients-sec {
    padding-bottom: 20px;
  }

  .section.about {
    overflow: visible;
    max-height: 100%;
    min-height: auto;
    padding-bottom: 192px;
    background-position: 0px 0px, 100% 100%;
    background-size: auto, 50%;
  }

  .section.about-cryptos {
    background-size: auto, auto, auto 80%;
  }

  .section.top {
    padding-top: 64px;
  }

  .section.numbers {
    padding-top: 160px;
  }

  .section.contact-hero {
    padding-top: 90px;
  }

  .section.faq.pricing {
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .section.service-hero {
    overflow: visible;
    max-height: 100%;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 60px;
    background-image: none;
  }

  .section.checkout-form {
    padding-top: 50px;
  }

  .utility-page-wrap {
    min-height: auto;
    padding-top: 148px;
    padding-bottom: 148px;
  }

  ._404-title {
    font-size: 120px;
    line-height: 118px;
  }

  .divider.hotizontal {
    display: none;
  }

  .card-item.value-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-item.plan-pricing {
    padding-right: 36px;
    padding-left: 36px;
  }

  .checkout-block-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkout-block-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.header-left {
    position: relative;
    z-index: 99;
    flex: 0 auto;
  }

  .split-content.header-left.v2 {
    display: none;
  }

  .split-content.header-middle {
    flex: 0 auto;
  }

  .image.company-logo {
    margin: 0px;
  }

  .cart-button {
    position: relative;
    z-index: 99;
    margin-right: 24px;
  }

  .header-logo-link {
    z-index: 99;
  }

  .nav-menu-dropdown {
    width: 100%;
  }

  .grid-2-columns.align-center {
    display: flex;
    flex-direction: column;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.about-cryptos {
    display: flex;
  }

  .logo-bar.v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .company-logo {
    margin-right: 12px;
    margin-bottom: 24px;
    margin-left: 12px;
  }

  ._2-button-wrap.cta-v2 {
    position: relative;
  }

  ._2-button-wrap.center-t {
    justify-content: center;
  }

  .shape.home-hero.rings {
    bottom: -13%;
  }

  .shape.about {
    max-width: 26%;
  }

  .shape.about.about-cryptos---01 {
    margin-top: 16%;
  }

  .shape.about.about-cryptos---02 {
    display: none;
    min-width: 120px;
    margin-top: 48%;
  }

  .shape.about.about-cryptos---03 {
    display: none;
    min-width: 140px;
    margin-top: 66%;
  }

  .nav-button-wrapper {
    margin-right: 24px;
  }

  .inner-container-550px._100-in-mobile {
    width: 100%;
    max-width: none;
  }

  .grid-3-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .mg-bottom-large-80px {
    margin-bottom: 64px;
  }

  .icon.mg-right-24px.grey {
    margin-bottom: 20px;
    margin-left: -20px;
    order: -1;
  }

  .cta-wrp.v1 {
    padding-right: 48px;
    padding-left: 48px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-content {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer-column.middle {
    justify-content: flex-start;
  }

  .footer-title {
    margin-bottom: 22px;
  }

  .inner-container-530px {
    max-width: none;
  }

  .dropdown-container {
    left: 0px;
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin-top: 13px;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
  }

  .lottie-nav-menu {
    justify-content: center;
    align-items: center;
  }

  .pricing-card-wrapper {
    margin-top: 0px;
  }

  .faq-item-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .social-wrp {
    margin-top: 64px;
  }

  .plan-price-page {
    font-size: 30px;
  }

  ._404-shape._01 {
    left: 3%;
    top: 3%;
    max-width: 190px;
  }

  ._404-shape._02 {
    left: 3%;
    bottom: 8%;
    max-width: 120px;
  }

  ._404-shape._03 {
    max-width: 170px;
  }

  ._404-shape._04 {
    right: 5%;
    bottom: 8%;
    max-width: 150px;
  }

  .hero-content {
    max-width: 720px;
  }

  .numbers-content-flexbox {
    flex-direction: column;
  }

  .home-hero-heading {
    font-size: 70px;
  }

  .contact-with-cocial {
    max-width: none;
    margin-bottom: 50px;
  }

  .contact-columns {
    display: flex;
    flex-direction: column;
  }

  .pricing-columns {
    display: flex;
    flex-direction: column;
  }

  .contact-background-grid-vertical.cta {
    grid-column-gap: 150px;
  }

  .shapes {
    display: none;
  }

  .grid-3-column-search {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-flex {
    align-items: flex-end;
  }

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

  .service-top-content {
    flex-direction: column;
  }

  .serivice-rich-text {
    max-width: 100%;
  }

  .top-service-box {
    margin-bottom: 40px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .service-hero-img {
    margin-top: 0px;
    margin-bottom: 50px;
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  blockquote {
    padding-right: 48px;
    padding-left: 48px;
    font-size: 22px;
  }

  .flex.company-logos {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .flex.company-logos.partners {
    flex-direction: column;
    align-items: center;
  }

  .flex.align-center.mg-bottom-large-80px {
    margin-bottom: 40px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .style-guide-icons-grid {
    padding-top: 70px;
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary._2-buttons {
    margin-right: 0px;
  }

  .header {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav-item-wrapper {
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    order: 1;
  }

  .nav-item-wrapper.header-button-wrapper {
    display: block;
    margin-top: 25px;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .menu-button {
    z-index: 99;
  }

  .menu-button.w--open {
    width: 54px;
    height: 54px;
    padding-top: 14px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .nav-menu {
    flex: 1;
    border-style: none;
    background-color: #141a2a;
  }

  .footer-grid {
    padding-top: 64px;
    padding-bottom: 48px;
    justify-items: start;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-grid.v2 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .section.utility-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.home-hero {
    max-height: 0%;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 62px;
  }

  .section.about {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .section.about-cryptos {
    padding-top: 70px;
    padding-bottom: 60px;
    border-radius: 20px;
  }

  .section.top {
    padding-top: 50px;
  }

  .section.medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.medium.licenses {
    padding-bottom: 70px;
  }

  .section.numbers {
    padding-top: 130px;
  }

  .section.cta {
    border-radius: 20px;
  }

  .section.faq {
    padding-top: 150px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .section.partners {
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .section.order-confirmation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.service-hero {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .section.checkout-form {
    padding-top: 20px;
  }

  .section.feature-sec {
    padding-bottom: 140px;
  }

  .utility-page-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-content-password {
    padding: 51px 32px;
  }

  .input {
    font-size: 16px;
  }

  .input::-moz-placeholder {
    font-size: 16px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
  }

  .input::placeholder {
    font-size: 16px;
  }

  .input.text-area {
    height: 140px;
  }

  .input.cta {
    margin-bottom: 10px;
  }

  .card-item {
    border-radius: 16px;
  }

  .card-item.value-card {
    padding: 32px 20px 24px;
  }

  .card-item.plan-pricing {
    padding: 45px 20px;
  }

  .card-item.search-results {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-item.home-adv {
    padding: 48px 24px;
  }

  .checkout-form {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .checkout-block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkout-block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .split-content.header-right {
    position: relative;
    z-index: 99;
  }

  .checkout-row {
    flex-direction: column;
  }

  .cart-button {
    position: relative;
    z-index: 99;
  }

  .header-logo-link {
    padding-left: 0px;
  }

  .h3-sales-card.width-60 {
    width: 100%;
  }

  .grid-2-columns {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dropdow {
    margin-top: 26px;
  }

  ._2-button-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  ._2-button-wrap.center-buttons {
    align-items: stretch;
  }

  ._2-button-wrap.cta-v2 {
    margin-right: auto;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .shape.home-hero.rings {
    display: none;
  }

  .shape.about.about-cryptos---01 {
    position: relative;
  }

  .shape.about.about-cryptos---02 {
    position: relative;
    margin-top: 5%;
  }

  .shape.about.about-cryptos---03 {
    position: relative;
    margin-top: 20%;
    margin-left: 64%;
  }

  .shape.about.hero---01 {
    display: none;
  }

  .shape.about.hero---02 {
    display: none;
  }

  .shape.about.hero---03 {
    display: none;
  }

  .nav-button-wrapper {
    margin-right: 0px;
  }

  .nav-button-wrapper.hide-in-mobile {
    display: none;
  }

  .inner-container-550px._100-in-mobile {
    max-width: 100%;
  }

  .grid-3-column {
    display: flex;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mg-bottom-large-80px {
    margin-bottom: 56px;
  }

  .cta-wrp.v1 {
    top: 40px;
    padding: 60px 32px 40px;
    flex-direction: column;
    justify-items: center;
    border-radius: 16px;
    text-align: center;
  }

  .cta-content.v2 {
    margin-left: 0px;
  }

  .footer-column.middle {
    max-width: none;
    justify-content: flex-start;
  }

  .footer-title {
    margin-bottom: 32px;
  }

  .footer-title.newsletter {
    margin-bottom: 8px;
  }

  .cms-empty-state {
    border-radius: 8px;
  }

  .dropdown-container {
    position: static;
    height: 100%;
  }

  .dropdown-title {
    margin-bottom: 10px;
  }

  .cta-section {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .faq-item-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .faq-bottom-content {
    padding-left: 0px;
  }

  .social-wrp {
    margin-top: 40px;
  }

  .contact-form-card {
    min-height: auto;
    padding: 56px 16px 30px;
  }

  .plan-page-icon {
    width: 100px;
  }

  ._404-shape._01 {
    max-width: 130px;
  }

  ._404-shape._02 {
    max-width: 98px;
  }

  ._404-shape._03 {
    display: none;
  }

  ._404-shape._04 {
    bottom: 7%;
    max-width: 120px;
  }

  .subtitle {
    font-size: 16px;
  }

  .star-shape {
    width: 130px;
  }

  .donut-shape {
    bottom: -8%;
    width: 180px;
  }

  .h2-cta {
    line-height: 120%;
  }

  .cubes-shape {
    display: none;
  }

  .button-submit.secondary {
    width: 100%;
  }

  .home-hero-heading {
    font-size: 40px;
  }

  .smaller-heading-1 {
    font-size: 40px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .faq-heading {
    flex-direction: column;
  }

  .cta-paragraph-450px.left {
    margin-bottom: 10px;
  }

  .grid-3-column-search {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-flex {
    flex-wrap: wrap;
  }

  .footer-div {
    margin-bottom: 40px;
  }

  .style-guide-shapes-grid {
    display: -ms-grid;
    display: grid;
    padding-top: 30px;
    padding-bottom: 60px;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .service-hero-img {
    width: 160px;
  }
}

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

  blockquote {
    padding: 52px 32px;
    font-size: 18px;
    line-height: 32px;
  }

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style-guide-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-primary {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .button-primary.large {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button-primary._2-buttons {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .button-secondary {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-logo {
    width: 100px;
  }

  .menu-button {
    width: 52px;
    height: 52px;
    padding-top: 14px;
    font-size: 26px;
  }

  .nav-menu {
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-grid {
    justify-items: start;
  }

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

  .footer-nav.horizontal {
    flex-wrap: wrap;
  }

  .footer-nav-item {
    margin-bottom: 8px;
  }

  .section {
    padding: 60px 20px;
  }

  .section.home-hero {
    padding-bottom: 20px;
  }

  .section.about {
    padding-bottom: 40px;
  }

  .section.top.pricing {
    padding-bottom: 40px;
  }

  .section.service-hero {
    padding-bottom: 40px;
  }

  .utility-page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input.footer {
    margin-bottom: 10px;
  }

  .input.cta {
    width: 100%;
  }

  ._404-title {
    font-size: 120px;
    line-height: 120px;
  }

  .card-item.press-card {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card-item.pricing-card {
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
  }

  .card-item.contact-card {
    padding-bottom: 40px;
  }

  .checkout-block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkout-block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image.company-logo {
    margin-right: 10px;
    margin-left: 10px;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .order-item-price {
    margin-top: 20px;
  }

  .cart-button {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-2-columns.dropdow {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .h4-size {
    font-size: 20px;
  }

  ._2-button-wrap {
    display: flex;
    margin-bottom: 0px;
    flex-direction: column;
  }

  ._2-button-wrap.center-buttons {
    margin-bottom: 0px;
    flex-direction: column;
    align-items: stretch;
  }

  ._2-button-wrap.cta-v2 {
    width: 100%;
    padding-bottom: 0px;
    align-items: stretch;
  }

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

  .cta-wrp.v1 {
    padding-right: 16px;
    padding-left: 16px;
    justify-items: center;
    text-align: center;
  }

  .footer-bottom-content {
    flex-direction: column;
  }

  .footer-column.middle {
    max-width: 100%;
    margin-bottom: -48px;
    flex-wrap: wrap;
  }

  .footer-nav-main-wrapper {
    margin-bottom: 48px;
  }

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

  .footer-form {
    flex-direction: column;
  }

  .heading-size-h2.pricing-card-price {
    font-size: 29px;
  }

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

  .pricing-card-features-list {
    margin-bottom: 29px;
  }

  .contact-form-card {
    padding-top: 40px;
  }

  .rich-text h2 {
    margin-top: 32px;
  }

  .rich-text h3 {
    margin-top: 32px;
  }

  ._404-shape._01 {
    display: none;
  }

  ._404-shape._02 {
    display: none;
  }

  ._404-shape._03 {
    display: none;
  }

  ._404-shape._04 {
    display: none;
  }

  .heading-size-h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .button-submit.footer-button {
    width: 100%;
  }

  .footer-bottom-text {
    margin-bottom: 30px;
    text-align: center;
  }

  .input-wrp {
    width: 100%;
  }

  .button-tertiary {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .newsletter-form-block {
    width: 100%;
  }

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

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

#w-node-_545d2dbf-8143-2662-0998-a356a1027525-ae2f46c5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8f0dde0c-ad87-3903-db5c-1a8dc74f8208-ae2f46c5 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a5645ff6-4d23-daa2-ed0f-f1a3c5f15cf4-d8849ee6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2e2461b1-fe0b-7059-1098-e490585157ce-d8849ee6 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9de5532a-2246-f89a-278f-ef550708abcb-d8849ee6 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c36d1434-a64d-d1ed-8ecf-134298bfb9f1-d8849ee6 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7c660673-5e1e-6685-f86c-9f260e0b6d40-0d849efe {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a4ce6d0e-ff20-bc1f-33e0-c6d633a61211-0d849efe {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_72667389-c44b-7aee-e17d-abaad5379997-0d849efe {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e6312dfb-40bb-0dbd-8ac4-15a72052d9ca-b2849f01 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3703a796-c1cc-6e64-6534-574e523e9bd2-d8849f08 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cf45990c-1661-a045-5f6e-e98668856298-d8849f08 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed602848-5b55-d804-34b8-1f98e441c913-d8849f08 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_96bfcfb8-e433-8287-fd96-a272d85ca632-d8849f08 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5c5ebc8b-b9b6-7108-2bdc-263314194be4-d8849f08 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f8af30c1-9235-4c3b-015f-13d64496d31e-93849f10 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d8e53587-126c-a41c-3b71-49e68c2c29af-67849f13 {
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-67849f13 {
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-67849f13 {
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-67849f13 {
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-67849f13 {
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-67849f13 {
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_5913fd92-58da-1799-fd12-e128a8918b01-67849f13 {
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_6ac6a6f3-e7a2-b2b5-9566-04f23bbe8154-67849f13 {
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4f697063-a6b0-fb74-5990-c9a1b1075fcf-67849f13 {
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_545d2dbf-8143-2662-0998-a356a1027525-ae2f46c5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c36d1434-a64d-d1ed-8ecf-134298bfb9f1-d8849ee6 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e6312dfb-40bb-0dbd-8ac4-15a72052d9ca-b2849f01 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5c5ebc8b-b9b6-7108-2bdc-263314194be4-d8849f08 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_545d2dbf-8143-2662-0998-a356a1027525-ae2f46c5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8f0dde0c-ad87-3903-db5c-1a8dc74f8208-ae2f46c5 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_9dc4752c-c482-f5b1-3727-cecb3c8cb24b-d8849ee6 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8fc9f3bf-4fb3-e0f3-b404-cabca4f6ac25-d8849ee6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    order: -9999;
  }

  #w-node-c36d1434-a64d-d1ed-8ecf-134298bfb9f1-d8849ee6 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_7c660673-5e1e-6685-f86c-9f260e0b6d40-0d849efe {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e6312dfb-40bb-0dbd-8ac4-15a72052d9ca-b2849f01 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c36d1434-a64d-d1ed-8ecf-134298bfb9f1-d8849ee6 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_7c660673-5e1e-6685-f86c-9f260e0b6d40-0d849efe {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e6312dfb-40bb-0dbd-8ac4-15a72052d9ca-b2849f01 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/thicccboi-bold.woff2') format('woff2'), url('../fonts/thicccboi-bold.eot') format('embedded-opentype'), url('../fonts/thicccboi-bold.ttf') format('truetype'), url('../fonts/thicccboi-bold.otf') format('opentype'), url('../fonts/thicccboi-bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/thicccboi-medium.woff2') format('woff2'), url('../fonts/thicccboi-medium.eot') format('embedded-opentype'), url('../fonts/thicccboi-medium.ttf') format('truetype'), url('../fonts/thicccboi-medium.otf') format('opentype'), url('../fonts/thicccboi-medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/thicccboi-regular.woff2') format('woff2'), url('../fonts/thicccboi-regular.eot') format('embedded-opentype'), url('../fonts/thicccboi-regular.ttf') format('truetype'), url('../fonts/thicccboi-regular.otf') format('opentype'), url('../fonts/thicccboi-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/thicccboi-semibold.woff2') format('woff2'), url('../fonts/thicccboi-semibold.eot') format('embedded-opentype'), url('../fonts/thicccboi-semibold.ttf') format('truetype'), url('../fonts/thicccboi-semibold.otf') format('opentype'), url('../fonts/thicccboi-semibold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icons defi x template';
  src: url('../fonts/icons-defi-x-template.woff2') format('woff2'), url('../fonts/icons-defi-x-template.eot') format('embedded-opentype'), url('../fonts/icons-defi-x-template.woff') format('woff'), url('../fonts/icons-defi-x-template.ttf') format('truetype'), url('../fonts/icons-defi-x-template.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}