@font-face {
  font-family: "Aspekta 600";
  src: url('../fonts/Aspekta-600.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--black-900: #0c0407;
  --colors--white-50: #ffffff80;
  --margins--section-margin: 7.5rem;
  --colors--black-800: #333;
  --colors--primary-black: black;
  --margins--headline-margin: 2.5rem;
  --colors--black-700: #4c4c4c;
  --colors--black-200: #ccc;
  --colors--black-500: grey;
  --colors--black-400: #999;
  --colors--primary-white: white;
  --colors--black-300: #b3b3b3;
  --colors--border-color: #ececec;
  --colors--black-100: #e5e5e5;
  --colors--black-600: #666;
  --colors--black-50: #f9f9f9;
  --colors--primary-bg: whitesmoke;
  --colors--transparent: #fff0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: 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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  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-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-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 {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  letter-spacing: -3.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 4.75rem;
}

h2 {
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 3.875rem;
}

h3 {
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  letter-spacing: -1.08px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.7rem;
}

p {
  letter-spacing: -.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

a {
  letter-spacing: -.14px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: underline;
}

.styleguide-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.styleguide-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 86px;
}

.hero-headline-text {
  color: var(--colors--black-900);
  text-align: center;
  letter-spacing: -4px;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 110%;
}

.hero-headline-text.v3 {
  text-align: left;
}

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

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-margin {
  margin-bottom: var(--margins--section-margin);
}

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

.form-field-wrapper {
  flex: 1;
  position: relative;
}

.text-style-no_wrap {
  white-space: nowrap;
}

.text-style-italic {
  letter-spacing: -.32px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25rem;
}

.styleguide-item-row {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  color: #0c0407;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  place-items: center stretch;
  padding: 10px;
}

.text-xl {
  letter-spacing: -.96px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.37rem;
}

.blog-rich-text h4 {
  color: var(--colors--black-900);
  margin-bottom: 1rem;
  font-weight: 600;
}

.blog-rich-text p {
  color: var(--colors--black-800);
  letter-spacing: -.16px;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.blog-rich-text li {
  color: var(--colors--black-900);
  letter-spacing: -.32px;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.display-block {
  display: block;
}

.text-2xl {
  letter-spacing: -1.08px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.625rem;
}

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

.text-color-black-900 {
  color: var(--colors--black-900);
}

.overflow-hidden {
  overflow: hidden;
}

.text-color-black {
  color: var(--colors--primary-black);
}

.text-lg {
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.display-none {
  display: none;
}

.text-weight-normal {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.headline-margin {
  margin-bottom: var(--margins--headline-margin);
}

.text-color-black-700 {
  color: var(--colors--black-700);
}

.text-3xl {
  letter-spacing: -1.2px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.field-label {
  color: #0c0407;
  letter-spacing: -.32px;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

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

.text-style-uppercase {
  text-transform: uppercase;
}

.text-block {
  color: var(--colors--black-200);
}

.global-wrapper {
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-bold {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-color-black-500 {
  color: var(--colors--black-500);
}

.text-color-black-800 {
  color: var(--colors--black-800);
}

.text-color-black-400 {
  color: var(--colors--black-400);
}

.text-xs {
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: .9375rem;
}

.text-sm {
  letter-spacing: -.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-sm.text-color-black-900.hero-v3 {
  max-width: 26.75rem;
}

.styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #3977ff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-main-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.text-xl-2-2 {
  letter-spacing: -.72px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.text-lg-2 {
  letter-spacing: -.54px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.text-lg-2.text-weight-medium {
  font-weight: 500;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-medium {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

.styleguide_color {
  padding-bottom: 8rem;
}

.styleguide_color.is-black {
  background-color: #000;
}

.styleguide_color.is-white {
  background-color: #fff;
}

.styleguide_color.is-white.border-black {
  background-color: #fff;
  border: 1px solid #000;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-color-black-300 {
  color: var(--colors--black-300);
}

.text-style-lowercase {
  text-transform: lowercase;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.text-base {
  letter-spacing: -.16px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

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

.global-padding {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.form-input {
  border: 1px solid var(--colors--border-color);
  color: #0c0407;
  letter-spacing: -.16px;
  background-color: #fff;
  width: 100%;
  height: auto;
  min-height: 2.1rem;
  margin-bottom: 0;
  padding: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.form-input:focus {
  border-color: #dcc8fe #dcc8fe #0c0407;
}

.form-input::placeholder {
  color: #00000080;
  letter-spacing: -.16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.form-input.is-text-area {
  color: #0c0407;
  height: auto;
  min-height: 7.5rem;
  padding-bottom: 4.7rem;
  padding-right: 1.25rem;
}

.form-input.is-text-area::placeholder {
  color: gray;
  letter-spacing: -.33px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.styleguide-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.text-weight-semibold {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-style-link {
  text-decoration: none;
}

.text-style-link:hover {
  text-decoration: underline;
}

.text-color-black-100 {
  color: var(--colors--black-100);
}

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

.background-color-black {
  background-color: #000;
}

.text-color-black-600 {
  color: var(--colors--black-600);
}

.text-style-quote {
  letter-spacing: -.5px;
  border-left: 4px solid #000;
  padding: 40px 110px 40px 40px;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.text-sm-1 {
  letter-spacing: -.28px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3125rem;
}

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

.background-color-white.border-black {
  border: 1px solid #000;
}

.styleguide-subheading {
  z-index: 3;
  color: #fff;
  background-color: #000;
  padding: 1rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  position: sticky;
  top: 2rem;
}

.text-color-black-50 {
  color: var(--colors--black-50);
}

.styleguide-typography-heading {
  z-index: 4;
  color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.section-headline-text {
  color: var(--colors--black-900);
  text-align: center;
  letter-spacing: -2.4px;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 110%;
}

.text-weight-xbold {
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.page-link-block {
  height: 1.25rem;
  text-decoration: none;
  overflow: hidden;
}

.page-link-block:hover {
  text-decoration: none;
}

.page-link-block.w--current {
  color: #0c0407;
  text-underline-position: under;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
  text-decoration-thickness: 1px;
}

.social-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.social-link:hover {
  text-decoration: none;
}

.social-link-text {
  color: #0c0407;
  letter-spacing: -.32px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.social-link-underline {
  background-color: #000;
  width: 100%;
  height: .09375rem;
  margin-top: -4px;
}

.primary-button-arrow-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}

.primary-button-wrapper {
  grid-column-gap: .25rem;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-right: 2px;
  text-decoration: none;
  display: inline-flex;
}

.button_arrow-white {
  color: #fff;
  line-height: 0;
}

.primary-button-block {
  background-color: #000;
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.primary-button-block:hover {
  background-color: #333;
}

.primary_button-slider {
  display: flex;
}

.button-arrow-image-b {
  color: #0c0407;
  line-height: 0;
}

.button-arrow-image-w {
  color: #fff;
  line-height: 0;
}

.button-image_content {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-white {
  grid-column-gap: .25rem;
  border: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  text-decoration: none;
  display: inline-flex;
}

.button-image_block {
  width: 1.1rem;
  height: 1.1rem;
  overflow: hidden;
}

.button-image_content-w {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-headline {
  overflow: hidden;
}

.section-headline {
  padding-right: .5rem;
  overflow: hidden;
}

.footer-link {
  height: 1.25rem;
  text-decoration: none;
  overflow: hidden;
}

.footer-link:hover {
  text-decoration: none;
}

.footer-link.w--current {
  color: #0c0407;
  text-underline-position: under;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
  text-decoration-thickness: 1px;
}

.section_home-hero {
  background-color: #f5f5f5;
  overflow: hidden;
}

.home-hero_wrapper {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: 4.5rem;
  display: flex;
}

.home-hero_wrapper.v2 {
  align-items: flex-start;
}

.home-hero_wrapper.v3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 44.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hero_newsletter {
  background-color: var(--colors--primary-white);
  border-radius: 2.25rem;
  width: 100%;
  max-width: 17rem;
  padding: .5rem 1.25rem;
  text-decoration: none;
}

.hero_newsletter.v1.mb {
  display: none;
}

.hero_newsletter.v2 {
  margin-left: auto;
  margin-right: auto;
}

.hero_newsletter.v2.mb {
  display: none;
}

.hero_newsletter.v3 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 4.75rem 0% auto;
}

.hero_newsletter.v3.mb, .hero_newsletter.universal-hero.mb {
  display: none;
}

.hero_newsletter.pc {
  z-index: 1;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 4.75rem 0% auto;
}

.home-hero_cards {
  margin-top: 2.75rem;
  display: flex;
}

.home-hero_cards.v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75rem;
  display: flex;
  transform: translate(-600px);
}

.home-hero_cards.v3 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.home-hero_cards.v3.top {
  justify-content: flex-start;
  align-items: center;
}

.home-hero_cards.v3-mb {
  display: none;
}

.articles-sm-list_wrapper {
  flex-flow: column;
}

.articles-sm-list_wrapper.left_1 {
  transform: translate(-52px, 45px)rotate(-15deg);
}

.articles-sm-list_wrapper.left_2 {
  transform: translate(-79px, 176px)rotate(-30deg);
}

.articles-sm-list_wrapper.right_1 {
  transform: rotate(15deg)translate(62px, 30px);
}

.articles-sm-list_wrapper.right_2 {
  transform: translate(81px, 178px)rotate(30deg);
}

.project-card_content-top {
  border: 1px solid var(--colors--primary-white);
  width: 100%;
  max-width: 17rem;
  position: relative;
  overflow: hidden;
}

.project-card_content-top.all-articles {
  max-height: 13.125rem;
}

.project-card_content-bottom {
  width: 100%;
  max-width: 14.375rem;
}

.article-card_info {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dot-4px {
  background-color: var(--colors--black-600);
  border-radius: 100px;
  width: .25rem;
  min-width: .25rem;
  height: .25rem;
}

.article-card_name {
  max-height: 6ch;
  margin-top: .375rem;
  overflow: hidden;
}

.article-card_catagory {
  background-color: var(--colors--primary-white);
  padding: .5rem .5rem .3125rem;
  display: inline-flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.article-card_button {
  background-color: var(--colors--primary-white);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto -.5px -.5px auto;
  overflow: hidden;
}

.project-card_arrow-wrapper {
  width: 1rem;
  height: 1rem;
}

.button_arrow {
  color: var(--colors--primary-black);
  line-height: 0;
}

.articles-sm_list.hr-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.articles-sm_list.article-double {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.articles-sm_list.hr-flex-line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.articles-sm_list.v3 {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.articles-sm_list.v3.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.project-card {
  grid-row-gap: .75rem;
  background-color: var(--colors--primary-white);
  border: 1px solid #ececec;
  flex-flow: column;
  width: 100%;
  max-width: 18rem;
  padding: .5rem .5rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-greating-text_block {
  margin-top: 3.5rem;
}

.hero-greating-text_block.v1 {
  overflow: hidden;
}

.hero-greating-text_block.v2 {
  margin: 4.5rem auto .25rem;
  overflow: hidden;
}

.home-hero_headline-block.v1 {
  max-width: 42rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  overflow: hidden;
}

.home-hero_headline-block.v2 {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .2rem;
  padding-bottom: .2rem;
  overflow: hidden;
}

.catagory-h_wrapper {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.catagory-h_content-top {
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.catagory_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.catagory_card {
  width: 100%;
  color: var(--colors--black-600);
  border: 1px solid #ececec;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.catagory_card:hover {
  color: var(--colors--black-900);
}

.catagory_arrow-block {
  background-color: #ececec;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.catagory_arrow-wrapper {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}

.catagory_arrow {
  color: var(--colors--primary-black);
  line-height: 0;
}

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

.catagory_article-number {
  height: 1.75rem;
  overflow: hidden;
}

.featured-articles_content-bottom {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-articles_content-bottom.mb {
  display: none;
}

.big-articles_list {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.big-articles_item {
  flex: 1;
}

.article-big_card {
  grid-column-gap: 1.75rem;
  border: 1px solid #ececec;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.article-big_content-right {
  min-width: 17.5625rem;
  position: relative;
  overflow: hidden;
}

.article-big_content-left {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding-right: 2rem;
  display: flex;
}

.article-small_cards {
  width: 100%;
}

.newsletter-top_form-input {
  color: #0c0407;
  letter-spacing: -.16px;
  border: 1px #000;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1.25rem;
  padding: .6rem 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.newsletter-top_form-input::placeholder {
  color: #333;
}

.newsletter-top_form-button-arrow {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  position: absolute;
  top: .9rem;
  left: 6.5rem;
}

.newsletter-top_form-wrapper {
  background-color: #fff;
  border: 1px solid #dedede;
  justify-content: space-between;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.newsletter-top_form-headline {
  color: var(--colors--black-900);
  text-align: center;
  letter-spacing: -1.92px;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
}

.newsletter_inner-content {
  justify-content: center;
  align-items: center;
  max-width: 51.1875rem;
  display: flex;
}

.newsletter_wrapper {
  background-color: #f9f9f9;
  border: 1px solid #edecec;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.newsletter_inner-wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem;
  display: flex;
  position: relative;
}

.newsletter_inner-wrapper.hero-v3 {
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3.75rem;
  padding: 0;
}

.newsletter-top_form {
  width: 100%;
  max-width: 28.125rem;
  margin-top: 8px;
  margin-bottom: 0;
}

.newsletter-top_form.hero-v3 {
  max-width: 100%;
  margin-top: 1.25rem;
}

.newsletter-top_form-button {
  display: flex;
  position: relative;
}

.newsletter-top_form-button-text {
  background-color: #000;
  padding: .75rem 2.25rem .75rem 1rem;
}

.newsletter-top_form-button-text:hover {
  background-color: var(--colors--black-800);
}

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

.popular-articles_content-bottom {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popular-articles_content-bottom.mb {
  display: none;
}

.card-catagory_wrapper {
  height: 1rem;
  overflow: hidden;
}

.section_writers {
  overflow: hidden;
}

.writers-card {
  border: 1px solid #ececec;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
}

.writers-list {
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.writers-card_content-left {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 28.5625rem;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  display: flex;
}

.writers_info-top {
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 17.5625rem;
  display: flex;
}

.writers_image {
  max-height: 19.0625rem;
  overflow: hidden;
}

.writers_name-block {
  grid-row-gap: .25rem;
  flex-flow: column;
  width: 100%;
  max-width: 11.4rem;
  display: flex;
}

.writer-info_tb-mb {
  display: none;
}

.about-h_wrapper {
  grid-column-gap: 6.25rem;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.about-h_content-left {
  width: 100%;
  max-width: 34.375rem;
  max-height: 31.25rem;
  overflow: hidden;
}

.about-h_content-right {
  grid-row-gap: 5.75rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 31.8125rem;
  display: flex;
}

.about-h_content-top {
  grid-column-gap: 1.25rem;
  display: flex;
}

.about-h_content-bottom {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.about-h_small-image {
  width: 100%;
  max-width: 14.5625rem;
  max-height: 11.25rem;
}

.about-h_headline-block {
  max-width: 27.5rem;
}

.about-h_text-block {
  margin-top: .75rem;
}

.about-h_button {
  margin-top: 1.75rem;
}

.footer_content-top {
  border: 1px solid #ececec;
  justify-content: space-between;
  display: flex;
}

.footer_content-left {
  grid-column-gap: 5.5rem;
  justify-content: flex-start;
  width: 90%;
  padding: 2.5rem 4.5rem 3.6875rem 2.5rem;
  display: flex;
}

.footer_content-right {
  border-left: 1px solid #ececec;
  width: 100%;
  overflow: hidden;
}

.footer_links {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.footer_images {
  grid-column-gap: .25rem;
  justify-content: flex-start;
  display: flex;
}

.footer_images.left {
  justify-content: flex-start;
  margin-bottom: .25rem;
}

.footer_images.right {
  justify-content: flex-end;
}

.footer_image-card {
  justify-content: center;
  align-items: center;
  width: 9.625rem;
  min-width: 9.625rem;
  max-width: 9.625rem;
  height: 9.625rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer_image {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer_hover-image {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: none;
  position: relative;
}

.footer_social-icon-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.footer_social-icons {
  grid-column-gap: 2.125rem;
  display: flex;
}

.footer-social-icon {
  text-decoration: none;
}

.social-icon_svg {
  color: var(--colors--black-500);
  line-height: 0;
}

.social-icon_svg:hover {
  color: var(--colors--black-900);
}

.footer-lower-part {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.quix-profile-text.text-span {
  color: var(--colors--black-700);
}

.quix-profile-text.text-span:hover {
  color: var(--colors--black-900);
  text-decoration: underline;
}

.copyright-text-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-hero_cards-wrapper {
  justify-content: flex-start;
}

.home-hero_content-left.v3 {
  width: 100%;
  max-width: 32.3125rem;
}

.home-hero_content-right.v3 {
  grid-column-gap: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 37rem;
  display: flex;
}

.home-hero_content-right.v3.pc {
  z-index: 0;
  position: relative;
}

.section_hero-articles {
  background-color: var(--colors--primary-bg);
  margin-bottom: 5rem;
}

.hero-articles_wrapper {
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  padding-top: 8.4375rem;
  padding-bottom: 6.375rem;
  display: flex;
}

.universal-hero_headline-text {
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.universal-hero_headline-text._500-px {
  width: 100%;
  max-width: 31.25rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  overflow: hidden;
}

.section_hero-catagories {
  background-color: var(--colors--primary-bg);
  margin-bottom: 5rem;
}

.hero-catagories_wrapper {
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  padding-top: 8.5rem;
  padding-bottom: 6.375rem;
  display: flex;
}

.catagories_wrapper {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.section_hero-catagory {
  background-color: var(--colors--primary-bg);
  margin-bottom: 5rem;
}

.hero-catagory_wrapper {
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  padding-top: 8.5rem;
  padding-bottom: 6.375rem;
  display: flex;
}

.article-single-hero_wrapper {
  grid-row-gap: 3.125rem;
  flex-flow: column;
  padding-top: 5rem;
  display: flex;
}

.blog-publish-date-block {
  grid-column-gap: .25rem;
  align-items: center;
  display: inline-flex;
}

.blog-single-hero_hero-image {
  width: 100%;
  max-width: 1200px;
  max-height: 40.5625rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-read-time-block {
  grid-column-gap: .25rem;
  align-items: center;
  display: inline-flex;
}

.calender-image {
  width: 16px;
  height: 16px;
}

.author-svg {
  line-height: 0;
}

.blog-single_author-name {
  grid-column-gap: 5px;
  display: flex;
}

.blog-single_publish-info-block {
  grid-column-gap: 32px;
  justify-content: center;
  display: inline-flex;
}

.blog-single-hero_content-top {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 58.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_article-single-hero {
  grid-row-gap: 4.875rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-intro-text {
  margin-left: auto;
  margin-right: auto;
}

.hero-intro-text.blog-single-hero {
  max-width: 50.9rem;
  margin-bottom: 1.75rem;
}

.article-single_bg {
  z-index: -1;
  background-color: var(--colors--primary-bg);
  height: 100%;
  max-height: 46.625rem;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-single_author-logo {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
}

.blog-single-hero_headline-text {
  margin-bottom: 1.25rem;
}

.article-type {
  background-color: var(--colors--primary-white);
  border-radius: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: .75rem;
  padding: .375em .75rem;
}

.blog-main-image-block {
  max-height: 27.5rem;
  margin-bottom: 60px;
  overflow: hidden;
}

.blog-main-content-wrapper {
  max-width: 57.5rem;
}

.blog-richtext-block-01 {
  margin-bottom: 44px;
}

.blog-share-block {
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 3.75rem;
  max-height: 17.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.article-main-content-block {
  grid-column-gap: 5rem;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.blog-richtext-block-02, .blog-richtext-block-03 {
  margin-bottom: 44px;
}

.share-icon {
  color: var(--colors--black-500);
  line-height: 0;
}

.share-icon:hover {
  color: var(--colors--black-900);
}

.blog-share-icon-wrapper {
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.blog-quate-block {
  background-color: var(--colors--black-50);
  border-left: 4px solid #000;
  margin-bottom: 60px;
  padding: 40px 110px 40px 40px;
}

.related-articles_content-top {
  justify-content: flex-start;
  display: flex;
}

.section_hero-about-us {
  background-color: var(--colors--primary-bg);
}

.hero-about-us_wrapper {
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  padding-top: 8.5rem;
  padding-bottom: 6.375rem;
  display: flex;
}

.about-misson_wrapper {
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.about-misson_content-top {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.about-misson_content-bottom {
  width: 100%;
}

.about-misson_headline {
  max-width: 53.875rem;
}

.section-headline-text-2 {
  color: var(--colors--black-900);
  letter-spacing: -2.4px;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
}

.about_social-icons {
  grid-column-gap: 2.125rem;
  display: flex;
}

.about-social-icon {
  text-decoration: none;
}

.about-misson_cards {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-misson_card {
  grid-row-gap: 3.625rem;
  border: 1px solid #ececec;
  flex-flow: column;
  width: 100%;
  max-width: 24rem;
  padding: 1.5rem 3.3125rem 1.5rem 1.5rem;
  display: flex;
}

.about-misson_card-icon-svg {
  color: var(--colors--primary-black);
  line-height: 0;
}

.about-misson_card-text-block {
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.about-story_wrapper {
  grid-column-gap: 6.25rem;
  flex-flow: row;
  display: flex;
}

.about-story_content-left {
  width: 100%;
  max-width: 34.375rem;
  position: relative;
}

.about-story_content-right {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-story_image {
  max-height: 31.25rem;
  position: sticky;
  top: 0;
}

.about-story_headline-block {
  max-width: 24.3125rem;
}

.authors_wrapper {
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.authors_headline {
  max-width: 45.3125rem;
  margin-left: auto;
  margin-right: auto;
}

.authors_cards {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.authors_card {
  grid-row-gap: 1rem;
  border: 1px solid var(--colors--border-color);
  flex-flow: column;
  width: 100%;
  max-width: 17.8125rem;
  padding: .75rem .75rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.authors_card-image {
  width: 100%;
  max-width: 100%;
  max-height: 17.6875rem;
  overflow: hidden;
}

.authors_card-info {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.authors_card-name {
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.authors_card-social-div {
  grid-column-gap: 1.25rem;
  justify-content: center;
  display: flex;
}

.authors-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.author-single_wrapper {
  border: 1px solid var(--colors--border-color);
  justify-content: space-between;
  margin-top: 5rem;
  padding: 1.5rem 7.3125rem 1.5rem 1.5rem;
  display: flex;
}

.author-single_image {
  width: 100%;
  max-width: 17.5625rem;
  max-height: 19.0625rem;
}

.author-single_info_div {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 32rem;
  display: flex;
}

.author-single_name-div {
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.author-single_info {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.author-single_social-div {
  grid-column-gap: 1.25rem;
  justify-content: flex-start;
  display: flex;
}

.section_hero-contact {
  background-color: var(--colors--primary-bg);
}

.hero-contact_wrapper {
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  padding-top: 8.5rem;
  padding-bottom: 6.375rem;
  display: flex;
}

.contact_wrapper {
  grid-column-gap: 9.375rem;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.contact_content-left {
  width: 100%;
  max-width: 34.375rem;
}

.contact_image {
  max-width: 34.375rem;
  overflow: hidden;
}

.contact_content-right {
  width: 100%;
  max-width: 31.25rem;
}

.contact-form-block {
  grid-row-gap: 2.3rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-submit-button {
  background-color: #000;
  width: 100%;
  padding: 16px 0;
}

.form-submit-button.text-xs.text-weight-medium.text-color-black-50:hover {
  background-color: #353535;
}

.submit-button-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0 auto 0 61.5%;
}

.form-input-wrapper {
  flex-flow: column;
  display: flex;
}

.form-submit-button-block {
  position: relative;
}

.contact-form {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.changelog-section-wrapper {
  margin-top: 8.75rem;
}

.chanagelog-headline-block {
  text-align: center;
  margin-bottom: 84px;
}

.changelog-text {
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.chnagelog-text-element-block {
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 120px;
  padding-left: 24px;
  display: flex;
}

.changelog-item-block {
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.hero-headline-text-block {
  margin-top: 100px;
}

.hero-headline-text-2 {
  color: #000;
  text-align: center;
  letter-spacing: -4.8px;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 5.25rem;
}

.licences-font-text-block {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.licences-font-text-block.bottom-m20px {
  margin-bottom: 1.25rem;
}

.font-license-link {
  color: #0c0407;
  font-weight: 700;
}

.licenses-headline-block {
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.licenses-item-block {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.licenses-image-block {
  width: 224px;
  height: 224px;
  overflow: hidden;
}

.license-link {
  color: #666;
}

.license-link:hover {
  color: #0c0407;
}

.licenses-text-element-block {
  grid-row-gap: 100px;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

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

.licenses-block-title {
  letter-spacing: -1.08px;
  margin-bottom: 34px;
  line-height: 42px;
}

.licenses-block-title.text-3xl.text-weight-semibold {
  font-weight: 600;
}

.licences-font-headline-block {
  margin-bottom: 34px;
}

.licenses-text {
  max-width: 640px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.licenses-text.text-sm.text-weight-medium.text-align-center.black-666666 {
  color: #666;
}

.licenses_wrapper {
  margin-top: 8.75rem;
}

.licenses-font-text.text-sm.text-weight-medium.text-align-center.black-666666 {
  color: #666;
}

.licenses-images-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 24px;
  display: flex;
}

.hero-headline-text-2 {
  color: #000;
  text-align: center;
  letter-spacing: -5px;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 5.25rem;
}

.security-form-wrapper-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.security-form {
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.security-form-wrapper {
  grid-row-gap: 1.75rem;
  background-color: #f8f8f8;
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 37.5rem;
  padding: 1.75rem;
  display: flex;
}

.security-headline {
  margin-bottom: 8.75rem;
}

.secuirty-headline-block {
  margin-top: 100px;
}

.hero-headline-text_2 {
  color: #000;
  text-align: center;
  letter-spacing: -3.5px;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 5.25rem;
}

.security-form-input {
  min-height: 3.37rem;
  color: var(--colors--black-900);
  background-color: #f8f8f8;
  border-radius: .5rem;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.security-form-input:focus {
  border: 1px solid #000;
}

.security-form-input::placeholder {
  color: var(--colors--black-500);
}

.security-form-button {
  background-color: var(--colors--primary-black);
  width: 100%;
  color: var(--colors--primary-white);
  letter-spacing: -.14px;
  border-radius: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.not_found-element-wrapper {
  margin-top: 100px;
}

.not_found-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.not_found-text-headline {
  color: #0c0407;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.375rem;
}

.not_found-button-block {
  background-color: #000;
  justify-content: center;
  margin-top: 48px;
  padding: .75rem 2.5rem;
  text-decoration: none;
  display: inline-flex;
}

.not_found-button-block:hover {
  background-color: #333;
}

.not_found-text-headline-block {
  margin-bottom: 12px;
}

.not-found-button-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.not_found-text {
  color: gray;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.no-found_headline-text {
  color: #0c0407;
  text-align: center;
  letter-spacing: -6px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 18.75rem;
  font-weight: 700;
  line-height: 110%;
}

.not_found-headline-block {
  margin-bottom: 40px;
}

.social-element-wapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-element-block {
  grid-column-gap: 40px;
  display: inline-flex;
}

.store_wrapper {
  grid-row-gap: 3.75rem;
  flex-flow: column;
  align-items: center;
  margin-top: 7.5rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--colors--border-color);
  color: #0c0407;
  letter-spacing: -.28px;
  background-color: #fff;
  border-radius: .625rem;
  justify-content: center;
  width: 6.25rem;
  padding: .75rem 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.tab-link:hover {
  text-decoration: none;
}

.tab-link.w--current {
  color: #fff;
  background-color: #000;
  border-color: #000;
  font-weight: 600;
}

.tab-link.w--current:hover {
  text-decoration: none;
}

.tab-menu {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 3.75rem;
  display: flex;
}

.product-collection-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.store_content-bottom {
  width: 100%;
}

.arrow-block {
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.product-link {
  max-width: 690px;
  text-decoration: none;
  position: relative;
}

.cms-button-arrow {
  width: 13px;
}

.add-to-cart-button-shop {
  display: inline-block;
  position: absolute;
  inset: 37% auto auto 43%;
}

.product-image-block {
  max-width: 690px;
  margin-bottom: 12px;
  text-decoration: none;
  overflow: hidden;
}

.shop-price-block {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.product-old-price-text {
  text-decoration: line-through;
}

.product-info-block {
  grid-column-gap: 37px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.button-cms-view-wrapper {
  cursor: pointer;
  background-color: #fff;
  border-radius: 53px;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  text-decoration: none;
  display: flex;
}

.product-name-text {
  letter-spacing: -.6px;
}

.product-information-block {
  max-width: 406px;
}

.add-to-cart-button-single {
  color: #fff;
  letter-spacing: -.24px;
  background-color: #000;
  padding: 16px 82px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.add-to-cart-button-single:hover {
  background-color: #353535;
}

.product-single-image-block {
  max-width: 690px;
  text-decoration: none;
  overflow: hidden;
}

.add-to-cart-arrow-image {
  position: absolute;
  inset: 18px auto auto 150px;
}

.product-description-block {
  margin-bottom: 35px;
}

.product-single-old-price-text {
  text-decoration: line-through;
  display: inline-block;
}

.product-single-add-to-cart-block {
  position: relative;
  overflow: hidden;
}

.product-single-new-price-text {
  display: inline-block;
}

.product-single-price-dot {
  border-radius: 10px;
  width: 2px;
  height: 2px;
}

.product-single-name-text {
  color: #0c0407;
  letter-spacing: -1.44px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
}

.product-single-name-block {
  margin-bottom: 17px;
}

.product-single-default-state {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.product-single-price-block {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.product-quantity {
  color: #0c0407;
  letter-spacing: -.24px;
  background-color: #fff;
  border-color: #e5e5e5;
  border-radius: .5rem;
  height: 47px;
  margin-bottom: 0;
  padding: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
}

.product-wrapper {
  grid-column-gap: 80px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.cart-info-container {
  border-radius: 16px;
  max-width: 735px;
  padding: 32px;
}

.goto-shop-button-text {
  color: #fff;
  letter-spacing: -.24px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.cart-item-name-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.nav-menu {
  grid-column-gap: 18rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.remore-button-text {
  color: #f84148;
  letter-spacing: -.28px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.error-state {
  margin: 20px 0 0;
}

.close-button {
  cursor: pointer;
  width: 21px;
  height: 21px;
}

.dropdown-list-wrapper {
  grid-column-gap: 20px;
  background-color: #fff;
  top: 32px;
}

.dropdown-list-wrapper.w--open {
  z-index: 999;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  margin-top: 20px;
  margin-left: -105px;
  padding: 10px 0 0;
  display: flex;
  position: absolute;
  top: 0;
}

.logo-image {
  width: 100%;
}

.cart-list-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 16px;
  padding: 0;
  display: flex;
}

.remove-button {
  text-decoration: none;
}

.dropdown-link-image {
  width: 176px;
  min-width: 176px;
  height: 180px;
}

.cart-header-wrapper {
  border-bottom-style: none;
  margin-bottom: 28px;
  padding: 0 9px 0 0;
}

.dropdown-block {
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.cart-item {
  grid-column-gap: 14px;
  flex-flow: row;
  padding-top: 0;
  padding-bottom: 0;
}

.empty-state-text-2 {
  color: #333;
  text-align: center;
  letter-spacing: -.54px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.goto-shop-buttub-text-block {
  grid-column-gap: 4px;
  display: inline-flex;
}

.your-cart-text {
  color: #0c0407;
  letter-spacing: -1.08px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.cart-footer {
  padding: 12px 0 0;
}

.cart-button {
  grid-column-gap: 2.8px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  width: 58px;
  padding: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 58px;
}

.dropdown-link {
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.dropdown-link.w--current {
  color: #0c0407;
  text-decoration: underline;
}

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

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.logo-link {
  width: 158px;
}

.logo-link.w--current {
  padding-left: 0;
}

.cart-quantity-number-block {
  margin-top: 1px;
}

.checkout-button-arrow {
  width: 14px;
  height: 14px;
  position: absolute;
  inset: 17px auto auto 398px;
}

.cart-info-wrapper {
  background-color: #0009;
}

.cart-item-price-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.checkout-button-block {
  position: relative;
}

.cart-item-name-price-block {
  justify-content: space-between;
  margin-bottom: 12px;
  display: flex;
}

.go-to-shop-button-block {
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.subtotal-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.close-icon {
  width: 100%;
  height: 100%;
}

.cart-quantity-number {
  background-color: #0000;
  border-style: none;
  min-width: 0;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.cart-quantity-number.text-sm {
  font-weight: 400;
}

.nav-cart-wrapper {
  border-radius: 12px;
  padding: .5rem;
  position: absolute;
  inset: 16px 150px auto auto;
}

.dropdown-list {
  z-index: 999;
  grid-column-gap: 20px;
  background-color: #fff;
  border: .5px solid #dcdcdc;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 34px 136px -18px #0003;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: .5px solid #dcdcdc;
  padding: 20px;
  display: flex;
  top: 32px;
  box-shadow: 0 34px 136px -18px #0000001a;
}

.menu-wrapper {
  grid-column-gap: 40px;
  display: flex;
}

.empty-state-block {
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
}

.checkout-button {
  color: #fff;
  letter-spacing: -.24px;
  background-color: #000;
  border-radius: 6px;
  padding: 16px 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.cart-item-image {
  border-radius: 12px;
  width: 200px;
  height: 148px;
}

.cart-subtotal-block {
  margin-bottom: 17px;
}

.dropdown-link-image-block {
  border-top: 12px solid #f0f0f0;
  border-left: 12px solid #f0f0f0;
  border-right: 12px solid #f0f0f0;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
}

.quntity-block {
  grid-column-gap: 2px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.cart-icon {
  width: 13px;
  height: 14px;
  margin-left: 5.67px;
}

.empty-sate-text-block {
  background-color: #f8f8f8;
  border-radius: 12px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.navigation-bar {
  z-index: 1;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
}

.nav-button {
  max-width: 6.625rem;
}

.order-summary-text-block {
  color: #0c0407;
  letter-spacing: -.54px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.shipping-price-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.type-name {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.order-submit-button {
  color: #fff;
  letter-spacing: -.24px;
  background-color: #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.order-submit-button:hover {
  background-color: #353535;
  text-decoration: none;
}

.street-address-2 {
  display: none;
}

.address-info-block {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.order-item {
  align-items: center;
  margin-bottom: 0;
}

.order-itrem-list {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.checkout-form-conent-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  width: 100%;
  max-width: 1200px;
}

.info-headline-block, .item-info-headline-block {
  background-color: #0000;
  border-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.order-product-price {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.order-product-info {
  justify-content: space-between;
  height: 58px;
  display: flex;
}

.shipping-method-item {
  border-bottom-style: none;
  border-radius: 12px;
}

.order-summary-block {
  background-color: #f8f8f8;
  border-radius: 16px;
  flex: 0 auto;
  width: 487px;
  min-width: 487px;
  padding: 20px;
}

.radio-button:active {
  color: #000;
}

.order-product-image {
  border-radius: 6px;
  width: 134px;
  height: 100%;
}

.checkout-form-content-wrapper {
  background-color: #fff;
  flex: 0 auto;
  min-width: 693px;
  margin-right: 0;
}

.billing-address-toggle {
  grid-column-gap: 4px;
  align-items: center;
}

.payment-checkbox {
  width: 15px;
  height: 15px;
  margin-top: 0;
}

.shipping-method-list {
  grid-row-gap: 20px;
  background-color: #f8f8f8;
  border-left-style: none;
  border-right-style: none;
  flex-flow: column;
  display: flex;
}

.item-info-block {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.checkout-input {
  color: #0c0407;
  letter-spacing: .28px;
  background-color: #fff;
  border-style: none;
  border-left-color: #fff;
  border-radius: 8px;
  height: 54px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.order-product-name-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.shipping-method-item-text-wrapper {
  width: 100%;
  display: flex;
}

.order-product-name-block {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.apple-pay-payment {
  height: 52px;
}

.billing-info-block {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.info-input-block {
  grid-row-gap: 12px;
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.payment-info-block, .order-summer-content-wrapper {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.checkout-info-block {
  background-color: #f8f8f8;
  border: 1px #000;
  border-radius: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 28px;
  overflow: hidden;
}

.field-text {
  margin-bottom: 0;
  margin-left: 0;
}

.checkout-form {
  background-color: #fff;
  margin-top: 10rem;
  padding: 0;
}

.info-headline-text {
  color: #0c0407;
  letter-spacing: -.72px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.paypal-form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.paypal-customer-info-block {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.paypal-chekout-content {
  flex: 0 auto;
  width: 100%;
  min-width: 693px;
  margin-right: 0;
}

.custmer-info-text-paypal {
  color: #0c0407;
  letter-spacing: -.28px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.paypal-info-block {
  background-color: #f8f8f8;
  border: 1px #000;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 28px;
  overflow: hidden;
}

.customer-address-info-block {
  grid-column-gap: 4px;
}

.paypal-checkout-wrapper {
  justify-content: center;
  margin-top: 10rem;
}

.customer-info-headline-paypal {
  color: #000;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.paypal-customer-info-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
}

.paypal-checkout-form {
  background-color: #fff;
  justify-content: center;
  padding: 0;
  display: flex;
}

.order-confiramtion-content-block {
  background-color: #f8f8f8;
  border: 1px #000;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 28px;
  overflow: hidden;
}

.customer-info-headline-order-confiramtion {
  color: #000;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.order-summer-block {
  background-color: #f8f8f8;
  border-radius: 16px;
  min-width: 487px;
  padding: 20px;
}

.customer-info-text-order-confirmation {
  color: #0c0407;
  letter-spacing: -.28px;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.order-confirmation-wrapper {
  grid-column-gap: 20px;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.order-confiramtion-customer-info-block {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.order-confiramtion-block {
  background-color: #fff;
  justify-content: center;
  margin-top: 10rem;
  padding: 0;
  display: flex;
}

.order-confiramtion-customer-info-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
}

.customer-chekout-content {
  flex: 0 auto;
  width: 100%;
  min-width: 693px;
  margin-right: 0;
}

.instruction_content-wrapper {
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 120px;
  padding-left: 24px;
  display: flex;
}

.underline-link, .underline-link:hover {
  text-decoration: underline;
}

.underline-link.text-sm-2.text-weight-bold {
  font-weight: 700;
}

.instruction_text {
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.instruction_item {
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.instruction_wrapper {
  margin-top: 80px;
}

.bullet-point {
  grid-row-gap: .5rem;
  flex-flow: column;
  list-style-type: disc;
  display: flex;
}

.instruction_headline {
  text-align: center;
  margin-bottom: 84px;
}

.section_pop-up {
  z-index: 2;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up_wrapper {
  grid-row-gap: 1.75rem;
  background-color: var(--colors--primary-white);
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 53.75rem;
  padding: 5rem 6rem;
  display: flex;
  position: relative;
}

.pop-up_content-text {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  max-width: 40.625rem;
  display: flex;
}

.pop-up_headline {
  color: var(--colors--black-900);
  text-align: center;
  letter-spacing: -1.92px;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

.pop-up_close {
  cursor: pointer;
  background-color: #ececec;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.pop-up_close-button {
  color: var(--colors--primary-black);
  line-height: 0;
}

@media screen and (min-width: 1280px) {
  .home-hero_wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .section_article-single-hero {
    max-width: 1400px;
  }

  .blog-main-content-wrapper {
    max-width: 920px;
  }

  .contact-form-block {
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    max-width: 500px;
    display: flex;
  }

  .form-submit-button {
    background-color: #000;
    width: 100%;
    padding: 16px 0;
  }

  .form-submit-button.text-xs.text-weight-medium.text-color-black-50:hover {
    background-color: #353535;
  }

  .submit-button-arrow {
    position: absolute;
    inset: 38% auto auto 59%;
  }

  .form-input-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .form-submit-button-block {
    width: 100%;
    position: relative;
  }

  .contact-form {
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .secuirty-headline-block {
    text-align: center;
  }

  .shop-price-block {
    grid-column-gap: 12px;
    align-items: center;
    display: flex;
  }

  .product-old-price-text {
    text-decoration: line-through;
  }

  .product-info-block {
    flex-flow: column;
    align-items: flex-start;
  }

  .shop-price-dot {
    border-radius: 10px;
  }
}

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

  .hero-headline-text {
    font-size: 4rem;
  }

  .hero-headline-text.v3 {
    text-align: center;
  }

  .section-margin {
    margin-bottom: 7.5rem;
  }

  .styleguide-item-row {
    grid-auto-flow: column;
  }

  .text-xl {
    font-size: 1.8rem;
  }

  .text-lg {
    font-size: 1.1rem;
  }

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

  .global-padding {
    padding-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-sm-1 {
    font-size: 14px;
  }

  .section-headline-text {
    letter-spacing: -5px;
  }

  .page-link-block, .footer-link {
    z-index: 100000;
    display: block;
  }

  .home-hero_wrapper.v3 {
    flex-flow: column;
    height: 100%;
    padding-bottom: 3rem;
  }

  .hero_newsletter.v1.mb, .hero_newsletter.v2.mb {
    display: block;
  }

  .hero_newsletter.v3 {
    margin-top: .5rem;
    position: static;
  }

  .hero_newsletter.v3.mb, .hero_newsletter.universal-hero.mb {
    display: block;
  }

  .hero_newsletter.pc {
    display: none;
  }

  .home-hero_cards.v3-mb {
    grid-column-gap: 1rem;
    display: flex;
  }

  .articles-sm-list_wrapper {
    width: 100%;
  }

  .articles-sm-list_wrapper.left_1 {
    transform: translate(-45px, 40px)rotate(-15deg);
  }

  .articles-sm-list_wrapper.right_1 {
    transform: rotate(15deg)translate(54px, 27px);
  }

  .project-card_content-top {
    max-width: 100%;
  }

  .articles-sm_list.hr-flex {
    grid-template-columns: 1fr 1fr;
  }

  .project-card {
    width: 16rem;
    max-width: 16rem;
  }

  .project-card.normal-card {
    width: 100%;
    max-width: 100%;
  }

  .featured-articles_content-bottom {
    align-items: flex-start;
  }

  .big-articles_list {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .article-small_cards, .article-mobile_cards {
    width: 100%;
  }

  .newsletter-top_form-headline {
    font-size: 2.6rem;
  }

  .newsletter_inner-content {
    max-width: 40rem;
  }

  .newsletter_inner-wrapper {
    text-align: center;
    padding: 4rem 0;
  }

  .newsletter_inner-wrapper.hero-v3 {
    align-items: center;
  }

  .popular-articles_content-bottom {
    align-items: flex-start;
  }

  .writers-card {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .writers-card_content-left {
    max-width: 100%;
    padding: 0;
  }

  .writers_info-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
  }

  .writers_image {
    width: 100%;
    max-width: 14rem;
  }

  .writers_name-block.pc, .writers_info-bottom.pc {
    display: none;
  }

  .writer-info_tb-mb {
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .about-h_wrapper {
    grid-row-gap: 1.25rem;
    flex-flow: column;
    height: 100%;
    margin-bottom: 7rem;
  }

  .about-h_content-left {
    max-width: 100%;
    max-height: 25rem;
  }

  .about-h_content-right {
    grid-row-gap: 2rem;
    max-width: 90%;
  }

  .about-h_small-image {
    max-width: 17rem;
  }

  .footer_content-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer_content-left {
    justify-content: center;
  }

  .footer_content-right {
    border-left-style: none;
    max-width: 82%;
  }

  .copyright-text-block {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    align-items: center;
  }

  .home-hero_content-left.v3 {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .home-hero_content-right.v3.pc {
    display: none;
  }

  .hero-articles_wrapper, .hero-catagories_wrapper, .hero-catagory_wrapper, .article-single-hero_wrapper {
    padding-top: .75rem;
  }

  .blog-single-hero_hero-image {
    max-width: 95%;
  }

  .blog-single-hero_content-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    align-items: center;
    padding-top: 0;
  }

  .article-main-content-block {
    grid-column-gap: 2.5rem;
    flex-flow: row;
  }

  .section_hero-about-us {
    margin-bottom: 5rem;
  }

  .hero-about-us_wrapper {
    padding-top: .75rem;
  }

  .about-misson_headline {
    max-width: 45rem;
  }

  .section-headline-text-2 {
    font-size: 2.5rem;
    line-height: 100%;
  }

  .about-misson_cards {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .about-misson_card {
    padding-right: 1.5rem;
  }

  .about-story_wrapper {
    grid-column-gap: 2.5rem;
  }

  .authors_wrapper {
    height: 100%;
    margin-bottom: 7rem;
  }

  .authors_headline {
    max-width: 75%;
  }

  .authors_card {
    height: 100%;
  }

  .authors-list {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .authors_item {
    max-width: 17.8125rem;
  }

  .author-single_wrapper {
    grid-column-gap: 3.2rem;
    padding-right: 1.5rem;
  }

  .section_hero-contact {
    margin-bottom: 5rem;
  }

  .hero-contact_wrapper {
    padding-top: .75rem;
  }

  .section_contact {
    margin-bottom: 7rem;
  }

  .contact_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    height: 100%;
  }

  .contact_content-left {
    max-width: 100%;
  }

  .contact_image {
    max-width: 100%;
    max-height: 500px;
  }

  .contact_content-right {
    max-width: 100%;
  }

  .contact-form-block {
    width: 100%;
    max-width: 1005px;
  }

  .changelog-section-wrapper {
    margin-top: 6rem;
  }

  .licenses-item-block {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .licenses_wrapper {
    margin-top: 6rem;
  }

  .licenses-images-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .hero-headline-text-2 {
    letter-spacing: -5px;
    font-size: 5.5rem;
    line-height: 100%;
  }

  .security-headline {
    margin-bottom: 100px;
  }

  .secuirty-headline-block {
    margin-top: 60px;
  }

  .no-found_headline-text {
    letter-spacing: -5px;
    font-size: 14rem;
    line-height: 100%;
  }

  .store_wrapper {
    margin-top: 5rem;
  }

  .tab-menu {
    justify-content: center;
    margin-bottom: 2rem;
  }

  .product-collection-list {
    grid-column-gap: 1.2rem;
    grid-row-gap: 2.8rem;
  }

  .add-to-cart-button-shop {
    top: 26%;
    left: 35%;
  }

  .product-image-block, .product-single-image-block {
    max-width: 100%;
  }

  .product-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .icon {
    color: #000;
    font-size: 36px;
    line-height: 42px;
  }

  .cart-info-container {
    border-radius: 16px;
  }

  .cart-item-name-text {
    color: #0c0407;
    letter-spacing: -.6px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .remore-button-text {
    color: #f84148;
    letter-spacing: -.28px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
  }

  .close-button {
    width: 21px;
    height: 21px;
  }

  .dropdown-list-wrapper {
    justify-content: flex-start;
    position: static;
  }

  .dropdown-list-wrapper.w--open {
    grid-column-gap: 30px;
    justify-content: center;
    margin-top: 10px;
    margin-left: 0;
    display: flex;
    position: static;
  }

  .cart-list-wrapper {
    margin-bottom: 16px;
    padding: 0;
  }

  .remove-button {
    text-decoration: none;
  }

  .cart-header-wrapper {
    border-bottom-style: none;
    margin-bottom: 28px;
    padding: 0 9px 0 0;
  }

  .dropdown-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    position: static;
  }

  .cart-item {
    max-height: 148px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cart-footer {
    padding: 0;
  }

  .dropdown-link {
    width: 180px;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
    justify-content: space-between;
  }

  .checkout-button-arrow {
    left: 405px;
  }

  .cart-item-price-text {
    color: #0c0407;
    letter-spacing: -.6px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }

  .cart-item-name-price-block {
    justify-content: space-between;
    margin-bottom: 12px;
    display: flex;
  }

  .subtotal-text {
    color: #0c0407;
    letter-spacing: -.6px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }

  .close-icon {
    width: 100%;
    height: 100%;
  }

  .cart-quantity-number {
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .nav-cart-wrapper {
    top: 12px;
    right: 10%;
  }

  .dropdown-list {
    justify-content: flex-start;
    position: static;
  }

  .dropdown-list.w--open {
    grid-column-gap: 30px;
    justify-content: flex-start;
    display: flex;
  }

  .menu-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .cart-item-image {
    border-radius: 12px;
    width: 200px;
    height: 148px;
  }

  .cart-subtotal-block {
    margin-bottom: 17px;
    padding-top: 13px;
    padding-bottom: 3px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quntity-block {
    margin-bottom: 32px;
    display: flex;
  }

  .nav-button {
    max-width: 6.625rem;
    margin-left: auto;
    margin-right: auto;
  }

  .checkout-form-conent-wrapper {
    flex-flow: column;
  }

  .order-summary-block {
    width: 100%;
  }

  .checkout-form {
    margin-top: 8rem;
  }

  .paypal-form-wrapper {
    flex-flow: column;
  }

  .paypal-chekout-content {
    min-width: 0;
  }

  .paypal-checkout-wrapper {
    margin-top: 8rem;
  }

  .order-summer-block {
    width: 100%;
    min-width: 0;
  }

  .order-confirmation-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .order-confiramtion-block {
    margin-top: 8rem;
  }

  .customer-chekout-content {
    min-width: 0;
  }

  .section_pop-up {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .styleguide-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-headline-text {
    letter-spacing: -3.5px;
    font-size: 3.5rem;
  }

  .section-margin {
    margin-bottom: 5rem;
  }

  .image-100.article-slide {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .styleguide-item-row {
    flex-flow: wrap;
    justify-content: space-between;
    justify-items: stretch;
    display: flex;
  }

  .text-xl {
    font-size: 1.7rem;
    line-height: 120%;
  }

  .headline-margin {
    margin-bottom: 1.8rem;
  }

  .text-3xl {
    letter-spacing: -1px;
    font-size: 2rem;
    line-height: 110%;
  }

  .global-wrapper {
    max-width: 100%;
  }

  .text-lg-2.text-weight-medium.text-color-black-900.ch-limit {
    max-height: 5ch;
    overflow: hidden;
  }

  .global-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .global-padding.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .section-headline-text {
    text-align: left;
    letter-spacing: -2px;
  }

  .primary-button-wrapper {
    display: inline-flex;
  }

  .button-white {
    max-width: 6.625rem;
  }

  .home-hero_wrapper.v3 {
    padding-bottom: 2rem;
  }

  .project-card_content-top {
    height: 13rem;
  }

  .project-card_content-bottom {
    height: 100%;
  }

  .articles-sm_list.hr-flex.slide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .articles-sm_item {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .project-card.normal-card.slide-card {
    width: 16.5rem;
    min-width: 16.5rem;
  }

  .hero-greating-text_block.v2 {
    margin-top: 2.5rem;
  }

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

  .section_featured-articles {
    overflow: hidden;
  }

  .featured-articles_content-bottom.pc {
    display: none;
  }

  .featured-articles_content-bottom.mb {
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .big-articles_list, .featured-articles_button {
    display: none;
  }

  .article-mobile_cards {
    width: 110rem;
  }

  .newsletter-top_form-headline {
    letter-spacing: -1.3px;
    margin-bottom: 16px;
    line-height: 2.6rem;
  }

  .newsletter_inner-content {
    max-width: 90%;
  }

  .newsletter_inner-wrapper {
    grid-row-gap: 1rem;
    padding: 3rem 0;
  }

  .newsletter_inner-wrapper.hero-v3 {
    margin-top: 2rem;
  }

  .newsletter-top_form {
    max-width: 80%;
    margin-top: 14px;
  }

  .section_popular-articles {
    overflow: hidden;
  }

  .popular-articles_button, .popular-articles_content-bottom.pc {
    display: none;
  }

  .popular-articles_content-bottom.mb {
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .writers-card {
    grid-row-gap: 2rem;
    border-style: none;
  }

  .writers_info-top {
    flex-flow: column;
  }

  .writer-info_tb-mb {
    grid-row-gap: .5rem;
    margin-top: .5rem;
  }

  .about-h_wrapper {
    margin-bottom: 5rem;
  }

  .about-h_content-left {
    max-height: 24.125rem;
  }

  .about-h_small-image {
    max-width: 15rem;
  }

  .footer_wrapper {
    overflow: hidden;
  }

  .footer_content-top {
    border-left-style: none;
  }

  .footer_content-right {
    max-width: 100%;
  }

  .footer-lower-part {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .copyright-text-block {
    flex-flow: column;
  }

  .hero-catagory_wrapper {
    grid-row-gap: 3rem;
    padding-bottom: 4rem;
  }

  .blog-single_publish-info-block {
    justify-content: flex-start;
  }

  .blog-single-hero_content-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .article-single_bg {
    max-height: 42.5rem;
  }

  .article-type {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .blog-main-image-block {
    height: 21.875rem;
  }

  .blog-share-block {
    order: 1;
  }

  .article-main-content-block {
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .blog-share-icon-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-flow: row;
  }

  .blog-quate-block {
    padding-right: 40px;
  }

  .about-misson_wrapper {
    height: 100%;
  }

  .section-headline-text-2 {
    text-align: left;
    letter-spacing: -1px;
    font-size: 2rem;
  }

  .section-headline-text-2.text-align-center {
    text-align: center;
  }

  .about-misson_cards {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 95%;
  }

  .about-story_wrapper {
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .about-story_image {
    max-height: 21.875rem;
    overflow: hidden;
  }

  .authors_wrapper {
    margin-bottom: 5rem;
  }

  .authors-list {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .author-single_wrapper {
    grid-row-gap: 3.2rem;
    flex-flow: column;
  }

  .author-single_info_div {
    grid-row-gap: 1.25rem;
  }

  .section_contact {
    margin-bottom: 5rem;
  }

  .contact_image {
    max-height: 350px;
  }

  .chnagelog-text-element-block {
    padding-left: 0;
  }

  .hero-headline-text-block {
    margin-top: 80px;
  }

  .licenses-item-block {
    align-items: flex-start;
  }

  .licenses-text-element-block {
    padding-left: 0;
  }

  .licenses-images-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .hero-headline-text-2 {
    letter-spacing: -2px;
    font-size: 4.5rem;
  }

  .security-form-wrapper {
    width: 28rem;
  }

  .security-headline {
    margin-bottom: 60px;
  }

  .secuirty-headline-block {
    margin-top: 40px;
  }

  .hero-headline-text_2 {
    letter-spacing: -2px;
    font-size: 4.5rem;
  }

  .no-found_headline-text {
    letter-spacing: -2px;
    font-size: 10rem;
  }

  .social-element-block {
    flex-flow: wrap;
    justify-content: center;
  }

  .store_wrapper {
    grid-row-gap: 2.5rem;
    margin-top: 4rem;
  }

  .tab-menu {
    justify-content: flex-start;
  }

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

  .add-to-cart-button-shop {
    top: 41%;
    left: 41%;
  }

  .product-single-default-state {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .cart-info-container {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu {
    border-bottom-style: solid;
  }

  .dropdown-link-image {
    width: 120px;
    min-width: 120px;
    height: 130px;
  }

  .dropdown-link {
    width: 128px;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
    justify-content: space-between;
  }

  .checkout-button-arrow {
    left: 312px;
  }

  .nav-cart-wrapper {
    right: 10%;
  }

  .order-summary-block {
    min-width: 0;
  }

  .checkout-form-content-wrapper {
    width: 100%;
    min-width: 0;
  }

  .checkout-form, .paypal-checkout-wrapper, .order-confiramtion-block {
    margin-top: 6rem;
  }

  .instruction_content-wrapper {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .styleguide-header {
    text-align: center;
  }

  .styleguide-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .styleguide-heading {
    line-height: 120%;
  }

  .hero-headline-text {
    letter-spacing: -2px;
    font-size: 2rem;
  }

  .styleguide-item-row {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row dense;
    display: flex;
  }

  .text-xl {
    font-size: 1.4rem;
  }

  .blog-rich-text h4 {
    font-size: 2rem;
  }

  .text-2xl {
    font-size: 1.4rem;
    line-height: 120%;
  }

  .text-lg {
    font-size: 1rem;
  }

  .text-3xl {
    font-size: 1.625rem;
    line-height: 100%;
  }

  .global-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .styleguide_grid-colours {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .text-xl-2-2 {
    font-size: 1.2rem;
  }

  .text-lg-2 {
    font-size: 1rem;
    line-height: 120%;
  }

  .text-lg-2.text-weight-medium.text-color-black-900.ch-limit {
    max-height: 3.5ch;
  }

  .text-base {
    font-size: .9rem;
  }

  .global-padding {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .form-input.is-text-area::placeholder {
    color: #4c4c4c;
  }

  .section-headline-text {
    font-size: 2.2rem;
  }

  .page-link-block {
    display: block;
  }

  .primary-button-wrapper {
    padding-right: 0;
  }

  .primary-button-block {
    justify-content: center;
    display: flex;
  }

  .button-white_text {
    white-space: nowrap;
  }

  .footer-link {
    display: block;
  }

  .home-hero_wrapper {
    padding-bottom: 3.75rem;
  }

  .home-hero_cards.v2, .home-hero_cards.v3 {
    margin-top: 2.75rem;
  }

  .home-hero_cards.v3-mb {
    grid-column-gap: .5rem;
  }

  .articles-sm-list_wrapper.left_1 {
    transform: translate(-27px, 21px)rotate(-10deg);
  }

  .articles-sm-list_wrapper.right_1 {
    transform: rotate(10deg)translate(30px, 17px);
  }

  .project-card_content-top {
    height: 12rem;
  }

  .project-card_content-bottom {
    max-width: 100%;
  }

  .articles-sm_list.hr-flex, .articles-sm_list.article-double.writer-mb {
    grid-template-columns: 1fr;
  }

  .project-card {
    width: 13.2rem;
  }

  .home-hero_headline-block.v1, .home-hero_headline-block.v2 {
    padding-top: .1rem;
    padding-bottom: .1rem;
  }

  .newsletter-top_form-button-arrow {
    display: none;
  }

  .newsletter-top_form-headline {
    letter-spacing: 0;
    max-width: 18rem;
    margin-bottom: 10px;
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .newsletter_inner-content {
    max-width: 90%;
  }

  .newsletter-top_form {
    max-width: 100%;
    margin-top: 10px;
  }

  .newsletter-top_form.hero-v3 {
    max-width: 96%;
  }

  .newsletter-top_form-button-text {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .writers-card {
    border-style: none;
    padding: 0;
  }

  .writers_info-bottom {
    display: none;
  }

  .writer-info_tb-mb {
    margin-top: 0;
  }

  .about-h_content-left {
    max-height: 22.25rem;
  }

  .about-h_content-right {
    max-width: 100%;
  }

  .about-h_content-top {
    width: 100%;
  }

  .about-h_content-bottom {
    max-width: 95%;
  }

  .about-h_small-image {
    max-width: 100%;
  }

  .footer_content-left {
    grid-column-gap: 1.9rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer_image-card {
    border-radius: .5rem;
    width: 5.3rem;
    min-width: 5.3rem;
    max-width: 5.3rem;
    height: 5.3rem;
  }

  .footer_social-icon-block {
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .blog-single-hero_hero-image {
    height: 16.875rem;
  }

  .blog-single_publish-info-block {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .section_article-single-hero {
    padding-top: 0;
  }

  .article-single_bg {
    max-height: 40rem;
  }

  .blog-main-image-block {
    height: 13.125rem;
  }

  .blog-quate-block {
    padding: 20px;
  }

  .section-headline-text-2 {
    font-size: 1.8rem;
  }

  .about-misson_cards {
    max-width: 100%;
  }

  .authors_headline {
    max-width: 90%;
  }

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

  .author-single_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1rem;
  }

  .author-single_info_div, .author-single_info {
    grid-row-gap: 1rem;
  }

  .contact_image {
    max-height: 210px;
  }

  .submit-button-arrow {
    left: 65%;
  }

  .hero-headline-text-block {
    margin-top: 40px;
  }

  .licenses-image-block {
    width: 140px;
    height: 140px;
  }

  .licenses-images-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .hero-headline-text-2 {
    font-size: 2.7rem;
  }

  .security-form-wrapper {
    grid-row-gap: 1rem;
    width: 18rem;
    padding: 1rem;
  }

  .hero-headline-text_2 {
    font-size: 2.7rem;
  }

  .not_found-element-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .not_found-text-headline, .not_found-text {
    text-align: center;
  }

  .no-found_headline-text {
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 8rem;
  }

  .social-element-block {
    grid-row-gap: 10px;
  }

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

  .add-to-cart-button-shop {
    top: 30%;
    left: 42%;
  }

  .button-cms-view-wrapper {
    width: 64px;
    height: 64px;
  }

  .add-cart-block {
    flex-flow: column;
    align-items: flex-start;
  }

  .product-single-default-state {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .product-single-price-block {
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: flex-start;
  }

  .cart-info-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-list-wrapper.w--open {
    grid-column-gap: 12px;
    justify-content: center;
    margin-left: 0;
    padding: 10px;
  }

  .dropdown-link-image {
    width: 60px;
    min-width: 60px;
    height: 80px;
  }

  .cart-item {
    grid-column-gap: 0px;
  }

  .dropdown-link {
    width: 80px;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
  }

  .checkout-button-arrow {
    display: none;
    left: 190px;
  }

  .cart-item-price-text {
    font-size: 14px;
    line-height: 20px;
  }

  .cart-item-name-price-block {
    flex-flow: column;
  }

  .cart-quantity-number {
    margin-top: 1px;
  }

  .nav-cart-wrapper {
    right: 15%;
  }

  .dropdown-list {
    padding: 10px;
  }

  .dropdown-list.w--open {
    grid-column-gap: 12px;
    justify-content: center;
    padding: 10px;
  }

  .cart-item-image {
    object-fit: cover;
    border-radius: 6px;
    width: 130px;
    height: 130px;
  }

  .dropdown-link-image-block {
    border-top-width: 8px;
    border-left-width: 8px;
    border-right-width: 8px;
  }

  .cart-item-info-wrapper {
    width: 100%;
    margin-left: 10px;
    margin-right: 0;
  }

  .quntity-block {
    margin-bottom: 20px;
  }

  .shipping-price-text {
    order: -1;
  }

  .order-item {
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: flex-start;
  }

  .order-product-info {
    margin-left: 0;
    margin-right: 0;
  }

  .shipping-method-item {
    grid-column-gap: 18px;
  }

  .shipping-method-item-text-wrapper {
    flex-flow: column;
  }

  .checkout-form {
    padding: 0;
  }

  .paypal-chekout-content {
    min-width: 0;
  }

  .paypal-info-block, .order-confiramtion-content-block {
    width: 100%;
  }

  .ordero-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .customer-chekout-content {
    min-width: 0;
  }

  .section_pop-up {
    padding-left: .5rem;
  }

  .pop-up_wrapper {
    grid-row-gap: 1rem;
    padding: 3.5rem 1.5rem;
  }

  .pop-up_content-text {
    grid-row-gap: .5rem;
  }

  .pop-up_headline {
    letter-spacing: -.5px;
    font-size: 1.5rem;
  }
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9456c-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9456d-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94571-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94572-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94576-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94577-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9457b-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9457c-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94586-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94587-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9458b-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9458c-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94596-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94597-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9459b-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9459c-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945a0-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945a1-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945a5-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945a6-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945aa-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945ab-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945af-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945b0-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945b4-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945b5-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945b9-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945ba-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945be-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945bf-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945c3-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945c4-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945ce-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945cf-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945d3-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945d4-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945d8-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945d9-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945dd-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945de-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945e2-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945e3-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945ee-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945ef-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945f3-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945f4-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945f8-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945f9-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945fd-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf945fe-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94602-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94603-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94607-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94608-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94612-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94613-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94617-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94618-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9461c-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9461d-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94624-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94625-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9462e-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9462f-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9465a-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9465b-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94660-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94661-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94666-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94667-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9466b-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9466c-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94670-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94671-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94675-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94676-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9467a-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9467b-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9467f-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94680-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94684-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94685-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94689-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9468a-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9468e-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9468f-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94693-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94694-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94698-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94699-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946a2-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946a3-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946a4-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946aa-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946ab-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946ac-ef05480d {
  justify-self: start;
}

#w-node-_6424010f-68c0-6517-d0d3-13d3477461cb-ef05480d, #w-node-_6424010f-68c0-6517-d0d3-13d3477461cc-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6424010f-68c0-6517-d0d3-13d3477461cd-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946bf-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946c0-ef05480d {
  justify-self: start;
}

#w-node-_8f099385-d6c9-6357-2215-077c6284bd8b-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f099385-d6c9-6357-2215-077c6284bd8c-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946cf-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946d0-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946d1-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946d2-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946d4-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946d7-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946db-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946dc-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946dd-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946ef-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946f0-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946f1-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946f2-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946f5-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946f6-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946f7-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946f8-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946fe-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf946ff-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94700-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94701-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94704-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94705-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94706-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94707-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9470a-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9470b-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9470c-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9470d-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94710-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94711-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94712-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94713-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94716-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94717-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94718-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94719-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9471c-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9471d-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9471e-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9471f-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94722-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94723-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94724-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf94725-ef05480d {
  justify-self: start;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9472a-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9472b-ef05480d, #w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9472c-ef05480d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a2406bd-2c94-ca5a-fbb7-9fc0cdf9472d-ef05480d {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-bed2e1d3-0b35-9aa5-7e03-73a4b8026480-ef05481b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bed2e1d3-0b35-9aa5-7e03-73a4b8026480-ef05481b {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b4f0d6eb-80f7-02d7-d348-0f4aa030f7ab-ef054814 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Aspekta 600';
  src: url('../fonts/Aspekta-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}