.header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 33px;
    padding-bottom: 33px;
    background-color: transparent;
    width: 100vw;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.divider.header {
    display: none;
}

.nav-link:hover, a:hover {
    color: #6639e4;
}

.nav-link.current{
    color: white;
    font-weight: 900;
}

.mobile-break {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:-ms-input-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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  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;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

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

.w-commerce-commercecheckoutdiscountsinput:-ms-input-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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:-ms-input-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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
    .mobile-break {
        display: block;
    }
    
    
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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 {
  font-family: Inter, sans-serif;
  color: #e0dff1;
  font-size: 18px;
  line-height: 1.778em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 66px;
  line-height: 1.212em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 42px;
  line-height: 1.31em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 28px;
  line-height: 1.071em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 22px;
  line-height: 1.409em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  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: 12px;
  color: #fff;
  line-height: 1.444em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

strong {
  color: #fff;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 80px 70px 85px;
  border-left: 0px solid #000;
  border-radius: 40px;
  background-color: rgba(156, 151, 211, 0.2);
  font-size: 22px;
  line-height: 1.727em;
  font-weight: 500;
}

figure {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.color-white {
  color: #fff;
}

.bg-primary-1 {
  background-color: #6639e4;
}

.bg-neutral-1000 {
  overflow: visible;
  background-color: #0f0823;
}

.bg-neutral-900 {
  background-color: #282454;
}

.bg-neutral-800 {
  background-color: #53516c;
}

.bg-neutral-700 {
  background-color: #6b6888;
}

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

.bg-neutral-500 {
  background-color: #7a73c4;
}

.bg-neutral-400 {
  background-color: #9c97d3;
}

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

.bg-neutral-200 {
  background-color: #e0dff1;
}

.bg-neutral-100 {
  background-color: #f1f1f9;
}

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

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default {
  max-width: 1246px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.six {
  padding-top: 0px;
}

.container-default.first-container {
  margin-top: 220px;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: rgba(40, 36, 84, 0.5);
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

.styleguide-seccion {
  padding-top: 86px;
  padding-bottom: 86px;
}

.styleguide-title {
  margin-top: 0px;
  color: #fff;
}

.styleguide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #6639e4;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: #6639e4;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #9c97d3;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #282454;
  color: #fff;
}

.styleguide-link.w--current {
  background-color: #282454;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #fff;
  font-weight: 700;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #282454;
  color: #bebbe2;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #282454;
}

.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-radius: 16px;
  background-color: #131128;
  box-shadow: 0 -8px 16px 0 rgba(19, 17, 40, 0.1), 0 -12px 22px 0 rgba(19, 17, 40, 0.1);
}

.color-block {
  min-height: 120px;
  border-bottom: 1px solid #7a73c4;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-block.bg-primary-1 {
  background-color: #6639e4;
}

.color-block.bg-white.white {
  border-bottom: 1px solid #e0dff1;
}

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

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

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

.styleguide-subtitle {
  margin-top: 0px;
}

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

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

.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: 2px solid rgba(19, 17, 40, 0.4);
}

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

.typography-details {
  margin-top: 20px;
  color: #7a73c4;
  font-weight: 500;
}

.paragraph-large {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.636em;
}

.styleguide-subheader {
  padding: 56px 68px;
  background-color: rgba(102, 57, 228, 0.3);
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  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: 15px;
  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: 27px 32px;
  border-radius: 0px;
  background-color: #6639e4;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary:hover {
  background-color: #282454;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

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

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

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.full-width.cart {
  margin-top: 40px;
}

.button-primary.full-width.cart:hover {
  background-color: #131128;
}

.button-primary.button-white {
  background-color: #fff;
  color: #6639e4;
}

.button-primary.button-white.card-pricing-buy-now {
  margin-top: 18px;
}

.button-primary.white {
  background-color: #fff;
  -webkit-transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, transform 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #6639e4;
}

.button-primary.white:hover {
  background-color: #282454;
  color: #fff;
}

.button-primary.white.buy-now:hover {
  background-color: #131128;
}

.button-primary.header-button {
  padding: 13px 22px;
  background-image: linear-gradient(47deg, #38d2dc, #465bc7 31%, #7543ff 56%, #6639e4 80%, #bc39e4);
  font-size: 14px;
  line-height: 1.143em;
  font-weight: 500;
}

.button-primary.card-pricing-add-cart-button {
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-primary.card-pricing-add-cart-button:hover {
  background-color: #131128;
}

.button-primary.pricing-plan-add-cart-button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-primary.pricing-plan-add-cart-button:hover {
  background-color: #131128;
}

.button-primary.newsletter {
  position: absolute;
  right: 13px;
}

.button-primary.download-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.button-primary.download-app:hover {
  background-color: #131128;
  color: #fff;
}

.button-primary.download-app-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.button-primary.download-app-footer:hover {
  color: #fff;
}

.button-primary.download-app-footer.second-button {
  padding-top: 27px;
  padding-bottom: 27px;
  background-color: #282454;
}

.button-primary.download-app-footer.gradient-btn {
  background-image: linear-gradient(225deg, #bc39e4, #6639e4 20%, #7543ff 44%, #465bc7 69%, #38d2dc);
}

.button-primary.checkout {
  margin-top: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.button-secondary {
  padding: 27px 32px;
  border-radius: 0px;
  background-color: #282454;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  background-color: #6639e4;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

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

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

.button-secondary.category {
  padding: 11px 19px;
  font-size: 14px;
  line-height: 1.286em;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.button-secondary.category.w--current {
  background-color: #6639e4;
}

.button-secondary.category.all {
  margin-right: 26px;
}

.button-secondary.pagination-button {
  margin-top: 56px;
  padding-right: 27px;
  padding-left: 27px;
  border-width: 0px;
  border-radius: 1000px;
  color: #fff;
  font-weight: 700;
}

.styleguide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.card-v1 {
  padding: 56px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0dff1;
  border-radius: 20px;
}

.card-title-v1 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.card-v2 {
  padding-right: 40px;
  padding-bottom: 56px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0dff1;
  border-radius: 20px;
}

.card-icon-v2 {
  margin-top: -44px;
}

.card-title-v2 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.card-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e0dff1;
  border-radius: 20px;
}

.card-icon-v3 {
  margin-right: 24px;
}

.card-title-v3 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 24px;
}

.card-description-v3 {
  margin-bottom: 0px;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 33px;
  padding-bottom: 33px;
  background-color: transparent;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

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

.nav-item-wrapper.mobile {
  display: none;
}

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

.nav-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.143em;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #6639e4;
}

.nav-link.w--current {
  line-height: 1.143em;
}

.nav-link.dropdown {
  padding: 0px;
}

.nav-link.dropdown.w--open {
  color: #6639e4;
}

.nav-menu {
  position: static;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.footer {
  position: relative;
  padding-top: 56px;
  padding-bottom: 64px;
  background-color: transparent;
}

.footer-logo-container {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  
  display: none;
}

.footer-logo-container:hover {
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.footer-logo {
  width: 136px;
}

.page-wrapper.overflow-hidden {
  overflow: hidden;
  padding-top: 118px;
}

.licenses-hero {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #6639e4;
}

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

.section.companies {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.home-hero {
  padding-top: 104px;
  padding-bottom: 0px;
}

.section.section-about {
  padding-top: 114px;
  padding-bottom: 100px;
}

.section.specs-1 {
  padding-top: 84px;
  padding-bottom: 97px;
}

.section.specs-2 {
  padding-top: 97px;
  padding-bottom: 71px;
}

.section.cta-v1 {
  position: relative;
  overflow: hidden;
  padding-top: 182px;
  padding-bottom: 0px;
}

.section.testimonials {
  padding-top: 152px;
  padding-bottom: 76px;
}

.section.preview {
  padding-top: 76px;
  padding-bottom: 76px;
}

.section.section-blog-post {
  padding-top: 76px;
  padding-bottom: 76px;
}

.section.cta-v2 {
  padding-top: 76px;
}

.section.contact {
  padding-top: 80px;
  padding-bottom: 55px;
}

.section.faqs {
  padding-top: 55px;
  padding-bottom: 140px;
}

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

.section.more-about {
  position: relative;
  display: none;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 110px;
}

.section.our-team {
  padding-top: 110px;
  padding-bottom: 70px;
}

.section.investors {
  padding-top: 70px;
  padding-bottom: 140px;
}

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

.section.pricing-plan {
  padding-top: 16px;
  padding-bottom: 138px;
}

.section.blog-hero {
  padding-top: 70px;
  padding-bottom: 97px;
}

.section.newsletter {
  padding-top: 65px;
  padding-bottom: 71px;
  background-color: #6639e4;
}

.section.latest-posts {
  padding-top: 148px;
  padding-bottom: 140px;
}

.section.blog-post {
  padding-top: 54px;
  padding-bottom: 156px;
}

.section.latest-posts-section {
  padding-top: 156px;
  padding-bottom: 140px;
}

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

.section.token {
  padding-top: 40px;
}

.section.pricing-category {
  padding-top: 40px;
  padding-bottom: 140px;
}

.section.blog-category {
  padding-top: 60px;
  padding-bottom: 140px;
}

.section.team {
  padding-top: 20px;
}

.section.team-posts {
  padding-top: 100px;
  padding-bottom: 140px;
}

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

.divider.card-blog-post {
  margin-top: 45px;
  margin-bottom: 23px;
}

.divider.footer-divider {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.09);
}

.divider.header {
  width: 1px;
  height: 44px;
  margin-right: 2.5vw;
  margin-left: 2.5vw;
  background-color: transparent;
}

.divider.timeline {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #3e3a68;
}

.divider.pricing-plan {
  margin-top: 88px;
  margin-bottom: 64px;
}

.divider.blog-post {
  max-width: 790px;
  margin: 78px auto;
}

.divider.token {
  width: 1px;
  height: auto;
  margin-right: 40px;
  margin-left: 40px;
}

.divider.utility-page {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 800px;
  padding: 60px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 40px;
  background-color: #282454;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  height: 68px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #282454;
  border-radius: 8px;
  background-color: #282454;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.333em;
}

.input:hover {
  border-color: #7a73c4;
}

.input:focus,
.input.-wfp-focus {
  border-color: #7a73c4;
  color: #fff;
}

.input::-webkit-input-placeholder {
  color: #5c5c5c;
}

.input:-ms-input-placeholder {
  color: #5c5c5c;
}

.input::-ms-input-placeholder {
  color: #5c5c5c;
}

.input::placeholder {
  color: #5c5c5c;
}

.input.newsletter {
  min-height: 90px;
  padding-right: 190px;
  padding-left: 36px;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  color: #131128;
  font-size: 20px;
  line-height: 1em;
}

.input.newsletter:hover {
  border-color: #131128;
}

.input.newsletter:focus {
  border-color: #131128;
  color: #131128;
  font-size: 20px;
}

.input.newsletter::-webkit-input-placeholder {
  color: #53516c;
  font-size: 20px;
}

.input.newsletter:-ms-input-placeholder {
  color: #53516c;
  font-size: 20px;
}

.input.newsletter::-ms-input-placeholder {
  color: #53516c;
  font-size: 20px;
}

.input.newsletter::placeholder {
  color: #53516c;
  font-size: 20px;
}

.input.password {
  margin-bottom: 20px;
  border-color: #131128;
  background-color: #131128;
}

.input.password:hover {
  border-color: #53516c;
}

.input.password:focus {
  border-color: #53516c;
}

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

.input.checkout.cupon {
  border-color: #53516c;
}

.input.checkout.cupon:hover {
  border-color: #bebbe2;
}

.input.cart-item-quantity {
  display: none;
  height: 42px;
  padding-right: 8px;
  padding-left: 8px;
}

._404-title {
  color: #6639e4;
  font-size: 180px;
  line-height: 160px;
  font-weight: 700;
}

.icon-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 158px;
  height: 158px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #7a73c4;
}

.home-hero-content {
  max-width: 816px;
  margin-bottom: 97px;
}

._2-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-buttons-wrapper._404 {
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph.home-hero {
  max-width: 612px;
  margin-bottom: 41px;
  font-size: 20px;
}

.paragraph.section-about {
  max-width: 501px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.section-about.home-hero-content {
  margin-bottom: 0px;
}

.paragraph.specs-1 {
  margin-bottom: 35px;
}

.paragraph.cta-v1 {
  margin-bottom: 40px;
}

.paragraph.section-blog-post-top {
  max-width: 468px;
}

.paragraph.cta-v2 {
  max-width: 466px;
  margin-bottom: 26px;
}

.paragraph.testimonial {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 580px;
  margin-bottom: 25px;
  padding-left: 30px;
}

.paragraph.testimonial.full {
  padding-left: 20px;
  color: #fff;
}

.paragraph.testimonial.half-card {
  width: 40%;
  padding-left: 20px;
  color: #fff;
  line-height: 1.4em;
}

.paragraph.cta-footer {
  margin-bottom: 27px;
}

.paragraph.cta-v2-top {
  width: auto;
  max-width: 466px;
}

.paragraph.drives-top {
  max-width: 42%;
}

.paragraph.our-team-top {
  max-width: 558px;
}

.paragraph.pricing-plan-card {
  margin-bottom: 20px;
}

.paragraph.blog {
  max-width: 571px;
}

.paragraph.newsletter {
  color: #fff;
}

.paragraph.blog-post-about-author {
  max-width: 548px;
}

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

.paragraph._404 {
  max-width: 661px;
}

.space._2-buttons {
  width: 28px;
}

.space.faq {
  height: 25px;
}

.space.token-links {
  width: 32px;
}

.images-wrapper.home-hero {
  position: relative;
}

.images-wrapper.specs-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 53%;
}

.images-wrapper.cta-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 55%;
  margin-top: -173px;
  margin-bottom: -81px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image.home-hero-1 {
  margin-left: -22px;
}

.image.home-hero-2 {
  position: absolute;
  right: 0px;
  bottom: 27.4375px;
  max-width: 256px;
}

.image.section-about-featured {
  position: relative;
  z-index: 1;
  margin-bottom: -390px;
}

.image.specs-2 {
  max-width: 88%;
  margin-right: -361px;
}

.image.specs-1-mockup-1 {
  max-width: 49%;
  -webkit-transform: rotate(-6.64deg);
  -ms-transform: rotate(-6.64deg);
  transform: rotate(-6.64deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.image.specs-1-mockup-2 {
  max-width: 50%;
  margin-bottom: -36px;
  margin-left: -41px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.image.cta-v1-1 {
  position: relative;
  z-index: 1;
  max-width: 339px;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.image.cta-v1-2 {
  max-width: 322px;
  margin-left: -69px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.image.cta-v2 {
  margin-bottom: -550px;
}

.image.card-blog-post {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-blog-post-author {
  width: 100%;
  height: 100%;
}

.image.contact-link-icon {
  max-width: 22px;
}

.image.drives-icon.mobile {
  display: none;
}

.image.about-story {
  display: block;
  max-width: 715px;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
}

/*  .image.about-story.push-left {
  margin-left: -120px;
}

.image.about-story.push-right {
  margin-right: -80px;
}  */

.image.card-blog-post-featured {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.token-icon {
  max-height: 32px;
}

.image.section-about-featured-shadow {
  position: absolute;
  left: 40px;
  top: 164.156px;
  right: 40px;
  height: 100%;
  border-radius: 100px;
  box-shadow: 7px 7px 54px 0 rgba(0, 0, 0, 0.38);
}

.image.testimonial {
  width: auto;
  height: 100%;
  float: left;
}

.image.testimonial.bottom-align {
  float: none;
}

.image.card-blog-post-page {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.companies-grid {
  padding-top: 20px;
  grid-column-gap: 70px;
  grid-row-gap: 23px;
  -ms-grid-columns: minmax(200px, 1fr) 1fr 1fr 1fr 1fr;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 0.7;
}

.companies-grid.investors {
  margin-top: 66px;
}

.container-medium-767px {
  max-width: 767px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-767px.section-about {
  text-align: center;
}

.container-medium-767px.section-about.six {
  margin-bottom: 100px;
}

.flex-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-about-grid {
  margin-top: 20px;
  margin-bottom: 20px;
  grid-column-gap: 27px;
  grid-row-gap: 32px;
  -ms-grid-columns: 4fr 4fr 4fr 4fr;
  grid-template-columns: 4fr 4fr 4fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-about-grid.six {
  margin-top: -48px;
  margin-bottom: -37px;
  -ms-grid-columns: 2fr 2fr 2fr 2fr 2fr 2fr;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr;
}

.image-wrapper {
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.company-logo {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-wrapper.company-logo:hover {
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.image-wrapper.section-about-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  height: 68px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #6639e4;
}

.image-wrapper.spec-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  margin-right: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-color: #6639e4;
}

.image-wrapper.testimonial {
  width: 100%;
  height: auto;
  margin-right: 22px;
  clear: none;
  border-radius: 0px;
}

.image-wrapper.card-blog-post-author {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 1000px;
}

.image-wrapper.contact-link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #6639e4;
}

.image-wrapper.drives-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 68px;
  min-width: 68px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
}

.image-wrapper.card-team {
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-right: 24px;
  border-radius: 1000px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.pricing-spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  height: 68px;
  min-width: 68px;
  margin-right: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #6639e4;
}

.image-wrapper.card-blog-post-featured {
  max-width: 586px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-wrapper.newsletter-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  height: 68px;
  min-width: 68px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.image-wrapper.blog-post-author {
  width: 60px;
  height: 60px;
  margin-right: 24px;
  border-radius: 1000px;
}

.image-wrapper.blog-post {
  margin-bottom: 82px;
  border-radius: 40px;
}

.image-wrapper.blog-post-about-author {
  width: 83px;
  height: 83px;
  min-width: 83px;
  margin-right: 23px;
  border-radius: 1000px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.toke-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  min-width: 46px;
  margin-right: 14px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
}

.image-wrapper.token {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-right: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
}

.image-wrapper.style-guide-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  min-width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #6639e4;
}

.image-wrapper.team-cover {
  border-radius: 40px;
}

.image-wrapper.team {
  width: 140px;
  height: 140px;
  min-width: 140px;
  margin-bottom: 20px;
  border-radius: 1000px;
}

.title.company {
  margin-bottom: 34px;
  color: #f1f1f9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.title.testimonials {
  margin-bottom: 0px;
}

.title.testimonials.neon-heading {
  display: block;
  background-image: -webkit-gradient(linear, right top, left top, from(#32c5d6), color-stop(25%, #8cbaff), color-stop(75%, #8b62ff), color-stop(100%, #af34e0), to(#38d2dc));
  background-image: linear-gradient(270deg, #32c5d6, #8cbaff 25%, #8b62ff 75%, #af34e0 100%, #38d2dc);
}

.title.section-blog-post {
  margin-bottom: 0px;
}

.title.cta-v2 {
  margin-bottom: 0px;
}

.title.card-blog-post {
  margin-bottom: 11px;
  font-size: 22px;
  line-height: 1.409em;
}

.title.cart-item-title {
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.title.contact {
  margin-bottom: 52px;
}

.title.contact.neon-heading {
  display: inline-block;
  max-width: 1105px;
}

.title.faq {
  margin-bottom: 0px;
}

.title.contact-right {
  margin-bottom: 13px;
  font-size: 22px;
  line-height: 1.409em;
  letter-spacing: 0.01em;
}

.title.contact-social-media {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 1.409em;
  letter-spacing: 0.01em;
}

.title.about.headline {
  padding-top: 75px;
}

.title.about.headline.neon-heading.margin-top {
  padding-top: 220px;
}

.title.drives {
  margin-right: 40px;
  margin-bottom: 0px;
}

.title.timeline {
  margin-bottom: 28px;
}

.title.our-team {
  margin-bottom: 0px;
}

.title.card-pricing {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.286em;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.title.pricing-plan {
  margin-bottom: 0px;
  color: #fff;
  font-size: 66px;
  line-height: 1.212em;
  font-weight: 700;
}

.title.about-plan {
  margin-bottom: 22px;
}

.title.pricing-plan-card {
  margin-bottom: 8px;
  color: #fff;
  line-height: 1.444em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.title.home-hero {
  width: auto;
  margin-bottom: 20px;
  background-color: transparent;
  font-size: 60px;
}

.title.home-hero.neon-heading {
  display: inline-block;
  background-image: -webkit-gradient(linear, right top, left top, from(#32c5d6), color-stop(25%, #8cbaff), color-stop(75%, #8b62ff), color-stop(100%, #af34e0), to(#38d2dc));
  background-image: linear-gradient(270deg, #32c5d6, #8cbaff 25%, #8b62ff 75%, #af34e0 100%, #38d2dc);
}

.title.blog {
  margin-bottom: 0px;
}

.title.latest-posts {
  margin-bottom: 0px;
}

.title.card-blog-post-featured {
  font-size: 28px;
  line-height: 1.429em;
  letter-spacing: 0.01em;
}

.title.newsletter {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.375em;
}

.title.blog-post {
  margin-bottom: 11px;
}

.title.latest-posts {
  margin-bottom: 0px;
}

.title.blog-post-about-author {
  max-width: 790px;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
  font-size: 22px;
  line-height: 1.364em;
  letter-spacing: 0.01em;
}

.title.name {
  margin-right: 8px;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
}

.title.about-token {
  margin-bottom: 0px;
}

.title.token {
  margin-bottom: 0px;
}

.title.cryptocurrency-info {
  margin-bottom: 28px;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.title.tokens-grid {
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.title.category {
  margin-bottom: 0px;
  color: #fff;
  font-size: 66px;
  line-height: 1.212em;
  font-weight: 700;
}

.title.team {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.071em;
}

.title.team-posts {
  margin-bottom: 0px;
  color: #fff;
  font-size: 42px;
  line-height: 1.31em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.card {
  overflow: hidden;
  border-radius: 40px;
  background-color: #282454;
}

.card.section-about {
  max-width: 330px;
  padding: 20px 24px;
  background-color: transparent;
}

.card.section-about.six {
  height: 250px;
  border-radius: 8px;
  background-color: #131128;
  box-shadow: 0 50px 50px -8px rgba(0, 0, 0, 0.5);
}

.card.section-about.six.card-ui-ux {
  background-image: url('../images/uiux.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  /* box-shadow: 0 50px 50px -8px rgba(0, 0, 0, 0.75); */
}

.card.section-about.six.card-digitalmktg {
  background-image: url('../images/digm.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  /* box-shadow: 0 50px 50px -8px rgba(0, 0, 0, 0.75); */
}

.card.section-about.six.card-digitaldesign {
  background-image: url('../images/dd.jpg');
  background-position: 50% 100%;
  background-size: cover;
  /* box-shadow: 0 50px 50px -8px rgba(0, 0, 0, 0.75); */
}

.card.section-about.six.card-branding {
  background-image: url('../images/brand.jpg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  /* box-shadow: 0 50px 50px -8px rgba(0, 0, 0, 0.75); */
}

.card.section-about.six.card-devt {
  background-image: url('../images/dev.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  /* box-shadow: 0 50px 50px -8px rgba(0, 0, 0, 0.75); */
}

.card.section-about.six.card-mm {
  background-image: url('../images/mm.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  /* box-shadow: 0 50px 50px -8px rgba(0, 0, 0, 0.75); */
}

.card.cta-v2 {
  position: relative;
  padding-top: 73px;
  padding-right: 55px;
  padding-left: 55px;
}

.card.section-about-featured {
  position: relative;
  padding-top: 45px;
  padding-right: 34px;
  padding-left: 34px;
  background-color: #6639e4;
}

.card.testimonial {
  width: 100%;
  height: 100%;
  padding: 0px;
  border-radius: 16px;
}

.card.blog-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #e0dff1;
  text-decoration: none;
}

.card.blog-post:hover {
  color: #e0dff1;
}

.card.cta-footer {
  max-width: 509px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  border-radius: 0px;
  background-color: transparent;
}

.card.drives {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 58px 0px;
  background-color: transparent;
}

.card.our-team {
  height: 100%;
  padding: 44px 25px 48px;
}

.card.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 48px 30px 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.pricing-plan {
  max-width: 452px;
  padding: 50px 40px;
}

.card.blog-post-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #e0dff1;
  text-decoration: none;
}

.card.blog-post-about-author-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  padding: 54px 48px 58px;
}

.card.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 58px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.checkout {
  margin-bottom: 40px;
  border-radius: 0px;
  background-color: transparent;
}

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

.card.team {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -235px;
  padding: 48px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.card.blog-post-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #e0dff1;
  text-decoration: none;
}

.card.blog-post-page:hover {
  color: #e0dff1;
}

.title-small-uppercase {
  position: static;
  display: block;
  margin-bottom: 8px;
  padding-right: 0px;
  float: none;
  clear: none;
  font-size: 18px;
  line-height: 1.444em;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.title-small-uppercase.section-about-featured {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3em;
}

.title-small-uppercase.footer-tilte-links {
  margin-bottom: 0px;
}

.title-small-uppercase.card-team {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.125em;
}

.title-small-uppercase.card-pricing-features {
  margin-bottom: 23px;
}

.title-small-uppercase.pricing-plan-features {
  margin-bottom: 23px;
}

.title-small-uppercase.checkout {
  margin-bottom: 0px;
  font-size: 20px;
}

.title-small-uppercase.six {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding-top: 10px;
  padding-right: 0px;
  font-size: 16px;
}

.title-small-uppercase.six.dark {
  color: #282454;
}

.title-small-uppercase.about {
  padding-right: 20px;
  text-align: left;
}

.paragraph-small {
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  text-align: center;
}

.paragraph-small.section-about-featured {
  max-width: 404px;
  margin-bottom: 33px;
}

.paragraph-small.token {
  margin-bottom: 21px;
}

.specs-1-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.specs-1 {
  max-width: 500px;
}

.split-content.cta-v1 {
  max-width: 45%;
  margin-right: 40px;
  margin-bottom: 81px;
}

.split-content.preview {
  max-width: 37%;
  margin-right: 40px;
}

.split-content.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
}

.split-content.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.contact-left {
  width: 100%;
  max-width: 753px;
  margin-right: 20px;
}

.split-content.contact-right {
  max-width: 382px;
}

.split-content.our-story-left {
  max-width: 612px;
  margin-right: 40px;
}

.split-content.our-story-left.last-div {
  position: relative;
}

.split-content.our-story-right {
  position: relative;
  max-width: 43%;
}

.split-content.timeline-left {
  max-width: 33%;
  margin-right: 40px;
}

.split-content.timeline-right {
  max-width: 57%;
}

.split-content.pricing-plan {
  max-width: 58%;
  margin-right: 40px;
}

.split-content.newsletter-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 44%;
  margin-right: 40px;
}

.split-content.newsletter-right {
  width: 100%;
  max-width: 585px;
}

.split-content.content-left {
  max-width: 38%;
  min-width: 385px;
}

.split-content.content-right {
  max-width: 55%;
}

.split-content.cryptocurrency-info-left {
  margin-right: 3vw;
}

.split-content.checkout-right {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 31px 27px;
  -webkit-flex-basis: 340px;
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  border-radius: 36px;
  background-color: transparent;
}

.split-content.checkout-right.flex-left {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.split-content.team-left {
  width: 40%;
  margin-right: 20px;
}

.spec-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spec-wrapper.last {
  margin-bottom: 0px;
}

.paragraph-medium {
  font-size: 18px;
  line-height: 1.611em;
  font-weight: 500;
}

.paragraph-medium.specs {
  float: left;
}

.paragraph-medium.specs.portfolio-title {
  margin-top: 10px;
  float: right;
  color: #fff;
}

.paragraph-medium.specs.portfolio-title.bottom-align {
  float: none;
}

.specs-2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg {
  position: absolute;
}

.bg.cta-v1 {
  position: static;
  height: 100%;
  padding-top: 0px;
  background-color: #6639e4;
}

.bg.cta-v1.six {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  border-top: 1px none rgba(102, 57, 228, 0.35);
  border-bottom: 1px none #451c77;
  background-color: transparent;
}

.bg.home-hero-1 {
  left: -271px;
  top: -342px;
  z-index: -1;
  max-width: 871px;
}

.bg.home-hero-2 {
  right: -308px;
  z-index: -1;
  max-width: 874px;
}

.bg.section-about {
  position: absolute;
  left: 13%;
  top: -62%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  max-width: 874px;
  width: 100%;
}

.bg.section-about.top {
  left: auto;
  top: -43%;
  right: -24%;
  bottom: 0px;
}

.bg.specs {
  left: 13%;
  bottom: -606.406px;
  z-index: -1;
  max-width: 874px;
}

.bg.preview {
  right: -371px;
  z-index: -1;
  max-width: 874px;
}

.bg.contact {
  bottom: 850;
  left: -1020px;
  z-index: -1;
}

.bg.about-hero {
  left: -16%;
  top: -21%;
  right: auto;
  bottom: auto;
  z-index: -1;
  max-width: 874px;
}

.bg.about-hero.last-div {
  left: -564px;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.bg.more-about {
  left: -619px;
  top: -285px;
  z-index: -1;
}

.bg.pricing {
  top: -377px;
  right: -524px;
  z-index: -1;
}

.bg.pricing-plan {
  left: -458px;
  top: -347px;
  z-index: -1;
}

.bg.password {
  z-index: -1;
}

.bg._404 {
  z-index: -1;
}

.cta-v1-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.testimonials {
  margin-bottom: 33px;
}

.top-content.section-blog-post {
  margin-bottom: 48px;
}

.top-content.cta-v2 {
  margin-bottom: 48px;
}

.top-content.footer-top-content {
  margin-bottom: 0px;
}

.top-content.about-drives {
  margin-bottom: 29px;
}

.top-content.our-team {
  margin-bottom: 50px;
}

.top-content.blog {
  margin-bottom: 43px;
}

.top-content.latest-posts {
  margin-bottom: 45px;
}

.top-content.latest-posts-top-content {
  margin-bottom: 32px;
}

.top-content.blog-post-about-author {
  margin-bottom: 18px;
}

.top-content.blog-category {
  margin-bottom: 45px;
}

.top-content.team-posts {
  margin-bottom: 32px;
}

.preview-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-v2-grid {
  grid-column-gap: 26px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-cta-v2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow-none {
  display: none;
}

.slide-nav {
  bottom: -45px;
  height: auto;
  padding-top: 0px;
  font-size: 14px;
  line-height: 1em;
}

.testimonials-slider {
  height: auto;
  background-color: transparent;
}

.testimonial-slide {
  margin-right: 26px;
}

.testimonials-mask {
  overflow: visible;
  max-width: 586px;
}

.testimonial-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-name {
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.testimonial-role {
  color: #f1f1f9;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.preview-video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 721px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
}

.video-preview-filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(102, 57, 228, 0.85);
}

.video-preview-button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 135px;
  height: 135px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: rgba(255, 255, 255, 0.26);
}

.section-blog-post-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-blog-post-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -17px;
  padding-right: 23px;
  padding-bottom: 34px;
  padding-left: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.badge {
  padding: 9px 14px;
  border-radius: 1000px;
  background-color: #6639e4;
  color: #fff;
  font-size: 14px;
  line-height: 1.286em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.badge.card-blog-post-category {
  margin-bottom: 24px;
}

.badge.pricing-name {
  margin-bottom: 18px;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  text-decoration: none;
}

.badge.pricing-name:hover {
  background-color: #131128;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.badge.card-blog-post-featured {
  margin-bottom: 22px;
}

.badge.token {
  padding: 7px 8px;
  background-color: #282454;
  font-size: 12px;
  line-height: 1em;
}

.badge.token-page {
  margin-left: 5px;
  padding: 10px 14px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #282454;
  font-size: 14px;
  line-height: 1em;
}

.card-blog-post-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-post-author-name {
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.card-blog-post-date {
  color: #f1f1f9;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.video-preview-button-icon {
  width: 55%;
  margin-top: 6px;
}

.footer-link {
  color: #e0dff1;
  font-size: 14px;
  line-height: 1.143em;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-link:hover {
  color: #6639e4;
}

.footer-link.w--current {
  font-weight: 700;
}

.spacer.links-footer {
  width: 3vw;
}

.spacer.dropdown-links {
  width: 3vw;
}

.footer-list-item {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.143em;
}

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

.footer-mobile-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.footer-links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 577px;
  margin-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-footer {
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-mobile-title {
  padding-bottom: 29px;
  border-bottom: 1px solid #fff;
}

.links-block {
  margin-right: 3vw;
}

.links-block.last {
  margin-right: 0vw;
}

.small-print-wrapper {
  font-size: 14px;
  line-height: 1.143em;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.small-print-wrapper .text-block-2 {
  text-align: left;
}

.footer-social-media-grid {
  grid-column-gap: 12px;
  -ms-grid-columns: auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 36px;
  height: 36px;
  min-width: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: rgba(156, 151, 211, 0.5);
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Crypto Template', sans-serif;
  text-decoration: none;
}

.footer-social-media-link:hover {
  background-color: #6639e4;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.footer-social-media-link.small {
  font-size: 14px;
}

.footer-social-media-link.large {
  font-size: 21px;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1246px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.143em;
  font-weight: 500;
}

.cart-quantity:hover {
  color: #cccfda;
}

.delete-class {
  position: relative;
  overflow: hidden;
}

.delete-class.cart-order-item {
  max-width: 140px;
  margin-right: 16px;
  border-radius: 13px;
}

.cart {
  margin-right: 15px;
}

.apple-pay {
  height: 64px;
  border-radius: 1000px;
}

.remove-button {
  color: #e0dff1;
}

.cart-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.close-button {
  background-image: url('../images/icon-cart-close-crypto-template.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cart-empty-state {
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  color: #bebbe2;
  text-align: center;
}

.cart-item-content {
  margin-right: 0px;
  margin-left: 0px;
  line-height: 1.11em;
}

.cart-footer {
  padding: 10px 40px 20px;
  border-top-width: 0px;
}

.cart-wrapper {
  z-index: 1000;
  background-color: rgba(19, 17, 40, 0.8);
}

.cart-button {
  padding: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 1.143em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cart-button:hover {
  color: #cccfda;
}

.cart-item-price {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 500;
}

.cart-subtotal {
  color: #fff;
  font-size: 23px;
}

.cart-header {
  padding: 10px 40px;
  border-bottom-width: 0px;
}

.cart-container {
  max-width: 500px;
  background-color: #282454;
  box-shadow: 0 2px 10px 0 rgba(19, 30, 67, 0.09);
}

.cart-list {
  padding-right: 40px;
  padding-left: 40px;
}

.cart-item-option {
  color: #fff;
  font-weight: 500;
}

.brand {
  padding-left: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.brand:hover {
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.home-hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-about-wrapper {
  position: relative;
}

.contact-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-small-549px {
  max-width: 549px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-549px.faqs {
  text-align: center;
}

.container-medium-920px {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 27px;
  height: 27px;
  min-width: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faqs-grid {
  margin-top: 56px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-wrapper {
  overflow: hidden;
  padding-top: 39px;
  padding-bottom: 39px;
  border-top: 1px solid rgba(156, 151, 211, 0.3);
  cursor: pointer;
}

.faq-wrapper.last {
  border-bottom: 1px solid rgba(156, 151, 211, 0.3);
}

.faq-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-icon-line-1 {
  position: absolute;
  width: 2px;
  height: 27px;
  border-radius: 100px;
  background-color: #fff;
}

.faq-icon-line-2 {
  position: absolute;
  width: 27px;
  height: 2px;
  border-radius: 100px;
  background-color: #fff;
}

.contact-form-grid {
  grid-column-gap: 25px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr;
}

.select {
  height: 68px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 24px;
  border: 0px solid #000;
  background-color: #282454;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #e0dff1;
  font-size: 18px;
  line-height: 1.333em;
  cursor: pointer;
}

.select:focus {
  color: #fff;
}

.select::-webkit-input-placeholder {
  color: #e0dff1;
}

.select:-ms-input-placeholder {
  color: #e0dff1;
}

.select::-ms-input-placeholder {
  color: #e0dff1;
}

.select::placeholder {
  color: #e0dff1;
}

.select.card-pricing {
  background-color: #131128;
}

.select.pricing-plan-card {
  padding-left: 0px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1em;
}

.select.pricing-plan-card:focus {
  background-color: #282454;
}

.select.checkout {
  height: 54px;
}

.select-wrapper {
  overflow: hidden;
  height: 68px;
  margin-bottom: 0px;
  padding-right: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #282454;
  border-radius: 100px;
  background-color: #282454;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
}

.select-wrapper:hover {
  border-color: #7a73c4;
}

.select-wrapper::-webkit-input-placeholder {
  color: #e0dff1;
}

.select-wrapper:-ms-input-placeholder {
  color: #e0dff1;
}

.select-wrapper::-ms-input-placeholder {
  color: #e0dff1;
}

.select-wrapper::placeholder {
  color: #e0dff1;
}

.select-wrapper.card-pricing {
  display: none;
  margin-bottom: 20px;
  background-color: #131128;
}

.select-wrapper.card-pricing:hover {
  border-color: #7a73c4;
}

.select-wrapper.pricing-plan-card {
  margin-bottom: 29px;
  padding-right: 0px;
  border-width: 0px 0px 2px;
  border-bottom-color: #7a73c4;
  border-radius: 0px;
  background-color: transparent;
}

.select-wrapper.pricing-plan-card:hover {
  border-bottom-color: #6639e4;
}

.select-wrapper.checkout {
  height: 54px;
}

.text-area {
  max-height: 320px;
  max-width: 100%;
  min-height: 182px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 22px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #282454;
  border-radius: 14px;
  background-color: #282454;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.333em;
}

.text-area:hover {
  border-color: #7a73c4;
}

.text-area:focus {
  border-color: #7a73c4;
  color: #fff;
}

.text-area::-webkit-input-placeholder {
  color: #5c5c5c;
}

.text-area:-ms-input-placeholder {
  color: #5c5c5c;
}

.text-area::-ms-input-placeholder {
  color: #5c5c5c;
}

.text-area::placeholder {
  color: #5c5c5c;
}

.contact-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.111em;
}

.contact-link-wrapper.last {
  margin-bottom: 0px;
}

.social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 36px;
  height: 36px;
  min-width: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: rgba(156, 151, 211, 0.5);
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Crypto Template', sans-serif;
  text-decoration: none;
}

.social-media-link:hover {
  background-color: #6639e4;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.social-media-link.small {
  font-size: 14px;
}

.social-media-link.large {
  font-size: 21px;
}

.social-media-grid {
  grid-column-gap: 12px;
  -ms-grid-columns: auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-block {
  margin-bottom: 0px;
}

.contact-right-title-wrapper {
  margin-bottom: 26px;
}

.contact-right-content {
  margin-bottom: 67px;
}

.container-medium-660px {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-660px.about {
  max-width: 800px;
  margin-bottom: 0px;
  text-align: center;
}

.container-medium-660px.pricing {
  margin-bottom: 40px;
  text-align: center;
}

.container-medium-660px.tokens {
  margin-bottom: 84px;
  text-align: center;
}

.container-medium-660px.pricing-category {
  margin-bottom: 40px;
  text-align: center;
}

.about-drives-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr;
}

.our-story-wrapper {
  position: static;
  display: none;
  margin-bottom: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-story-wrapper.mobile {
  display: none;
}

.timeline-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-mission-block {
  height: 100%;
  margin-bottom: 60px;
  padding-top: 200px;
}

.our-mission-block._1 {
  height: 100vh;
}

.our-story-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.container-medium-602px {
  max-width: 602px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-602px.investors {
  text-align: center;
}

.card-team-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-team-social-media-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-column-gap: 12px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-team-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 36px;
  height: 36px;
  min-width: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: rgba(156, 151, 211, 0.5);
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Crypto Template', sans-serif;
  text-decoration: none;
}

.card-team-social-media-link:hover {
  background-color: #6639e4;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.card-team-rol {
  color: #f1f1f9;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.card-team-link {
  margin-bottom: 32px;
  color: #e0dff1;
  text-decoration: none;
}

.card-team-link:hover {
  color: #e0dff1;
}

.timeline-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.timeline-dot {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 54px;
  border-radius: 1000px;
  background-color: #fff;
}

.timeline-year {
  margin-bottom: 24px;
  color: #fff;
  font-size: 28px;
  line-height: 1.071em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.about-drives-wrapper {
  position: relative;
  margin-top: 220px;
  margin-bottom: 4em;
}

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

.card-price {
  margin-bottom: 5px;
  color: #fff;
  font-size: 42px;
  line-height: 1.31em;
  font-weight: 700;
  letter-spacing: -0.01px;
}

.car-pricing-top-content {
  margin-bottom: 44px;
}

.card-pricing-features-grid {
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.111em;
}

.feature-dot {
  width: 6px;
  height: 6px;
  min-width: 6px;
  margin-right: 12px;
  border-radius: 1000px;
  background-color: #6639e4;
}

.card-pricing-add-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricing-specs-grid {
  margin-bottom: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 38px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-spec-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f1f1f9;
  line-height: 1.222em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pricing-content-wrapper {
  position: relative;
}

.card-pricing-add-to-cart {
  margin-top: auto;
}

.card-pricing-features-wrapper {
  margin-bottom: 54px;
}

.pricing-plan-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-plan-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-plan-description {
  margin-bottom: 24px;
}

.pricing-plan-features-grid {
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.plan-price {
  margin-bottom: 47px;
  color: #fff;
  font-size: 32px;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.pricing-plan-add-to-cart {
  margin-top: auto;
}

.pricing-plan-add-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-post-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.card-blog-post-featured-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 612px;
  padding: 58px 62px 58px 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-form-block {
  margin-bottom: 0px;
}

.newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1012px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-post-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.blog-post-author-name {
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog-post-date {
  color: #f1f1f9;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog-post-title-wrapper {
  max-width: 1012px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

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

.rich-text {
  max-width: 994px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text h2 {
  max-width: 790px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

.rich-text p {
  max-width: 790px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.rich-text ul {
  max-width: 790px;
  margin: 30px auto;
}

.rich-text h3 {
  max-width: 790px;
  margin: 60px auto 18px;
}

.rich-text img {
  margin-bottom: 27px;
  border-radius: 40px;
}

.rich-text figcaption {
  margin-top: 0px;
}

.rich-text figure {
  margin-top: 40px;
  margin-bottom: 72px;
}

.rich-text ol {
  max-width: 790px;
  margin: 30px auto;
}

.rich-text h4 {
  max-width: 790px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text h5 {
  max-width: 790px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text h6 {
  max-width: 790px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text blockquote {
  max-width: 790px;
  margin: 55px auto;
}

.rich-text.about-token {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.blog-post-about-author-name {
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog-post-about-author-rol {
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog-post-about-author {
  text-decoration: none;
}

.blog-post-about-author-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-column-gap: 12px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-post-about-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 36px;
  height: 36px;
  min-width: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: rgba(156, 151, 211, 0.5);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  font-family: 'Icons Crypto Template', sans-serif;
  text-decoration: none;
}

.blog-post-about-author-link:hover {
  background-color: #6639e4;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.tokens-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.token-block-content {
  padding: 40px 10px;
  border-bottom: 1px solid #7a73c4;
}

.token-block-content.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 208px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.token-block-content.description {
  width: 28%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.token-block-content.market-cap {
  width: 20%;
}

.token-block-content.volume {
  width: 20%;
}

.token-block-content.token-link {
  width: 10%;
  padding-right: 0px;
}

.token-block-content.name-mobile {
  display: none;
  width: 100%;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.token-block-content.description-mobile {
  display: none;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.token-block-content.market-cap-mobile {
  display: none;
  width: 100%;
}

.token-block-content.volume-mobile {
  display: none;
  width: 100%;
}

.token-block-content.token-link-mobile {
  display: none;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.token-market-cap {
  color: #fff;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 700;
}

.token-volume {
  color: #fff;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 700;
}

.token-link {
  font-size: 16px;
  line-height: 1.625em;
}

.token-cms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.token-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-token-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.token-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content-top {
  margin-bottom: 49px;
}

.token-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cryptocurrency-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cryptocurrency-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.token-market-cap-page {
  color: #fff;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 700;
}

.token-volume-page {
  color: #fff;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 700;
}

.token-cryptocurrency-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.token-block-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.token-head-cms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rich-text-figure-figure-caption {
  max-width: 994px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-figure-figure-caption h2 {
  max-width: 790px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

.rich-text-figure-figure-caption p {
  max-width: 790px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.rich-text-figure-figure-caption ul {
  max-width: 790px;
  margin: 30px auto;
}

.rich-text-figure-figure-caption h3 {
  max-width: 790px;
  margin: 60px auto 18px;
}

.rich-text-figure-figure-caption img {
  margin-bottom: 27px;
  border-radius: 40px;
}

.rich-text-figure-figure-caption figcaption {
  margin-top: 0px;
}

.rich-text-figure-figure-caption ol {
  max-width: 790px;
  margin: 30px auto;
}

.rich-text-figure-figure-caption h4 {
  max-width: 790px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-figure-figure-caption h5 {
  max-width: 790px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-figure-figure-caption h6 {
  max-width: 790px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-figure-figure-caption blockquote {
  max-width: 790px;
  margin: 55px auto;
}

.category-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

.category-wrapper.pricing-category {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-category-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  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-categories-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-category-content-wrapper {
  position: relative;
}

.blog-post-category-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-category-left {
  max-width: 571px;
}

._2-buttons-text {
  margin-right: 20px;
  margin-left: 20px;
}

.checkout-form {
  padding: 60px 0px 120px;
  background-color: transparent;
}

.block-header {
  padding-right: 0px;
  padding-left: 0px;
  border-width: 0px;
  background-color: transparent;
}

.block-content {
  padding-right: 0px;
  padding-left: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-color: transparent;
}

.label-checkout {
  font-size: 14px;
}

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

.order-item-plan {
  color: #fff;
  font-weight: 500;
}

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

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

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

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

.checkout-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkout-form-page-wrapper {
  width: 100%;
}

.checkout-details-wrapper {
  max-width: 750px;
}

.order-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.line-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 994px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team-name-content {
  margin-bottom: 40px;
}

.team-rol {
  color: #f1f1f9;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.team-posts-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.pagination-arrow-right {
  position: relative;
  top: -1px;
  margin-left: 7px;
}

.pagination-arrow-left {
  position: relative;
  top: -1px;
  margin-right: 7px;
}

.download-app-icon {
  margin-right: 11px;
}

.download-app-footer-icon {
  margin-right: 11px;
}

.dropdown-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-header {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-list {
  left: -223px;
  background-color: transparent;
}

.icon-header-dropdown {
  position: relative;
  top: 2px;
  font-size: 7px;
}

.dropdown-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 40px;
  padding: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 40px;
  background-color: #282454;
  box-shadow: 0 16px 24px 0 #131128;
}

.dropdown-links-block {
  margin-right: 3vw;
}

.dropdown-links-block.last {
  margin-right: 0vw;
}

.dropdown-title {
  padding-bottom: 29px;
  border-bottom: 1px solid #fff;
}

.dropdown-links-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.dropdown-list-links {
  margin-bottom: 0px;
  padding-left: 0px;
}

.dropdown-list-item {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.143em;
}

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

.dropdown-link {
  color: #e0dff1;
  font-size: 14px;
  line-height: 1.143em;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.dropdown-link:hover {
  color: #6639e4;
}

.dropdown-link.w--current {
  font-weight: 700;
}

.empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px;
  border-radius: 40px;
  background-color: #282454;
  color: #bebbe2;
  font-size: 20px;
  text-align: center;
}

.empty-state.small {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 30px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
}

.empty-state.small.pricing-plan {
  background-color: #131128;
}

.success-message {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 20px;
  background-color: #6639e4;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.success-message.newsletter {
  background-color: #131128;
}

.error-message {
  margin-top: 20px;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 20px;
  background-color: #f13235;
  color: #fff;
  text-align: center;
}

.error-message.cart {
  margin-right: 40px;
  margin-left: 40px;
}

.empty-state-cart {
  padding-right: 60px;
  padding-left: 60px;
  font-size: 20px;
}

.token-page-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
}

.progress-bar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: -1px;
  right: 0px;
  z-index: 10;
  height: 6px;
  background-color: #a09fb4;
}

.progress-bar {
  height: 6px;
  background-color: #6639e4;
}

.text-block-2 {
  font-size: 10px !important;
  line-height: 1.8em !important;
  
  background-image: none !important;
  -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    
    color: white !important;
}

.text-block-2.fwd-edm {
     color: #e9781e !important;
}

.card-blog-post-content-page {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -17px;
  padding-right: 23px;
  padding-bottom: 34px;
  padding-left: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.discount-container {
  margin-top: 27px;
  padding: 0px;
  border-width: 0px;
  background-color: transparent;
}

.sidebar-container {
  margin-bottom: 0px;
}

.changelog-item {
  margin-bottom: 32px;
}

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

.columns {
  width: 100%;
}

.column {
  padding-right: 0px;
}

.column-2 {
  padding-right: 20px;
}

.background-video {
  position: fixed;
  top: 0px;
  z-index: 0;
  width: 100vw;
  height: 100vh;
}

.div-block-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-10 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 17px;
  color: #fff;
  font-size: 86px;
  line-height: 104px;
  white-space: nowrap;
}

.image-143 {
  position: relative;
  width: 197px;
  margin-right: 17px;
  margin-bottom: 17px;
  margin-left: 17px;
  padding-right: 0px;
}

.words {
  position: relative;
  left: 217px;
  display: none;
}

.heading-11 {
  color: red;
  font-size: 86px;
  line-height: 104px;
}

.heading-11.pride-hero {
  position: relative;
  left: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3ac9dc), to(#9630bc));
  background-image: linear-gradient(90deg, #3ac9dc, #9630bc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process-icon-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 162px;
  height: 162px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-30 {
  position: absolute;
  width: 162px;
  height: 162px;
  max-height: none;
  max-width: none;
}

.image-128 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-128:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.process-icon-container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 162px;
  height: 162px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-71 {
  position: absolute;
  width: 162px;
  height: 162px;
  max-height: none;
  max-width: none;
  margin-left: 0px;
}

.image-126 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-126:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.process-icon-container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 162px;
  height: 162px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-72 {
  position: absolute;
  width: 162px;
  height: 162px;
  max-width: none;
}

.icon-overflow-container {
  position: relative;
  overflow: hidden;
  width: 162px;
  height: 162px;
  border: 0px solid #fff;
  border-radius: 50% 50% 0% 0%;
}

.image-127 {
  position: relative;
  left: 8px;
  top: -4px;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-127:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.process-icon-container-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 162px;
  height: 162px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-2 {
  height: auto;
  margin-bottom: 105px;
}

.portfolio-card-detail {
  position: static;
  overflow: visible;
  width: 40%;
  height: 320px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  clear: left;
  background-color: #7a73c4;
}

.portfolio-card-detail.orange {
  background-color: #c25600;
}

.portfolio-card-detail.orange.yellow {
  background-color: #e7b400;
}

.portfolio-card-photo {
  position: static;
  overflow: visible;
  width: 60%;
  height: 320px;
  float: right;
  clear: right;
  background-color: #f66688;
}

.portfolio-card-photo.full {
  width: 100%;
  padding: 10px;
}

.portfolio-card-photo.full.image-bg {
  background-color: #6639e4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 17, 40, 0.25)), to(rgba(0, 0, 0, 0.5))), url('../images/GlobeOne.png');
  background-image: linear-gradient(180deg, rgba(19, 17, 40, 0.25), rgba(0, 0, 0, 0.5)), url('../images/GlobeOne.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-card-photo.full.image-bg.servbees {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 17, 40, 0.25)), to(rgba(0, 0, 0, 0.5))), url('../images/ShopSM.png');
  background-image: linear-gradient(180deg, rgba(19, 17, 40, 0.25), rgba(0, 0, 0, 0.5)), url('../images/ShopSM.png');
}

.image-144 {
  width: 100%;
  height: 100%;
  background-image: url('../images/FWD-Tapp.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
}

.div-block-19 {
  position: static;
  width: 100%;
  height: 100%;
  background-image: url('../images/FWD-Tapp.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-19.servbees {
  background-image: url('../images/Servbees.png');
}

.paragraph-2 {
  padding-right: 33px;
}

.paragraph-3 {
  padding-right: 33px;
}

.sg-block {
  display: block;
}

.footer-country-name {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}

.footer-country-address {
  font-family: Inter, sans-serif;
  color: #babcbe;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
}

.socials-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-socials-link-block {
  position: relative;
}

.image-145 {
  position: relative;
  z-index: 2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  top: -1px;
  height: 32px;
  width: 32px;
}

.image-145:hover {
  opacity: 0;
}

.hover-image {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 32px;
  width: 32px;
}

.home-hero-section {
  position: relative;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 100vw;
  margin-top: 0px;
  padding-top: 83px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
}

.heading-12 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 17px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 86px;
  line-height: 104px;
  white-space: nowrap;
}

.heading-13 {
  font-family: Inter, sans-serif;
  color: red;
  font-size: 86px;
  line-height: 104px;
}

.heading-13.pride-hero {
  position: relative;
  left: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3ac9dc), to(#9630bc));
  background-image: linear-gradient(90deg, #3ac9dc, #9630bc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.div-block-17 {
  position: relative;
  top: auto;
  bottom: 217px;
  overflow: visible;
  width: 829px;
  min-width: 0px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.home-and-video-section-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.div-block-54 {
  position: relative;
  bottom: 0px;
  display: block;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(98%, #040304));
  background-image: linear-gradient(180deg, transparent, #040304 98%);
}

.white-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 27px;
  text-align: center;
}

.white-paragraph.mobile {
  display: none;
}

.blank-div-for-scroll-snap {
  height: 100vh;
}

.neon-heading {
  display: inline-block;
  background-image: -webkit-gradient(linear, right top, left top, from(#bc39e4), color-stop(20%, #6639e4), color-stop(44%, #7543ff), color-stop(69%, #465bc7), to(#38d2dc));
  background-image: linear-gradient(270deg, #bc39e4, #6639e4 20%, #7543ff 44%, #465bc7 69%, #38d2dc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 542px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.story-3-mobile {
  display: none;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 36px;
}

.heading-18.pride-muted-gradient-1 {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(51%, #6feeff), to(#bfe8ff));
  background-image: linear-gradient(90deg, #fff, #6feeff 51%, #bfe8ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-18.pride-muted-gradient-1.mobile {
  display: none;
}

.heading-18.pride-muted-gradient-2 {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(52%, #f0ccb7), to(#b8a3d2));
  background-image: linear-gradient(90deg, #fff, #f0ccb7 52%, #b8a3d2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-18.pride-muted-gradient-2.mobile {
  display: none;
}

.story-2 {
  position: relative;
}

.paragraph-10 {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #ededed;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.paragraph-10.tablet {
  display: none;
}

.container-1145 {
  max-width: 1145px;
}

.container-1145.flex {
  position: static;
  display: block;
  margin: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-1145.flex {
  position: static;
  display: block;
  margin: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.story-1 {
  position: relative;
  display: block;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-layer {
  position: relative;
  z-index: 0;
}

.image-69 {
  position: static;
  right: 0px;
  width: 180px;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.image-69.mobile {
  display: none;
}

.logo-image-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 292px;
  margin-right: 191px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-image-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -108px;
  margin-left: 197px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sticky-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-20 {
  width: 100%;
  max-width: 1145px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-image-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -461px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.empty-block {
  width: 100%;
}

.image-68 {
  position: static;
  top: auto;
  right: 0px;
  width: 370px;
}

.image-68.mobile {
  display: none;
}

.image-70 {
  position: static;
  right: 0px;
  width: 190px;
  margin-right: 0px;
}

.top-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.center-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-block {
  width: 100%;
}

.logo-image-container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -461px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-21 {
  width: 100%;
  max-width: 1145px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-image-container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -461px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-layer-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-layer-2.mobile {
  display: none;
}

.stories-section {
  position: relative;
  z-index: 1;
  overflow: visible;
  max-width: 100vw;
}

.boxes-animation {
  display: none;
}

.bottom-layer-2 {
  position: relative;
  z-index: 0;
}

.logo-and-tc-pp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-logo-white {
  height: 34px;
  margin-right: 10px;
}

.div-block-92 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-26 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  text-decoration: none;
}

.heading-26.w--current {
  height: 100%;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.vertical-line {
  position: relative;
  width: 1px;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.text-block-10 {
  font-family: Inter, sans-serif;
  color: #5b5b5b;
  font-size: 10px;
  line-height: 12px;
  font-weight: 300;
}

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

.image-146 {
  width: 100%;
}

.image-147 {
  width: auto;
}

.image-147.mobile {
  display: none;
}

.link {
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .container-default {
    position: relative;
    z-index: 1;
  }

  .button-primary {
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 0px;
    font-size: 14px;
  }

  .button-primary.header-button {
    font-weight: 700;
  }

  .button-secondary {
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 0px;
    font-size: 14px;
  }

  .header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .page-wrapper.overflow-hidden {
    position: relative;
    padding-top: 118px;
  }

  .section.section-about {
    position: relative;
  }

  .section.about {
    position: relative;
  }

  .section.more-about {
    position: static;
    z-index: 1;
    display: none;
    overflow: visible;
    max-width: 100vw;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.our-team {
    position: relative;
  }

  .image.drives-icon.mobile {
    display: none;
  }

  .image.about-story {
    position: static;
    top: 20px;
    z-index: 2;
    max-width: 715px;
    margin-top: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .companies-grid {
    opacity: 0.7;
  }

  .title.testimonials.neon-heading {
    background-image: -webkit-gradient(linear, right top, left top, from(#32c5d6), color-stop(25%, #8cbaff), color-stop(75%, #8b62ff), to(#af34e0));
    background-image: linear-gradient(270deg, #32c5d6, #8cbaff 25%, #8b62ff 75%, #af34e0);
  }

  .title.about.headline.neon-heading.margin-top {
    padding-top: 220px;
  }

  .title.home-hero.neon {
    display: inline-block;
    background-image: -webkit-gradient(linear, right top, left top, from(#bc39e4), color-stop(20%, #835fe9), color-stop(44%, #7543ff), color-stop(69%, #465bc7), to(#38d2dc));
    background-image: linear-gradient(270deg, #bc39e4, #835fe9 20%, #7543ff 44%, #465bc7 69%, #38d2dc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .title.home-hero.neon-heading {
    background-image: -webkit-gradient(linear, right top, left top, from(#32c5d6), color-stop(25%, #8cbaff), color-stop(100%, #af34e0), color-stop(0, #465bc7), to(#38d2dc));
    background-image: linear-gradient(270deg, #32c5d6, #8cbaff 25%, #af34e0 100%, #465bc7 0, #38d2dc);
  }

  .title-small-uppercase.six {
    font-size: 14px;
  }

  .split-content.our-story-left {
    position: relative;
    z-index: 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .split-content.our-story-right {
    position: static;
    top: 20px;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 43%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .split-content.checkout-left {
    max-width: 612px;
  }

  .split-content.checkout-right {
    position: -webkit-sticky;
    position: sticky;
    top: 118px;
    z-index: 2;
  }

  .bg.about-hero.last-div {
    left: -619px;
    top: -26%;
  }

  .slide-nav {
    opacity: 0.5;
  }

  .our-story-wrapper {
    display: none;
    height: 100%;
  }

  .our-story-wrapper.mobile {
    display: none;
  }

  .our-mission-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 612px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .our-story-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-width: 612px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-drives-wrapper {
    margin-bottom: 4em;
  }

  .token-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checkout-form-wrapper {
    margin-bottom: 5em;
  }

  .column-2 {
    padding-right: 10px;
  }

  .neon-heading {
    display: inline-block;
    background-image: -webkit-gradient(linear, right top, left top, from(#bc39e4), color-stop(20%, #6639e4), color-stop(44%, #7543ff), color-stop(69%, #465bc7), to(#38d2dc));
    background-image: linear-gradient(270deg, #bc39e4, #6639e4 20%, #7543ff 44%, #465bc7 69%, #38d2dc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .container-1145.flex {
    max-width: 1246px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .bottom-layer {
    display: block;
  }

  .grid-20 {
    max-width: 1246px;
  }

  .logo-image-container-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-layer {
    position: absolute;
    display: block;
  }

  ._100vh-div {
    height: 100vh;
  }

  .absolute-div {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .logo-image-container-4 {
    margin-top: 0px;
  }

  .div-block-56 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
  }

  .more-about-bottom-layer {
    position: relative;
    z-index: 0;
  }

  .more-about-top-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
  }

  ._100vh-relative {
    position: relative;
    height: 100vh;
  }

  ._100vh-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  ._100vh-sticky-container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .div-block-57 {
    position: -webkit-sticky;
    position: sticky;
  }

  .div-block-93 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 5;
  }

  .image-147 {
    display: block;
  }

  .image-147.mobile {
    display: none;
  }

  .share-credentials-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link {
    text-decoration: none;
  }

  .link-2 {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper {
      overflow-x: hidden;
  }
  
  h1 {
    font-size: 55px;
  }

  blockquote {
    padding: 70px 60px 75px;
  }

  .styleguide-sidebar {
    display: none;
  }

  .styleguide-content {
    margin-left: 0px;
  }

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

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

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

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

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

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

  .button-primary {
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 0px;
  }

  .button-primary.header-button.mobile {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-primary.download-app-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-primary.checkout-icon {
    margin-left: 25px;
  }

  .button-secondary {
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 0px;
    font-size: 14px;
    text-align: center;
  }

  .header-navigation {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .nav-item-wrapper.mobile {
    display: block;
  }

  .nav-link {
    font-size: 33px;
    line-height: 1em;
  }

  .nav-menu {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 60px;
    background-color: #131128;
  }

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

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

  .section.home-hero {
    padding-top: 60px;
  }

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

  .section.specs-1 {
    padding-top: 60px;
    padding-bottom: 77px;
  }

  .section.specs-2 {
    padding-top: 77px;
    padding-bottom: 60px;
  }

  .section.cta-v1 {
    padding-top: 20px;
  }

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

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

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

  .section.cta-v2 {
    padding-top: 60px;
    padding-bottom: 135px;
  }

  .section.contact {
    padding-top: 60px;
  }

  .section.faqs {
    padding-bottom: 100px;
  }

  .section.about {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.more-about {
    display: none;
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .section.our-team {
    padding-top: 90px;
    padding-bottom: 60px;
  }

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

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

  .section.pricing-plan {
    padding-bottom: 100px;
  }

  .section.blog-hero {
    padding-top: 60px;
    padding-bottom: 90px;
  }

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

  .section.latest-posts {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

  .section.token {
    padding-top: 30px;
  }

  .section.pricing-category {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .section.blog-category {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section.team {
    padding-bottom: 80px;
  }

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

  .divider.footer-divider {
    margin-top: 0px;
  }

  .divider.header {
    display: none;
  }

  .divider.pricing-plan {
    margin-top: 60px;
    margin-bottom: 54px;
  }

  .divider.blog-post {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .divider.token {
    width: 100%;
    height: 1px;
    margin: 40px 0px;
  }

  .home-hero-content {
    margin-bottom: 60px;
  }

  ._2-buttons-wrapper.footer-download-app {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.home-hero {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.778;
  }

  .paragraph.cta-v2-top {
    width: 100%;
  }

  .paragraph.drives-top {
    max-width: 501px;
  }

  .paragraph.blog {
    max-width: 61%;
  }

  .images-wrapper.specs-1 {
    max-width: 578px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .images-wrapper.cta-v1 {
    max-width: none;
    margin-top: 0px;
    margin-bottom: -186px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image.home-hero-2 {
    max-width: 23%;
  }

  .image.specs-2 {
    max-width: 100%;
    margin-right: 0px;
  }

  .image.cta-v1-2 {
    margin-left: 8px;
  }

  .image.cta-v2 {
    margin-bottom: -336px;
  }

  .image.about-story {
    margin-top: 0px;
    margin-right: 0px;
  }

  .image.about-story.push-left {
    margin-left: 0px;
  }

  .image.about-story.push-right {
    margin-right: 0px;
  }

  .image.section-about-featured-shadow {
    top: 213.156px;
  }

  .image.testimonial.bottom-align {
    float: none;
  }

  .companies-grid {
    grid-column-gap: 5vw;
  }

  .companies-grid.investors {
    margin-top: 60px;
  }

  .section-about-grid {
    grid-auto-rows: minmax(200px, 1fr);
    -ms-grid-columns: minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr);
  }

  .section-about-grid.six {
    margin-top: -98px;
    grid-auto-rows: minmax(auto, 1fr);
    -ms-grid-columns: 2fr 2fr 2fr;
    grid-template-columns: 2fr 2fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-wrapper.testimonial {
    margin-right: 0px;
  }

  .image-wrapper.card-blog-post {
    max-width: 50%;
  }

  .image-wrapper.drives-icon {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .image-wrapper.card-blog-post-featured {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-wrapper.blog-post {
    margin-bottom: 60px;
  }

  .title.company {
    margin-bottom: 20px;
  }

  .title.section-blog-post {
    margin-bottom: 15px;
  }

  .title.cta-v2 {
    margin-bottom: 20px;
  }

  .title.contact {
    margin-bottom: 40px;
  }

  .title.drives {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .title.our-team {
    margin-bottom: 15px;
  }

  .title.pricing-plan {
    font-size: 55px;
  }

  .title.home-hero {
    width: 100%;
    font-size: 45px;
    text-align: center;
  }

  .title.home-hero.neon-heading {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .title.latest-posts {
    margin-bottom: 20px;
  }

  .title.blog-post-about-author {
    margin-bottom: 30px;
  }

  .title.cryptocurrency-info {
    margin-bottom: 20px;
  }

  .title.category {
    font-size: 55px;
  }

  .card.section-about {
    max-width: 100%;
  }

  .card.section-about.six {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .card.cta-v2 {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.testimonial {
    border-radius: 8px;
  }

  .card.blog-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card.cta-footer {
    max-width: 100%;
  }

  .card.drives {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
  }

  .card.pricing {
    padding-right: 60px;
    padding-left: 60px;
  }

  .card.pricing-plan {
    padding: 40px 30px;
  }

  .card.changelog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.team {
    margin-top: -107px;
  }

  .title-small-uppercase {
    text-align: center;
  }

  .title-small-uppercase.about {
    padding-right: 0px;
    text-align: center;
  }

  .paragraph-small.token-block {
    max-width: 504px;
  }

  .specs-1-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.specs-1 {
    max-width: 754px;
    margin-bottom: 60px;
  }

  .split-content.cta-v1 {
    max-width: 754px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.preview {
    max-width: 650px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .split-content.contact-left {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.contact-right {
    max-width: 100%;
  }

  .split-content.contact-right.mobile {
    display: none;
  }

  .split-content.timeline-left {
    max-width: 754px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.timeline-right {
    max-width: 100%;
  }

  .split-content.pricing-plan {
    max-width: 50%;
  }

  .split-content.newsletter-left {
    max-width: 720px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.newsletter-right {
    width: 100%;
    max-width: 720px;
  }

  .split-content.content-left {
    max-width: 100%;
    min-width: auto;
  }

  .split-content.content-right {
    max-width: 100%;
  }

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

  .split-content.team-left {
    width: auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.team-right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .paragraph-medium.specs.portfolio-title.bottom-align {
    float: none;
  }

  .specs-2-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bg.cta-v1 {
    padding-top: 60px;
  }

  .bg.home-hero-1 {
    left: -319px;
  }

  .bg.home-hero-2 {
    right: -377px;
  }

  .bg.about-hero {
    max-width: 93%;
  }

  .cta-v1-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.section-blog-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .top-content.cta-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .top-content.footer-top-content {
    margin-bottom: 60px;
  }

  .top-content.about-drives {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .top-content.our-team {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .top-content.blog {
    margin-bottom: 40px;
  }

  .top-content.latest-posts {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.latest-posts-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .top-content.blog-category {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.team-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .preview-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .preview-video-wrapper {
    max-width: 100%;
  }

  .section-blog-post-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-blog-post-content {
    margin-top: 34px;
  }

  .footer-link {
    white-space: normal;
  }

  .footer-mobile-content {
    overflow: hidden;
    text-align: left;
  }

  .footer-links-block {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .footer-mobile-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }

  .links-block {
    width: 100%;
  }

  .links-block.last {
    border-bottom-width: 0px;
  }

  .footer-content-links {
    padding-top: 0px;
  }

  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .delete-class.cart-order-item {
    max-width: 170px;
    margin-bottom: 15px;
  }

  .menu-line-middle {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .menu-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cart-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    z-index: 999;
    width: 52px;
    height: 52px;
    min-width: 52px;
    margin-left: 15px;
    padding: 0px;
    border-radius: 1000px;
    background-color: #6639e4;
    -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
    transition: background-color 350ms ease, -webkit-transform 350ms ease;
    transition: transform 350ms ease, background-color 350ms ease;
    transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    background-color: #282454;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .menu-button.w--open {
    background-color: #6639e4;
  }

  .menu-line-top {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    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 auto;
    grid-template-rows: auto auto;
    background-color: #fff;
  }

  .cart-subtotal {
    font-size: 20px;
  }

  .menu-button-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-line-bottom {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .brand {
    z-index: 999;
  }

  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faqs-grid {
    margin-top: 40px;
  }

  .faq-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-right-title-wrapper {
    max-width: 473.859375px;
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .contact-right-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    
    display: none;
  }

  .contact-social-media-wrapper {
    max-width: 382px;
  }

  .container-medium-660px.about {
    margin-bottom: 60px;
  }

  .container-medium-660px.tokens {
    margin-bottom: 60px;
  }

  .our-story-wrapper {
    margin-bottom: 140px;
  }

  .timeline-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-mission-block {
    margin-bottom: 80px;
    padding-top: 0px;
    text-align: left;
  }

  .our-story-block {
    height: 100%;
  }

  .our-team-grid {
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-pricing-excerpt {
    max-width: 442px;
  }

  .card-pricing-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .pricing-specs-grid {
    margin-bottom: 40px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .card-pricing-add-to-cart {
    width: 40%;
    margin-top: 0px;
  }

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

  .plan-price {
    margin-bottom: 40px;
  }

  .pricing-plan-add-to-cart {
    margin-top: 0px;
  }

  .blog-post-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card-blog-post-featured-content {
    max-width: 50%;
    padding: 50px 40px;
  }

  .newsletter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-post-author-wrapper {
    margin-bottom: 30px;
  }

  .latest-posts-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rich-text figure {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .rich-text.about-token {
    max-width: 790px;
  }

  .token-block-content {
    padding: 0px 0px 30px;
  }

  .token-block-content.name {
    width: 100%;
  }

  .token-block-content.name.token-grid-title {
    display: none;
  }

  .token-block-content.description {
    width: 100%;
  }

  .token-block-content.description.token-grid-title {
    display: none;
  }

  .token-block-content.market-cap {
    width: 100%;
  }

  .token-block-content.market-cap.token-grid-title {
    display: none;
  }

  .token-block-content.volume {
    width: 100%;
  }

  .token-block-content.volume.token-grid-title {
    display: none;
  }

  .token-block-content.token-link {
    width: 100%;
  }

  .token-block-content.token-link.token-grid-title {
    display: none;
  }

  .token-block-content.name-mobile {
    display: block;
    padding-bottom: 10px;
    border-bottom-width: 0px;
  }

  .token-block-content.description-mobile {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom-width: 0px;
  }

  .token-block-content.market-cap-mobile {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom-width: 0px;
  }

  .token-block-content.volume-mobile {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom-width: 0px;
  }

  .token-block-content.token-link-mobile {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom-width: 0px;
  }

  .token-market-cap {
    color: #e0dff1;
    font-weight: 400;
  }

  .token-volume {
    color: #e0dff1;
    font-weight: 400;
  }

  .token-link {
    color: #e0dff1;
  }

  .token-cms {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .token-cms:last-child {
    margin-bottom: 0px;
  }

  .token-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .token-title-wrapper {
    margin-bottom: 30px;
  }

  .split-content-top {
    max-width: 472px;
    margin-right: 10px;
    margin-bottom: 30px;
  }

  .cryptocurrency-info-wrapper {
    width: 380px;
  }

  .cryptocurrency-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rich-text-figure-figure-caption figure {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .pricing-category-grid {
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-categories-grid {
    margin-bottom: 50px;
  }

  .blog-post-category-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-category-left {
    margin-bottom: 40px;
  }

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

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout-form-wrapper {
    margin-bottom: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .team-wrapper {
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-posts-title-wrapper {
    margin-bottom: 20px;
  }

  .team-posts-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-text {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdown-header {
    display: block;
  }

  .dropdown-list.w--open {
    position: static;
    border-radius: 0px;
  }

  .icon-header-dropdown {
    display: none;
    font-size: 15px;
  }

  .dropdown-links-wrapper {
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-links-block {
    width: 50%;
  }

  .dropdown-links-block.last {
    border-bottom-width: 0px;
  }

  .dropdown-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }

  .dropdown-links-content {
    overflow: hidden;
    text-align: left;
  }

  .dropdown-link {
    white-space: normal;
  }

  .sidebar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column {
    padding-left: 0px;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading-10 {
    font-size: 64px;
    line-height: 72px;
  }

  .image-143 {
    width: 145px;
  }

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

  .paragraph-2.about {
    padding-right: 0px;
  }

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

  .paragraph-3.about {
    padding-right: 0px;
  }

  .sg-block {
    padding-right: 10px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ph-block {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-socials-link-block {
    left: 0px;
    top: 0px;
  }

  .image-145 {
    left: 0px;
    top: 0px;
    display: block;
  }

  .hover-image {
    top: 0px;
    display: block;
  }

  .home-hero-section {
    min-height: 100vh;
  }

  .heading-12 {
    font-size: 64px;
    line-height: 72px;
  }

  .div-block-17 {
    opacity: 1;
  }

  .white-paragraph {
    font-size: 28px;
  }

  .div-block-44 {
    width: 55%;
    padding-left: 20px;
  }

  .paragraph-10 {
    display: none;
  }

  .paragraph-10.tablet {
    display: block;
  }

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

  .image-69 {
    width: 130px;
  }

  .logo-image-container-3 {
    margin-right: 136px;
  }

  .logo-image-container-2 {
    margin-top: 0px;
    margin-left: 140px;
  }

  .logo-image-container-1 {
    margin-top: -250px;
  }

  .empty-block {
    display: block;
  }

  .image-68 {
    width: 270px;
  }

  .image-70 {
    width: 140px;
  }

  .top-layer {
    display: none;
    overflow: visible;
  }

  .logo-image-container-4 {
    margin-top: -250px;
  }

  .logo-image-container-5 {
    margin-top: -250px;
  }

  .top-layer-2 {
    display: none;
    overflow: visible;
  }

  .top-layer-2.mobile {
    display: none;
  }

  .stories-section {
    z-index: 2;
  }

  .logo-and-tc-pp {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-logo-white {
    display: none;
  }

  .heading-26 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .vertical-line {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid-22 {
    grid-column-gap: 16px;
  }

  .image-147 {
    width: 25%;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .image-147.mobile {
    display: block;
    width: auto;
    padding-bottom: 24px;
  }
}

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

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 23px;
    line-height: 1.3em;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  ul {
    padding-left: 20px;
  }

  ol {
    padding-left: 20px;
  }

  blockquote {
    padding: 60px 40px;
    border-radius: 30px;
    font-size: 20px;
  }

  .container-default.first-container {
    margin-top: 100px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

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

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary {
    padding: 23px 28px;
  }

  .button-primary.full-width.cart {
    margin-top: 30px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.header-button.mobile {
    display: block;
  }

  .button-primary.download-app-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .button-primary.checkout-icon {
    padding-top: 27px;
    padding-bottom: 27px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-secondary {
    padding: 23px 28px;
  }

  .button-secondary.category {
    margin-right: 18px;
  }

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

  .nav-item-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .footer {
    padding-top: 40px;
  }

  .footer-logo-container {
    margin-top: auto;
    margin-right: 40px;
    margin-bottom: auto;
  }

  .footer-logo-container.w--current {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .footer-logo {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    float: none;
    
    display: none;
  }

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

  .section.companies {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.home-hero {
    padding-top: 40px;
  }

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

  .section.specs-1 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.specs-2 {
    padding-top: 60px;
  }

  .section.cta-v1 {
    padding-top: 0px;
  }

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

  .section.preview {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section-blog-post {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.cta-v2 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

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

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

  .section.about {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.more-about {
    display: none;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .section.our-team {
    padding-top: 80px;
    padding-bottom: 50px;
  }

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

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

  .section.pricing-plan {
    padding-bottom: 80px;
  }

  .section.blog-hero {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.newsletter {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.latest-posts {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.blog-post {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .section.latest-posts-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.tokens {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .section.pricing-category {
    padding-bottom: 80px;
  }

  .section.blog-category {
    padding-top: 30px;
    padding-bottom: 80px;
  }

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

  .section.team-posts {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .divider.card-blog-post {
    margin-top: 32px;
    margin-bottom: 20px;
  }

  .divider.footer-divider {
    margin-top: 60px;
    margin-bottom: 20px;
  }

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

  .divider.pricing-plan {
    margin-top: 50px;
    margin-bottom: 44px;
  }

  .divider.blog-post {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  .home-hero-content {
    margin-bottom: 40px;
  }

  ._2-buttons-wrapper.footer-download-app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph.home-hero {
    margin-bottom: 32px;
    text-align: center;
  }

  .paragraph.section-about {
    margin-left: 0px;
    text-align: center;
  }

  .paragraph.specs-1 {
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .paragraph.cta-v1 {
    margin-right: 20px;
    margin-bottom: 32px;
  }

  .paragraph.testimonial.full {
    width: 100%;
  }

  .paragraph.testimonial.half-card {
    padding-right: 30px;
  }

  .paragraph.pricing-plan-card {
    margin-bottom: 15px;
  }

  .paragraph.blog {
    max-width: 100%;
  }

  .space._2-buttons {
    height: 20px;
  }

  .space.faq {
    height: 20px;
  }

  .images-wrapper.cta-v1 {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image.home-hero-2 {
    bottom: 11.4375px;
    max-width: 25%;
  }

  .image.section-about-featured {
    margin-bottom: -378px;
  }

  .image.specs-1-mockup-1 {
    margin-left: 25px;
  }

  .image.specs-1-mockup-2 {
    margin-left: -41px;
  }

  .image.cta-v1-1 {
    max-width: 45%;
  }

  .image.cta-v1-2 {
    max-width: 40%;
  }

  .image.cta-v2 {
    margin-bottom: -352px;
  }

  .image.about-story {
    max-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .image.section-about-featured-shadow {
    margin-bottom: -589px;
  }

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

  .companies-grid {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .companies-grid.investors {
    margin-top: 40px;
  }

  .container-medium-767px.section-about {
    margin-left: 0px;
    text-align: center;
  }

  .section-about-grid {
    margin-top: 40px;
    margin-bottom: 40px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .section-about-grid.six {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-wrapper.testimonial {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }

  .image-wrapper.card-blog-post {
    max-width: 100%;
  }

  .image-wrapper.card-blog-post-author {
    width: 50px;
    height: 50px;
  }

  .image-wrapper.card-blog-post-featured {
    max-width: 100%;
  }

  .image-wrapper.blog-post-author {
    width: 50px;
    height: 50px;
  }

  .image-wrapper.blog-post {
    margin-bottom: 50px;
    border-radius: 30px;
  }

  .image-wrapper.blog-post-about-author {
    margin-bottom: 20px;
  }

  .image-wrapper.team-cover {
    border-radius: 30px;
  }

  .image-wrapper.team {
    width: 124px;
    height: 124px;
    min-width: 124px;
    margin-bottom: 10px;
  }

  .image-wrapper.card-blog-post-page {
    max-width: 100%;
  }

  .title.testimonials {
    margin-bottom: 20px;
  }

  .title.card-blog-post {
    font-size: 20px;
  }

  .title.contact {
    margin-bottom: 30px;
  }

  .title.faq {
    font-size: 21px;
    line-height: 1.3em;
  }

  .title.contact-social-media {
    margin-bottom: 20px;
  }

  .title.about {
    margin-bottom: 20px;
  }

  .title.timeline {
    margin-bottom: 20px;
  }

  .title.pricing-plan {
    font-size: 46px;
  }

  .title.about-plan {
    margin-bottom: 20px;
  }

  .title.blog {
    margin-bottom: 15px;
  }

  .title.latest-posts {
    margin-bottom: 15px;
  }

  .title.card-blog-post-featured {
    margin-bottom: 11px;
    font-size: 24px;
  }

  .title.blog-post-about-author {
    margin-bottom: 20px;
  }

  .title.category {
    font-size: 46px;
  }

  .title.pricing-title {
    margin-bottom: 15px;
  }

  .title.checkout-title {
    margin-bottom: 20px;
  }

  .title.team-posts {
    font-size: 35px;
  }

  .card.section-about {
    border-radius: 30px;
  }

  .card.section-about.six.card-ui-ux {
    padding: 12px;
  }

  .card.section-about.six.card-digitalmktg {
    padding: 12px;
  }

  .card.section-about.six.card-digitaldesign {
    padding: 12px;
  }

  .card.section-about.six.card-branding {
    padding: 12px;
  }

  .card.section-about.six.card-devt {
    padding: 12px;
  }

  .card.section-about.six.card-mm {
    padding: 12px;
  }

  .card.cta-v2 {
    padding-top: 50px;
    border-radius: 30px;
  }

  .card.section-about-featured {
    border-radius: 30px;
  }

  .card.testimonial {
    padding: 0px;
    border-radius: 8px;
  }

  .card.blog-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 30px;
  }

  .card.cta-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 30px;
  }

  .card.drives {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 30px;
  }

  .card.our-team {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 30px;
  }

  .card.pricing {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 30px;
  }

  .card.pricing-plan {
    max-width: 100%;
    border-radius: 30px;
  }

  .card.blog-post-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-radius: 30px;
  }

  .card.blog-post-about-author-card {
    padding: 50px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 30px;
  }

  .card.changelog {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 30px;
  }

  .card.team {
    margin-top: -38px;
    border-radius: 30px;
  }

  .card.blog-post-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 30px;
  }

  .title-small-uppercase {
    text-align: center;
  }

  .title-small-uppercase.pricing-plan-features {
    margin-bottom: 20px;
  }

  .title-small-uppercase.six {
    font-size: 18px;
  }

  .title-small-uppercase.about {
    text-align: left;
  }

  .split-content.specs-1 {
    margin-bottom: 40px;
  }

  .split-content.cta-v1 {
    margin-bottom: 40px;
  }

  .split-content.preview {
    margin-bottom: 40px;
  }

  .split-content.contact-left {
    margin-bottom: 50px;
  }

  .split-content.our-story-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.our-story-right {
    max-width: 100%;
  }

  .split-content.pricing-plan {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.newsletter-right {
    max-width: 100%;
  }

  .split-content.cryptocurrency-info-left {
    margin-right: 51px;
  }

  .split-content.checkout-left {
    margin-bottom: 60px;
  }

  .split-content.team-left {
    margin-bottom: 30px;
  }

  .paragraph-medium {
    font-size: 20px;
  }

  .top-content.testimonials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .top-content.section-blog-post {
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.cta-v2 {
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.footer-top-content {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.about-drives {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.our-team {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.latest-posts-top-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.team-posts {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .cta-v2-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .preview-video-wrapper {
    border-radius: 30px;
  }

  .video-preview-button {
    width: 22%;
    height: 40%;
  }

  .section-blog-post-grid {
    margin-bottom: 30px;
  }

  .card-blog-post-content {
    margin-top: -16px;
  }

  .badge.card-blog-post-category {
    margin-bottom: 20px;
  }

  .badge.card-blog-post-featured {
    margin-bottom: 20px;
  }

  .footer-list-item.last {
    margin-bottom: 7px;
  }

  .footer-mobile-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-links-block {
    margin-bottom: 40px;
  }

  .footer-mobile-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .links-block {
    margin-bottom: 0px;
  }

  .footer-content-links {
    margin-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-social-media-grid {
    margin-bottom: 20px;
  }

  .apple-pay {
    height: 62px;
  }

  .menu-button {
    width: 47px;
    height: 47px;
    min-width: 47px;
    margin-left: 0px;
  }

  .cart-empty-state {
    padding-right: 40px;
    padding-left: 40px;
  }

  .cart-footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .cart-header {
    padding-right: 30px;
    padding-left: 30px;
  }

  .cart-list {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-small-549px.faqs {
    margin-left: 0px;
    text-align: left;
  }

  .faq-icon-wrapper {
    margin-left: 16px;
  }

  .faqs-grid {
    margin-top: 40px;
  }

  .contact-form-grid {
    grid-column-gap: 25px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  
  .rc-anchor-pt {
      display: none !important;
  }

  .select-wrapper.pricing-plan-card {
    margin-bottom: 20px;
  }

  .social-media-grid {
    margin-bottom: 20px;
  }

  .contact-right-title-wrapper {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .contact-right-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-medium-660px.about {
    margin-bottom: 50px;
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-660px.pricing {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-660px.tokens {
    margin-bottom: 40px;
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-660px.pricing-category {
    margin-left: 0px;
    text-align: left;
  }

  .about-drives-grid {
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .our-story-wrapper {
    margin-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-story-wrapper.mobile {
    display: block;
  }

  .our-mission-block {
    margin-bottom: 60px;
    padding-top: 0px;
    text-align: left;
  }

  .container-medium-602px.investors {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .timeline-dot {
    margin-right: 40px;
  }

  .timeline-year {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .card-price {
    font-size: 35px;
  }

  .card-pricing-excerpt {
    max-width: none;
  }

  .car-pricing-top-content {
    margin-bottom: 40px;
  }

  .card-pricing-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pricing-specs-grid {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-row-gap: 26px;
  }

  .pricing-spec-wrapper {
    font-size: 16px;
  }

  .card-pricing-add-to-cart {
    width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .card-pricing-features-wrapper {
    margin-bottom: 40px;
  }

  .pricing-plan-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-plan-title-wrapper {
    margin-bottom: 20px;
  }

  .pricing-plan-description {
    margin-bottom: 20px;
  }

  .pricing-plan-add-to-cart {
    width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

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

  .blog-categories-grid {
    display: -ms-grid;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 1px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .card-blog-post-featured-content {
    position: relative;
    z-index: 2;
    max-width: none;
    margin-top: -16px;
    padding: 0px 23px 34px;
  }

  .blog-post-author-wrapper {
    margin-bottom: 20px;
  }

  .blog-post-title-wrapper {
    margin-bottom: 30px;
  }

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

  .rich-text img {
    margin-bottom: 20px;
    border-radius: 30px;
  }

  .rich-text figure {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .rich-text h4 {
    margin-top: 50px;
  }

  .rich-text h5 {
    margin-top: 50px;
  }

  .rich-text h6 {
    margin-top: 50px;
  }

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

  .token-cms {
    margin-bottom: 50px;
  }

  .split-content-top {
    max-width: 100%;
    margin-right: 0px;
  }

  .cryptocurrency-info-wrapper {
    width: auto;
  }

  .cryptocurrency-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .heading {
    margin-bottom: 15px;
  }

  .rich-text-figure-figure-caption h3 {
    margin-top: 50px;
  }

  .rich-text-figure-figure-caption img {
    margin-bottom: 20px;
    border-radius: 30px;
  }

  .rich-text-figure-figure-caption figure {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .rich-text-figure-figure-caption h4 {
    margin-top: 50px;
  }

  .rich-text-figure-figure-caption h5 {
    margin-top: 50px;
  }

  .rich-text-figure-figure-caption h6 {
    margin-top: 50px;
  }

  .rich-text-figure-figure-caption blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .category-wrapper {
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .category-wrapper.pricing-category {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pricing-categories-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-post-category-grid {
    margin-bottom: 30px;
  }

  .blog-category-left {
    margin-bottom: 30px;
  }

  .checkout-form {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .checkout-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .team-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }

  .team-name-content {
    margin-bottom: 30px;
  }

  .icon-header-dropdown {
    font-size: 15px;
  }

  .dropdown-links-wrapper {
    padding-top: 10px;
  }

  .dropdown-links-block {
    margin-bottom: 0px;
  }

  .dropdown-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-links-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .error-message.cart {
    margin-right: 30px;
    margin-left: 30px;
  }

  .card-blog-post-content-page {
    margin-top: -16px;
  }

  .column-2 {
    padding-right: 10px;
  }

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

  .div-block-18 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-10 {
    display: block;
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }

  .image-143 {
    width: 75px;
    margin-right: 8px;
    margin-bottom: 13px;
    margin-left: 8px;
  }

  .process-icon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-30 {
    position: absolute;
    max-width: 227px;
  }

  .process-icon-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-71 {
    position: absolute;
    max-width: 162px;
  }

  .process-icon-container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-72 {
    position: absolute;
    max-width: 162px;
  }

  .process-icon-container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .sg-block {
    display: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ph-block {
    display: none;
  }

  .socials-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-socials-link-block {
    margin-right: 12px;
  }

  .heading-12 {
    display: block;
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }

  .div-block-17 {
    bottom: 184px;
    width: 100%;
    max-width: 100vw;
    opacity: 1;
  }

  .white-paragraph {
    display: none;
  }

  .white-paragraph.mobile {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }

  .blank-div-for-scroll-snap {
    height: 100vh;
  }

  .div-block-44 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-44.mobile {
    width: 100%;
    padding-right: 20px;
  }

  .div-block-44.mobile.story-3-mobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
  }

  .div-block-44.story-3 {
    height: 100vh;
    opacity: 0;
  }

  .story-3-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-18.pride-muted-gradient-1 {
    display: none;
    white-space: normal;
  }

  .heading-18.pride-muted-gradient-1.mobile {
    position: relative;
    left: 10%;
    display: block;
    width: 70%;
    font-size: 32px;
    line-height: 39px;
    text-align: left;
  }

  .heading-18.pride-muted-gradient-2 {
    display: none;
  }

  .heading-18.pride-muted-gradient-2.mobile {
    position: relative;
    left: 10%;
    display: block;
    width: 70%;
    font-size: 32px;
    line-height: 39px;
  }

  .paragraph-10.tablet {
    position: relative;
    left: 10%;
    display: block;
    width: 70%;
  }

  .container-1145.flex {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-1145.flex.mobile {
    position: relative;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .container-1145.flex {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-1145.flex.mobile {
    position: relative;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .bottom-layer {
    z-index: 3;
    display: none;
  }

  .image-69 {
    display: none;
  }

  .image-69.mobile {
    position: relative;
    left: 95px;
    top: auto;
    right: auto;
    display: block;
    width: 29%;
    margin-top: 0%;
    margin-left: 0%;
  }

  .logo-image-container-3 {
    margin-top: 62%;
    margin-right: 23%;
  }

  .logo-image-container-2 {
    margin-top: 36%;
    margin-left: 25%;
  }

  .sticky-container {
    position: absolute;
  }

  .sticky {
    position: -webkit-sticky;
    position: sticky;
    overflow: visible;
    height: 100vh;
  }

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

  .logo-image-container-1 {
    margin-top: 20%;
  }

  .empty-block {
    display: none;
  }

  .image-68 {
    display: none;
    opacity: 0;
  }

  .image-68.mobile {
    position: relative;
    top: 80px;
    right: auto;
    display: block;
    width: 60%;
    margin-top: 0px;
    opacity: 1;
  }

  .image-70 {
    display: none;
  }

  .image-70.mobile {
    position: relative;
    left: -84px;
    top: -10%;
    right: auto;
    display: block;
    width: 32%;
    margin-top: 0%;
    margin-right: 0%;
  }

  .top-layer {
    display: none;
  }

  .center-align {
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .center-align.top {
    height: 100vh;
    max-height: none;
  }

  .center-align.middle {
    height: 100vh;
  }

  .center-align.bottom {
    overflow: visible;
    height: 100vh;
    max-height: none;
  }

  .logo-image-container-4 {
    margin-top: 20%;
  }

  .div-block-55 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

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

  .logo-image-container-5 {
    margin-top: 20%;
  }

  .top-layer-2 {
    display: none;
  }

  .top-layer-2.mobile {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .boxes-animation {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-layer-2 {
    z-index: 3;
    display: none;
  }

  .logo-and-tc-pp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-92 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .grid-22 {
    grid-column-gap: 10px;
  }

  .image-147 {
    width: 50%;
  }

  .image-147.mobile {
    width: auto;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  blockquote {
    padding: 40px 20px;
    border-radius: 20px;
    font-size: 18px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    width: 100%;
    padding: 21px 20px;
  }

  .button-primary.full-width.cart {
    margin-top: 20px;
  }

  .button-primary.button-white.card-pricing-buy-now {
    margin-top: 10px;
  }

  .button-primary.newsletter {
    position: static;
    margin-top: 15px;
    background-color: #282454;
  }

  .button-primary.newsletter:hover {
    background-color: #131128;
  }

  .button-primary.checkout-icon {
    margin-left: 0px;
  }

  .button-secondary {
    width: 100%;
    padding: 21px 20px;
  }

  .button-secondary.category {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-secondary.category.all {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .card-v1 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card-v2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card-v3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-icon-v3 {
    margin-right: 0px;
    margin-bottom: 24px;
  }

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

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

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

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

  .section.companies {
    padding-bottom: 30px;
  }

  .section.home-hero {
    padding-top: 30px;
  }

  .section.section-about {
    padding-top: 40px;
  }

  .section.specs-1 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .section.specs-2 {
    padding-top: 50px;
  }

  .section.testimonials {
    padding-top: 60px;
  }

  .section.cta-v2 {
    padding-bottom: 80px;
  }

  .section.contact {
    padding-top: 30px;
    padding-bottom: 45px;
  }

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

  .section.about {
    padding-bottom: 40px;
  }

  .section.more-about {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .section.our-team {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

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

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

  .section.blog-hero {
    padding-top: 30px;
    padding-bottom: 60px;
  }

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

  .section.blog-post {
    padding-bottom: 80px;
  }

  .section.latest-posts-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.tokens {
    padding-bottom: 80px;
  }

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

  .section.blog-category {
    padding-bottom: 60px;
  }

  .section.team {
    padding-bottom: 50px;
  }

  .section.team-posts {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .divider.card-blog-post {
    margin-top: 25px;
  }

  .divider.footer-divider {
    margin-top: 40px;
  }

  .divider.timeline {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .divider.pricing-plan {
    margin-top: 40px;
    margin-bottom: 34px;
  }

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

  .divider.token {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

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

  .input.newsletter {
    min-height: 68px;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  ._2-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._2-buttons-wrapper.footer-download-app {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph.specs-1 {
    margin-right: 0px;
  }

  .paragraph.cta-v1 {
    margin-right: 0px;
  }

  .paragraph.testimonial {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph.testimonial.full {
    width: 100%;
  }

  .paragraph.testimonial.half-card {
    width: 100%;
  }

  .paragraph.cta-v2-top {
    width: 100%;
  }

  .images-wrapper.cta-v1 {
    margin-bottom: -65px;
  }

  .image.section-about-featured {
    margin-bottom: -195px;
  }

  .image.cta-v2 {
    margin-bottom: -192px;
  }

  .image.drives-icon {
    display: none;
    height: 30px;
    margin-bottom: 1em;
  }

  .image.drives-icon.mobile {
    display: block;
  }

  .image.pricing-spec {
    max-width: 37px;
  }

  .image.section-about-featured-shadow {
    top: 301.156px;
    margin-bottom: -195px;
  }

  .image.testimonial {
    height: 50px;
    float: none;
  }

  .companies-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 10px;
  }

  .companies-grid.investors {
    margin-top: 30px;
  }

  .container-medium-767px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-about-grid {
    margin-top: 0px;
    margin-bottom: 0px;
    grid-row-gap: 20px;
  }

  .section-about-grid.six {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .image-wrapper.spec-icon {
    min-width: 40px;
    margin-right: 10px;
  }

  .image-wrapper.testimonial {
    width: auto;
    min-width: 50px;
    margin-right: 10px;
  }

  .image-wrapper.card-blog-post-author {
    min-width: 50px;
    margin-right: 10px;
  }

  .image-wrapper.contact-link-icon {
    min-width: 40px;
    margin-right: 10px;
  }

  .image-wrapper.drives-icon {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-wrapper.drives-icon.edge {
    margin-top: 24px;
    display: none;
  }

  .image-wrapper.card-team {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image-wrapper.pricing-spec {
    width: 57px;
    height: 57px;
    min-width: 57px;
    margin-right: 0px;
    margin-bottom: 15px;
    border-radius: 15px;
  }

  .image-wrapper.newsletter-icon {
    margin-bottom: 15px;
  }

  .image-wrapper.blog-post-author {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 10px;
  }

  .image-wrapper.blog-post {
    margin-bottom: 40px;
    border-radius: 20px;
  }

  .image-wrapper.blog-post-about-author {
    margin-bottom: 15px;
  }

  .image-wrapper.toke-icon {
    margin-right: 10px;
  }

  .image-wrapper.token {
    margin-bottom: 10px;
  }

  .image-wrapper.team-cover {
    border-radius: 20px;
  }

  .image-wrapper.team {
    width: 111px;
    height: 111px;
    min-width: 111px;
  }

  .title.company {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .title.contact {
    margin-bottom: 20px;
  }

  .title.faq {
    margin-right: 10px;
  }

  .title.contact-right {
    font-size: 20px;
  }

  .title.contact-social-media {
    margin-bottom: 13px;
    font-size: 20px;
  }

  .title.pricing-plan {
    font-size: 38px;
  }

  .title.about-plan {
    margin-bottom: 15px;
  }

  .title.home-hero {
    width: 100%;
    font-size: 30px;
  }

  .title.card-blog-post-featured {
    font-size: 22px;
  }

  .title.newsletter {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .title.cryptocurrency-info {
    margin-bottom: 10px;
    font-weight: 700;
  }

  .title.category {
    font-size: 38px;
  }

  .title.checkout-title {
    margin-bottom: 15px;
  }

  .title.team {
    font-size: 24px;
  }

  .title.team-posts {
    font-size: 28px;
  }

  .card.section-about {
    padding: 20px;
    border-radius: 20px;
    height: 257px;
  }

  .card.cta-v2 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
  }

  .card.section-about-featured {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
  }

  .card.testimonial {
    padding: 0px;
    border-radius: 16px;
  }

  .card.blog-post {
    border-radius: 20px;
  }

  .card.cta-footer {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
  }

  .card.drives {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .card.our-team {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
  }

  .card.pricing {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .card.pricing-plan {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
  }

  .card.blog-post-featured {
    border-radius: 20px;
  }

  .card.blog-post-about-author-card {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .card.changelog {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .card.team {
    margin-top: -18px;
    padding: 40px 20px;
    border-radius: 20px;
  }

  .card.blog-post-page {
    border-radius: 20px;
  }

  .title-small-uppercase {
    text-align: center;
  }

  .title-small-uppercase.card-pricing-features {
    margin-bottom: 20px;
  }

  .title-small-uppercase.pricing-plan-features {
    margin-bottom: 15px;
  }

  .split-content.contact-left {
    margin-bottom: 40px;
  }

  .split-content.timeline-left {
    margin-bottom: 40px;
  }

  .split-content.pricing-plan {
    margin-bottom: 40px;
  }

  .split-content.newsletter-left {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.cryptocurrency-info-left {
    margin-right: 0px;
    margin-bottom: 20px;
  }

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

  .split-content.team-left {
    margin-bottom: 20px;
  }

  .spec-wrapper {
    margin-bottom: 10px;
  }

  .paragraph-medium.specs {
    float: none;
    font-size: 18px;
  }

  .paragraph-medium.specs.portfolio-title {
    float: none;
  }

  .paragraph-medium.contact-link {
    font-size: 18px;
  }

  .bg.cta-v1 {
    padding-top: 50px;
  }

  .bg.home-hero-1 {
    width: 600px;
  }

  .top-content.testimonials {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.footer-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.our-team {
    margin-bottom: 30px;
  }

  .top-content.blog {
    margin-bottom: 30px;
  }

  .top-content.latest-posts {
    margin-bottom: 30px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.latest-posts-top-content {
    margin-bottom: 30px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.blog-post-about-author {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.blog-category {
    margin-bottom: 30px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.team-posts {
    margin-bottom: 30px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cta-v2-grid {
    grid-row-gap: 20px;
  }

  .card-cta-v2-content {
    margin-bottom: 40px;
  }

  .testimonial-name {
    font-size: 14px;
  }

  .testimonial-role {
    font-size: 14px;
  }

  .preview-video-wrapper {
    border-radius: 20px;
  }

  .section-blog-post-grid {
    grid-row-gap: 20px;
  }

  .card-blog-post-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .badge.pricing-name {
    margin-bottom: 10px;
  }

  .card-blog-post-author-name {
    font-size: 14px;
  }

  .card-blog-post-date {
    font-size: 14px;
  }

  .footer-mobile-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-links-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .links-block {
    margin-right: 0vw;
    margin-bottom: 10px;
  }

  .links-block.last {
    margin-bottom: 0px;
  }

  .footer-social-media-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart {
    margin-right: 10px;
  }

  .apple-pay {
    height: 58px;
  }

  .menu-button {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 26px;
  }

  .cart-empty-state {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cart-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cart-subtotal {
    font-size: 18px;
  }

  .cart-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cart-list {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-small-549px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-920px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .faq-icon-wrapper {
    margin-left: 0px;
  }

  .contact-form-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .select {
    padding-left: 16px;
  }

  .select-wrapper {
    padding-right: 16px;
  }

  .text-area {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-link-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-media-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-right-title-wrapper {
    margin-bottom: 20px;
  }

  .container-medium-660px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-660px.about {
    margin-bottom: 40px;
  }

  .container-medium-660px.pricing {
    margin-bottom: 30px;
  }

  .container-medium-660px.pricing-category {
    margin-bottom: 30px;
  }

  .about-drives-grid {
    grid-row-gap: 20px;
  }

  .our-story-wrapper {
    margin-bottom: 80px;
  }

  .our-team-grid {
    grid-row-gap: 20px;
  }

  .container-medium-602px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-team-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-team-social-media-grid {
    margin-bottom: 0px;
  }

  .card-team-link {
    margin-bottom: 22px;
  }

  .timeline-dot {
    margin-right: 20px;
  }

  .timeline-year {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .pricing-grid {
    grid-row-gap: 20px;
  }

  .card-price {
    font-size: 29px;
  }

  .car-pricing-top-content {
    margin-bottom: 30px;
  }

  .feature-dot {
    margin-right: 10px;
  }

  .pricing-specs-grid {
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-column-gap: 20vw;
    grid-row-gap: 40px;
  }

  .pricing-spec-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
  }

  .card-pricing-features-wrapper {
    margin-bottom: 30px;
  }

  .pricing-plan-title-wrapper {
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .plan-price {
    margin-bottom: 30px;
  }

  .blog-post-grid {
    grid-row-gap: 20px;
  }

  .blog-categories-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-row-gap: 20px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .card-blog-post-featured-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .latest-posts-grid {
    grid-row-gap: 20px;
  }

  .rich-text h2 {
    margin-bottom: 15px;
  }

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

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 15px;
    line-height: 1.3em;
  }

  .rich-text img {
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 30px;
  }

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

  .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text h6 {
    margin-top: 40px;
  }

  .rich-text blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .blog-post-about-author {
    margin-bottom: 10px;
  }

  .blog-post-about-author-grid {
    margin-bottom: 10px;
  }

  .token-block-content {
    padding-bottom: 20px;
  }

  .token-block-content.name {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .token-cms {
    margin-bottom: 40px;
  }

  .about-token-title-wrapper {
    margin-bottom: 15px;
  }

  .token-title-wrapper {
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cryptocurrency-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .token-market-cap-page {
    color: #e0dff1;
    font-weight: 400;
  }

  .token-volume-page {
    color: #e0dff1;
    font-weight: 400;
  }

  .heading {
    margin-bottom: 10px;
  }

  .rich-text-figure-figure-caption h2 {
    margin-bottom: 15px;
  }

  .rich-text-figure-figure-caption ul {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .rich-text-figure-figure-caption h3 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text-figure-figure-caption img {
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .rich-text-figure-figure-caption figure {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .rich-text-figure-figure-caption ol {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .rich-text-figure-figure-caption h4 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text-figure-figure-caption h5 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text-figure-figure-caption h6 {
    margin-top: 40px;
  }

  .rich-text-figure-figure-caption blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .category-wrapper {
    margin-bottom: 15px;
  }

  .pricing-category-grid {
    grid-row-gap: 20px;
  }

  .pricing-categories-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .blog-post-category-grid {
    grid-row-gap: 20px;
  }

  .checkout-form {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .block-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .checkout-form-wrapper {
    margin-bottom: 3em;
  }

  .team-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .team-name-content {
    margin-bottom: 20px;
  }

  .team-posts-grid {
    grid-row-gap: 20px;
  }

  .dropdown-links-wrapper {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-links-block {
    width: 100%;
    margin-right: 0vw;
    margin-bottom: 10px;
  }

  .dropdown-links-block.last {
    margin-bottom: 0px;
  }

  .dropdown-links-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-blog-post-content-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-10 {
    font-size: 32px;
    line-height: 38px;
  }

  .process-icon-container {
    width: 122px;
    height: 122px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-30 {
    width: 122px;
    height: 122px;
  }

  .process-icon-container-2 {
    width: 122px;
    height: 122px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-71 {
    width: 122px;
    height: 122px;
  }

  .process-icon-container-3 {
    width: 122px;
    height: 122px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-72 {
    width: 122px;
    height: 122px;
  }

  .icon-overflow-container {
    width: 122px;
    height: 122px;
  }

  .image-127 {
    left: 8px;
    top: -4px;
    right: auto;
  }

  .process-icon-container-4 {
    width: 122px;
    height: 122px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .portfolio-card-detail {
    position: absolute;
    width: 100%;
    background-color: transparent;
  }

  .portfolio-card-detail.orange {
    border-radius: 16px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(100, 37, 0, 0.75)), to(rgba(0, 0, 0, 0.32)));
    background-image: linear-gradient(0deg, rgba(100, 37, 0, 0.75), rgba(0, 0, 0, 0.32));
  }

  .portfolio-card-detail.orange.yellow {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(100, 37, 0, 0.75)), to(rgba(0, 0, 0, 0.32)));
    background-image: linear-gradient(0deg, rgba(100, 37, 0, 0.75), rgba(0, 0, 0, 0.32));
  }

  .portfolio-card-photo {
    width: 100%;
    clear: left;
  }

  .heading-12 {
    font-size: 32px;
    line-height: 38px;
  }

  .white-paragraph {
    display: none;
    font-size: 14px;
    line-height: 24px;
  }

  .white-paragraph.mobile {
    display: block;
  }

  .div-block-44 {
    width: 100%;
    height: 100vh;
  }

  .div-block-44.story-3 {
    height: 100vh;
  }

  .story-3-mobile {
    position: relative;
  }

  .heading-18.pride-muted-gradient-1.mobile {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-18.pride-muted-gradient-2.mobile {
    font-size: 32px;
  }

  .paragraph-10.tablet {
    font-size: 16px;
  }

  .bottom-layer {
    z-index: 3;
  }

  .image-69.mobile {
    width: 29%;
  }

  .logo-image-container-3 {
    margin-top: 66%;
    margin-right: 25%;
  }

  .logo-image-container-2 {
    margin-top: 38%;
    margin-left: 29%;
  }

  .logo-image-container-1 {
    margin-top: 20%;
  }

  .empty-block {
    display: none;
  }

  .image-68.mobile {
    position: relative;
    width: 60%;
  }

  .image-70.mobile {
    width: 32%;
  }

  .logo-image-container-4 {
    margin-top: 20%;
  }

  .logo-image-container-5 {
    margin-top: 20%;
  }

  .top-layer-2.mobile {
    display: none;
  }

  .bottom-layer-2 {
    z-index: 3;
  }

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

  .grid-22 {
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-147 {
    width: 50%;
    text-align: center;
  }

  .image-147.mobile {
    width: 260px;
    max-width: 100%;
  }
}

#w-node-e73bdcb4-96e1-a7f6-7bef-cba450502dba-7f04deba {
  -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-aae1b17a-07ef-dc7d-225b-ff8c190cdf6e-7f04deba {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-d204dec7 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-d204dec7 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-d204dec7 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-d204dec7 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-d204dec7 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-d204dec7 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-e73bdcb4-96e1-a7f6-7bef-cba450502dba-eba48e2d {
  -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-aae1b17a-07ef-dc7d-225b-ff8c190cdf6e-eba48e2d {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-bd6761b2-8cb5-acb7-91d3-974dadc7fcd9-f704deb0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-_167efb17-dee7-8158-cde6-e33661015708-f704deb0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-_9d7763d2-0fde-2ec8-8729-9a17545f24c8-f704deb0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-_9cd4f564-4c4f-5e0c-e952-9f1568d2c0e5-f704deb0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-_5efcf204-746c-407d-898f-153dee645249-f704deb0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-_0dad0240-1c68-0fd3-b7a9-c23814cee4d0-f704deb0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6c9dbd1a-821f-ba11-7e25-76fdc5a1a58b-f704deb0 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b4246118-7cea-1d6a-f43e-6630c48e6d35-f704deb0 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6c6399f6-a316-534c-d4c4-4ef97ca74c64-f704deb0 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e73bdcb4-96e1-a7f6-7bef-cba450502dba-7f04deba {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e73bdcb4-96e1-a7f6-7bef-cba450502dba-eba48e2d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_78763f56-5bf0-d4f8-e905-1348bfc46484-f704deb0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_9771a0c9-9af9-631d-dfde-7bed890e7d7e-f704deb0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fe1f4cc5-c887-8d32-2511-85c21102d420-f704deb0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Icons Crypto Template';
  src: url('../fonts/icons-crypto-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}