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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #535e6c;
  background-color: #f7f9fc;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}

h1 {
  color: #0e141c;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.21875em;
}

h2 {
  color: #0e141c;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.3em;
}

h3 {
  color: #0e141c;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.32143em;
}

h4 {
  color: #0e141c;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6em;
}

h5 {
  color: #0e141c;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  color: #0e141c;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

p {
  margin-bottom: 24px;
}

a {
  color: #0e141c;
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: #0085ff;
}

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

strong {
  color: #0e141c;
  font-weight: 700;
}

blockquote {
  color: #fff;
  text-align: center;
  background-color: #0e141c;
  border-left: 0 solid #000;
  margin-top: 48px;
  margin-bottom: 64px;
  padding: 120px 100px;
  font-size: 22px;
  line-height: 1.81818em;
}

figure {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex {
  display: flex;
}

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

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

.flex-column.split {
  height: 100%;
}

.inline {
  display: inline;
}

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

.color-primary-1 {
  color: #0085ff;
}

.color-neutral-500 {
  color: #a0adbd;
}

.color-white {
  color: #fff;
}

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

.bg-secondary-1 {
  background-color: #0451c6;
}

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

.bg-secondary-3 {
  background-color: #00b2ff;
}

.bg-secondary-4 {
  background-color: #2d68ff;
}

.bg-neutral-700 {
  background-color: #39414b;
}

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

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

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

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

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

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

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

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

.container-default.section-with-bg {
  z-index: 2;
  position: relative;
}

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

.style-guide-content {
  max-width: 100%;
  background-color: #fff;
  flex: 1;
  margin-left: 18px;
  box-shadow: 0 8px 22px rgba(35, 30, 97, .08);
}

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

.style-guide-header {
  background-color: #0e141c;
  background-image: linear-gradient(rgba(14, 20, 28, .22) 11%, #0e141c), url('../images/pattern-investor-x-template.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 100px 68px;
}

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

.style-guide-icon-link {
  width: 56px;
  height: 56px;
  background-color: #0e141c;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  color: #535e6c;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.style-guide-link:hover {
  color: #0e141c;
  background-color: #eff2f6;
}

.style-guide-link.w--current {
  color: #0e141c;
  background-color: #eff2f6;
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

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

.style-guide-sidebar-title {
  color: #0e141c;
  border-bottom: 1px solid #eff2f6;
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid #eff2f6;
  margin-top: 24px;
  padding-top: 24px;
}

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

.color-container {
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(17, 10, 99, .04), 0 12px 22px rgba(128, 118, 247, .04);
}

.color-block {
  min-height: 120px;
}

.color-block.bg-secondary-3 {
  background-color: #00b2ff;
}

.color-block.bg-neutral-800 {
  background-color: #0e141c;
}

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

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

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

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

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

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

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

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

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

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

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

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

.typography-details {
  color: #0085ff;
  margin-top: 15px;
  font-weight: 500;
}

.paragraph-large {
  font-size: 22px;
  line-height: 1.8em;
}

.paragraph-large.home-hero-paragraph {
  max-width: 660px;
  color: #dce2eb;
}

.style-guide-subheader {
  background-color: #f7f9fc;
  padding: 48px 68px 56px;
}

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

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 80px);
  align-items: center;
  justify-items: center;
}

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

.button-primary {
  color: #0e141c;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition-property: none;
  position: relative;
}

.button-primary:hover {
  color: #0e141c;
}

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

.button-primary.button-white {
  color: #fff;
  display: block;
}

.button-primary.button-white._2-buttons {
  margin-right: 72px;
}

.button-primary.button-white.hide {
  display: none;
}

.button-primary.checkout {
  color: #fff;
  background-color: #0e141c;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 21px;
  font-size: 18px;
}

.button-secondary {
  color: #0085ff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0085ff;
  border-radius: 80px;
  padding: 15px 48px;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #0085ff;
}

.button-secondary.discounts {
  height: auto;
  color: #fff;
  background-color: #0e141c;
  border-radius: 0;
  flex: 0 auto;
  margin-left: 0;
  padding: 23px 16px;
}

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

.header {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 48px;
  padding-bottom: 48px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header.white-header {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.header-logo {
  width: 226px;
  transition: transform .3s;
}

.header-logo:hover {
  transform: scale(.98);
}

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

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

.nav-link {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  color: #a0adbd;
}

.nav-link.dropdown {
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-link.color-neutral-800:hover {
  color: #0085ff;
}

.display-1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 1.25em;
}

.display-1.color-white._2-titles {
  margin-bottom: 0;
  margin-right: .3em;
}

.display-1.color-white.home-hero-title {
  margin-right: 22px;
  font-weight: 700;
  display: inline;
}

.display-1._1-em {
  line-height: 1em;
}

.display-2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.3em;
}

.display-2.mg-bottom-0px {
  font-weight: 700;
}

.display-2._2-titles {
  margin-bottom: 0;
  margin-right: .3em;
}

.display-3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4em;
}

.footer {
  color: #dce2eb;
  background-color: #000;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer-grid.middle {
  border-top: 1px solid #535e6c;
  border-bottom: 1px solid #535e6c;
  grid-template-columns: 1fr 1fr 1.1fr;
  align-items: start;
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-grid.top {
  grid-template-columns: 1fr 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 56px;
  padding-left: 0;
  list-style-type: none;
}

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

.footer-logo {
  transition: opacity .3s;
}

.footer-logo:hover {
  opacity: .6;
}

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

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

.section {
  padding-top: 240px;
  padding-bottom: 240px;
  display: block;
}

.section.utility-page {
  background-color: #0e141c;
  background-image: linear-gradient(rgba(14, 20, 28, .28), #0e141c), url('../images/pattern-investor-x-template.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 220px;
  padding-bottom: 160px;
}

.section.home-hero {
  min-height: 100vh;
  background-color: #000;
  background-image: url('../images/pattern-investor-x-template.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.section.bg-neutral-100 {
  display: block;
}

.section.bg-neutral-800 {
  color: #a0adbd;
  background-color: #000;
  display: block;
}

.section.about {
  background-color: #000;
  background-image: url('../images/pattern-investor-x-template.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.investors {
  min-height: 100vh;
  background-color: #0e141c;
  background-image: url('../images/pattern-investor-x-template.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section.bg---90vh {
  min-height: 90vh;
  color: #eff2f6;
  background-color: #0e141c;
  background-image: url('../images/pattern-investor-x-template.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section.bg---90vh.contact {
  background-color: #000;
  display: flex;
}

.section.blog-post-hero {
  color: #dce2eb;
  background-color: #0e141c;
  background-image: url('../images/pattern-investor-x-template.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  position: relative;
}

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

.section.short-bg-section {
  color: #dce2eb;
  background-color: #0e141c;
  background-image: url('../images/pattern-investor-x-template.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
  position: relative;
}

.section.short-bg-section.shop {
  padding-bottom: 200px;
}

.section.investor-single {
  color: #dce2eb;
  background-color: #0e141c;
  background-image: url('../images/pattern-investor-x-template.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 0;
  position: relative;
}

.section.hide {
  display: none;
}

.licenses-image {
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: cover;
  transition: transform .3s;
}

.licenses-image:hover {
  transform: scale(1.05);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding: 48px 24px 140px;
  display: flex;
}

.utility-page-content-password {
  width: 100%;
  max-width: 650px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  padding: 100px 80px;
  display: flex;
}

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

.input {
  height: 72px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #535e6c;
  border-bottom: 1px solid #a0adbd;
  margin-bottom: 0;
  padding: 16px 0 30px;
  font-size: 18px;
  transition: color .3s, border-color .3s;
}

.input:hover {
  border-bottom-color: #535e6c;
}

.input:focus, .input.-wfp-focus {
  color: #0e141c;
  border-bottom-color: #0e141c;
}

.input::-ms-input-placeholder {
  color: #535e6c;
  font-size: 18px;
}

.input::placeholder {
  color: #535e6c;
  font-size: 18px;
}

.input.checkout {
  height: 46px;
  border-radius: 0;
  margin-bottom: 16px;
}

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

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

.input.white {
  color: #fff;
  transition: opacity .2s, border-color .3s;
}

.input.white:hover {
  border-bottom-color: #fff;
}

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

.input.white::-ms-input-placeholder {
  color: #dce2eb;
}

.input.white::placeholder {
  color: #dce2eb;
}

.input.cart-quantity {
  color: #0e141c;
  padding-top: 18px;
  padding-bottom: 18px;
}

.input.cart-quantity:hover {
  border-bottom-color: #0e141c;
}

.input.cart-quantity.color-white {
  width: 100px;
  height: 72px;
  color: #eff2f6;
  border-bottom-color: #fff;
}

.input.cart-quantity.color-white:hover {
  border-bottom-color: #a0adbd;
}

.input.select {
  width: 100%;
  padding-bottom: 18px;
}

.input.select.white {
  color: #eff2f6;
  transition: color .3s, opacity .2s, border-color .3s;
}

.input.select.white:hover {
  color: #535e6c;
  border-bottom-color: #a0adbd;
}

.input.select.white:focus {
  border-bottom-color: #fff;
}

.utility-page-content-404 {
  max-width: 580px;
  margin-bottom: 0;
}

._404-title {
  color: #0e141c;
  font-size: 175px;
  line-height: 1.2em;
}

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

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

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

.divider.spacer {
  background-color: #a0adbd;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.divider.spacer.large.bg-neutral-400 {
  background-color: #dce2eb;
}

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

.divider.spacer.small {
  background-color: #dce2eb;
  margin-top: 40px;
  margin-bottom: 40px;
}

.icon-password {
  width: 130px;
  height: 130px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
}

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

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

.paragraph-small {
  font-size: 14px;
  line-height: 1.7em;
}

.card {
  color: #535e6c;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.card.changelog {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 100px 90px 100px 80px;
}

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

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

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

.card.portfolio-row-card {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-color: #000;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: grid;
}

.card.portfolio-row-card:hover {
  color: #535e6c;
}

.card.sticky-card {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
}

.card.invested-industries {
  border-bottom: 1px solid #dce2eb;
  padding-top: 64px;
  padding-bottom: 64px;
}

.card.invested-industries.first {
  padding-top: 0;
}

.card.invested-industries.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.card.investor-card {
  display: block;
}

.card.blog-post-card {
  color: #535e6c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  transition-property: transform;
  display: flex;
}

.card.blog-post-card:hover {
  transform: translate(4px);
}

.card.blog-post-card.featured {
  color: #a0adbd;
  border-bottom-style: none;
  padding-top: 56px;
  padding-bottom: 56px;
}

.card.slider-card {
  width: 100%;
  height: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.card.blog-newsletter-card {
  width: 100%;
  height: 100%;
  max-height: 628px;
  max-width: 624px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 64px;
  display: flex;
}

.card.product-card {
  color: #535e6c;
  text-decoration: none;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  padding: 80px 0 150px;
}

.checkout-block-header {
  border-width: 0;
  padding: 30px 40px 20px;
}

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

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

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

.title.order-item:hover {
  color: #0085ff;
}

.title.utility-page {
  color: #fff;
}

.title.display-3.faq-title {
  margin-bottom: 0;
}

.split-content.checkout-left, .split-content.checkout-right {
  flex-grow: 1;
}

.split-content.header-left {
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.order-item-image {
  max-width: 120px;
  align-self: center;
  margin-right: 20px;
}

.image-wrapper.portfolio-card-icon {
  margin-right: 24px;
}

.image-wrapper.cart-item-image {
  position: relative;
  overflow: visible;
}

.image-wrapper.single-product {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image.order-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image.scroll-down-button {
  width: 280px;
  display: none;
}

.image.about-hero {
  width: 100%;
  height: 100%;
  display: block;
}

.image.about {
  width: 100%;
  display: block;
}

.image.invested-company-icon {
  width: 120px;
  display: block;
}

.image.investor-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image.cart-item-image {
  width: 120px;
}

.image.full-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image.blog-post-image {
  width: 100%;
  object-fit: cover;
  display: block;
}

.image.company-logo.large {
  width: auto;
  height: 94%;
  border-radius: 100%;
  display: block;
}

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

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

.order-item-price {
  color: #0e141c;
  font-size: 24px;
}

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

.apple-pay {
  height: 56px;
}

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

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

.order-summary-total {
  color: #0e141c;
  font-size: 24px;
}

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

.paypal {
  margin-bottom: 15px;
}

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

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

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 80px;
  margin-right: 0;
  padding: 0;
  line-height: 18px;
}

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

.cart-button.color-neutral-800:hover {
  color: #0085ff;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
}

.cart-container {
  max-width: 720px;
}

.grid-licenses-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.licenses-link-image-container {
  overflow: hidden;
}

.bg-neutral-800 {
  color: #dce2eb;
  background-color: #0e141c;
}

.cart-close-button {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Iconsinvestorxtemplate, sans-serif;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.cart-close-button:hover {
  color: #fff;
  transform: scale(1.05);
}

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

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

.rich-text figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

.neutral-100-link {
  color: #fff;
}

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

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

.dropdown-arrow {
  font-family: Iconsinvestorxtemplate, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.button-arrow {
  margin-left: 12px;
  font-family: Iconsinvestorxtemplate, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.button-arrow.investors-card {
  color: #fff;
  margin-top: 16px;
}

.button-arrow.investors-card.dark {
  color: #0e141c;
}

.button-arrow.small {
  margin-left: 6px;
  font-size: 14px;
}

.underline-wrap {
  min-height: 2px;
  margin-top: 4px;
  position: relative;
}

.button-underline {
  background-color: #0e141c;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-underline.white {
  background-color: #fff;
}

.scroll-down-button.home-hero {
  z-index: 5;
  padding: 80px;
  display: block;
  position: absolute;
  top: auto;
  bottom: -212px;
  left: auto;
  right: 0;
  overflow: hidden;
}

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

._2-column-grid.approach-card {
  border-bottom: 1px solid #dce2eb;
  grid-template-columns: .9fr 1fr;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

._2-column-grid.approach-card.first {
  border-top: 1px solid #dce2eb;
}

._2-column-grid.larger-right-column {
  grid-template-columns: .7fr 1fr;
}

._2-column-grid.blog-posts-grid {
  grid-column-gap: 48px;
  grid-template-columns: .75fr 1fr;
}

._2-column-grid.blog-posts-grid.with-pagination {
  grid-template-columns: .6fr 1fr;
  padding-bottom: 80px;
  position: relative;
}

._2-column-grid.blog-posts-grid.v2 {
  grid-template-columns: .6fr 1fr;
  position: relative;
}

._2-column-grid.larger-left-column {
  grid-template-columns: 1fr .7fr;
}

._2-column-grid.blog-hero {
  grid-template-columns: .8fr 1fr;
}

._2-column-grid.products-grid {
  grid-column-gap: 48px;
  grid-row-gap: 90px;
}

._2-column-grid._1fr-auto {
  grid-template-columns: 1fr auto;
}

._2-column-grid.auto-1fr {
  grid-template-columns: auto 1fr;
}

._2-column-grid.contact {
  width: 100%;
  height: 100%;
}

.dash---130px {
  width: 130px;
  min-height: 2px;
  position: relative;
}

.fill-block {
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cms-empty-state {
  color: #0e141c;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0e141c;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.cms-empty-state.white {
  color: #fff;
  border-color: #fff;
}

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

.mg-bottom-0px.hide {
  display: none;
}

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

.text-single-24px.medium {
  font-weight: 500;
}

.text-single-24px.bold {
  color: #0e141c;
  font-weight: 700;
}

.content-center {
  justify-content: center;
  display: flex;
}

.content-center.mg-top-medium-64px {
  margin-top: 64px;
}

.portfolio-collection-items {
  border-bottom: 1px solid #dce2eb;
}

.portfolio-collection-items:last-child {
  border-bottom-style: none;
}

.portfolio-collection-items.investor-page {
  border-top: 1px solid #dce2eb;
  border-bottom-width: 0;
}

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

.color-neutral-400 {
  color: #dce2eb;
}

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

._4-column-grid.stats {
  grid-column-gap: 32px;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  align-items: start;
}

.big-number {
  font-size: 110px;
  font-weight: 400;
  line-height: 1.1em;
}

.big-number.color-white {
  color: #fff;
}

.h3-size {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
}

.h3-size.color-neutral-500 {
  color: #a0adbd;
  color: #a0adbd;
}

.h3-size.compare-at-price {
  color: #a0adbd;
  text-decoration: line-through;
}

.h3-size.color-neutral-600 {
  color: #535e6c;
}

.relative {
  align-self: stretch;
  position: relative;
}

.inner-container-80 {
  width: 100%;
  max-width: 80%;
}

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

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

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

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

._3-column-grid.investors-grid {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  justify-content: space-between;
}

._3-column-grid.mantra-grid {
  grid-column-gap: 64px;
  grid-row-gap: 100px;
}

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

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

.split.center.wrap {
  flex-wrap: wrap;
}

.text-single-uppercase {
  letter-spacing: .045em;
  text-transform: uppercase;
}

.text-single-uppercase.medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}

.text-separator {
  width: 18px;
  min-height: 1px;
  background-color: #535e6c;
  align-self: center;
  margin-left: 16px;
  margin-right: 16px;
  padding: 0;
}

.text-separator.blog-post-card {
  width: 3.5em;
  background-color: #a0adbd;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.text-separator.vertical {
  width: 1px;
  min-height: 18px;
}

.text-separator.vertical.large {
  width: 1px;
  min-height: 64px;
  background-color: #a0adbd;
  margin-left: 40px;
  margin-right: 40px;
}

.blog-post-collection-item {
  border-bottom: 1px solid #dce2eb;
}

.blog-post-collection-item:first-child {
  margin-top: -48px;
}

.blog-post-collection-item:last-child {
  border-bottom-style: none;
}

.blog-post-collection-item.featured {
  border-top: 1px solid #535e6c;
}

.blog-post-collection-item.featured:first-child {
  border-top-style: none;
  border-bottom-color: #535e6c;
  margin-bottom: -1px;
}

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

.footer-column {
  display: block;
}

.footer-column.hide {
  display: none;
}

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

.footer-link {
  color: #dce2eb;
  white-space: nowrap;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-link.special {
  border-bottom: 3px solid #fff;
  margin-bottom: 6px;
  font-weight: 700;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.footer-link.special:hover {
  color: #0085ff;
  border-bottom-color: #0085ff;
}

.footer-nav-wrapper {
  display: flex;
}

.footer-submit-button {
  color: #0e141c;
  background-color: #fff;
  padding: 21px 32px;
  font-weight: 700;
  transition: background-color .3s;
}

.footer-submit-button:hover {
  background-color: rgba(255, 255, 255, .87);
}

.social-links-wrap {
  margin-left: -12px;
  margin-right: -12px;
}

.social-links-wrap.footer {
  background-color: rgba(0, 0, 0, 0);
}

.social-links-wrap.footer.hide, .social-links-wrap.hide {
  display: none;
}

.social-link {
  color: #fff;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Iconsinvestorxtemplate, sans-serif;
  font-size: 26px;
  line-height: 1em;
  text-decoration: none;
}

.social-link:hover {
  color: rgba(255, 255, 255, .64);
}

.bg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.about-hero {
  min-height: 25%;
  background-color: #f7f9fc;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.investors {
  min-height: 61%;
  background-color: #fff;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.blog-post {
  min-height: 24%;
  background-color: #f7f9fc;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.shop {
  min-height: 71%;
  background-color: #fff;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.shop.medium {
  min-height: 54%;
}

.bg.investors-single {
  min-height: 8vh;
  background-color: #f7f9fc;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.success-message {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #a0adbd;
  border-bottom: 1px solid #a0adbd;
  padding: 24px;
  font-weight: 700;
}

.success-message.contact {
  min-height: 500px;
  color: #fff;
  text-align: center;
  border-top-color: #fff;
  border-bottom-color: #fff;
  flex: 1;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 1.8em;
  position: relative;
}

.success-message.blog {
  color: #fff;
  text-align: center;
  background-color: #0e141c;
  border-top-color: #fff;
  border-bottom-color: #fff;
  flex: 1;
  align-self: stretch;
  padding: 36px 24px;
  font-size: 18px;
  line-height: 1.8em;
  position: relative;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #0e141c;
  margin-top: 24px;
  padding: 24px;
}

.error-message.contact {
  background-color: #39414b;
  margin-top: 40px;
}

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

.narrow-section.investor-top {
  padding-top: 100px;
}

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

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

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

.top-portfolio-card-content {
  align-items: center;
  display: flex;
}

.dropdown-container {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 45px;
  left: -333px;
}

.dropdown-main-wrapper {
  width: 100%;
  height: 100%;
  color: #535e6c;
  background-color: #fff;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .04);
}

.dropdown-main-wrapper.white-header {
  border-style: none;
  box-shadow: 0 4px 16px rgba(14, 20, 28, .04);
}

.menu-title {
  color: #0e141c;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 500;
}

.dropdown-nav-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.nav-list.first {
  margin-right: 40px;
}

.nav-list-item {
  margin-bottom: 16px;
}

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

.nav-dropdown-link {
  color: #535e6c;
  padding: 0;
  display: inline-block;
}

.nav-dropdown-link:hover, .nav-dropdown-link.w--current {
  color: #0e141c;
}

.nav-dropdown-link.special-link {
  color: #0085ff;
  border-bottom: 3px solid #0085ff;
  padding-bottom: 4px;
  font-weight: 700;
  transition: border-color .3s, color .3s;
}

.nav-dropdown-link.special-link:hover {
  color: #0e141c;
  border-bottom-color: #0e141c;
}

.dropdown-column {
  color: #535e6c;
  flex: 1;
  align-self: stretch;
  padding: 48px 56px;
}

.dropdown-column.right {
  padding-left: 0;
}

.cart-wrapper {
  z-index: 999;
  padding: 0 24px;
}

.cart-empty-state {
  flex-direction: column;
  padding-bottom: 132px;
}

.cart-header {
  color: #fff;
  background-color: #0e141c;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cart-item-name {
  color: #0e141c;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.cart-item-name:hover {
  color: #0085ff;
}

.cart-item {
  border-bottom: 1px solid #dce2eb;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.remove-button {
  color: #0e141c;
  font-family: Iconsinvestorxtemplate, sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  position: absolute;
  top: -9px;
  bottom: auto;
  left: auto;
  right: -9px;
}

.remove-button:hover {
  color: #0451c6;
}

.cart-list {
  padding-top: 0;
  padding-bottom: 0;
}

.cart-footer {
  border: 1px #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.subtotal {
  color: #0e141c;
  font-size: 24px;
  font-weight: 500;
}

.cart-item-content {
  margin-left: 24px;
  margin-right: 24px;
}

.checkout-button {
  color: #fff;
  background-color: #39414b;
  padding: 21px 32px;
  font-weight: 700;
  transition-property: background-color;
}

.checkout-button:hover {
  color: #fff;
  background-color: rgba(57, 65, 75, .91);
}

.cart-error-state {
  color: #0e141c;
  text-align: center;
  background-color: rgba(255, 0, 47, .13);
  padding: 24px;
  font-weight: 500;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.mask {
  overflow: hidden;
}

.false-mask {
  overflow: visible;
}

.slider-arrow {
  width: 88px;
  height: 88px;
  min-height: 88px;
  color: #0e141c;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0e141c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 32px;
  font-weight: 400;
  transition: color .3s, border-color .3s, background-color .3s;
  display: flex;
  top: -138px;
  bottom: auto;
  left: auto;
  right: 0;
}

.slider-arrow:hover {
  color: #fff;
  background-color: #0085ff;
  border-color: #fff;
}

.slider-arrow.left {
  margin-right: 108px;
  padding-left: 0;
}

.chevron {
  font-family: Iconsinvestorxtemplate, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.slide.inner-container-980px {
  max-width: 980px;
  margin-right: 80px;
}

.not-a-link {
  color: #535e6c;
  text-decoration: none;
}

.not-a-link:hover {
  color: #0085ff;
}

.not-a-link.color-white {
  color: #fff;
  display: block;
}

.not-a-link.color-white:hover {
  color: #a0adbd;
}

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

.slide-nav {
  display: none;
}

.color-neutral-200 {
  color: #f7f9fc;
}

.blog-newsletter-form {
  position: relative;
}

.submit-button {
  color: #fff;
  background-color: #0e141c;
  padding: 12px 32px 13px;
  font-weight: 700;
  line-height: 1.2em;
  transition: background-color .3s;
  position: absolute;
  top: 0;
  bottom: 16px;
  left: auto;
  right: 0;
}

.submit-button:hover {
  background-color: #39414b;
}

.submit-button.inner-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: static;
}

.submit-button.inner-button.dark {
  color: #0e141c;
}

.submit-button.button-wrapper {
  color: #0e141c;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.blog-categories {
  border-top: 1px solid #dce2eb;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 24px;
}

.blog-categories.all {
  border-top-style: none;
  border-top-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}

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

.pagination {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #dce2eb;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: space-between;
  align-items: center;
  padding-top: 72px;
  display: grid;
  position: absolute;
  bottom: -72px;
  left: 0;
  right: 0;
}

.pagination-button {
  color: #0e141c;
  border-style: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.pagination-button:hover {
  color: #0085ff;
}

.pagination-arrow {
  font-family: Iconsinvestorxtemplate, sans-serif;
}

.pagination-arrow.left {
  margin-right: .3em;
}

.pagination-arrow.right {
  margin-left: .3em;
}

.page-count {
  color: #0e141c;
  text-align: center;
  letter-spacing: -.1em;
  flex: 1;
  margin-top: 0;
  font-weight: 700;
}

.top-cms-fields-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -24px;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.color-neutral-800 {
  color: #0e141c;
}

.blog-field {
  margin: 12px 12px 24px;
}

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

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

.inner-container-700px.center-content.text-center {
  text-align: center;
}

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

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

.add-to-cart-button {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 0;
  padding: 24px 32px;
  font-size: 20px;
  line-height: 1.2em;
  transition: border-color .3s, background-color .3s;
  display: block;
}

.add-to-cart-button:hover {
  color: #0e141c;
  background-color: #fff;
}

.add-to-cart-button.white {
  color: #0e141c;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.add-to-cart-button.white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.select-color-wrapper {
  flex: 1;
}

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

.title-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
}

.title-wrapper.category {
  justify-content: center;
  margin-bottom: 16px;
  display: flex;
}

.mg-top-mega-100px {
  margin-top: 100px;
}

.contact-form {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-area {
  height: 72px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #535e6c;
  border-bottom: 1px solid #a0adbd;
  margin-bottom: 0;
  padding: 16px 0 30px;
  font-size: 18px;
  transition: color .3s, border-color .3s;
}

.text-area:hover {
  border-bottom-color: #535e6c;
}

.text-area:focus {
  color: #0e141c;
  border-bottom-color: #0085ff;
}

.text-area::-ms-input-placeholder {
  color: #535e6c;
  font-size: 18px;
}

.text-area::placeholder {
  color: #535e6c;
  font-size: 18px;
}

.text-area.white {
  height: 140px;
  color: #fff;
  transition: opacity .2s, border-color .3s;
}

.text-area.white:hover {
  border-bottom-color: #fff;
}

.text-area.white:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.text-area.white::-ms-input-placeholder {
  color: #dce2eb;
}

.text-area.white::placeholder {
  color: #dce2eb;
}

.contact-links-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-top-content {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-item {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border-bottom: 1px solid #dce2eb;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 100px) 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 56px;
  padding-bottom: 56px;
  display: grid;
  position: relative;
}

.faq-content {
  max-width: 72%;
  overflow: hidden;
}

.faq-icon {
  width: 1em;
  height: 1em;
  font-family: Iconsinvestorxtemplate, sans-serif;
  font-size: 38px;
  line-height: 1em;
}

.faq-spacer {
  height: 16px;
}

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

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

.contact-form-block.hide {
  display: none;
}

.inline {
  display: inline-block;
}

.inline.underline-bg {
  width: 210px;
  height: 3px;
  min-height: 3px;
  position: relative;
}

.success-message-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-size-h3 {
  color: #0e141c;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.32em;
}

.section-2 {
  background-color: #0e141c;
}

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

.link {
  color: #fff;
}

@media screen and (max-width: 991px) {
  blockquote {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 100px 80px;
  }

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

  .style-guide-sidebar {
    display: none;
  }

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

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

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

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

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

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

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

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

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

  .header-navigation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .nav-link {
    font-size: 20px;
    line-height: 1.8em;
  }

  .menu-button {
    width: 48px;
    height: 56px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-left: 24px;
    padding: 0;
    font-size: 30px;
    transition: opacity .3s;
    display: flex;
    position: relative;
  }

  .menu-button:hover {
    opacity: .64;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(14, 20, 28, 0), rgba(14, 20, 28, .66) 8%, rgba(14, 20, 28, .83) 18%, #0e141c 34%);
    padding: 24px 24px 48px;
  }

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

  .display-1 {
    font-size: 72px;
  }

  .display-2 {
    font-size: 56px;
  }

  .display-2.mg-bottom-0px {
    align-self: flex-start;
  }

  .footer-grid.middle {
    grid-row-gap: 100px;
    grid-template-columns: 1fr 1.1fr;
  }

  .footer-grid.top {
    grid-column-gap: 14px;
    grid-template-columns: .7fr 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .section.short-bg-section {
    padding-top: 200px;
  }

  .section.investor-single {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .utility-page-wrap {
    padding-bottom: 160px;
  }

  ._404-title {
    font-size: 160px;
  }

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

  .card.changelog {
    margin-top: -289px;
  }

  .card.portfolio-row-card {
    grid-column-gap: 40px;
    grid-template-columns: .6fr .8fr auto;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .card.invested-industries {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.blog-post-card.featured {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .card.blog-newsletter-card {
    max-width: none;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title.display-3 {
    font-size: 32px;
  }

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

  .image-wrapper.mg-bottom-40px.mg-bottom-24-mobile {
    margin-bottom: 24px;
  }

  .image.invested-company-icon {
    width: 100px;
    min-width: 100px;
  }

  .image.blog-post-image {
    min-height: 400px;
  }

  .image.company-logo.large {
    height: 96%;
  }

  .scroll-down-button.home-hero {
    padding: 64px;
  }

  ._2-column-grid.blog-posts-grid.with-pagination, ._2-column-grid.blog-posts-grid.v2 {
    grid-column-gap: 40px;
    grid-template-columns: .4fr 1fr;
  }

  ._2-column-grid.blog-hero {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  ._2-column-grid.product-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  ._2-column-grid.contact {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .dash---130px.mg-bottom-32px {
    align-self: flex-start;
  }

  ._4-column-grid.stats {
    grid-row-gap: 56px;
    text-align: center;
    grid-template-columns: 1fr 1fr;
  }

  .big-number {
    font-size: 90px;
  }

  .mg-bottom-medium-64px.mg-bottom-32px-mobile {
    margin-bottom: 32px;
  }

  ._3-column-grid.investors-grid {
    grid-row-gap: 80px;
  }

  ._3-column-grid.investors-grid.investors-page {
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid.mantra-grid {
    grid-column-gap: 48px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom-content {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .social-links-wrap.footer {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .social-link.member {
    font-size: 22px;
  }

  .bg.investors {
    min-height: 72%;
  }

  .bg.shop {
    min-height: 70%;
  }

  .bg.investors-single {
    display: none;
  }

  .success-message.contact {
    min-height: 300px;
    text-align: left;
  }

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

  .narrow-section.investor-top {
    padding-top: 80px;
  }

  .menu-button-icon-main-wrap {
    width: 100%;
    height: 100%;
    flex: 1;
    justify-content: flex-end;
    align-self: stretch;
    align-items: center;
    padding: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-button-icon-wrap {
    width: 40px;
    height: 28px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    display: flex;
    position: absolute;
  }

  .menu-button-icon-line {
    width: 40px;
    min-height: 2px;
    background-color: #fff;
    padding: 0;
  }

  .menu-button-icon-line.top.bg-neutral-800, .menu-button-icon-line.middle.bg-neutral-800, .menu-button-icon-line.bottom.bg-neutral-800 {
    background-color: #0e141c;
  }

  .dropdown-container {
    padding-top: 0;
    position: relative;
    left: auto;
    overflow: hidden;
  }

  .dropdown-main-wrapper {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .dropdown-main-wrapper.white-header {
    border-style: none;
  }

  .menu-title {
    color: #fff;
  }

  .menu-title.white-header {
    color: #0e141c;
  }

  .nav-list-item {
    margin-bottom: 12px;
  }

  .nav-dropdown-link {
    color: #a0adbd;
    font-size: 18px;
  }

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

  .nav-dropdown-link.w--current {
    color: #a0adbd;
  }

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

  .nav-dropdown-link.white-header {
    color: #535e6c;
  }

  .nav-dropdown-link.white-header:hover {
    color: #0085ff;
  }

  .dropdown-column {
    margin-bottom: 56px;
    margin-right: 48px;
    padding: 0;
  }

  .dropdown-column.right {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    margin-right: 0;
  }

  .slider-arrow {
    width: 70px;
    height: 70px;
    min-height: 70px;
    font-size: 22px;
  }

  .slider-arrow.left {
    margin-right: 100px;
  }

  .blog-categories {
    font-size: 20px;
  }

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

  .inner-container-550px._100-in-mobile.mg-top-mega-100px {
    margin-top: 0;
  }

  .contact-form {
    min-height: auto;
  }

  .contact-links-wrapper {
    margin-bottom: 24px;
  }

  .contact-form-block {
    min-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 1.3em;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 24px;
  }

  ul {
    padding-left: 24px;
  }

  ol {
    margin-bottom: 48px;
    padding-left: 24px;
  }

  blockquote {
    margin-top: 32px;
    margin-bottom: 48px;
    padding: 80px 60px;
    font-size: 20px;
  }

  .mg-bottom-16px.mg-bottom-8px-mobile {
    margin-bottom: 2px;
  }

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

  .style-guide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 32px;
  }

  .style-guide-subheader, .style-guide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary {
    font-size: 20px;
  }

  .button-primary.button-white {
    font-size: 18px;
  }

  .button-primary.button-white._2-buttons {
    margin-bottom: 24px;
    margin-right: 56px;
  }

  .button-primary.button-white.small {
    font-size: 16px;
  }

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

  .display-1 {
    font-size: 52px;
  }

  .display-2 {
    font-size: 42px;
  }

  .display-3 {
    font-size: 28px;
  }

  .footer-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-grid.middle {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-grid.top {
    text-align: center;
    grid-template-columns: 1fr;
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .footer-logo {
    width: 200px;
  }

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

  .section.utility-page {
    padding-top: 132px;
    padding-bottom: 110px;
  }

  .section.home-hero {
    min-height: auto;
    padding-top: 134px;
    padding-bottom: 128px;
  }

  .section.about, .section.investors, .section.bg---90vh.contact, .section.bg---90vh.top-section {
    padding-top: 132px;
  }

  .section.blog {
    padding-bottom: 180px;
  }

  .section.blog-post-hero {
    padding-top: 132px;
  }

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

  .section.short-bg-section {
    padding-top: 132px;
    padding-bottom: 64px;
  }

  .section.short-bg-section.shop {
    padding-bottom: 160px;
  }

  .section.investor-single {
    padding-top: 132px;
    padding-bottom: 0;
  }

  .utility-page-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .utility-page-content-password {
    padding: 80px 32px;
  }

  .input.cart-quantity {
    width: 40px;
  }

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

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

  .icon-password {
    width: 100px;
    height: 100px;
  }

  .card.changelog {
    margin-top: -190px;
    padding: 50px 40px;
  }

  .card.portfolio-row-card {
    grid-template-columns: auto;
    padding-top: 40px;
    padding-bottom: 48px;
    position: relative;
  }

  .card.sticky-card {
    position: static;
  }

  .card.invested-industries {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.blog-post-card {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .card.slider-card {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .card.blog-newsletter-card {
    padding: 64px 48px 80px;
  }

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

  .title.display-3 {
    font-size: 26px;
  }

  .checkout-row {
    flex-direction: column;
  }

  .image-wrapper.order-item-image {
    max-height: 80px;
    max-width: 80px;
  }

  .image.scroll-down-button {
    width: 180px;
  }

  .image.invested-company-icon {
    width: 80px;
    min-width: 80px;
  }

  .image.cart-item-image {
    width: 100px;
  }

  .image.company-logo.large {
    width: 124px;
    height: auto;
  }

  .mg-bottom-large-72px {
    margin-bottom: 48px;
  }

  .button-arrow {
    margin-left: 8px;
    font-size: 16px;
  }

  .underline-wrap {
    margin-top: 0;
  }

  .scroll-down-button.home-hero {
    padding: 48px;
    bottom: -140px;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  ._2-column-grid.approach-card {
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  ._2-column-grid.larger-right-column {
    grid-template-columns: 1fr;
  }

  ._2-column-grid.blog-posts-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  ._2-column-grid.blog-posts-grid.with-pagination, ._2-column-grid.blog-posts-grid.v2, ._2-column-grid.larger-left-column, ._2-column-grid._1fr-auto, ._2-column-grid.auto-1fr {
    grid-template-columns: 1fr;
  }

  ._2-column-grid.investor-single {
    grid-row-gap: 48px;
  }

  .dash---130px.mg-bottom-32px.center {
    margin-left: auto;
    margin-right: auto;
  }

  .text-single-24px {
    font-size: 22px;
  }

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

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

  ._4-column-grid.stats {
    text-align: center;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .big-number {
    font-size: 64px;
  }

  .h3-size {
    font-size: 22px;
  }

  .inner-container-80._100-in-mobile {
    max-width: 100%;
  }

  .inner-container-750px.center-content.text-center.mg-bottom-medium-64px {
    margin-bottom: 48px;
  }

  .mg-bottom-medium-64px {
    margin-bottom: 38px;
  }

  ._3-column-grid.investors-grid {
    grid-column-gap: 24px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.investors-grid.investors-page {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.mantra-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .text-separator.blog-post-card {
    width: 3em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .footer-title.mg-bottom-40px {
    margin-bottom: 24px;
  }

  .footer-submit-button {
    padding: 16px 24px;
  }

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

  .bg.investors {
    min-height: 85%;
  }

  .bg.shop {
    min-height: 86%;
  }

  .bg.investors-single {
    display: block;
  }

  .success-message.contact {
    min-height: auto;
  }

  .inner-container-650px.content-center.text-center.mg-bottom-medium-64px {
    margin-bottom: 38px;
  }

  .header-link {
    padding-left: 0;
  }

  .dropdown-main-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 0;
  }

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

  .cart-wrapper {
    z-index: 999;
  }

  .cart-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .slider.mg-bottom-mobile {
    margin-bottom: 139px;
  }

  .slider-arrow {
    font-size: 25px;
    top: auto;
    bottom: -107px;
  }

  .slider-arrow.left {
    margin-right: 86px;
  }

  .submit-button {
    padding: 16px 24px;
  }

  .blog-categories {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .inner-container-340px.mobile-100 {
    max-width: none;
  }

  .top-cms-fields-wrap {
    margin-bottom: -24px;
  }

  .title-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .title-wrapper.mg-bottom-24px {
    flex-direction: column;
  }

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

  .faq-top-content {
    align-items: flex-start;
  }

  .faq-item {
    grid-column-gap: 24px;
    grid-template-columns: auto 1fr;
  }

  .faq-item.top {
    padding-top: 20px;
  }

  .faq-icon {
    margin-top: 6px;
    margin-left: 24px;
    font-size: 32px;
  }

  .portfolio-item-year {
    margin-bottom: -124px;
  }

  .inline, .inline.underline-bg {
    width: 160px;
  }

  .inline.underline-bg.mg-bottom-mb-32px {
    margin-bottom: 32px;
  }

  .success-message-content {
    position: static;
  }

  .heading-size-h3 {
    font-size: 24px;
  }
}

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

  h2 {
    font-size: 35px;
  }

  blockquote {
    padding: 40px 24px;
    font-size: 20px;
  }

  .flex.mg-bottom-16px {
    flex-wrap: wrap;
  }

  .container-default, .container-medium {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .style-guide-header {
    padding-top: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-large, .paragraph-large.mg-bottom-0px._18px-mobile {
    font-size: 18px;
  }

  .style-guide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .header-logo {
    width: 150px;
  }

  .menu-button {
    margin-left: 16px;
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .display-1 {
    font-size: 40px;
  }

  .display-2 {
    font-size: 36px;
  }

  .display-3, .display-3.color-neutral-800._24px-mobile {
    font-size: 24px;
  }

  .footer-grid {
    justify-items: start;
  }

  .footer-grid.middle {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  .footer-logo {
    width: 210px;
  }

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

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

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

  .section.investors, .section.bg---90vh {
    padding-top: 160px;
  }

  .section.blog {
    padding-bottom: 160px;
  }

  .section.blog-post-hero {
    padding-top: 160px;
  }

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

  .section.short-bg-section, .section.investor-single {
    padding-top: 160px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-content-password {
    padding: 64px 24px;
  }

  ._404-title {
    font-size: 92px;
  }

  .container-medium-761px {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .icon-password {
    width: 80px;
    height: 80px;
  }

  .card.changelog {
    margin-top: -204px;
    padding: 40px 20px;
  }

  .card.invested-industries {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .card.slider-card {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card.blog-newsletter-card {
    padding: 56px 32px 64px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title.display-3.faq-title {
    font-size: 24px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

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

  .image-wrapper.order-item-image {
    align-self: auto;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-wrapper.portfolio-card-icon {
    margin-right: 14px;
  }

  .image.scroll-down-button {
    width: 140px;
  }

  .image.invested-company-icon {
    width: 72px;
    min-width: 72px;
  }

  .image.blog-post-image {
    margin-top: -20px;
  }

  .image.company-logo.large {
    width: 100px;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .grid-licenses-images {
    grid-template-columns: 1fr;
  }

  ._2-buttons-wrap {
    flex-direction: column;
  }

  .scroll-down-button.home-hero {
    padding: 32px;
    bottom: -117px;
  }

  .scroll-down-button.home-hero.w--current {
    bottom: -104px;
  }

  ._2-column-grid.approach-card {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  ._2-column-grid.blog-hero {
    grid-row-gap: 0px;
  }

  ._4-column-grid.stats {
    grid-row-gap: 20px;
  }

  .big-number {
    font-size: 56px;
  }

  .h3-size {
    font-size: 18px;
  }

  ._3-column-grid.investors-grid {
    grid-row-gap: 60px;
  }

  ._3-column-grid.investors-grid.investors-page {
    grid-template-columns: 1fr;
  }

  .text-separator.blog-post-card {
    width: 1.5em;
    margin-left: .6em;
    margin-right: .6em;
  }

  .text-separator.vertical.large {
    width: 60%;
    min-height: 1px;
    margin: 24px auto 24px 0;
  }

  .footer-submit-button {
    width: 100%;
    display: block;
  }

  .success-message.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .narrow-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cart-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cart-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-item {
    flex-wrap: wrap;
  }

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

  .cart-item-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cart-error-state {
    margin-left: 16px;
    margin-right: 16px;
  }

  .add-to-cart-button.white.mg-right-24px {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .contact-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-item {
    grid-column-gap: 16px;
  }

  .faq-item.top {
    padding-top: 0;
  }

  .faq-content {
    max-width: 100%;
    position: relative;
  }

  .faq-icon {
    font-size: 24px;
  }

  .portfolio-item-year {
    margin-bottom: 0;
    padding-left: 4px;
  }
}

#w-node-dd328679-0c64-b1d7-6d0b-565db4379da9-9dce53c9 {
  align-self: end;
}

#w-node-ca188e88-68cf-e463-7457-915e9bb7a5d4-9dce53c9 {
  justify-self: end;
}

#w-node-fb860363-1698-5ad2-8594-6fca5d04bd55-9dce53c9 {
  align-self: center;
}

#w-node-_12a37f60-b08e-7faa-5d40-70d553c49f4d-9dce53c9 {
  justify-self: stretch;
}

#w-node-_1356e90d-e3a3-2953-9ae6-a897ae2f46c8-ae2f46c5, #w-node-_0c444a13-15fd-73a6-ead6-0d9e9283e0ea-ae2f46c5 {
  align-self: center;
}

#w-node-cf9bf992-137c-d051-7981-11e50702d712-2ece53cc {
  justify-self: end;
}

#w-node-_79c380f4-3382-9647-5c46-ed73c8fc5ff5-2ece53cc {
  justify-self: stretch;
}

#w-node-_79c380f4-3382-9647-5c46-ed73c8fc5ffd-2ece53cc {
  align-self: end;
  justify-self: end;
}

#w-node-_53dc1bd6-3f84-9912-30ab-b39c8d672a60-2ece53cc {
  align-self: center;
  justify-self: end;
}

#w-node-_5ba2a171-0319-2ac8-0be4-a2da02097555-2ece53cc, #w-node-_0fd91b64-988c-e60e-1bb3-227a45e947ed-2ece53cc, #w-node-cb3d3ab8-c072-09ca-39ff-68c98b9826c0-2ece53cc, #w-node-d1181392-5ef9-fd8b-d9cd-71bb40e633bc-2ece53cc, #w-node-_25bce324-de9a-f480-c2aa-7b5df1abf282-2ece53cc, #w-node-eba5d6ed-470b-2016-f03f-8a2c9e861f0e-2ece53cc, #w-node-_3ef1617d-f23a-f900-6093-29456dc3f1c2-2ece53cc, #w-node-_6ba406ce-1551-b94c-d63b-eeba58acdcb3-2ece53cc {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_32353d09-95fd-45eb-cd34-ddaf88e8668a-52ce53cd {
  align-self: stretch;
  justify-self: end;
}

#w-node-cab42608-9e0d-c0d2-4cd5-803c371c85b6-52ce53cd {
  align-self: start;
}

#w-node-cf8bdcfd-790b-30c1-4162-78bce9ac4f62-52ce53cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dd9a82e9-fe4b-49aa-067c-3bada5f4b362-52ce53cd {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-cf8bdcfd-790b-30c1-4162-78bce9ac4f66-52ce53cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-c4a6c55a-e903-875a-5cd4-02ee5811108e-e5ce53d0 {
  align-self: stretch;
}

#w-node-a60bbb3e-83be-74d2-686b-8618f4204bc4-e5ce53d0 {
  justify-self: start;
}

#w-node-b5efb85c-9cca-15b5-1b2c-d27a3a146073-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a14608d-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a1460a7-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a1460c1-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a1460db-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a1460f5-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a14610f-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a146129-e5ce53d0 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e26326e9-71f7-e53f-8ffc-5661697cdea0-e5ce53d0 {
  justify-self: start;
}

#w-node-_38d283cd-ae93-076f-3e1f-8671649d55e8-e5ce53d0 {
  justify-self: stretch;
}

#w-node-_0a1e7633-ae14-76fb-9e4c-505292df03ca-e5ce53d0 {
  justify-self: start;
}

#w-node-_0a1e7633-ae14-76fb-9e4c-505292df03cc-e5ce53d0 {
  justify-self: stretch;
}

#w-node-ba141f63-c00a-ccac-571c-c906c901c295-e5ce53d0 {
  justify-self: start;
}

#w-node-ba141f63-c00a-ccac-571c-c906c901c297-e5ce53d0 {
  justify-self: stretch;
}

#w-node-e902baec-6678-2feb-47d1-c86bb3b702f7-e5ce53d0 {
  justify-self: start;
}

#w-node-e902baec-6678-2feb-47d1-c86bb3b702f9-e5ce53d0 {
  justify-self: stretch;
}

#w-node-_176cddc0-33c8-1af9-24c3-e4833ada9f82-f4ce53d2 {
  align-self: start;
}

#w-node-a2a0d8dc-6c3d-5127-b79d-e42c1cc11690-32ce53d4 {
  align-self: center;
}

#w-node-d7be8592-97ea-32db-187b-35b5e6cfefbb-32ce53d4 {
  justify-self: end;
}

#w-node-d04c80ec-b096-2019-b825-699dcc3014e8-2ace53d5, #w-node-_6612829c-7a38-cdd7-2144-4cc980dab675-2ace53d5 {
  align-self: start;
}

#w-node-_6612829c-7a38-cdd7-2144-4cc980dab681-2ace53d5 {
  align-self: center;
}

#w-node-_577810bd-da5e-b8c9-3722-ca583a60182b-2ace53d5, #w-node-_701aaf30-d810-ddd0-911e-1152a3f59732-2bce53d6 {
  justify-self: end;
}

#w-node-_8732815a-62f0-f967-575d-b5e25e522bbc-11ce53d7, #w-node-_2162f9b9-f176-59e6-f33d-afae4244ee66-11ce53d7 {
  align-self: center;
  justify-self: end;
}

#w-node-e53fea4f-4d48-2c34-535f-d33091f873d5-6ace53dd {
  justify-self: end;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-ffce53e1, #w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-ffce53e1, #w-node-dc383ec3-e002-0291-d99d-b7d9bff9e328-ffce53e1, #w-node-dc383ec3-e002-0291-d99d-b7d9bff9e32e-ffce53e1 {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_47e80510-f09a-5326-fbe2-d288a3399396-9dce53c9 {
    justify-self: end;
  }

  #w-node-_80d2d1bd-7d0d-d69b-674f-b3dfec163fbe-ae2f46c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab42608-9e0d-c0d2-4cd5-803c371c85b6-52ce53cd, #w-node-_176cddc0-33c8-1af9-24c3-e4833ada9f82-f4ce53d2 {
    align-self: start;
  }

  #w-node-d04c80ec-b096-2019-b825-699dcc3014e8-2ace53d5 {
    align-self: center;
  }

  #w-node-_7b2bc7fb-2587-00d5-0278-1d96f8b26a34-2ace53d5, #w-node-_701aaf30-d810-ddd0-911e-1152a3f59730-2bce53d6 {
    justify-self: end;
  }

  #w-node-_6e0ff3e1-6eca-a6a4-43d8-e6671cf93a82-11ce53d7 {
    order: 9999;
  }

  #w-node-e53fea4f-4d48-2c34-535f-d33091f873d3-6ace53dd {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_47e80510-f09a-5326-fbe2-d288a3399396-9dce53c9 {
    order: 9999;
  }

  #w-node-ca188e88-68cf-e463-7457-915e9bb7a5d4-9dce53c9 {
    order: -9999;
    justify-self: end;
  }

  #w-node-_3df15fd2-dbd1-caa9-c7ba-3cb6881efa14-ae2f46c5, #w-node-_8c3a376d-52fe-44a5-d64a-f60cad0c1eef-ae2f46c5 {
    justify-self: start;
  }

  #w-node-_53dc1bd6-3f84-9912-30ab-b39c8d672a60-2ece53cc {
    justify-self: auto;
  }

  #w-node-_5ba2a171-0319-2ac8-0be4-a2da02097555-2ece53cc, #w-node-cb3d3ab8-c072-09ca-39ff-68c98b9826c0-2ece53cc, #w-node-_25bce324-de9a-f480-c2aa-7b5df1abf282-2ece53cc, #w-node-_3ef1617d-f23a-f900-6093-29456dc3f1c2-2ece53cc, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a146073-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a1460a7-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a1460db-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a14610f-e5ce53d0 {
    align-self: stretch;
  }

  #w-node-d7be8592-97ea-32db-187b-35b5e6cfefbb-32ce53d4 {
    justify-self: auto;
  }

  #w-node-_7b2bc7fb-2587-00d5-0278-1d96f8b26a34-2ace53d5 {
    order: 9999;
  }

  #w-node-_577810bd-da5e-b8c9-3722-ca583a60182b-2ace53d5 {
    order: -9999;
    justify-self: end;
  }

  #w-node-_701aaf30-d810-ddd0-911e-1152a3f59730-2bce53d6 {
    order: 9999;
  }

  #w-node-_701aaf30-d810-ddd0-911e-1152a3f59732-2bce53d6 {
    order: -9999;
    justify-self: end;
  }

  #w-node-_2162f9b9-f176-59e6-f33d-afae4244ee66-11ce53d7 {
    justify-self: start;
  }

  #w-node-e53fea4f-4d48-2c34-535f-d33091f873d3-6ace53dd {
    order: 9999;
  }

  #w-node-e53fea4f-4d48-2c34-535f-d33091f873d5-6ace53dd {
    order: -9999;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ca188e88-68cf-e463-7457-915e9bb7a5d4-9dce53c9 {
    justify-self: start;
  }

  #w-node-_1356e90d-e3a3-2953-9ae6-a897ae2f46c8-ae2f46c5 {
    justify-self: center;
  }

  #w-node-_80d2d1bd-7d0d-d69b-674f-b3dfec163fbe-ae2f46c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_40b0ed5f-c1fc-80ae-57c7-1355a8da7551-2ece53cc, #w-node-_0fd91b64-988c-e60e-1bb3-227a45e947df-2ece53cc, #w-node-cb3d3ab8-c072-09ca-39ff-68c98b9826aa-2ece53cc, #w-node-d1181392-5ef9-fd8b-d9cd-71bb40e633a6-2ece53cc, #w-node-_25bce324-de9a-f480-c2aa-7b5df1abf26c-2ece53cc, #w-node-eba5d6ed-470b-2016-f03f-8a2c9e861ef8-2ece53cc, #w-node-_3ef1617d-f23a-f900-6093-29456dc3f1ac-2ece53cc, #w-node-_6ba406ce-1551-b94c-d63b-eeba58acdc9d-2ece53cc, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a14605d-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a146077-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a146091-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a1460ab-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a1460c5-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a1460df-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a1460f9-e5ce53d0, #w-node-b5efb85c-9cca-15b5-1b2c-d27a3a146113-e5ce53d0 {
    order: 9999;
  }

  #w-node-_577810bd-da5e-b8c9-3722-ca583a60182b-2ace53d5, #w-node-_701aaf30-d810-ddd0-911e-1152a3f59732-2bce53d6, #w-node-e53fea4f-4d48-2c34-535f-d33091f873d5-6ace53dd {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Iconsinvestorxtemplate';
  src: url('../fonts/iconsinvestorxtemplate.woff2') format('woff2'), url('../fonts/iconsinvestorxtemplate.eot') format('embedded-opentype'), url('../fonts/iconsinvestorxtemplate.woff') format('woff'), url('../fonts/iconsinvestorxtemplate.ttf') format('truetype'), url('../fonts/iconsinvestorxtemplate.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}