.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-commercecartproductname {
  font-weight: 700;
}

.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-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-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-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

.w-commerce-commerceaddtocartquantityinput {
  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-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-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-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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #333;
  background-color: #e2bceb;
  border-color: #000;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  color: #1c1c1c;
  margin-bottom: 10px;
  font-size: 20px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

label {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.section {
  background-color: #03bbcd;
  position: relative;
}

.section.bg-yellow {
  background-color: #ffca0e;
}

.section.bg-yellow.divider-top {
  border-top: 3px solid #000;
}

.section.bg-blue-gray {
  background-color: rgba(0, 0, 0, 0);
}

.section.overflow {
  overflow: hidden;
}

.section.bg-yellow-green.overflow {
  background-color: #181d32;
}

.section.bg-light-blue {
  background-color: #181d31;
}

.section.bg-light-blue.overflow-wrapper {
  background-color: #99cbd7;
}

.section.bg-light-coral, .section.padding-top-large.bg-light-coral {
  background-color: #181d31;
}

.section.bg-wheat, .section.bg-slate-blue {
  background-color: #99cbd7;
}

.container {
  max-width: 1320px;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  position: relative;
}

.container.padding-top-large {
  background-color: rgba(0, 0, 0, 0);
}

.container.bg-sign-up {
  background-color: #201f1f;
  border-radius: 10px;
  overflow: hidden;
}

.inner-padding-large {
  padding-top: 22vh;
  padding-bottom: 22vh;
}

.inner-padding-medium {
  padding-top: 12vh;
  padding-bottom: 12vh;
}

.inner-padding-small {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.inner-padding-xsmall {
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.padding-bottom-large {
  padding-bottom: 22vh;
}

.padding-bottom-medium {
  padding-bottom: 12vh;
}

.padding-bottom-small {
  padding-bottom: 6vh;
}

.margin-bottom-large {
  margin-bottom: 20vh;
}

.margin-bottom-medium {
  margin-bottom: 12vh;
}

.margin-bottom-small {
  margin-bottom: 6vh;
}

.margin-bottom-xsmall {
  margin-bottom: 3vh;
}

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

.center-wrapper.inner-column {
  height: 100vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.center-wrapper.inner-column.video-wrapper {
  padding-top: 12vh;
  padding-left: 3vw;
  padding-right: 3vw;
}

.center-wrapper.inner-column.second {
  padding-left: 3vw;
  padding-right: 3vw;
}

.center-wrapper.hero.overflow {
  overflow: hidden;
}

.center-wrapper.box-column {
  height: 100vh;
  padding: 5vh;
}

.center-wrapper.padding-bottom-medium {
  display: block;
}

.center-wrapper.right {
  align-items: flex-end;
}

.content-wrapper {
  width: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.content-wrapper.right {
  align-items: flex-end;
}

.content-wrapper.rotate-15 {
  transform: rotate(15deg);
}

.content-wrapper.rotate--10 {
  transform: rotate(-10deg);
}

.content-wrapper.form {
  align-items: flex-start;
}

.content-wrapper.outline {
  border: 3px solid #000;
  border-radius: 10px;
  overflow: hidden;
}

.content-wrapper.outline.bg-white {
  background-color: #181d31;
}

.content-wrapper.detail {
  height: 15vh;
  padding-bottom: 35px;
}

.content-wrapper.box {
  padding-bottom: 35px;
}

.content-wrapper.bg-yellow.rounded-box {
  border: 5px solid #000;
  border-radius: 25px;
  overflow: hidden;
}

.content-wrapper.list {
  display: none;
}

.overflow-wrapper {
  width: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overflow-wrapper.bg-light-blue {
  background-color: rgba(0, 0, 0, 0);
}

.overflow-wrapper.bg-wheat {
  background-color: #99cbd7;
}

.overflow-wrapper.bg-blue-gray {
  background-color: rgba(0, 0, 0, 0);
}

.main-grid {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.main-grid.full-page {
  z-index: 5;
}

.main-grid.full-page.overflow {
  overflow: hidden;
}

.main-grid.center {
  align-content: center;
  align-items: center;
  margin-bottom: -35px;
  padding-bottom: 0;
}

.main-grid.padding-top-medium {
  border: 1px solid rgba(0, 0, 0, 0);
}

.main-grid.margin-bottom-medium {
  width: 99.9%;
}

.main-grid.flex {
  width: 100%;
  flex: none;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.main-grid.flex.gallery {
  padding-left: 3vw;
}

.main-grid.inner-padding-large {
  grid-column-gap: 24px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}

.main-grid.hero {
  min-height: 100vh;
}

.main-grid.overflow {
  overflow: hidden;
}

.main-grid.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
}

.main-grid.no-gap.top {
  z-index: 22;
}

.main-grid.no-gap.inner-padding-medium {
  background-color: rgba(0, 0, 0, 0);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.main-grid.full-list {
  z-index: 5;
  min-height: 100%;
}

.main-grid.stretch-hero {
  min-height: 100vh;
  grid-template-rows: 15vh auto 15vh;
}

.main-grid.full-height {
  height: 100vh;
  grid-column-gap: 24px;
  color: #100;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.main-grid.top-hero {
  max-height: 90vh;
  background-color: #181d31;
  align-content: start;
}

.main-grid.large-gap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.simple-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.simple-grid.stretch {
  height: 100%;
}

.simple-grid.stretch.no-gap {
  grid-column-gap: 0px;
  grid-auto-flow: column;
  align-content: start;
}

.main-paragraph {
  color: #fff;
  font-family: Tanker, sans-serif;
}

.main-paragraph.text-medium {
  z-index: 4;
  color: #ffefef;
  flex: 0 auto;
  align-self: auto;
  position: relative;
}

.main-paragraph.text-medium.margin-bottom-small {
  color: #fff;
  font-family: Tanker, sans-serif;
}

.main-paragraph.text-medium.opacity {
  opacity: .5;
}

.main-paragraph.text-medium.margin-bottom-xsmall {
  color: #fff;
}

.main-paragraph.margin-bottom-xsmall {
  color: #fff;
  font-family: Tanker, sans-serif;
}

.main-paragraph.text-small {
  color: #fff;
  font-family: Tanker, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.main-paragraph.text-small.bold {
  font-weight: 700;
}

.text-small {
  font-size: 16px;
}

.text-medium {
  color: #000;
  font-size: 2em;
  line-height: 1.35;
}

.heading-large {
  z-index: 2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tanker, sans-serif;
  font-size: 15vh;
  font-weight: 400;
  line-height: .85;
  position: relative;
}

.heading-large.no-wrap {
  white-space: nowrap;
}

.heading-large.hero {
  font-size: 16vh;
}

.heading-medium {
  z-index: 2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 9px;
  font-family: Tanker, sans-serif;
  font-size: 7.5vh;
  font-weight: 400;
  line-height: .95;
  position: relative;
}

.heading-medium.margin-bottom-xsmall {
  color: #fff;
}

.heading-medium.no-wrap {
  color: #fff;
  white-space: nowrap;
}

.heading-medium.no-wrap.text-yellow {
  color: #99cbd7;
}

.heading-medium.regular-type {
  font-family: Cabinetgrotesk, sans-serif;
}

.heading-medium.margin-bottom-small {
  margin-bottom: 45px;
}

.heading-regular {
  z-index: 2;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 20px rgba(0, 0, 0, .2);
  font-family: Tanker, sans-serif;
  font-size: 4vh;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
}

.heading-regular.regular-type {
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 25px;
}

.heading-regular.margin {
  margin-bottom: 15px;
}

.heading-small {
  color: #181d31;
  font-family: Tanker, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
}

.heading-small.regular-type {
  color: #535766;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.cover-image {
  z-index: auto;
  width: 100%;
  height: 100%;
  float: none;
  clear: none;
  text-align: left;
  object-fit: cover;
  border: 1px #00bbcd;
  flex: 0 auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.cover-image.outline {
  box-shadow: 5px -5px #000, 5px 5px #000, -5px 5px #000, -5px -4px #000;
}

.contain-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contain-image.z-index {
  margin-top: 24px;
  padding-right: 0;
}

.button {
  background-color: #e0e0e0;
  border-radius: 100px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
}

.heading-xlarge {
  z-index: 2;
  color: #99cbd7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tanker, sans-serif;
  font-size: 28vh;
  font-weight: 400;
  line-height: .8;
  display: block;
  position: relative;
}

.heading-xlarge.no-wrap {
  color: #eee;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.heading-xlarge.split {
  font-size: 24vh;
}

.heading-xlarge.hover {
  display: block;
}

.heading-xlarge.hero {
  color: #fff;
  white-space: nowrap;
  font-size: 26vh;
}

.full-page {
  min-height: 100vh;
}

.full-page.center {
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-wrapper {
  transform-origin: 0 0;
  background-color: #03bbcd;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-wrapper.sidebar {
  height: auto;
}

.sticky-wrapper.background {
  z-index: 12;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.sticky-wrapper.home-page {
  top: 120px;
}

.navbar-wrapper {
  z-index: 90;
  width: 100%;
  height: 10vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar {
  height: 10vh;
  background-color: rgba(0, 0, 0, 0);
}

.nav-grid {
  height: 100%;
  grid-column-gap: 8px;
  mix-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0);
  grid-template: ". Area"
  / 1fr 1fr 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.brand {
  z-index: 10;
  width: 15vh;
  height: 6vh;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-move {
  z-index: 10;
  width: 25vw;
  height: 55vh;
  max-height: 580px;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.inner-image {
  width: 100%;
  height: 100%;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #f7a6a6;
  border: 3px solid #000;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: rotate(0);
  box-shadow: 7px 7px #000;
}

.inner-image.back {
  z-index: 1;
}

.inner-image.middle {
  z-index: 2;
  background-color: #f7daa6;
}

.inner-image.front {
  z-index: 3;
  background-color: #f67575;
}

.nav-menu {
  min-height: 100vh;
  background-color: #181d31;
  padding-top: 12vh;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-button {
  color: #fff;
  text-align: left;
  background-color: #03bbcd;
  border: 3px solid #fff;
  border-radius: 100px;
  padding: 20px 40px;
  font-family: Tanker, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  overflow: visible;
  box-shadow: 6px 6px #000;
}

.main-button:hover {
  box-shadow: 1px 1px #000;
}

.main-button.small {
  color: #fffdfd;
  background-color: #181d31;
  border-color: #fffdfd;
  padding: 12px 25px;
  font-size: 18px;
}

.main-button.bg-yellow {
  color: #fff;
  text-align: left;
  background-color: #181d31;
}

.menu-button {
  min-width: auto;
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Tanker, sans-serif;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 6px 6px #000;
}

.menu-button:hover {
  box-shadow: 1px 1px #000;
}

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

.bg-yellow {
  background-color: #ffca0e;
}

.bg-light-salmon {
  background-color: #fe9d73;
}

.text-white {
  color: #fff;
}

.bg-light-coral {
  background-color: #ee3f54;
  background-image: none;
  background-size: auto;
}

.bg-yellow-green {
  background-color: #85eca9;
}

.bg-light-blue {
  background-color: #99cbd7;
}

.bg-thistle {
  background-color: #e2bceb;
}

.heading-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-logo {
  width: 100px;
  height: 100px;
}

.link-hero {
  z-index: 10;
  width: 15vw;
  height: 15vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -19%;
  left: 0%;
  right: auto;
}

.link-hero.page {
  position: relative;
  bottom: 0%;
}

.text-menu {
  font-size: 20px;
  position: relative;
}

.text-menu.close {
  color: #fff;
  display: none;
}

.text-menu.on {
  color: #fff;
}

.cta-label {
  z-index: 3;
  width: 15vw;
  height: 15vw;
  justify-content: center;
  align-items: center;
  font-family: Tanker, sans-serif;
  font-size: 22px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(-25deg);
}

.cta-label.text-yellow {
  color: #ffe837;
  font-family: Cabinetgrotesk, sans-serif;
}

.cta-label.text-dark {
  color: #000;
  font-family: Cabinetgrotesk, sans-serif;
}

.shape-button {
  width: 100%;
}

.shape-button.small {
  width: 6vh;
  height: 6vh;
  margin-left: 1vw;
  margin-right: 1vw;
}

.shape-button.large {
  z-index: -1;
  height: 45vh;
  position: relative;
}

.shape-button.cover {
  height: 100%;
}

.shape-button.center {
  max-height: 65vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.shape-button.medium {
  width: 4vw;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.shape-button.micro {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100px;
  margin-left: 9px;
  margin-right: 9px;
}

.shape-button.detail {
  width: 15vw;
  position: absolute;
  top: -5vh;
  left: -5vw;
}

.shape-button.head {
  width: 80px;
}

.shape-button.card {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.shape-button.card.med {
  width: 85%;
  color: #afaf2c;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  top: 4%;
}

.shape-button.large {
  z-index: -1;
  height: 45vh;
  position: relative;
}

.hero-section-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.inner-ticker-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

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

.ticker.inner-padding-medium {
  border: 0 rgba(0, 0, 0, 0);
}

.ticker.outline {
  border-top: 4px solid #000;
  border-bottom: 3px solid #000;
}

.ticker.outline.top {
  border-bottom-style: none;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
}

.grid.top-nav {
  display: none;
}

.image-link.social-icons {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  padding: 8px 5px;
  display: flex;
}

.header-page-wrapper {
  padding-top: 16vh;
  padding-bottom: 10vh;
  position: relative;
}

.regular-link {
  font-size: 18px;
  text-decoration: none;
}

.regular-link.text-gray:hover {
  color: #c7c7c7;
}

.nav-link {
  color: #000;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  font-family: Tanker, sans-serif;
  font-size: 8em;
  line-height: .6;
  display: flex;
}

.nav-link:hover {
  background-image: url('../images/scribble-line-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-link.one {
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-block;
}

.nav-link.one:hover {
  background-image: url('../images/White-Roo-Silhouette.png');
}

.nav-link.two {
  color: #fff;
  display: inline-block;
}

.nav-link.two:hover {
  background-image: url('../images/White-Roo-Silhouette.png');
}

.nav-link.three {
  color: #fff;
}

.nav-link.three:hover {
  background-image: url('../images/White-Roo-Silhouette.png');
}

.nav-link.four {
  color: #000;
}

.nav-link.five {
  color: #fff;
}

.nav-link.five:hover {
  background-image: url('../images/White-Roo-Silhouette.png');
}

.bg-blue-gray {
  background-color: #e0f5fa;
}

.figure-wrapper {
  width: 220px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -110px;
  left: 0%;
  right: 0%;
}

.figure-wrapper.left {
  width: 10vw;
  height: 10vw;
  display: flex;
  top: 15%;
  bottom: 0%;
  left: -10%;
  right: auto;
}

.figure-wrapper.right {
  width: 10vw;
  height: 10vw;
  display: flex;
  top: 14%;
  bottom: auto;
  left: auto;
  right: -19%;
}

.figure-wrapper.top {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.figure-wrapper.page {
  width: 180px;
  height: 180px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
  bottom: 0;
}

.figure-wrapper.center {
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 0;
}

.figure-wrapper.ticker {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.collection-list {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: auto;
  align-content: center;
  justify-content: center;
  display: flex;
}

.link-inline-list {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.divider-bullet {
  z-index: 6;
  width: 1.2vw;
  height: 1.2vw;
  background-color: #000;
  border-radius: 20px;
  flex: none;
  margin-left: 1vw;
  margin-right: 1vw;
  position: relative;
}

.container-wrapper {
  width: 100%;
  max-width: 1380px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-wrapper.inner-page {
  padding-top: 15vh;
}

.container-wrapper.header-page {
  background-color: #181d31;
  padding-top: 10vh;
}

.container-wrapper.header-page.home {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.container-wrapper.full-page {
  align-items: center;
  display: flex;
}

.container-wrapper.inner-padding-large {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 13vh;
}

.container-wrapper.inner-page-section {
  padding-top: 5vh;
}

.image-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper.outline {
  z-index: 4;
  width: 100%;
  box-shadow: none;
  border: 5px solid #000;
  border-radius: 15px;
  margin-bottom: 20px;
}

.image-wrapper.outline.rotate-10 {
  transform: rotate(10deg);
}

.image-wrapper.outline.rotate--5 {
  transform: rotate(-5deg);
}

.image-wrapper.outline.cc-circle {
  width: 33vw;
  height: 33vw;
  border-radius: 100%;
}

.image-wrapper.outline.mid-size {
  max-height: 30vh;
}

.image-wrapper.outline.feed {
  height: 45vh;
}

.image-wrapper.shadow {
  width: 100%;
  border: 4px solid #000;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 32px 32px #000;
}

.image-wrapper.rounded-outline {
  width: 100%;
  height: 100%;
  border: 5px solid #000;
  border-radius: 18px;
}

.image-wrapper.header-post {
  height: 70vh;
  border-right: 3px solid #000;
}

.image-wrapper.post {
  height: 40vh;
  border-bottom: 3px solid #000;
  justify-content: center;
  align-items: center;
}

.image-wrapper.food-post {
  height: 100%;
  max-height: none;
  border-right: 4px solid #000;
  position: relative;
  top: 0;
}

.image-wrapper.circle {
  width: 15vw;
  height: 15vw;
  border: 4px solid #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
}

.image-wrapper.circle.shadow {
  box-shadow: 13px 16px #000;
}

.image-wrapper.section-outline {
  z-index: 10;
  height: 80vh;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border: 5px solid #000;
  border-radius: 20px;
  transform: rotate(8deg);
}

.image-wrapper.outlined {
  width: 90vw;
  height: 80vh;
  max-width: 1200px;
  border: 6px solid #000;
  border-radius: 19px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-5deg);
}

.text-large {
  color: #000;
  font-size: 5.25em;
  font-weight: 700;
  line-height: 1;
}

.padding-top-large {
  padding-top: 22vh;
}

.padding-top-medium {
  padding-top: 12vh;
}

.tabs-menu {
  min-height: 70vh;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 35px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.tab {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #000;
  border-radius: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 6px 25px 4px;
  font-family: Tanker, sans-serif;
  font-size: 3.4vh;
  font-weight: 500;
}

.tab.w--current {
  color: #e2bceb;
  background-color: #000;
}

.combo-img-wrapper {
  width: 100%;
  height: 100%;
  box-shadow: none;
  text-align: left;
  border: 5px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.combo-img-wrapper._2 {
  position: relative;
  transform: rotate(-9deg);
}

.combo-img-wrapper._1 {
  max-height: 400px;
  transform: rotate(31deg);
}

.combo-img-wrapper.hero {
  z-index: 6;
  max-height: 45vh;
  max-width: 33vw;
}

.combo-img-wrapper.mid-size {
  max-height: 45vh;
}

.combo-img-wrapper.square {
  height: 30vh;
}

.collection-item {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.card-wrapper {
  z-index: 4;
  width: 78vw;
  height: 75vh;
  background-color: #1d1d1d;
  border: 6px solid #1d1d1d;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.bg-black {
  background-color: #1c1c1c;
}

.text-yellow {
  color: #ffca0e;
}

.flex-card {
  width: 100%;
  height: 100%;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 30px 40px 45px;
  text-decoration: none;
  transition: box-shadow .2s, border .2s;
  display: block;
  position: relative;
  overflow: auto;
  box-shadow: 0 0 #000;
}

.flex-card:hover {
  border-style: solid;
  border-color: #000;
  transform: translate(0);
  box-shadow: 7px 7px #000;
}

.flex-card.content-four:hover {
  background-color: #ffe837;
}

.half-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.half-grid.bottom-line {
  border-bottom: 2px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.thumb-card {
  height: 340px;
  border: 3px solid #000;
  border-radius: 9px;
  overflow: hidden;
}

.thumb-card.shadow {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 7px 7px #000;
}

.thumb-card.shadow.medium {
  height: 450px;
}

.card-grid-wrapper {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 22px;
  padding: 32px 35px 55px;
  text-decoration: none;
  position: relative;
}

.card-grid-wrapper:hover {
  background-color: rgba(240, 184, 15, .86);
  border: 4px solid #000;
}

.card-grid-wrapper.feed {
  padding-bottom: 10px;
}

.circle-wrapper {
  z-index: 10;
  width: 17vw;
  height: 17vw;
  max-height: 220px;
  max-width: 220px;
  border: 7px solid #fff;
  border-radius: 200px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.design-detail {
  position: absolute;
  top: -20%;
  bottom: auto;
  left: auto;
  right: -6%;
}

.span-image-first {
  width: 18vw;
  height: .8em;
  background-image: url('../images/close-up-woman-holding-taco-with-blue-background.jpg');
  background-position: 50%;
  background-size: cover;
  border: 5px solid #000;
  border-radius: 10px;
  margin-left: 9px;
  margin-right: 9px;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.scribble {
  background-image: url('../images/scribble-line-01.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-wheat {
  background-color: #f8e7c2;
}

.title-tag {
  z-index: 5;
  color: #fff;
  background-color: #181d31;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 8px 11px;
  font-family: Tanker, sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  bottom: -1.4vh;
  transform: rotate(-9deg);
}

.title-tag.bg-light-blue {
  color: #ffe200;
  white-space: nowrap;
  background-color: #39bfdf;
}

.title-tag.page {
  z-index: 12;
  padding: 15px 32px;
  top: -1.4vh;
  bottom: 0;
  left: -1.6vw;
}

.big-type-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-frame-gallery {
  height: 42vh;
  border: 6px solid #fff;
  border-radius: 12px;
  overflow: hidden;
}

.image-frame-gallery.first {
  border-color: #fff;
  transform: rotate(12deg);
}

.image-frame-gallery.second {
  border-color: #fff;
  transform: rotate(-5deg);
}

.image-frame-gallery.third {
  height: 55vh;
  border-color: #fff;
  transform: rotate(4deg);
}

.image-frame-gallery.rotate {
  z-index: 2;
  height: 66vh;
  border-color: #fff;
  position: relative;
  transform: rotate(-5deg);
}

.image-frame-gallery.square {
  height: 35vh;
  transform: rotate(-5deg);
}

.image-frame-gallery.square.reverse {
  transform: rotate(7deg);
}

.image-frame-gallery.back {
  width: 35vw;
  height: 60vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(37deg);
}

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

.bg-red {
  background-color: #e92500;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.span-image-two {
  width: 18vw;
  height: .8em;
  background-image: url('../images/chicken-burger-with-tomato-lettuce-leaf-chicken-patty-burger-buns-2.jpg');
  background-position: 50%;
  background-size: cover;
  border: 5px solid #000;
  border-radius: 10px;
  margin-left: 9px;
  margin-right: 9px;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.link-block-heading {
  z-index: 10;
  height: 12.5vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-image-wrapper {
  width: 18vw;
  height: 22.5vh;
  background-color: #5c5c5c;
  border: 3px solid #000;
  border-radius: 6px;
  flex: none;
}

.section-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-background.full-hero {
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.section-background.fixed {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.frame-image-one, .frame-image-two, .frame-image-three {
  min-height: auto;
  border: 4px solid #000;
  border-radius: 8px;
  overflow: hidden;
}

.hero-rotate-image {
  z-index: 5;
  width: 40vw;
  height: 30vh;
  max-width: 680px;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  border: 6px solid #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  transform: rotate(8deg);
}

.sd1 {
  z-index: 6;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  border-radius: 4px;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.sd2 {
  z-index: 7;
  width: 100%;
  height: 100%;
  transform-origin: 100% 0;
  border-radius: 4px;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.sd3 {
  z-index: 8;
  width: 100%;
  height: 100%;
  transform-origin: 100% 100%;
  border-radius: 4px;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.sd4 {
  z-index: 9;
  width: 100%;
  height: 100%;
  transform-origin: 0 100%;
  border-radius: 4px;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.sd5 {
  z-index: 10;
  width: 100%;
  height: 100%;
  transform-origin: 100% 0;
  border-radius: 4px;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.sd6 {
  z-index: 10;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  border-radius: 4px;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.back-shadow {
  width: 100%;
  height: 100%;
  max-height: 58vh;
  max-width: 30vw;
  background-color: #1c1c1c;
  border: 1px solid #fff;
  border-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(-76px, 48px)rotate(-23deg);
}

.collection-list-section {
  position: relative;
}

.flex-ticker {
  width: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-detail {
  justify-content: space-between;
  padding: 20px 35px;
  display: flex;
}

.image-detail {
  height: 35px;
}

.image-detail.margin-micro {
  margin-bottom: 15px;
}

.image-detail.medium {
  height: 90px;
  color: #474747;
  margin-bottom: 25px;
}

.hero-image-container {
  z-index: 6;
  max-width: 34vw;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  position: relative;
  overflow: visible;
}

.track {
  height: 550vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.frame-image {
  width: 65vw;
  height: 75vh;
  max-width: 980px;
  background-color: #e97f7f;
  border: 4px solid #000;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  transform: rotate(-9deg);
}

.frame-image.sec-three {
  width: 45vw;
  height: 67vh;
  margin-right: 0;
  transform: rotate(9deg);
}

.frame-image.sec-four {
  width: auto;
  height: 55vh;
  margin-right: 0;
  transform: rotate(-3deg);
}

.detail-hero-grid {
  z-index: 12;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 20px 35px;
  display: grid;
  position: relative;
}

.center-image-wrapper {
  z-index: 5;
  width: 100%;
  height: 100%;
  border: 4px solid #000;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.center-image-wrapper-mid {
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 4px solid #000;
  border-radius: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.center-image-wrapper-back {
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 4px solid #000;
  border-radius: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.z-index, .wrapper-footer {
  z-index: 10;
  position: relative;
}

.specials-track {
  width: 100%;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
  position: relative;
}

.image-wrapper-col {
  height: auto;
  text-align: left;
  background-color: #e55f5f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.specials-wrapper {
  border-right: 4px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rail-hero-skew {
  width: 21vw;
  height: 130vh;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: -30vh;
  bottom: auto;
  left: 103.1vh;
  right: auto;
  overflow: hidden;
  transform: rotate(9deg);
}

.span-heading {
  position: relative;
  left: 15vw;
}

.hero-inner-section {
  min-height: 60vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.padding-hero {
  justify-content: flex-start;
  padding-top: 72px;
  padding-bottom: 72px;
  display: block;
}

.text-span {
  position: relative;
  left: 24.4vw;
}

.text-span-two {
  background-image: url('../images/scribble-line-01.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  left: -8.2vw;
}

.text-span-three {
  position: relative;
  left: 23.9vw;
}

.text-span-four {
  position: relative;
  left: .2vw;
}

.heading-wrapper-flex {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3vw;
  display: flex;
  position: relative;
}

.skew-image-wrapper {
  height: 60vh;
  perspective: 2000px;
  background-color: #383838;
  border: 5px solid #000;
  border-radius: 20px;
  flex: none;
  margin-bottom: 4vh;
  overflow: hidden;
  transform: perspective(2000px);
}

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

.design-detail-arrow {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 12%;
  transform: rotate(66deg);
}

.heading-large-wrapper {
  height: 22vh;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.link-content-section {
  z-index: 10;
  width: 100%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  padding-left: 35px;
  padding-right: 35px;
  text-decoration: none;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.link-block-wrapper {
  text-decoration: none;
}

.hover-ticker-card {
  z-index: 1;
  width: 100%;
  background-color: #000;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Tanker, sans-serif;
  font-size: 33px;
  display: flex;
  position: absolute;
  top: 12.5vh;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block {
  color: #ffd88e;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
}

.small-number {
  z-index: 12;
  color: #000;
  flex: 0 auto;
  margin-right: 15px;
  padding-top: 4px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.link-content-heading {
  z-index: 10;
  height: 22.5vh;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer-circle {
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 20px;
  margin-left: 9px;
  margin-right: 9px;
}

.heading-page-wrapper {
  width: 100%;
  min-height: 40vh;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 3px solid #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.divider {
  width: 100%;
  height: 5vh;
  background-image: url('../images/divider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.divider.version-01 {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/divider-final.png');
  background-position: 50% 100%;
  background-size: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -.5%;
  left: 0%;
  right: 0%;
}

.divider.version-02 {
  z-index: 10;
  background-image: url('../images/divider-2.svg');
  background-position: 50% 100%;
  background-size: 100%;
  position: absolute;
  top: auto;
  bottom: -.5%;
  left: 0%;
  right: 0%;
}

.divider.version-03 {
  z-index: 10;
  background-image: url('../images/divider-yellow.svg');
  background-position: 50% 100%;
  background-size: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.opacity {
  color: rgba(51, 51, 51, .75);
}

.link-cards {
  height: auto;
  color: #000;
  text-align: center;
  border: 3px solid #000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .6s cubic-bezier(.368, -.093, .32, 1.275), box-shadow .2s, background-color .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 #000;
}

.link-cards:hover {
  background-color: #fff;
  transform: rotate(-2deg);
  box-shadow: 3px 4px #000;
}

.screenshot-wrapper {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  border-bottom-width: 3px;
  flex: none;
  overflow: hidden;
}

.screenshot-wrapper.square {
  height: 10vw;
}

.screenshot-wrapper.image {
  border-style: none none solid;
}

.alt-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.main-heading-wrapper {
  border: 1px #ff1212;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-divider {
  width: 110%;
  height: 10vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/divider-black.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.inner-section {
  overflow: hidden;
}

.inner-section.bg-black {
  border: 1px solid rgba(0, 0, 0, 0);
}

.inner-section.bg-light-coral {
  background-color: #181d31;
}

.footer-wrapper {
  width: 100%;
}

.png-grid {
  min-height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  display: grid;
  position: relative;
}

.cart-button {
  width: 38px;
  height: 38px;
  color: #000;
  background-color: #b6d81f;
  border: 3px solid #000;
  border-radius: 20px;
  justify-content: center;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Tanker, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: none;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: #000;
  background-color: #b6d81f;
  margin-left: 0;
  padding-left: 4px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 15px;
  line-height: 1.2;
}

.buttons-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-field {
  height: 60px;
  border: 3px solid #000;
  border-radius: 8px;
  font-size: 18px;
}

.form-block {
  width: 100%;
}

.field-label {
  color: #000;
  text-align: left;
  font-size: 18px;
}

.auto-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
}

.header-page {
  padding-top: 12vh;
}

.text-blue {
  color: #1c1fca;
}

.ticker-heading-wrapper {
  z-index: 5;
  width: 16vw;
  height: 5vh;
  background-color: #99cbd7;
  border: 2px solid #000;
  border-radius: 4px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: translate(-2vw, 2vh)rotate(-10deg);
}

.text-gray {
  color: #858585;
}

.column-divider {
  width: 3px;
  height: 100%;
  background-color: #000;
  border-radius: 100px;
}

.column {
  border-right-width: 3px;
  border-right-color: #000;
  padding-left: 5vw;
  padding-right: 5vw;
}

.column.full-height {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.column.full-height.inner-padding-medium {
  justify-content: flex-start;
}

.column.form {
  padding-top: 80px;
  padding-left: 45px;
  padding-right: 45px;
}

.collection-list-wrapper {
  width: 100%;
}

.link-content-wrapper {
  width: 100%;
  color: #000;
  text-decoration: none;
  display: inline;
}

.link-content-wrapper.outline {
  height: 100%;
  border: 3px solid #000;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
}

.link-content-wrapper.styleguide {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  margin-bottom: 35px;
  display: block;
}

.heading-xsmall {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.card-grid {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr;
  align-content: start;
}

.card-grid.padding-bottom-small {
  z-index: 3;
  position: relative;
}

.flex-card-info {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.form-flex {
  justify-content: flex-start;
  display: flex;
}

.text-field-sub {
  height: 60px;
  background-color: #201f1f;
  border: 2px solid #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-bottom: 0;
  padding-left: 25px;
  font-size: 18px;
}

.text-field-sub::-ms-input-placeholder {
  color: #fff;
}

.text-field-sub::placeholder {
  color: #fff;
}

.submit-button {
  height: 60px;
  color: #000;
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding-left: 25px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 700;
}

.span-copyright {
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 12vh;
  line-height: .5;
  position: relative;
  top: -1.4em;
}

.span-copyright.medium {
  font-size: 7vh;
  top: -5.8vh;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap.bg-yellow {
  background-color: #181d31;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-content.password {
  width: 450px;
  padding-left: 25px;
  padding-right: 25px;
}

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

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

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

.box-center-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.box-center-wrapper.left {
  text-align: left;
  align-items: flex-start;
}

.box-center-wrapper.padding-bottom-medium {
  display: flex;
}

.box-checkout {
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}

.box-checkout.pop-up {
  border-style: none;
  border-radius: 40px;
  padding: 10px;
}

.checkout-form {
  padding-top: 0;
  padding-bottom: 0;
}

.remove-button {
  color: #9e9e9e;
  text-decoration: none;
}

.bg-slate-blue {
  background-color: #8c4dff;
}

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

.collection-list-grid._4-col {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.collection-list-grid._2-col {
  grid-template-columns: 1fr 1fr;
}

.collection-list-grid-wrapper {
  width: 100%;
}

.figure-wrapper-heading {
  width: 30vh;
  height: 22vh;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.figure-wrapper-heading.absolute {
  z-index: 6;
  position: absolute;
}

.paragraph-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-wrapper.col {
  padding-top: 80px;
  padding-bottom: 80px;
}

.small-link {
  color: #fff;
  text-decoration: none;
}

.small-link.jp {
  background-color: #3c3b3b;
  border-radius: 6px;
  padding: 7px 13px;
  display: inline-block;
}

.image-social {
  height: 100%;
}

.success {
  color: #fff;
  background-color: #99cbd7;
  font-family: Tanker, sans-serif;
  font-size: 25px;
}

.error {
  color: #ff5a6e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Tanker, sans-serif;
  font-size: 20px;
}

.textarea {
  min-height: 250px;
  border: 3px solid #000;
  border-radius: 8px;
  font-size: 18px;
}

.divider-burger {
  margin-top: 15px;
  margin-bottom: 15px;
}

.section.full-page-section {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.color-swatch {
  height: 150px;
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.color-swatch.bg-black {
  color: #fff;
  background-color: #000;
}

.color-swatch.bg-wheat {
  border: 1px solid #b3b3b3;
}

.span-emoji {
  width: .7em;
  height: .7em;
  background-image: url('../images/hamburger_1f354_1hamburger_1f354.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

.span-emoji.smile {
  background-image: url('../images/smiling-face-with-smiling-eyes_1f60a_1smiling-face-with-smiling-eyes_1f60a.png');
}

.span-emoji.boring {
  background-image: url('../images/sleeping-face_1f634_1sleeping-face_1f634.png');
}

.form-wrapper {
  width: 100%;
  border: 5px solid #000;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding: 43px 44px;
  display: flex;
}

.regular-link-block {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.regular-link-block.underline {
  color: #fff;
  background-image: url('../images/divider-thick.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 10px;
  text-decoration: none;
  transition: padding .2s;
}

.regular-link-block.underline:hover {
  padding-left: 10px;
}

.nav-link-wrapper {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 44px;
  display: flex;
}

.list-wrapper, .collection-list-wrapper-2 {
  width: 100%;
}

.text-block-2 {
  color: #fff;
}

.body {
  background-color: #1c1c1c;
}

.text-span-2 {
  color: #fff;
  text-decoration: none;
}

.text-block-3, .text-block-4 {
  color: #fff;
}

.paragraph {
  color: #fff;
  font-family: Tanker, sans-serif;
}

.paragraph-2 {
  color: #fff;
}

.text-span-3 {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.text-block-5 {
  text-shadow: 2px 2px 6px #181d31;
  font-family: Tanker, sans-serif;
  font-size: 20px;
  font-style: italic;
  transform: translate(0);
}

.grid-2 {
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr 1fr;
  margin-bottom: -92px;
}

.body-2 {
  background-color: #1c1c1c;
}

.link, .link-2, .link-3, .link-4, .link-5 {
  color: #535766;
}

.paragraph-3 {
  color: #fff;
  font-size: 15px;
}

.text-block-6 {
  color: #ff5a6e;
}

.body-3, .body-4 {
  background-color: #1c1c1c;
}

.body-5 {
  background-color: #99cbd7;
}

.body-6 {
  max-width: 100%;
  object-fit: none;
  background-color: #181d31;
}

.body-7 {
  background-color: #181d31;
}

.text-block-8 {
  display: none;
}

.body-8 {
  max-width: 100%;
}

.cover-image-2 {
  width: 100%;
  height: 100%;
  text-align: left;
  object-fit: cover;
  border: 1px solid #000;
  flex: 0 auto;
  padding-left: 0;
}

.section-3 {
  position: relative;
}

.section-3.bg-yellow {
  background-color: #00bbcd;
}

.heading-large-2 {
  z-index: 2;
  color: #fff;
  text-shadow: 0 13px 20px rgba(0, 0, 0, .2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tanker, sans-serif;
  font-size: 15vh;
  font-weight: 400;
  line-height: .85;
  position: relative;
}

.body-10 {
  background-color: #1c1c1c;
}

.text-span-4 {
  position: relative;
  left: 24.4vw;
}

.section-4 {
  position: relative;
}

.section-4.overflow {
  overflow: hidden;
}

.heading-xlarge-2 {
  z-index: 2;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tanker, sans-serif;
  font-size: 28vh;
  font-weight: 400;
  line-height: .8;
  display: block;
  position: relative;
}

.heading-xlarge-2.split {
  font-size: 24vh;
}

.heading-xlarge-2.no-wrap {
  color: #eee;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.heading-small-2 {
  color: #000;
  font-family: Tanker, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.container-2 {
  max-width: 1320px;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  position: relative;
}

.section-5 {
  position: relative;
}

.section-5.bg-wheat {
  background-color: #03bbcd;
}

.main-paragraph-2 {
  color: #1c1c1c;
}

.main-paragraph-2.text-medium {
  z-index: 4;
  color: #ffefef;
  flex: 0 auto;
  align-self: auto;
  position: relative;
}

.main-paragraph-2.text-medium.inner-padding-xsmall {
  font-family: Tanker, sans-serif;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .inner-padding-large {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .inner-padding-medium {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .inner-padding-small {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .inner-padding-xsmall {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .padding-bottom-large {
    padding-bottom: 12vh;
  }

  .padding-bottom-medium {
    padding-bottom: 8vh;
  }

  .padding-bottom-small {
    padding-bottom: 4vh;
  }

  .margin-bottom-large {
    margin-bottom: 12vh;
  }

  .margin-bottom-medium {
    margin-bottom: 8vh;
  }

  .margin-bottom-small {
    margin-bottom: 4vh;
  }

  .margin-bottom-xsmall {
    margin-bottom: 2vh;
  }

  .center-wrapper.inner-column.video-wrapper {
    padding-top: 3vh;
  }

  .center-wrapper.right {
    padding-right: 30px;
  }

  .content-wrapper.detail {
    padding-left: 25px;
  }

  .content-wrapper.box {
    padding-left: 30px;
  }

  .content-wrapper.bg-yellow {
    z-index: 5;
  }

  .content-wrapper.list {
    height: 50vh;
    margin-bottom: 5vh;
    padding: 30px;
    display: flex;
  }

  .overflow-wrapper.type-hero {
    padding-top: 10vh;
  }

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

  .main-grid.full-page.overflow {
    align-content: center;
  }

  .main-grid.hero {
    grid-template-rows: 1fr auto;
  }

  .main-grid.full-list {
    align-content: start;
  }

  .heading-large {
    font-size: 90px;
  }

  .heading-large.hero {
    font-size: 80px;
  }

  .heading-large.repeat {
    display: none;
  }

  .cover-image.rounded {
    border: 5px solid #000;
    border-radius: 20px;
    overflow: hidden;
  }

  .contain-image.z-index {
    margin-bottom: 323px;
    padding-bottom: 0;
  }

  .heading-xlarge {
    font-size: 120px;
  }

  .heading-xlarge.split {
    font-size: 70px;
  }

  .heading-xlarge.hover {
    display: none;
  }

  .heading-xlarge.hero {
    font-size: 100px;
  }

  .sticky-wrapper.home-page {
    position: relative;
    top: 0;
  }

  .sticky-wrapper.specials {
    position: relative;
  }

  .nav-grid {
    padding-left: 25px;
    padding-right: 25px;
  }

  .brand {
    justify-content: flex-start;
  }

  .image-move {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: baseline;
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
  }

  .inner-image {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: static;
  }

  .inner-image.back {
    transform: rotate(-6deg);
  }

  .inner-image.middle {
    transform: rotate(14deg);
  }

  .inner-image.front {
    transform: rotate(-6deg);
  }

  .heading-wrapper {
    z-index: 3;
    text-align: center;
    align-items: center;
  }

  .link-hero {
    width: 33vw;
    height: 33vw;
    position: relative;
    bottom: 0%;
    overflow: hidden;
  }

  .cta-label {
    width: 100%;
    height: 100%;
  }

  .shape-button.card {
    display: none;
  }

  .shape-button.large {
    left: 0;
  }

  .hero-section-wrapper {
    text-align: center;
    align-items: center;
    padding-top: 15vh;
  }

  .grid.top-nav {
    display: none;
  }

  .header-page-wrapper {
    padding-top: 10vh;
  }

  .header-page-wrapper.header {
    padding-top: 15vh;
  }

  .nav-link {
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 90px;
  }

  .collection-list {
    width: 100%;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }

  .container-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-wrapper.inner-padding-medium.header {
    padding-top: 15vh;
  }

  .container-wrapper.header-page {
    padding-top: 180px;
  }

  .container-wrapper.full-page {
    min-height: auto;
  }

  .container-wrapper.full-page.header {
    padding-top: 10vh;
  }

  .image-wrapper.outline {
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.outline.rotate-10, .image-wrapper.outline.rotate--5 {
    max-width: 80vw;
  }

  .image-wrapper.outline.cc-circle {
    width: 75vw;
    height: 75vw;
  }

  .image-wrapper.shadow {
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.header-post {
    border-bottom: 3px solid #000;
    border-right-style: none;
  }

  .image-wrapper.food-post {
    height: 50vh;
    border-bottom: 4px solid #000;
    border-right-style: none;
  }

  .image-wrapper.section-outline {
    height: 50vh;
    max-width: 60vw;
    align-items: center;
  }

  .text-large {
    font-size: 36px;
  }

  .padding-top-large {
    padding-top: 12vh;
  }

  .padding-top-medium {
    padding-top: 8vh;
  }

  .tabs-menu {
    min-height: auto;
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 0;
    position: relative;
    top: 0;
  }

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

  .tab {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 24px;
  }

  .combo-img-wrapper.hero {
    max-width: 80vw;
  }

  .collection-item {
    position: relative;
  }

  .card-wrapper {
    width: 90vw;
  }

  .flex-card:hover {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0);
    transform: none;
  }

  .flex-card.content-four:hover, .card-grid-wrapper:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .circle-wrapper {
    width: 25vw;
    height: 25vw;
    border-radius: 100%;
  }

  .design-detail {
    top: -33%;
    right: 0%;
  }

  .title-tag.page {
    left: 35px;
  }

  .image-frame-gallery.first {
    width: 60vw;
  }

  .image-frame-gallery.second {
    width: 80vw;
  }

  .image-frame-gallery.third {
    width: 78vw;
  }

  .image-frame-gallery.rotate {
    width: 90vw;
    height: 45vh;
  }

  .image-frame-gallery.back {
    width: 100%;
    height: 100%;
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .link-block-heading {
    height: 78px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hover-image-wrapper {
    width: 30vw;
    height: 100%;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .section-background.full-hero {
    border-style: none;
    display: none;
    position: relative;
  }

  .hero-rotate-image {
    width: 70vw;
    height: 45vh;
  }

  .back-shadow {
    width: 90%;
    height: 90%;
  }

  .flex-ticker.list {
    padding-left: 30px;
  }

  .hero-image-container {
    max-width: 60vw;
  }

  .track.hero-three {
    height: auto;
  }

  .rail-hero-skew {
    left: 38.3vh;
  }

  .heading-wrapper-flex {
    z-index: 3;
    text-align: center;
    align-items: flex-start;
    padding-left: 10vw;
  }

  .skew-image-wrapper {
    height: 25vh;
  }

  .heading-large-wrapper {
    height: auto;
  }

  .hover-ticker-card {
    display: none;
  }

  .link-content-heading {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 25px;
  }

  .link-cards:hover {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    transform: none;
  }

  .screenshot-wrapper {
    height: auto;
  }

  .screenshot-wrapper.square {
    height: 245px;
  }

  .main-heading-wrapper {
    align-items: center;
  }

  .column-divider {
    display: none;
  }

  .column.full-height {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .column.form {
    width: 100%;
    border-bottom: 3px solid #000;
    border-right-style: none;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 60px;
    display: flex;
  }

  .span-copyright {
    font-size: 100px;
    top: 0;
  }

  .span-copyright.medium {
    font-size: 60px;
    display: inline-block;
    top: -2.7vh;
  }

  .box-center-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .collection-list-grid {
    grid-template-columns: 1fr;
  }

  .collection-list-grid._4-col {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-grid._2-col {
    grid-template-columns: 1fr;
  }

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

  .figure-wrapper-heading {
    width: 15vh;
    height: 11vh;
  }

  .figure-wrapper-heading.absolute {
    width: 18vh;
  }

  .paragraph-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .collection-list-wrapper-hero {
    width: 100%;
    padding-left: 30px;
  }

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

  .body-9 {
    background-color: #181d31;
  }

  .heading-large-2 {
    text-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    background-color: rgba(0, 0, 0, 0);
    font-size: 90px;
  }

  .heading-xlarge-2 {
    font-size: 120px;
  }

  .heading-xlarge-2.split {
    font-size: 70px;
  }

  .container-2 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .center-wrapper.inner-column.video-wrapper {
    height: 50vh;
  }

  .main-paragraph.text-medium {
    z-index: 1;
    position: relative;
  }

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

  .heading-large {
    font-size: 50px;
  }

  .heading-regular {
    font-size: 20px;
  }

  .heading-xlarge {
    font-size: 70px;
  }

  .image-move {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .tabs-menu {
    justify-content: center;
  }

  .tab {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 18px;
  }

  .span-image-first {
    border-width: 3px;
    border-radius: 6px;
  }

  .title-tag {
    font-size: 16px;
  }

  .span-image-two {
    border-width: 3px;
    border-radius: 6px;
  }

  .rail-hero-skew {
    left: 37vh;
  }

  .heading-wrapper-flex {
    padding-left: 5vw;
  }

  .skew-image-wrapper {
    height: 20vh;
    border-radius: 14px;
  }

  .design-detail-arrow {
    bottom: -36%;
  }

  .link-cards {
    font-size: 14px;
  }

  .span-copyright.medium {
    font-size: 35px;
    top: 0;
  }

  .heading-large-2 {
    font-size: 50px;
  }

  .heading-xlarge-2 {
    font-size: 70px;
  }

  .main-paragraph-2.text-medium {
    z-index: 1;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .container {
    height: auto;
    max-width: none;
    object-fit: fill;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.header-page {
    margin-bottom: auto;
  }

  .container.overflow-wrapper {
    height: 100%;
  }

  .center-wrapper.full-page {
    min-height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .center-wrapper.inner-column.video-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .center-wrapper.box-column {
    padding: 0;
  }

  .content-wrapper.detail {
    padding-left: 25px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 163px;
  }

  .main-grid.full-page, .main-grid.full-page.overflow {
    align-content: start;
  }

  .main-grid.inner-padding-large {
    margin-bottom: -100px;
  }

  .main-grid.hero {
    align-content: center;
  }

  .main-grid.no-gap.inner-padding-medium {
    grid-template-columns: 1fr 1fr;
    margin-bottom: auto;
  }

  .main-grid.full-list {
    align-content: start;
  }

  .main-grid.full-height {
    margin-bottom: -90px;
  }

  .main-grid.large-gap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .main-paragraph.text-medium {
    z-index: 4;
    position: relative;
  }

  .main-paragraph.text-large {
    font-size: 36px;
  }

  .main-paragraph.text-small {
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  .heading-medium {
    font-size: 34px;
  }

  .heading-regular {
    font-size: 26px;
  }

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

  .heading-small.regular-type {
    color: #535766;
  }

  .contain-image.z-index {
    height: 70%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-xlarge.split {
    text-align: left;
    font-size: 44px;
  }

  .heading-xlarge.hero {
    margin-bottom: 117px;
    font-size: 50px;
  }

  .sticky-wrapper {
    height: 150px;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sticky-wrapper.bg-yellow {
    align-items: center;
    display: flex;
  }

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

  .brand {
    justify-content: flex-start;
    padding-left: 0;
  }

  .image-move {
    height: 50vh;
    max-height: 400px;
    align-items: start;
  }

  .main-button {
    font-size: 20px;
    font-weight: 400;
  }

  .main-button.bg-yellow {
    text-align: left;
    position: -webkit-sticky;
    position: sticky;
  }

  .link-hero {
    width: 60vw;
    height: 60vw;
    bottom: 0%;
  }

  .shape-button.small {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .shape-button.center {
    top: auto;
    bottom: -3vh;
    left: 0%;
    right: 0%;
  }

  .shape-button.medium {
    width: auto;
    height: 50px;
  }

  .hero-section-wrapper {
    flex-direction: column;
    justify-content: center;
    padding-top: 12vh;
    display: flex;
  }

  .grid.top-nav {
    padding-top: 0;
  }

  .header-page-wrapper {
    padding-top: 25vh;
    padding-bottom: 0;
  }

  .header-page-wrapper.header {
    padding-top: 18vh;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 60px;
    line-height: .8;
  }

  .container-wrapper.inner-page {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: block;
  }

  .container-wrapper.inner-padding-medium.header {
    padding-top: 18vh;
  }

  .container-wrapper.header-page {
    padding-top: 120px;
  }

  .image-wrapper.outline {
    border-width: 4px;
    border-radius: 14px;
  }

  .image-wrapper.outline.rotate-10 {
    max-width: 75vw;
  }

  .image-wrapper.outline.rotate--5 {
    max-width: 70vw;
  }

  .image-wrapper.header-post, .image-wrapper.food-post {
    height: 35vh;
  }

  .image-wrapper.circle {
    width: 55vw;
    height: 55vw;
  }

  .image-wrapper.section-outline {
    height: 35vh;
  }

  .image-wrapper.outlined {
    width: 80vw;
    height: 35vh;
  }

  .text-large {
    font-size: 26px;
  }

  .tabs-menu {
    justify-content: center;
  }

  .combo-img-wrapper {
    border-radius: 10px;
  }

  .combo-img-wrapper.hero {
    max-height: 30vh;
    max-width: 70vw;
    opacity: 1;
  }

  .card-wrapper {
    height: 60vh;
  }

  .thumb-card.shadow {
    margin-bottom: 0;
  }

  .thumb-card.shadow.medium {
    height: 350px;
  }

  .card-grid-wrapper {
    padding: 0;
  }

  .card-grid-wrapper:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .circle-wrapper {
    width: 60vw;
    height: 60vw;
    border-width: 4px;
  }

  .span-image-first {
    border-width: 3px;
    border-radius: 6px;
  }

  .image-frame-gallery {
    width: 75vw;
    height: auto;
  }

  .image-frame-gallery.first, .image-frame-gallery.second, .image-frame-gallery.third {
    width: 80vw;
    height: auto;
  }

  .image-frame-gallery.rotate {
    height: 30vh;
  }

  .span-image-two {
    border-width: 3px;
    border-radius: 6px;
  }

  .link-block-heading {
    height: auto;
  }

  .hover-image-wrapper {
    flex: none;
  }

  .hero-rotate-image {
    width: 80vw;
    height: 25vh;
    padding-bottom: 242px;
  }

  .hero-image-container {
    width: 75vw;
    max-width: none;
    bottom: 15vh;
  }

  .frame-image {
    height: 45vh;
  }

  .frame-image.sec-three {
    height: 35vh;
  }

  .frame-image.sec-four {
    width: 70vw;
    height: 30vh;
    max-width: none;
  }

  .rail-hero-skew {
    width: 44vw;
    left: 20vh;
    transform: rotate(23deg);
  }

  .hero-inner-section {
    background-color: #ffd30f;
  }

  .text-span, .text-span-two, .text-span-three, .text-span-four {
    left: 0;
  }

  .heading-wrapper-flex {
    padding-left: 25px;
  }

  .skew-image-wrapper {
    height: 22vh;
    border-width: 3px;
    border-radius: 11px;
    margin-bottom: 1vh;
  }

  .design-detail-arrow {
    top: auto;
    bottom: -101%;
    left: 25%;
    right: auto;
  }

  .link-content-section.inner-padding-large {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .link-content-heading {
    height: 12vh;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 25px;
  }

  .divider.version-01, .divider.version-02, .divider.version-03 {
    background-position: 50%;
    background-size: cover;
  }

  .link-cards {
    font-size: 13px;
    line-height: 1;
  }

  .screenshot-wrapper.square {
    height: 150px;
  }

  .alt-wrapper {
    padding: 15px 10px;
  }

  .footer-divider {
    width: 20%;
    overflow: visible;
  }

  .footer-wrapper {
    margin-bottom: auto;
  }

  .png-grid {
    height: 100%;
    min-height: auto;
  }

  .ticker-heading-wrapper {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
    top: -5vh;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: translate(-2vw, 2vh)rotate(-10deg);
  }

  .column.form {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-grid {
    width: 100%;
  }

  .collection-list-grid._4-col {
    grid-template-columns: 1fr;
  }

  .collection-list-grid-wrapper {
    grid-template-rows: auto;
  }

  .figure-wrapper-heading {
    width: 10vh;
    height: 8vh;
  }

  .paragraph-wrapper.col {
    padding-top: 30px;
  }

  .nav-link-wrapper {
    margin-top: 89px;
  }

  .text-span-2 {
    text-decoration: none;
  }

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

  .paragraph {
    color: #fff;
  }

  .text-span-3 {
    color: #fff;
    text-align: left;
    font-size: 25px;
    font-style: normal;
    text-decoration: underline;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: end;
    display: block;
  }

  .body-2 {
    background-color: #99cbd7;
  }

  .form-2, .div-block {
    text-align: center;
  }

  .link, .link-2, .link-3, .link-4, .link-5 {
    color: #535766;
  }

  .body-3 {
    background-color: #171d31;
  }

  .grid-3 {
    display: block;
  }

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

  .body-9 {
    background-color: #03bbcd;
  }

  .section-3 {
    height: auto;
    margin-top: auto;
  }

  .section-3.bg-yellow {
    margin-bottom: -2px;
    padding-top: 0;
  }

  .heading-large-2 {
    text-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    margin-bottom: 43px;
    font-size: 40px;
  }

  .body-10 {
    background-color: #03bbcd;
  }

  .text-span-4 {
    left: 0;
  }

  .heading-xlarge-2.split {
    text-align: left;
    font-size: 44px;
  }

  .container-2 {
    margin-bottom: -217px;
    padding-bottom: 0;
  }

  .main-paragraph-2.text-medium {
    z-index: 4;
    position: relative;
  }

  .div-block-2 {
    position: relative;
  }

  .container-3 {
    margin-top: auto;
    margin-bottom: auto;
  }
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68bd-1507e168 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68bf-1507e168 {
  grid-area: 1 / 1 / 4 / 13;
  align-self: center;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c2-1507e168 {
  grid-area: 3 / 2 / 4 / 4;
  align-self: end;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c5-1507e168 {
  grid-area: 3 / 10 / 4 / 12;
  align-self: end;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c8-1507e168 {
  grid-area: 1 / 5 / 2 / 10;
  align-self: end;
  justify-self: center;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68d6-1507e168 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68da-1507e168 {
  grid-area: 1 / 8 / 2 / 11;
  align-self: center;
}

#w-node-_5cd15480-1d04-aa8d-4265-a63de6733734-1507e168 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_5cd15480-1d04-aa8d-4265-a63de6733738-1507e168 {
  grid-area: 1 / 8 / 2 / 11;
  align-self: center;
}

#w-node-_7ebd5683-8cf6-7af1-a0fe-963d874d1134-1507e168 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7ebd5683-8cf6-7af1-a0fe-963d874d1137-1507e168 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_3a0bce8a-dd8c-945c-2065-e1f9a1cb1df4-1507e168 {
  grid-area: 1 / 8 / 3 / 12;
  align-self: center;
}

#w-node-_3a0bce8a-dd8c-945c-2065-e1f9a1cb1dfe-1507e168 {
  grid-area: 1 / 1 / 3 / 7;
}

#w-node-_631ab592-8291-a262-a23b-b341c7643307-1507e168 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-_99a6e642-4688-ea53-853a-769574a7b68f-1507e168 {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-_6028efc3-d369-452d-8b0c-f42572cd8cd4-1507e168 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_6028efc3-d369-452d-8b0c-f42572cd8cdb-1507e168 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_7bd942c7-e5d6-953f-6756-c704689a1c02-689a1bac {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_7bd942c7-e5d6-953f-6756-c704689a1c05-689a1bac {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7bd942c7-e5d6-953f-6756-c704689a1c0f-689a1bac {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_0bb86a6a-75ee-c298-1b13-69e375514731-7551472c {
  align-self: center;
  justify-self: center;
}

#w-node-_40264d96-923e-613a-3616-afc9ac33830f-ac33830c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_40264d96-923e-613a-3616-afc9ac338312-ac33830c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c120419f-c414-4794-262b-f1ce9d2a6eea-ac33830c {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_0f44a05e-783e-71ab-4c95-730c23eacfa6-ac33830c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-dd012874-56d6-c421-1680-7917af968069-1507e195 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-dd012874-56d6-c421-1680-7917af96806c-1507e195 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-dd012874-56d6-c421-1680-7917af968071-1507e195 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: center;
}

#w-node-_8bcd02af-1c24-3633-9dd0-87485375d04b-1507e195 {
  grid-area: 2 / 3 / 3 / 8;
  align-self: end;
}

#w-node-_47244e47-992b-bf1d-8274-4339c6222543-1507e195 {
  grid-area: 2 / 8 / 3 / 11;
  align-self: center;
}

#w-node-_47244e47-992b-bf1d-8274-4339c6222549-1507e195, #w-node-_8dca4f62-0364-bf76-7b11-6e97bd533271-1507e195 {
  align-self: center;
  justify-self: center;
}

#w-node-_40f90b45-2b7c-ae62-0354-2b92b5d612a2-1507e195, #w-node-_40f90b45-2b7c-ae62-0354-2b92b5d612a4-1507e195, #w-node-_40f90b45-2b7c-ae62-0354-2b92b5d612a6-1507e195, #w-node-_40f90b45-2b7c-ae62-0354-2b92b5d612a8-1507e195 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4de558a6-bfcf-1ee5-a330-eff6abe01c08-1507e195 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-dd012874-56d6-c421-1680-7917af968079-1507e195, #w-node-dd012874-56d6-c421-1680-7917af96807b-1507e195, #w-node-dd012874-56d6-c421-1680-7917af96807d-1507e195, #w-node-dd012874-56d6-c421-1680-7917af96807f-1507e195 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ec060297-d23b-1b78-628c-5b3bf1bfba2e-1507e1a0 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ec060297-d23b-1b78-628c-5b3bf1bfba38-1507e1a0 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: start;
  justify-self: center;
}

#w-node-a48498a7-1488-3437-ed28-8ee0e44bd9ef-1507e1a0 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_8346d878-a1e1-5382-fa28-de87c3094546-1507e1a0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a48498a7-1488-3437-ed28-8ee0e44bda10-1507e1a0 {
  grid-area: 1 / 5 / 2 / 10;
}

#w-node-_22ee2dde-e217-a58e-7ed8-4a7dd359b9b8-1507e1a0 {
  justify-self: center;
}

#w-node-ee0fb92c-07ab-bffe-a163-589321ff7654-1507e1a0 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: center;
}

#w-node-aee9fc9d-6af9-be71-017c-77682c8efeb9-1507e1a6 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-aee9fc9d-6af9-be71-017c-77682c8efebb-1507e1a6 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-aee9fc9d-6af9-be71-017c-77682c8efed2-1507e1a6 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: end;
  justify-self: end;
}

#w-node-aee9fc9d-6af9-be71-017c-77682c8efed3-1507e1a6, #w-node-aee9fc9d-6af9-be71-017c-77682c8efed4-1507e1a6 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: end;
}

#w-node-_6269dfcd-3260-84e6-fdac-b36987d00265-1507e1a6 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_6269dfcd-3260-84e6-fdac-b36987d00268-1507e1a6 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_6269dfcd-3260-84e6-fdac-b36987d00270-1507e1a6 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: end;
}

#w-node-_6269dfcd-3260-84e6-fdac-b36987d00275-1507e1a6 {
  grid-area: 2 / 6 / 3 / 10;
}

#w-node-_666e5a55-7f4a-1575-6949-42afc3886e92-1507e1a6 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_666e5a55-7f4a-1575-6949-42afc3886e94-1507e1a6 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-d418d117-2469-2e81-b1df-c1114a884db8-1507e1a6, #w-node-becdc1a1-02d1-d243-3a1c-b80aa3ff2fbb-1507e1a6, #w-node-_57d5a071-5a29-6f83-104f-e8a2dcc995a7-1507e1a6, #w-node-c33104b7-87da-81c6-053d-1e8bdbc81a2b-1507e1a6 {
  justify-self: center;
}

#w-node-_4f2c79d6-19b3-6ede-619a-d6513a9c0a83-1507e1a7 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-c083f04f-da7a-a035-087b-05a08bf504eb-1507e1a7 {
  justify-self: center;
}

#w-node-_3aa120c3-9c8f-b550-2ac0-f6480e072c4c-1507e1a8 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_3aa120c3-9c8f-b550-2ac0-f6480e072c4e-1507e1a8 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-a8a46828-3182-f17a-ef14-dd3afc6365ea-1507e1a8 {
  justify-self: center;
}

#w-node-df08c2ee-3a9a-3717-5db3-0d23473ad4ee-1507e1a9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-df08c2ee-3a9a-3717-5db3-0d23473ad4f2-1507e1a9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-df08c2ee-3a9a-3717-5db3-0d23473ad4f5-1507e1a9 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_4bceed58-3b38-a3ce-1b26-b7e6bce638dd-1507e1aa {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-f6114f92-76bc-8ed3-7371-65cd3f7d2949-1507e1aa {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5ca703cd-e703-fe7a-393f-ca958ef8cbbe-1507e1aa {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_0043e48f-2245-aefe-0552-b932e431f932-1507e1bd {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_0043e48f-2245-aefe-0552-b932e431f934-1507e1bd {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_4618ce1c-1a14-7102-3e4f-476be609c493-1507e1bd {
  align-self: stretch;
}

#w-node-_4618ce1c-1a14-7102-3e4f-476be609c496-1507e1bd {
  justify-self: center;
}

#w-node-_528e86e7-043e-851d-56a8-041bfb9efa8f-1507e1bf {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-_528e86e7-043e-851d-56a8-041bfb9efa99-1507e1bf {
  justify-self: center;
}

#w-node-fd3f7910-34f1-773d-943a-7180b4321102-1507e1fb {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-c58c0872-8ede-8319-f5d4-6388980dd20e-1507e1fb {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c58c0872-8ede-8319-f5d4-6388980dd211-1507e1fb {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-c58c0872-8ede-8319-f5d4-6388980dd213-1507e1fb, #w-node-c58c0872-8ede-8319-f5d4-6388980dd219-1507e1fb, #w-node-c58c0872-8ede-8319-f5d4-6388980dd21f-1507e1fb, #w-node-c58c0872-8ede-8319-f5d4-6388980dd225-1507e1fb, #w-node-c58c0872-8ede-8319-f5d4-6388980dd22b-1507e1fb, #w-node-feade68b-a3c6-b5fb-beb8-eff1f800a14b-1507e1fb, #w-node-_4e4a29bd-735d-d61b-d5f5-a6e98fe8658d-1507e1fb, #w-node-_91c7ce31-eaee-ae7d-f188-ff921e6bd679-1507e1fb, #w-node-_80f9f928-6b9c-4cdf-0a5d-9bdb180e92f2-1507e1fb, #w-node-_1596feb1-9435-e5b1-1afd-0c8847c35446-1507e1fb, #w-node-_34015820-2bc0-121d-8a40-474203a92e98-1507e1fb, #w-node-c1fa77a3-1061-6396-5950-980470d5e781-1507e1fb, #w-node-ba334270-b193-7969-c51c-1a59917b1923-1507e1fb, #w-node-a15eabde-e156-104c-79a3-fe6748e95400-1507e1fb, #w-node-_7d1eccda-d86e-890b-3aad-89a92d9e728c-1507e1fb, #w-node-e3472f6e-5c6a-ca69-5eb1-aaa7ec674f75-1507e1fb, #w-node-_3aaa5b60-d7c4-985a-71a3-5d9beca24ed2-1507e1fb, #w-node-_23ef4db9-4747-4550-867a-5be21c9a5400-1507e1fb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1501b47a-005f-2358-bdd1-90e3fee49cd1-1507e1fd {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c7e-1507e1fd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c81-1507e1fd {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c83-1507e1fd, #w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c88-1507e1fd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8d28cfa8-420e-1f9a-cfa4-6a8dd9fd3980-1507e1fd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8d28cfa8-420e-1f9a-cfa4-6a8dd9fd3983-1507e1fd {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_8a467164-3221-77e9-9900-d4d974a1f239-1507e1fd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8a467164-3221-77e9-9900-d4d974a1f23c-1507e1fd {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_554a4b7c-050e-ef5a-75a1-664e7514106d-1507e1fd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_554a4b7c-050e-ef5a-75a1-664e75141070-1507e1fd {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-c5af1464-f9fb-5cb0-4c91-9cf0e966e6e9-1507e1fd, #w-node-_63ef2506-67ad-13c7-7bf6-0af4c0dca59a-1507e1fd, #w-node-c334ef1d-b656-2e67-a24e-4addd5f67ea8-1507e1fd, #w-node-_0e0b2e16-eeed-09d0-8ea6-dd394cd508fc-1507e1fd, #w-node-d2d7f95f-0aa6-6e1f-4bc0-aa4a2f90c32d-1507e1fd, #w-node-_99e6d0a1-8503-e1f4-3e27-36deab029103-1507e1fd, #w-node-_9066f08f-5f31-3096-c41d-c24347db392b-1507e1fd, #w-node-_8bee2d0c-1276-42d7-f952-07151b9fa40f-1507e1fd, #w-node-_375e8865-17b0-aba7-1937-e57e72593d97-1507e1fd, #w-node-_47c143e3-d3fe-9544-71b7-a35fea4b7989-1507e1fd, #w-node-_6ee12c58-4749-bb40-9b85-22efac5f2367-1507e1fd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b0e03f10-f1cc-3b37-973c-022468d50b6a-1507e1fe {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b0e03f10-f1cc-3b37-973c-022468d50b6c-1507e1fe {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-b0e03f10-f1cc-3b37-973c-022468d50b6e-1507e1fe {
  grid-area: 3 / 5 / 4 / 9;
}

#w-node-d891a11b-9625-d068-2a52-063e39c019e5-1507e1fe {
  grid-area: 1 / 5 / 2 / 10;
}

#w-node-_4ecc8c11-9de5-b453-71c5-9214de6bee91-1507e1fe {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_4ecc8c11-9de5-b453-71c5-9214de6bee99-1507e1fe {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_4ecc8c11-9de5-b453-71c5-9214de6bee9d-1507e1fe {
  grid-area: 1 / 2 / 3 / 6;
}

#w-node-_4ecc8c11-9de5-b453-71c5-9214de6bee9f-1507e1fe {
  grid-area: 2 / 8 / 4 / 12;
}

#w-node-_4ecc8c11-9de5-b453-71c5-9214de6beea1-1507e1fe {
  grid-area: 6 / 9 / 8 / 12;
}

#w-node-_4ecc8c11-9de5-b453-71c5-9214de6beea3-1507e1fe {
  grid-area: 5 / 1 / 7 / 7;
}

#w-node-f0d64b18-19f2-af82-7e5b-47d954aabacf-1507e1fe {
  grid-area: 1 / 5 / 2 / 10;
}

@media screen and (max-width: 991px) {
  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68bd-1507e168 {
    grid-column-end: 3;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68bf-1507e168 {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c2-1507e168 {
    grid-column: 1 / 2;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c5-1507e168 {
    grid-column: 2 / 3;
    align-self: end;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c8-1507e168 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68d6-1507e168 {
    grid-column-end: 3;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68da-1507e168 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5cd15480-1d04-aa8d-4265-a63de6733734-1507e168 {
    grid-column-end: 3;
  }

  #w-node-_5cd15480-1d04-aa8d-4265-a63de6733738-1507e168 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7ebd5683-8cf6-7af1-a0fe-963d874d1134-1507e168 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7ebd5683-8cf6-7af1-a0fe-963d874d1137-1507e168 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3a0bce8a-dd8c-945c-2065-e1f9a1cb1df4-1507e168 {
    grid-column: 1 / 3;
    grid-row-start: 2;
  }

  #w-node-_3a0bce8a-dd8c-945c-2065-e1f9a1cb1dfe-1507e168 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_631ab592-8291-a262-a23b-b341c7643307-1507e168 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_99a6e642-4688-ea53-853a-769574a7b68f-1507e168 {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-_6028efc3-d369-452d-8b0c-f42572cd8cd4-1507e168 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6028efc3-d369-452d-8b0c-f42572cd8cdb-1507e168 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7bd942c7-e5d6-953f-6756-c704689a1c02-689a1bac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7bd942c7-e5d6-953f-6756-c704689a1c05-689a1bac {
    grid-area: 1 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_7bd942c7-e5d6-953f-6756-c704689a1c0f-689a1bac {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_40264d96-923e-613a-3616-afc9ac33830f-ac33830c {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-c120419f-c414-4794-262b-f1ce9d2a6eea-ac33830c {
    grid-column: 1 / 3;
  }

  #w-node-dd012874-56d6-c421-1680-7917af968069-1507e195 {
    grid-column-end: 3;
  }

  #w-node-_8bcd02af-1c24-3633-9dd0-87485375d04b-1507e195 {
    grid-column: 1 / 2;
    align-self: end;
  }

  #w-node-_47244e47-992b-bf1d-8274-4339c6222543-1507e195 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4de558a6-bfcf-1ee5-a330-eff6abe01c08-1507e195, #w-node-ec060297-d23b-1b78-628c-5b3bf1bfba2e-1507e1a0, #w-node-ec060297-d23b-1b78-628c-5b3bf1bfba38-1507e1a0 {
    grid-column: 1 / 3;
  }

  #w-node-a48498a7-1488-3437-ed28-8ee0e44bd9ef-1507e1a0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_8346d878-a1e1-5382-fa28-de87c3094546-1507e1a0 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-a48498a7-1488-3437-ed28-8ee0e44bda10-1507e1a0 {
    grid-column: 1 / 3;
  }

  #w-node-aee9fc9d-6af9-be71-017c-77682c8efeb9-1507e1a6, #w-node-aee9fc9d-6af9-be71-017c-77682c8efebb-1507e1a6 {
    grid-column-end: 3;
  }

  #w-node-aee9fc9d-6af9-be71-017c-77682c8efed2-1507e1a6 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-_6269dfcd-3260-84e6-fdac-b36987d00265-1507e1a6 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_6269dfcd-3260-84e6-fdac-b36987d00268-1507e1a6, #w-node-_6269dfcd-3260-84e6-fdac-b36987d00270-1507e1a6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6269dfcd-3260-84e6-fdac-b36987d00275-1507e1a6 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_666e5a55-7f4a-1575-6949-42afc3886e92-1507e1a6 {
    grid-column-end: 3;
  }

  #w-node-_666e5a55-7f4a-1575-6949-42afc3886e94-1507e1a6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3aa120c3-9c8f-b550-2ac0-f6480e072c4c-1507e1a8 {
    grid-column-end: 3;
  }

  #w-node-_3aa120c3-9c8f-b550-2ac0-f6480e072c4e-1507e1a8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-df08c2ee-3a9a-3717-5db3-0d23473ad4f2-1507e1a9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-df08c2ee-3a9a-3717-5db3-0d23473ad4f5-1507e1a9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4bceed58-3b38-a3ce-1b26-b7e6bce638dd-1507e1aa {
    grid-column: 1 / 3;
  }

  #w-node-f6114f92-76bc-8ed3-7371-65cd3f7d2949-1507e1aa {
    grid-column-end: 3;
  }

  #w-node-_5ca703cd-e703-fe7a-393f-ca958ef8cbbe-1507e1aa {
    grid-column: 1 / 3;
  }

  #w-node-_0043e48f-2245-aefe-0552-b932e431f932-1507e1bd {
    grid-column-end: 3;
  }

  #w-node-_0043e48f-2245-aefe-0552-b932e431f934-1507e1bd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fd3f7910-34f1-773d-943a-7180b4321102-1507e1fb {
    grid-column: 1 / 3;
  }

  #w-node-c58c0872-8ede-8319-f5d4-6388980dd20e-1507e1fb {
    grid-column-end: 2;
  }

  #w-node-c58c0872-8ede-8319-f5d4-6388980dd211-1507e1fb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c58c0872-8ede-8319-f5d4-6388980dd213-1507e1fb, #w-node-c58c0872-8ede-8319-f5d4-6388980dd219-1507e1fb, #w-node-c58c0872-8ede-8319-f5d4-6388980dd21f-1507e1fb, #w-node-c58c0872-8ede-8319-f5d4-6388980dd225-1507e1fb, #w-node-c58c0872-8ede-8319-f5d4-6388980dd22b-1507e1fb, #w-node-feade68b-a3c6-b5fb-beb8-eff1f800a14b-1507e1fb, #w-node-_4e4a29bd-735d-d61b-d5f5-a6e98fe8658d-1507e1fb, #w-node-_91c7ce31-eaee-ae7d-f188-ff921e6bd679-1507e1fb, #w-node-_80f9f928-6b9c-4cdf-0a5d-9bdb180e92f2-1507e1fb, #w-node-_1596feb1-9435-e5b1-1afd-0c8847c35446-1507e1fb, #w-node-_34015820-2bc0-121d-8a40-474203a92e98-1507e1fb, #w-node-c1fa77a3-1061-6396-5950-980470d5e781-1507e1fb, #w-node-ba334270-b193-7969-c51c-1a59917b1923-1507e1fb, #w-node-a15eabde-e156-104c-79a3-fe6748e95400-1507e1fb, #w-node-_7d1eccda-d86e-890b-3aad-89a92d9e728c-1507e1fb, #w-node-e3472f6e-5c6a-ca69-5eb1-aaa7ec674f75-1507e1fb, #w-node-_3aaa5b60-d7c4-985a-71a3-5d9beca24ed2-1507e1fb, #w-node-_23ef4db9-4747-4550-867a-5be21c9a5400-1507e1fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1501b47a-005f-2358-bdd1-90e3fee49cd1-1507e1fd {
    grid-column: 1 / 3;
  }

  #w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c7e-1507e1fd {
    grid-column-end: 2;
  }

  #w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c81-1507e1fd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c83-1507e1fd, #w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c88-1507e1fd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8d28cfa8-420e-1f9a-cfa4-6a8dd9fd3980-1507e1fd {
    grid-column-end: 2;
  }

  #w-node-_8d28cfa8-420e-1f9a-cfa4-6a8dd9fd3983-1507e1fd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8a467164-3221-77e9-9900-d4d974a1f239-1507e1fd {
    grid-column-end: 2;
  }

  #w-node-_8a467164-3221-77e9-9900-d4d974a1f23c-1507e1fd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_554a4b7c-050e-ef5a-75a1-664e7514106d-1507e1fd {
    grid-column-end: 2;
  }

  #w-node-_554a4b7c-050e-ef5a-75a1-664e75141070-1507e1fd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b0e03f10-f1cc-3b37-973c-022468d50b6a-1507e1fe {
    grid-column-end: 3;
  }

  #w-node-b0e03f10-f1cc-3b37-973c-022468d50b6c-1507e1fe, #w-node-b0e03f10-f1cc-3b37-973c-022468d50b6e-1507e1fe, #w-node-d891a11b-9625-d068-2a52-063e39c019e5-1507e1fe, #w-node-_4ecc8c11-9de5-b453-71c5-9214de6bee91-1507e1fe, #w-node-_4ecc8c11-9de5-b453-71c5-9214de6bee99-1507e1fe, #w-node-f0d64b18-19f2-af82-7e5b-47d954aabacf-1507e1fe {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c8-1507e168 {
    justify-self: center;
  }

  #w-node-_40264d96-923e-613a-3616-afc9ac33830f-ac33830c {
    grid-column: 1 / 3;
    justify-self: start;
  }

  #w-node-aee9fc9d-6af9-be71-017c-77682c8efed3-1507e1a6 {
    order: 9999;
    grid-area: 1 / 1 / 3 / 3;
    align-self: start;
    justify-self: auto;
  }

  #w-node-_3aa120c3-9c8f-b550-2ac0-f6480e072c4e-1507e1a8, #w-node-_0043e48f-2245-aefe-0552-b932e431f934-1507e1bd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c58c0872-8ede-8319-f5d4-6388980dd20e-1507e1fb {
    grid-column-end: 3;
  }

  #w-node-_4ecc8c11-9de5-b453-71c5-9214de6bee91-1507e1fe {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }
}


@font-face {
  font-family: 'Tanker';
  src: url('../fonts/Tanker-Regular.woff') format('woff'), url('../fonts/Tanker-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Bold.otf') format('opentype'), url('../fonts/CabinetGrotesk-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}