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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #121212;
  --white: #fbfbfb;
  --orange: #f4fd6b;
  --dark-grey: #242424;
  --font-variable: "Satoshi Variable", sans-serif;
  --light-grey: #454545;
}

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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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-commercecartopenlinkicon {
  margin-right: 8px;
}

.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-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.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-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-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;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  border-color: #e6e6e600;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  padding-top: 0;
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.125rem;
  line-height: 1.375;
}

.style-guide-heading {
  letter-spacing: -.5px;
  font-size: 8vw;
  font-weight: 700;
  line-height: 1;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.container.small {
  max-width: 100rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.large {
  max-width: 94vw;
}

.container.medium {
  max-width: 111rem;
}

.container.medium.works {
  max-width: 100rem;
}

.container.about-hero {
  max-width: 77vw;
}

.container.testfsd {
  align-items: flex-start;
  display: flex;
}

.padding-global {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-global.large {
  padding-left: 2rem;
  padding-right: 2rem;
}

.style-guide-hero {
  background-color: #1d1d1d;
  border-bottom: 1px solid #333;
}

.text-box {
  max-width: 27rem;
}

.text-box.large {
  max-width: 60rem;
  padding-top: 1.5rem;
}

.text-size-regular {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-regular.drop-shadow {
  text-shadow: 0 0 3px #000;
}

.text-size-regular.menu-link-text {
  opacity: .5;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.text-size-regular.menu-link-text:hover {
  opacity: 1;
  color: var(--orange);
}

.text-size-regular.menu-link:hover {
  color: var(--orange);
}

.hero-style-guide-wrapper {
  grid-row-gap: 2rem;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  padding: 13rem 2rem 5rem;
  display: flex;
  overflow: hidden;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.color-palette {
  border-radius: .5rem;
  width: 100%;
  height: 10rem;
}

.color-palette.black {
  background-color: var(--black);
  border: .5px solid #bbbbbb80;
}

.color-palette.white {
  background-color: var(--white);
  border: 1px solid #bbb;
}

.color-palette.orange {
  background-color: var(--orange);
}

.color-palette.dark-grey {
  background-color: var(--dark-grey);
  border: .5px solid #bbbbbb80;
}

.color-palette.light-grey {
  background-color: #454545;
  border: .5px solid #bbbbbb80;
}

.color-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #252525;
  border-radius: .5rem;
  flex-direction: column;
  padding: .5rem .5rem 2rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.text-size-medium.partner-button {
  font-size: 1rem;
}

.text-size-medium.button-spacing {
  padding-left: 10px;
  padding-right: 10px;
}

.text-size-medium.text-color-black.padding-bottom {
  margin-bottom: 1rem;
}

.rich-text h1 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

.rich-text p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.rich-text h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.2;
}

.rich-text li {
  font-size: 1rem;
  line-height: 1.5;
}

.rich-text h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.3;
}

.rich-text h4 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.25;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .75rem;
  line-height: 1.125;
}

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.style-guide-button {
  grid-row-gap: .25rem;
  color: #e5e5e5;
  flex-direction: column;
  text-decoration: none;
  transition: color .2s, opacity .2s;
  display: flex;
  overflow: hidden;
}

.style-guide-button:hover {
  opacity: .5;
  color: var(--orange);
}

.button-line {
  background-color: #3f3f3f;
  width: 100%;
  height: 1px;
}

.style-gudie-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.text-weight-regular {
  font-weight: 400;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
  font-weight: 400;
}

.text-size-small.caps {
  text-transform: uppercase;
}

.text-size-small.text-weight-bold.drop-shadow {
  text-shadow: 0 0 7px #000000bf;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

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

.text-weight-bold.caps.text-size-regular.drop-shadow {
  text-shadow: 0 0 7px #00000080;
}

.text-weight-bold._900 {
  font-weight: 900;
}

.heading-2-large {
  font-size: 6.6rem;
  line-height: 1;
}

.heading-2-large.text-weight-black {
  font-weight: 900;
}

.heading-2-large.text-weight-black.banner-heading {
  font-size: 7rem;
}

.color-palette-text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 82%);
  width: 100%;
  margin-bottom: 10rem;
}

.style-guide-content {
  margin-bottom: 10rem;
}

.text-size-xsmall {
  font-size: 1rem;
}

.text-size-xsmall.text-style-caps {
  text-transform: uppercase;
}

.text-size-xsmall.opacity-80.team-tag {
  text-align: left;
  width: 200px;
  position: absolute;
  bottom: auto;
  left: 75px;
}

.text-size-xsmall.opacity-80.team-tag:hover {
  color: var(--orange);
}

.heading-1-medium {
  font-size: 3.4375rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-light.text-style-italic {
  font-style: italic;
}

.heading-2-medium {
  font-size: 2.5rem;
  line-height: 1.2;
}

.typography-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6rem;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.heading-5 {
  font-size: 3.1875rem;
  line-height: 1;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  color: #e5e5e5;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: color .2s, opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover {
  opacity: 1;
  color: var(--orange);
}

.style-guide-menu-links.w--current {
  opacity: 1;
}

.style-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1d1d1d;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.2;
}

.style-guide-divider-line {
  opacity: .26;
  background-color: #e5e5e580;
  height: 1px;
}

.text-size-tiny {
  font-size: .75rem;
}

.section-style-guide {
  margin-top: 5.75rem;
}

.text-weight-medium {
  padding-top: 0;
  font-weight: 500;
}

.text-weight-medium.caps {
  position: relative;
}

.text-weight-medium.text-size-small.no-padding {
  padding-top: 0;
}

.heading-3 {
  font-size: 4.75rem;
  line-height: 1;
}

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

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

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 39rem;
  display: flex;
}

.text-size-xxhuge {
  font-size: 2.25rem;
  line-height: 1;
}

.text-size-xhuge {
  font-size: 2rem;
  line-height: 1.2;
}

.text-size-huge {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-size-huge.text-weight-medium {
  font-weight: 500;
}

.text-size-huge.text-weight-bold {
  font-weight: 700;
}

.text-size-xxlarge {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-size-xxlarge.line-height-150 {
  line-height: 1.5;
}

.text-size-xlarge {
  font-size: 1.375rem;
  line-height: 1;
}

.contact-social-icon {
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  min-width: 1.3px;
  max-width: none;
  height: 1.3rem;
  min-height: 1.3px;
  display: flex;
}

.contact-social-icon.white-mode {
  color: var(--dark-grey);
}

.social-icons {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: #ddd0;
  width: 100%;
  padding-top: 2.5rem;
  position: fixed;
}

.navbar-lottie {
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: auto;
  display: flex;
}

.navbar-lottie.drop-shadow {
  text-shadow: 0 0 10px #000000bf;
}

.navbar-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.brand {
  z-index: 99;
  width: 100%;
  height: 1.5rem;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand:hover {
  color: var(--orange);
}

.navbar-address {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar-left {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-link {
  opacity: .5;
  color: var(--white);
  padding: .6rem;
  transition: transform .2s, opacity .2s;
}

.social-link:hover {
  opacity: 1;
  color: var(--orange);
  transform: translate(0, -3px);
}

.opacity-50 {
  opacity: .5;
}

.nav-link {
  font-family: var(--font-variable);
  color: #e5e5e5;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-line-wrap {
  background-color: #e5e5e554;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  display: flex;
}

.navbar-open {
  z-index: 90;
  mix-blend-mode: normal;
  background-color: #121212;
  justify-content: space-between;
  width: 100%;
  height: 100svh;
  padding-top: 10vh;
  padding-bottom: 5vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar-open.white {
  background-color: var(--white);
  display: none;
}

.button-line-animation {
  background-color: #e5e5e5;
  width: 30%;
  height: 1px;
}

.button-line-animation.white-mode-background {
  background-color: var(--dark-grey);
}

.margin-top-1rem {
  margin-top: 1.5rem;
}

.navbar-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 3vh;
  display: flex;
}

.button {
  color: #e5e5e5;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.button.overflow-hidden {
  display: inline-block;
  overflow: hidden;
}

.navbar-open-animation {
  z-index: 89;
  background-color: #1d1d1d;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-open-animation.white {
  background-color: var(--white);
}

.menu-button {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  mix-blend-mode: exclusion;
  background-color: #c8c8c800;
  justify-content: center;
  align-items: center;
  padding: 0 1rem 1rem;
  display: flex;
  position: relative;
}

.menu-button.w--open {
  background-color: #c8c8c800;
  padding: 1rem;
}

.nav-link-text {
  text-transform: uppercase;
  font-size: 14vh;
  font-weight: 700;
  line-height: 1;
  transition: color .2s cubic-bezier(.645, .045, .355, 1);
}

.nav-link-text:hover {
  font-family: var(--font-variable);
}

.navbar-open-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 60% 30%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home-about-component {
  z-index: 2;
  margin-top: 12rem;
  position: relative;
}

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

.home-works-component {
  flex-direction: column;
  margin-top: 7rem;
  display: flex;
}

.home-works-component.top-margin {
  margin-top: 6rem;
}

.work-div-wrapper {
  margin-top: 20vh;
}

.work-item:nth-child(odd) {
  margin-top: -20vh;
}

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

.work-home-gird {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.work-info-bottom {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.work-arrow {
  width: 2rem;
  height: 2rem;
}

.work-info-top {
  color: #e5e5e5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.work-image-wrapper {
  z-index: 1;
  opacity: .75;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  position: absolute;
  overflow: hidden;
}

.work-image-wrapper:hover {
  opacity: .9;
}

.project-scope-collection-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.fit-contain {
  object-fit: contain;
}

.fit-contain.invert {
  filter: invert();
}

.fit-contain.all-work {
  width: 40%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.work-home-title {
  width: 60%;
}

.work-info-wrapper {
  z-index: 2;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  position: relative;
}

.work-tag-item {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #e5e5e5;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffff47;
  border-radius: .3125rem;
  padding: .3125rem .5rem;
  text-decoration: none;
}

.testimonial-heading {
  text-align: center;
  max-width: 110ch;
  display: block;
}

.infos-card {
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.infos-component {
  margin-top: 9rem;
}

.grid-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.infos-grid {
  grid-column-gap: 8vw;
  grid-row-gap: 7vw;
  grid-template-columns: 1fr 1fr 1fr;
}

.infos-grid._1-row {
  grid-template-rows: auto;
}

.heading-info {
  text-transform: uppercase;
}

.home-projects-component {
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.projects-home-list.grid-work {
  grid-template-columns: 1fr 1fr;
}

.projects-home-list.work-3 {
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.projects-home-list.grid-about {
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.projects-home-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}

.projects-image {
  z-index: 3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-projects-name {
  max-width: 100%;
  color: var(--white);
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.home-projects-details {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: center start;
  display: grid;
}

.home-projects-details.vertical-flex-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mask-frame {
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  object-fit: contain;
  background-color: #121212;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.home-projects-image-wrapper {
  z-index: 1;
  object-fit: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50vh;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.home-project-description {
  opacity: .8;
  text-align: left;
  letter-spacing: .3px;
  justify-content: flex-end;
  align-items: center;
}

.home-project {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.home-project.home-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.home-project-description-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.slider-component {
  z-index: 2;
  opacity: .9;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 3.5rem 2.5rem;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.slider-component:hover {
  opacity: 1;
}

.mask {
  width: 30rem;
  height: 40rem;
  overflow: visible;
}

.client-logo {
  object-fit: contain;
  width: 12.3125rem;
  height: auto;
}

.client-logo.small {
  width: 8rem;
}

.client-logo.invert {
  filter: invert();
}

.slider-wrapper {
  background-color: #0000;
  height: auto;
  bottom: 3rem;
}

.slider {
  background-color: #1d1d1d;
  border-radius: 1rem;
  flex-direction: row;
  width: 30rem;
  min-height: 40rem;
  margin-right: 1.5rem;
  overflow: hidden;
}

.slider:hover {
  background-color: #232323;
}

.slider-arrow-right {
  opacity: .7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  transition: background-color .4s, opacity .2s;
  display: flex;
  inset: auto auto -4.5rem 4.5rem;
  overflow: visible;
}

.slider-arrow-right:hover {
  background-color: var(--orange);
  opacity: 1;
}

.slider-arrow-right.white-mode {
  border-color: #fff;
}

.client-info {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.slider-top {
  z-index: 2;
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 6.5rem;
  display: flex;
  position: relative;
}

.display-none {
  display: none;
}

.slider-arrow {
  opacity: .7;
  border: 1px solid #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  transition: background-color .4s, opacity .3s;
  display: flex;
  inset: auto auto -6rem 0%;
}

.slider-arrow:hover {
  background-color: var(--orange);
  opacity: 1;
}

.slider-arrow.white-mode {
  border-color: #fff;
  transition: background-color .4s, opacity .3s;
}

.caps {
  text-transform: uppercase;
}

.caps.text-weight-medium.subtitle-text-size {
  font-size: .75rem;
}

.testimonial-wrapper {
  flex-flow: column;
  padding-top: 14rem;
  display: flex;
}

.marquee-home-bottom {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  align-items: center;
  display: flex;
}

.marquee-home-bottom.overflow-hidden {
  overflow: hidden;
}

.home-marquee-text-wrap {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-marquee-text-wrap.caps {
  white-space: nowrap;
}

.heading-marquee {
  letter-spacing: -16px;
  font-size: 21.5vw;
  font-weight: 500;
  line-height: 1;
}

.heading-marquee.text-weight-bold {
  font-weight: 700;
}

.white-elipse {
  opacity: .2;
  color: #fff;
  background-color: #fff;
  border-radius: 50%;
  min-width: .5rem;
  min-height: .5rem;
}

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

.project-scope-links {
  color: var(--white);
}

.logos-grid {
  grid-column-gap: 8rem;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.about-component {
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 12rem;
  padding-bottom: 10rem;
  display: flex;
}

.home-3-logo {
  width: 10.5rem;
  max-width: none;
  height: auto;
}

.about-paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-bottom: 2rem;
  margin-left: 49%;
  display: flex;
}

.about-title {
  max-width: 94ch;
}

.logos-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-grid-marquee {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  display: flex;
  overflow: hidden;
}

.logo-grid-marquee-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 5.25rem;
  display: flex;
}

.projects-mouse-hover-follow {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #00000052;
  border-radius: 10rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
}

.projects-mouse-hover-wrapper {
  z-index: 4;
  border: 1px solid #0000;
  place-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-component {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  padding-top: 8rem;
  display: flex;
}

.testimonial-name {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  max-width: 83rem;
  height: auto;
  margin-top: 2rem;
  overflow: hidden;
}

.testimonial-message {
  text-align: center;
  margin-bottom: 2rem;
}

.testimonial-stars {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 3.5rem;
  height: 3.5rem;
}

.testimonial-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.testimonial-slide {
  padding-left: 13.125rem;
  padding-right: 13.125rem;
}

.star-icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
}

.star-icon:hover {
  transform: translate(0, -3px);
}

.hidden {
  display: none;
}

.works-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.works-heading.margin-bottom {
  margin-bottom: 0;
}

.works-heading-size {
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
}

.spacer-6rem {
  width: 100%;
  height: 6rem;
}

.blog-tags-list {
  grid-column-gap: 3.125rem;
  align-items: center;
  display: flex;
}

.max-width-50ch {
  max-width: 50ch;
}

.heading-component {
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100ch;
  font-weight: 400;
  display: flex;
}

.heading-component.margin-top {
  margin-top: 8rem;
}

.blog-list-wrap {
  width: 100%;
}

.divider-line {
  background-color: var(--white);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.divider-line.margin-bottom {
  margin-bottom: 3.5rem;
}

.divider-line.margin-4-rem {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.divider-line.light, .divider-line.light-mode {
  background-color: var(--dark-grey);
}

.divider-line.mobile-only {
  display: none;
}

.view-all-tag {
  grid-column-gap: .6rem;
  width: 100%;
  color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.view-all-tag:hover {
  color: var(--orange);
}

.blog-content-wrapper {
  grid-row-gap: 2.75rem;
  flex-direction: column;
  display: flex;
}

.blog-tags-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  align-items: center;
  display: flex;
}

.blog-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-heading-wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-pots-component {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  margin-top: 11rem;
  display: flex;
}

.blog-heading-size {
  font-size: 7.5rem;
  line-height: 1;
}

.elipse-blog {
  background-color: var(--orange);
  border-radius: 50%;
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  min-height: .5rem;
  display: flex;
  overflow: hidden;
}

.blog-tags {
  grid-column-gap: .6rem;
  opacity: .8;
  color: var(--white);
  white-space: nowrap;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.blog-tags:hover {
  color: var(--orange);
}

.blog-tags:lang(en) {
  opacity: 1;
}

.publish-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .8;
  letter-spacing: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.publish-wrapper.text-weight-medium {
  opacity: .52;
}

.title-wrapper {
  max-width: 40ch;
  color: var(--white);
  text-decoration: none;
}

.vertical-line {
  background-color: var(--white);
  opacity: .31;
  align-self: center;
  width: 1px;
  height: 1rem;
}

.vertical-line.black {
  background-color: var(--black);
}

.card-content {
  z-index: 2;
  grid-row-gap: .75rem;
  width: 100%;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  margin-top: .5rem;
  margin-left: .3rem;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 1rem;
  width: 100%;
  height: 100%;
  color: var(--white);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-background {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.image-background.cards {
  overflow: hidden;
}

.blog-tag-link {
  color: var(--white);
  text-decoration: none;
  transition: color .2s;
}

.blog-tag-link.w--current {
  color: var(--white);
}

.blog-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.blog-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  max-width: 100ch;
  margin-top: 9.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-heading-wrap {
  grid-row-gap: 1.6rem;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.blog-last-update {
  grid-column-gap: 1.1875rem;
  align-items: center;
  height: 1.8rem;
  display: flex;
}

.rich-text-paddig {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  padding-left: 1.25rem;
  display: flex;
}

.button-white {
  grid-column-gap: .75rem;
  color: var(--white);
  background-color: #0000;
  border: 1px solid #dfe1e75e;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: .3rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.button-white.w--current {
  border-color: #dfe1e75e;
}

.blog-image-wrapper {
  border-radius: .5rem;
  overflow: hidden;
}

.button-icon {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-posts:nth-child(2n) {
  height: 87%;
}

.blog-posts:first-child {
  min-height: 100%;
}

.continue-blog-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-wrapper {
  grid-row-gap: 2.25rem;
  flex-direction: column;
  display: flex;
}

.cards-component {
  grid-column-gap: 1.5rem;
  justify-content: center;
  margin-bottom: 9rem;
  display: flex;
}

.opacity-80 {
  opacity: .8;
}

.opacity-80.hidden {
  display: flex;
}

.check-item {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.heading-component-2 {
  align-self: center;
}

.check-icon {
  width: .875rem;
  height: auto;
}

.price-features-wrap {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.check-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
}

.check-list.no-margin {
  padding-left: 0;
}

.button-pricing {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--black);
  white-space: nowrap;
  background-color: #f8f9fa;
  border-radius: 10rem;
  justify-content: space-between;
  align-items: center;
  padding: .375rem .5rem .375rem 1.5rem;
  transition: all .2s;
  display: flex;
}

.button-pricing:hover {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.button-pricing.secondary {
  color: #1e1d30;
  background-color: #f8f9fa;
}

.pricing-tab {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.button-arrow {
  background-color: var(--orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.price {
  grid-column-gap: .75rem;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.price-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-button.enterprise {
  width: auto;
}

.margin-left {
  margin-left: 2rem;
}

.icon {
  object-fit: contain;
}

.price-card {
  grid-row-gap: 4rem;
  height: 100%;
  min-height: 60svh;
  color: var(--white);
  background-color: #1b1b1b;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.arrow {
  filter: invert();
  width: 1.6rem;
  height: auto;
}

.price-icon {
  background-color: var(--orange);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.5rem;
  padding: .9rem;
  display: flex;
}

.price-icon.white {
  background-color: #fff;
}

.price-icon.white.margin-0, .price-icon.white.no-margin {
  margin-bottom: 0;
}

.pricing-heading {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-component {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10rem;
  display: flex;
}

.enterprise-content {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-icon-wrap {
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  display: flex;
}

.check-icon-wrap.white {
  background-color: #fff;
  min-width: 1.75rem;
  min-height: 1.75rem;
}

.enterprise-banner {
  background-color: #1b1b1b;
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 2rem;
  display: flex;
}

.price-toggle-wrap {
  grid-column-gap: 1rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.pricing-heading-size {
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
}

.icon-wrapper {
  width: 1.875rem;
  display: flex;
}

.price-size {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.testimonial-grid-wrapper {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80rem;
  padding-top: 10rem;
  display: grid;
}

.testimonial-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12rem;
  display: flex;
}

.testimonial-card-message {
  z-index: 2;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.testimonial-card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: .375rem;
  flex-flow: column;
  padding: 3.5rem 3rem 2.5rem;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-card-content:hover {
  background-color: #232323;
}

.testimonial-name-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.testimonial-mouse-hover-wrapper {
  z-index: 1;
  pointer-events: none;
  place-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.testimonial-mouse-hover-follow {
  z-index: 99;
  opacity: .08;
  filter: blur(90px);
  pointer-events: none;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
}

.price-toggle {
  background-color: var(--light-grey);
  border-radius: 10rem;
  justify-content: flex-start;
  align-items: center;
  width: 5rem;
  padding: 4px;
  display: flex;
}

.price-toggle-elipse {
  background-color: #fff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}

.footer-wrapper {
  grid-column-gap: 2.6rem;
  grid-row-gap: 2.6rem;
  flex-flow: column;
  display: flex;
}

.footer-content {
  text-align: center;
  align-self: stretch;
}

.footer-bottom {
  justify-content: space-between;
  margin-top: 12rem;
  margin-bottom: 4rem;
  display: flex;
}

.credits {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.credits-wrapper {
  color: #f3f3f3;
  text-decoration: none;
}

.footer-links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.footer-link {
  color: #f4f4f4;
  text-decoration: none;
  transition: color .2s, transform .3s;
}

.footer-link:hover {
  color: var(--orange);
  transform: translate(0, -3px);
}

.footer-button-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.button-hero {
  grid-column-gap: .75rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .8rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-hero:hover {
  background-color: var(--orange);
  color: var(--black);
}

.hero-3-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 7.8rem;
  display: flex;
}

.home-3-heading-size {
  color: var(--white);
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
}

.home-marquee {
  z-index: 1;
  grid-column-gap: 1vw;
  perspective: 100rem;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotate(0);
}

.home-marquee-wrapper {
  z-index: 1;
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.home-marquee-image {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: auto;
  transition: filter .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  overflow: hidden;
}

.home-marquee-image:hover {
  filter: saturate(0%) blur(2px);
}

.services-grid-wrapper {
  grid-column-gap: 11rem;
  grid-row-gap: 3.125rem;
  text-align: center;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: relative;
}

.services-link-left {
  color: var(--white);
  transition: color .2s;
  position: relative;
}

.services-link-left:hover {
  color: var(--orange);
}

.services-image {
  z-index: -1;
  border-radius: 1rem;
  width: 20vw;
  display: none;
  position: absolute;
  bottom: -7.2vw;
  overflow: hidden;
}

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

.services-image-right {
  z-index: -1;
  border-radius: 1rem;
  width: 20vw;
  display: none;
  position: absolute;
  bottom: -7.2vw;
  overflow: hidden;
}

.home-3-marquee-wrapper {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.home-3-marquee {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: none;
  display: flex;
}

.home-3-marquee.bottom {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: stretch;
}

.home-3-marquee-image {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22vw;
  height: auto;
  transition: filter .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  overflow: hidden;
}

.home-3-marquee-image:hover {
  filter: saturate(0%) blur(2px);
}

.hero-3-wrapper {
  flex-flow: column;
  height: 120vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay-hero {
  z-index: 2;
  opacity: .6;
  background-color: #121212;
  position: absolute;
  inset: 0%;
}

.testimonal {
  overflow: hidden;
}

.home-heading-size {
  z-index: 3;
  letter-spacing: -.5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15vw;
  line-height: 1;
  display: flex;
  position: absolute;
}

.home-heading-size.exclusion {
  pointer-events: none;
}

.max-width-30ch {
  z-index: 4;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  max-width: 40ch;
  display: flex;
}

.max-width-30ch.hero {
  display: block;
}

.about-3-heading {
  z-index: 3;
  mix-blend-mode: exclusion;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 9ch;
  font-size: 8.875rem;
  line-height: 1;
  display: flex;
}

.about-heading-wrap {
  z-index: 9;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 3.5rem;
  display: flex;
  position: relative;
}

.about-hero-arrow {
  z-index: 5;
  width: 2rem;
  color: var(--white);
  mix-blend-mode: exclusion;
  transition: color .2s;
  position: relative;
}

.about-hero-arrow:hover {
  color: var(--orange);
}

.about-hero-arrow.light {
  color: var(--black);
}

.overlay-about {
  z-index: 2;
  opacity: .8;
  background-color: #121212;
  position: absolute;
  inset: 0%;
}

.heading-wrapper {
  z-index: 8;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.about-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  margin-top: 11rem;
  margin-bottom: 6rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.about-grid-heading-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  max-width: 40ch;
  display: flex;
}

.about-paragraph-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: .73;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 40ch;
  display: flex;
}

.about-paragraph-wrapper.opacity-100 {
  opacity: 1;
}

.about-logos-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fbfbfb1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  border: 1px solid #fbfbfb1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 4.75rem 3.5rem;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.logo-card:hover {
  background-color: #232323;
  border-color: #fbfbfb00;
}

.banner-background {
  background-image: url('../images/Banner-Background.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .75rem;
  width: 100%;
  height: auto;
  margin-top: 12rem;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.contact-us-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-contact {
  color: #f4f4f4;
  mix-blend-mode: normal;
  border: 1px solid #fff;
  border-radius: 8rem;
  flex-direction: column;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-contact:hover {
  grid-row-gap: .25rem;
}

.contact-us-text-wrapper {
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 70ch;
  display: flex;
}

.banner {
  color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-banner {
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.overlay-banner {
  opacity: .75;
  background-color: #121212;
  position: absolute;
  inset: 0%;
}

.contact-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr .5fr;
  align-content: stretch;
  place-items: start center;
  padding-top: 9rem;
}

.contact-footer {
  margin-top: 1.6rem;
}

.delete {
  font-size: 1.125rem;
  font-weight: 300;
}

.text-field {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: .3rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: border-color .3s;
}

.text-field:hover {
  background-color: var(--dark-grey);
  border-width: .5px;
  border-color: #fff;
}

.text-field:focus {
  border-color: #fff;
}

.error-message {
  background-color: #ec3c3c;
  border-radius: .7rem;
  margin-top: 2rem;
  padding: 1.5rem 1.1rem;
}

.text-color-grey {
  color: #cdcdcd;
}

.contact-section {
  padding-bottom: 10%;
  overflow: hidden;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.success-message {
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contact-images-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -15rem;
  padding-top: 6rem;
  padding-bottom: 10rem;
  display: flex;
  overflow: hidden;
}

.contact-images-wrapper.right {
  margin-left: 0;
}

.contact-image {
  object-fit: cover;
  border-radius: 1rem;
  width: 24rem;
  max-width: none;
  height: 22rem;
}

.contact-image.bottom-right {
  position: relative;
  right: -5.5vw;
}

.contact-image.right-top {
  position: relative;
  right: -10vw;
}

.contact-image.bottom {
  margin-left: -1rem;
}

.contact-image.position {
  object-position: 0% 50%;
}

.contact-form {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-form.center-align {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  align-items: center;
}

.contact-form.margin {
  max-width: 61rem;
  margin: 0 auto;
}

.message-field {
  min-height: 8rem;
  color: var(--white);
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: .3rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.message-field:hover {
  background-color: var(--dark-grey);
  border-width: .5px;
  border-color: #fff;
}

.message-field:focus {
  border-color: #fff;
}

.contact-content-wrapepr {
  grid-row-gap: 1.1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70ch;
  padding-right: 0;
  display: flex;
}

.form-padding {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}

.button-contact-form {
  grid-column-gap: .75rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .5rem 2.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-contact-form.align-middle {
  align-self: center;
  margin-top: 2rem;
}

.button-contact-form.align-middle:hover {
  background-color: var(--orange);
  color: var(--white);
}

.button-contact-form.align-middle.text-weight-medium:hover {
  color: var(--black);
}

.button-contact-form.text-weight-medium {
  justify-content: center;
}

.contact-text {
  text-align: center;
  align-self: center;
  max-width: 65ch;
}

.row-wrapper {
  text-decoration: none;
  display: block;
}

.services-item-number {
  margin-top: .7rem;
  margin-left: 1rem;
}

.grid-12-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.services-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.home-awards {
  grid-row-gap: 1rem;
  color: #e5e5e5;
  flex-direction: column;
  margin-top: 10rem;
  display: flex;
}

.max-width-19ch {
  max-width: 19ch;
}

.services-item {
  grid-row-gap: 2.5rem;
  color: #e5e5e5;
  border-bottom: 1px solid #2b2b2b;
  flex-direction: column;
  padding-bottom: 2.5rem;
  transition: padding .5s;
  display: flex;
}

.services-item:hover {
  padding-bottom: 4rem;
}

.services-item.light-mode {
  color: var(--dark-grey);
  border-bottom-color: #2727271a;
}

.services-item.last {
  border-bottom-style: none;
}

.services-item-name {
  margin-left: 3rem;
}

.grid-9-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.services-paragraph {
  color: #fbfbfb;
}

.year-right-side {
  justify-content: flex-end;
  margin-top: 10rem;
  display: flex;
}

.team-image-wrap {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.exclusion {
  z-index: 10;
  mix-blend-mode: exclusion;
}

.exclusion.partner-exclusion-spacing {
  padding-left: 2rem;
  padding-right: 2rem;
}

.team-position {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff47;
  border-radius: .2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: .5rem;
  padding: .3125rem .4375rem;
  display: flex;
}

.team-position.partner-position-spacing {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.team-item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-item.partnered {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-color-black {
  color: #1d1d1d;
}

.text-color-black.caps.text-weight-medium.no-padding, .text-color-black.text-weight-medium.no-padding {
  padding-top: 0;
}

.slider-team {
  z-index: 2;
  opacity: .9;
  flex-flow: row;
  justify-content: space-between;
  height: 100%;
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
  padding-right: 2.5rem;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.slider-team:hover {
  opacity: 1;
}

.team-member-wrapper {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  flex-flow: column;
  display: flex;
}

.team-member {
  overflow: hidden;
}

.slider-team-member-wrapper {
  background-color: #0000;
  height: auto;
  bottom: 3rem;
}

.team-member-slider-arrow {
  opacity: .7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  transition: background-color .4s, opacity .3s;
  display: flex;
  inset: auto auto -4.5rem 0%;
}

.team-member-slider-arrow:hover {
  background-color: var(--orange);
  opacity: 1;
}

.big-text {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.big-text-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 90%;
  max-width: 95ch;
  display: flex;
}

.big-text-wrapper.max-width-90ch {
  max-width: 90ch;
}

.home-hero-wrapper {
  flex-flow: column;
  height: 100vh;
  display: flex;
}

.home-hero-grid {
  z-index: 1;
  flex-flow: column;
  flex: none;
  grid-template-rows: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  width: 300vw;
  max-height: 110vh;
  display: grid;
  position: relative;
  transform: none;
}

.home-hero-grid-image._1 {
  padding-top: 1.6rem;
  padding-right: 1.8rem;
}

.home-hero-grid-image._1.dimmed-90 {
  filter: brightness(90%);
}

.home-hero-grid-image._2 {
  padding-bottom: 4.5rem;
  padding-left: 2rem;
  padding-right: .5rem;
}

.home-hero-grid-image._3 {
  margin: 2.9rem 9rem .875rem 4rem;
}

.home-hero-grid-image._4 {
  margin-top: 1.25rem;
  margin-left: 3.5rem;
  margin-right: 3.75rem;
}

.home-hero-grid-image._5 {
  margin-bottom: 4.1875rem;
  margin-left: 5.875rem;
  margin-right: 7rem;
}

.home-hero-grid-image._6 {
  margin-top: 1.8125rem;
  margin-left: 5.75rem;
  margin-right: 6.6875rem;
}

.home-hero-grid-image._7 {
  margin: 2.9375rem 1.1875rem .875rem 1.125rem;
}

.home-hero-grid-image._8 {
  margin-top: 1.25rem;
  margin-left: .625rem;
  margin-right: 6.5rem;
}

.mosaic-content {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.mosaic-image-wrapper {
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.mosaic-parallax-wrapper {
  position: relative;
}

.mosaic-cards-wrapper {
  z-index: 5;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.max-width-25ch {
  max-width: 25ch;
}

.max-width-25ch._35ch {
  max-width: 35ch;
}

.middle-card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #7171714a;
  border-radius: 5px;
  flex-flow: column;
  align-self: center;
  padding: 1.75rem;
  display: flex;
}

.home-hero-subitle {
  z-index: 3;
  opacity: .8;
  text-align: center;
  align-self: center;
  position: absolute;
  inset: auto auto 2.6rem;
}

.hero-avatar-wrapper {
  padding-top: 1rem;
  display: none;
}

.hero-avatar {
  background-color: #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  margin-right: -1rem;
  overflow: hidden;
}

.hero-avatar.relative {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-avatar.no-margin {
  margin-right: 0;
  display: none;
}

.blur {
  filter: blur(8px);
}

.text-wrap {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.left-card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #7171714a;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  padding: 1.75rem;
  display: flex;
  position: absolute;
  inset: 17% auto auto 8%;
}

.right-card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #7171714a;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  padding: 1.75rem;
  display: flex;
  position: absolute;
  inset: 56% 10% 0% auto;
}

.works-grid {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-works-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.about-works-projects-image-wrapper {
  z-index: 1;
  object-fit: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30vh;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.about-projects {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 20rem;
  text-decoration: none;
  display: flex;
}

.about-projects.grid {
  max-height: 50vh;
}

.project-image {
  object-fit: contain;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

.project-collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.project-collection-list._2-columns {
  flex-direction: row;
  justify-content: space-between;
}

.size-full {
  flex: 1;
}

.project-content-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 70%;
  margin-left: 30%;
  margin-right: auto;
  display: flex;
}

.projects-main-image {
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 80vh;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-style-italic {
  font-style: italic;
}

.text-style-italic.text-color-grey {
  color: #cdcdcd;
}

.button-price {
  color: #000;
  background-color: #fff;
  border-radius: 10rem;
  flex-direction: column;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  transition: padding .6s;
  display: flex;
  overflow: hidden;
}

.button-price:hover {
  grid-row-gap: .25rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.project-image-wrapper {
  border-radius: .6rem;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-the-project {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
}

.continue-works-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.works-post:nth-child(2n) {
  height: 87%;
}

.works-post:first-child {
  min-height: 100%;
}

.scope-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 9rem;
  margin-bottom: 6rem;
  display: flex;
}

.home-hero-marquee-wrapper {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  width: 100%;
  height: 120vh;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.about-font-size {
  font-size: 3.43rem;
  line-height: 1.2;
}

.about-font-size.caps {
  font-size: 3.43rem;
}

.parallax-home-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: grid;
  position: relative;
}

.image-left-content {
  z-index: 5;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.image-middle-content {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
  transform: translate(0, 65vh);
}

.image-right-content {
  z-index: 3;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  margin-left: 8vh;
  display: flex;
  position: relative;
}

.parallax-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-left: .25rem;
  display: flex;
}

.image-content {
  height: 66vh;
  box-shadow: 7px 11px 28px #7070701a, 26px 44px 52px #00000061, 59px 100px 70px #0000003b, 106px 177px 83px #00000012, 165px 277px 90px #00000003;
}

.image-content.small {
  height: 60vh;
}

.image-right-1 {
  height: 70vh;
  position: relative;
}

.image-right-2 {
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-wrapper {
  grid-column-gap: 10rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  margin-top: 12rem;
  display: flex;
  position: relative;
}

.sticky-heading-wrapper {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.sticky-content {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  flex-flow: column;
  display: flex;
}

.info-wrapper {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  opacity: .6;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.opacity-60 {
  opacity: .6;
}

.opacity-60.max-width-40ch {
  text-align: left;
  max-width: 45ch;
}

.max-width-45ch {
  max-width: 45ch;
}

.sticky-image-content {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: sticky;
  inset: 10vh auto 0;
}

.sticky-image-wrapper {
  width: 40%;
}

.about-image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  max-width: none;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  font-size: 5.3125rem;
  line-height: 1;
}

.about-content-wrapper {
  opacity: .7;
  flex-flow: column;
  margin-top: 6.5rem;
  display: flex;
}

.about-content-wrapper.light {
  opacity: 1;
}

.bottom-about-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 7rem;
  display: grid;
}

.left-content-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-elipse {
  color: #fff;
  background-color: #fff;
  border-radius: 50%;
  min-width: .5rem;
  min-height: .5rem;
}

.small-elipse.black-elipse.light {
  opacity: 1;
}

.about-flex-wrapper {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  flex-flow: column;
  display: flex;
}

.about-flex-horizontal {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  opacity: 1;
  display: flex;
}

.top-about-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 4rem;
  padding-bottom: 5rem;
  display: grid;
}

.about-2-logo-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 4rem;
  margin-left: 0;
  margin-right: 0;
}

.about-logos {
  opacity: .7;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-logo-image {
  object-fit: cover;
  width: 12rem;
}

.text-size-huge-copy {
  font-size: 1.8rem;
  line-height: 1.2;
}

.home-2-avatar {
  background-color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  margin-right: -1rem;
  overflow: hidden;
}

.home-2-avatar.no-margin {
  margin-right: 0;
}

.services-link-right {
  color: var(--white);
  transition: color .2s;
  position: relative;
}

.services-link-right:hover {
  color: var(--orange);
}

.works-spacer {
  height: 9.5rem;
}

.footer-spacer {
  height: 10rem;
}

.spacer-3rem {
  height: 3rem;
}

.works-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.works-details.vertical-flex-box {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.works-names {
  max-width: 50%;
  color: var(--white);
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.works-description {
  opacity: .8;
  text-align: left;
  letter-spacing: .3px;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
}

.sticky-content-wrapper {
  grid-column-gap: 13rem;
  grid-row-gap: 13rem;
  text-align: left;
  flex-flow: column;
  margin-top: 34rem;
  margin-left: 9rem;
  display: flex;
}

.spacer-10rem {
  height: 10rem;
}

.spacer-14rem {
  width: 100%;
  height: 14rem;
}

.password {
  opacity: .37;
  filter: invert();
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.password-heading {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
}

.password-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.password-text-field {
  background-color: #fff0;
  border: 1px solid #464646;
  border-radius: .3rem;
  padding: 1.5rem 1rem;
}

.utility-page {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.error-404 {
  margin-bottom: 2.2rem;
}

.error-heading {
  letter-spacing: -2px;
  margin-bottom: 2rem;
  font-size: 5.5rem;
  line-height: 1.15;
}

.about-1-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content {
  grid-column-gap: 1.0625rem;
  grid-row-gap: 1.0625rem;
  flex-flow: column;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
  display: flex;
}

.content.padding {
  padding-left: 0;
}

.content-description-wrapper {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  padding-right: 3.5rem;
}

.right-content-wrapper {
  max-width: 50ch;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.about-max-width-19ch {
  max-width: 19ch;
}

.about-1-content {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.content-logo {
  align-self: center;
  width: 1.8rem;
}

.max-width-90ch {
  max-width: 110ch;
}

.max-width-90ch.align-middle {
  text-align: center;
  align-self: center;
}

.heading-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.price-feature-wrap {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin: 12rem auto 15vh;
  display: grid;
}

.checkout-button {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
}

.checkout-button.large {
  text-transform: uppercase;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
}

.default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.price-feature {
  font-size: 1.125rem;
  display: flex;
}

.product-description {
  grid-column-gap: .55rem;
  grid-row-gap: .55rem;
  background-color: #1d1d1d;
  border-radius: .6rem;
  flex-direction: column;
  padding: 3.5rem;
  display: flex;
}

.price-text {
  font-size: 1.5rem;
}

.add-to-cart {
  margin-top: 1rem;
}

.product {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.about-hero-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.badge-hero {
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.studio-component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle {
  opacity: .8;
  text-align: center;
  max-width: 80vw;
}

.subtitle.max-width-small {
  max-width: 56ch;
  margin-top: 2rem;
}

.about-margin {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 6rem;
  display: flex;
}

.all-caps {
  text-transform: uppercase;
}

.elipse {
  color: #000;
  border-radius: 50%;
  min-width: 3rem;
  min-height: 3rem;
}

.elipse.green {
  background-color: #4bc6b9;
  min-width: .5rem;
  min-height: .5rem;
}

.badge {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #73737324;
  border: 1px solid #ffffff24;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .8rem;
  display: flex;
}

.margin-left-2rem {
  margin-left: 2rem;
}

.margin-left-2rem.color-white {
  color: #fff;
}

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

.cart-container {
  background-color: #1d1d1d;
}

.cart-button {
  color: #121212;
  background-color: #e5e5e5;
  border-radius: 50%;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: .8rem 1rem;
  transition: all .3s;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.cart-button:hover {
  background-color: var(--orange);
  color: var(--white);
  transform: scale(.9);
}

.cart-footer {
  border-top-color: #333;
}

.cart-quantity {
  background-color: #121212;
  border-color: #3b3b3b;
}

.cart-icon {
  width: 100%;
  height: 60%;
  margin-right: 0;
}

.apple-pay {
  border-radius: 6px;
}

.remove-button {
  color: #e5e5e580;
}

.cart-header {
  border-bottom-color: #333;
}

.price-wrapper {
  width: 100%;
}

.pricing-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.price-value {
  font-size: 4rem;
}

.pricing-name {
  font-size: 1.875rem;
}

.margin-bottom-2rem {
  margin-bottom: 2rem;
}

.checkout-form {
  background-color: var(--black);
  padding-top: 8rem;
}

.block-header {
  background-color: var(--dark-grey);
  border-color: #e6e6e600;
  padding-top: 21px;
  padding-bottom: 21px;
}

.block-content {
  background-color: var(--dark-grey);
  border: 1px solid #0000;
}

.checkout-wrapper {
  color: #e5e5e5;
  background-color: #1d1d1d;
  border-radius: .5rem;
}

.text-field-checkout {
  background-color: var(--light-grey);
  border-color: #6b6b6b80;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
  border-color: #fff;
}

.spacer-12rem {
  height: 12rem;
}

.home-card-wrap {
  background-color: #1d1f20;
  border: 1px solid #3f3f3f;
  border-radius: 1rem;
  flex-direction: column;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.home-card-wrap:hover {
  background-color: #272727;
}

.home-paragraph {
  font-size: 2rem;
  line-height: 1.3;
}

.heading-home {
  font-size: 4.5rem;
  line-height: 1.15;
}

.text-large-home {
  font-size: 1.25rem;
}

.home-template-wrap {
  width: 100%;
  margin-top: 6rem;
}

.figma-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 5rem;
  margin-bottom: 6rem;
  margin-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.come-badge-text {
  font-size: 1rem;
  line-height: 1.5;
}

.max-width-80ch {
  max-width: 80ch;
}

.figma-image-wrap {
  width: 60%;
}

.home-tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.figma {
  background-color: #1d1f20;
  border: 1px solid #3f3f3f;
  border-radius: 1.5rem;
  justify-content: space-between;
  margin-top: 1rem;
  display: flex;
}

.blob-elipse {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 2px;
}

.blob-elipse.inside {
  background-color: #fff;
  border-style: none;
  border-width: 0;
  width: .625rem;
  height: .625rem;
  padding: 0;
}

.home-card-image-wrap {
  background-color: #121212;
  width: 100%;
  overflow: hidden;
}

.home-card-image-wrap.ratio {
  aspect-ratio: auto;
  height: 23rem;
}

.button-homepage {
  color: #000;
  background-color: #fff;
  border-radius: 10rem;
  flex-direction: column;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  transition: padding .6s;
  display: flex;
  overflow: hidden;
}

.button-homepage:hover {
  grid-row-gap: .25rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.figma-image {
  object-fit: cover;
  object-position: 0% 50%;
  height: 100%;
}

.text-link {
  grid-column-gap: 1rem;
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .3s, transform .2s;
  display: flex;
}

.text-link:hover {
  opacity: .7;
  transform: translate(0, -2px);
}

.template-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  display: flex;
}

.figma-logo {
  width: 2.125rem;
  height: auto;
}

.heading-button {
  grid-column-gap: 2.5rem;
  color: #121212;
  justify-content: center;
  align-items: stretch;
  margin-top: 1rem;
  display: flex;
}

.heading-large-home {
  font-size: 6rem;
  line-height: 1.15;
}

.home-page-cards-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 6rem;
}

.parallax-wrapper {
  height: 150vh;
  margin-top: 12rem;
}

.testimonial-heading-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 9rem;
  display: flex;
}

.about-1-hero-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: -10rem;
  display: flex;
}

.max-width-40ch {
  text-align: center;
  max-width: 50ch;
}

.categories-heading {
  letter-spacing: -.3px;
  font-size: 6rem;
  line-height: 1;
}

.style-guide-text {
  font-size: 2.75rem;
  line-height: 1.55;
}

.changelog-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 82%);
  width: 100%;
  margin-bottom: 10rem;
}

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 6.2rem;
  margin-bottom: 7.7rem;
}

.license-images-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.license-image-link {
  width: 100%;
  height: 10rem;
}

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

.max-width-65ch {
  max-width: 65ch;
}

.hero-section {
  overflow: hidden;
}

.subtitle-about-hero {
  text-align: center;
  align-self: center;
  max-width: 52ch;
  margin-top: 3rem;
}

.div-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  white-space: nowrap;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.opacity-70 {
  opacity: .7;
  letter-spacing: 3px;
}

.password-button {
  grid-column-gap: .75rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: .25rem;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  padding: .5rem .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.symbol {
  filter: invert();
  object-fit: contain;
  width: 10rem;
  height: 10rem;
}

.works-projects-image-wrapper {
  z-index: 1;
  object-fit: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70vh;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.home-works-item-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subtitle-hero-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 3rem;
}

.about-2-hero {
  flex-direction: row;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  place-items: center stretch;
  display: flex;
  position: relative;
}

.floating-card-about-hero {
  border-radius: .2rem;
  position: relative;
  overflow: hidden;
}

.floating-card-about-hero._1 {
  border-radius: .2rem;
  width: 13vw;
  position: absolute;
  top: 13%;
  left: -4%;
  overflow: hidden;
}

.floating-card-about-hero._1.light-mode-card {
  opacity: .5;
}

.floating-card-about-hero._2 {
  width: 16vw;
  position: absolute;
  inset: -5% 5% auto auto;
}

.floating-card-about-hero._3 {
  z-index: 3;
  width: 11vw;
  position: absolute;
  bottom: -10%;
  right: -1%;
}

.overlay-about-card {
  background-image: linear-gradient(#12121200, #121212 79%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.contain {
  object-fit: contain;
}

.hero-title-content {
  z-index: 2;
  text-align: center;
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-hero-size {
  font-size: 8.5vw;
  line-height: 1;
}

.about-hero-size.text-weight-bold {
  font-size: 11vw;
}

.hero-text-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5rem;
  display: flex;
}

.max-width-10ch {
  max-width: 14ch;
}

.max-width-10ch.margin-top-5rem {
  margin-top: 5rem;
}

.blog-tag {
  background-color: var(--light-grey);
  letter-spacing: .2px;
  border-radius: 7px;
  padding: .375rem .9rem;
  transition: background-color .3s;
}

.new-features-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.home-card-video-wrap {
  aspect-ratio: 1.82;
  border-radius: .2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-card-video-wrap.ratio-auto {
  aspect-ratio: auto;
}

.home-card-features-content {
  grid-row-gap: .8125rem;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 2.7rem 1rem 2.4rem;
  text-decoration: none;
  display: flex;
}

.card-video-wrap {
  grid-row-gap: 1rem;
  background-color: var(--dark-grey);
  color: var(--white);
  border: 1px solid #0000;
  border-radius: 1rem;
  flex-direction: column;
  padding: .8rem .8rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: border .3s, background-color .2s;
  display: flex;
  overflow: hidden;
}

.card-video-wrap:hover {
  background-color: var(--orange);
  border: 1px solid #19606140;
}

.video-card-content {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  text-decoration: none;
  display: flex;
}

.background-video {
  z-index: 1;
  border-radius: .5rem;
  width: 101%;
  height: 104%;
  position: absolute;
}

.white-mode-text {
  color: var(--dark-grey);
}

.white-mode-text.white-mode-background {
  background-color: var(--white);
}

.testimonial-card-content-white {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: .375rem;
  flex-flow: column;
  padding: 3.5rem 3rem 2.5rem;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-card-content-white:hover {
  background-color: #e1e2e3;
}

.testimonial-mouse-hover-follow-white {
  z-index: 99;
  background-color: var(--white);
  opacity: .8;
  filter: blur(90px);
  pointer-events: none;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
}

.overlay-hero-white {
  z-index: 2;
  background-color: var(--white);
  opacity: .76;
  position: absolute;
  inset: 0%;
}

.image-content-middle {
  height: 66vh;
}

.image-content-middle.small {
  height: 60vh;
}

.button-hero-black {
  grid-column-gap: .75rem;
  background-color: var(--black);
  color: var(--white);
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .8rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-hero-black:hover {
  background-color: var(--orange);
  color: var(--white);
}

.invert {
  filter: invert();
}

.logo-card-white-mode {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  border: 1px solid #2424241a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 4.75rem 3.5rem;
  transition: background-color .2s, border-color .2s;
  display: flex;
  overflow: hidden;
}

.logo-card-white-mode:hover {
  background-color: #ddd;
  border-color: #fbfbfb00;
}

.card-content-white-mode {
  z-index: 2;
  grid-row-gap: .75rem;
  width: 100%;
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  margin-top: .5rem;
  margin-left: .3rem;
  text-decoration: none;
  display: flex;
}

.blog-tags-white-mode {
  grid-column-gap: .6rem;
  opacity: .8;
  color: var(--black);
  white-space: nowrap;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.blog-tags-white-mode:hover {
  color: var(--orange);
}

.blog-tags-white-mode:lang(en) {
  opacity: 1;
}

.blog-tag-link-white-mode {
  color: var(--dark-grey);
  text-decoration: none;
  transition: color .2s;
}

.blog-tag-link-white-mode.w--current {
  color: var(--white);
}

.text-field-white-mode {
  color: var(--dark-grey);
  background-color: #ebebeb;
  border: 1px solid #d2d2d252;
  border-radius: .3rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: border-color .3s;
}

.text-field-white-mode:hover {
  background-color: var(--white);
}

.text-field-white-mode:focus {
  border-color: var(--light-grey);
}

.message-field-white-mode {
  min-height: 8rem;
  color: var(--dark-grey);
  background-color: #ebebeb;
  border: 1px solid #d2d2d252;
  border-radius: .3rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.message-field-white-mode:focus {
  border-color: var(--light-grey);
}

.button-contact-black {
  grid-column-gap: .75rem;
  background-color: var(--dark-grey);
  color: var(--white);
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 2.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-contact-black.align-middle {
  align-self: center;
}

.button-contact-black.align-middle:hover {
  background-color: var(--orange);
}

.view-all-tag-white-mode {
  grid-column-gap: .6rem;
  width: 100%;
  color: var(--dark-grey);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.view-all-tag-white-mode:hover {
  color: var(--orange);
}

.nav-link-light {
  font-family: var(--font-variable);
  color: var(--dark-grey);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.menu-button-light {
  z-index: 99;
  filter: brightness(0%);
  cursor: pointer;
  background-color: #c8c8c800;
  padding: 0 1rem 1rem;
  position: relative;
}

.menu-button-light.w--open {
  background-color: #c8c8c800;
  padding: 1rem;
}

.price-card-light {
  grid-row-gap: 4rem;
  height: 100%;
  min-height: 60svh;
  color: var(--light-grey);
  background-color: #e5e5e5;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  display: flex;
}

.enterprise-banner-light {
  background-color: #e5e5e5;
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 2rem;
  display: flex;
}

.about-big-number-text {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: -14%;
}

.about-1-hero-image {
  z-index: 6;
  padding: 1vw;
  position: relative;
}

.about-1-image-absolute {
  z-index: 7;
  border-radius: 4px;
  width: 14vw;
  position: absolute;
  top: 20%;
  left: -3vw;
  overflow: hidden;
}

.about-1-image-absolute._2 {
  mix-blend-mode: exclusion;
  width: 8.5vw;
  top: 48%;
  left: -1.1%;
}

.about-1-image-absolute._2.blending-none {
  filter: invert();
  mix-blend-mode: normal;
}

.about-1-image-absolute._3 {
  z-index: 2;
  width: 10vw;
  inset: -3% -1% auto auto;
}

.about-1-image-absolute._4 {
  z-index: 7;
  width: 10vw;
  inset: auto 2% 17% auto;
}

.about-hero {
  perspective: 2000px;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  object-fit: fill;
  margin-bottom: 3rem;
  position: relative;
  transform: perspective(2000px);
}

.divider-line-about {
  opacity: .1;
  background-color: #fbfbfb;
  width: 100%;
  height: 1px;
  margin-bottom: 10rem;
}

.spacer-3-5rem {
  height: 3.5rem;
}

.services-link-left-light {
  color: var(--dark-grey);
  transition: color .2s;
  position: relative;
}

.services-link-left-light:hover {
  color: var(--orange);
}

.services-link-right-light {
  color: var(--dark-grey);
  transition: color .2s;
  position: relative;
}

.services-link-right-light:hover {
  color: var(--orange);
}

.hero-3-wrapper-light {
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-content-light {
  height: 66vh;
  box-shadow: 165px 277px 90px #00000003;
}

.home-projects-details-light {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--dark-grey);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: center start;
  display: grid;
}

.home-projects-name-light {
  max-width: 100%;
  color: var(--black);
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.black-elipse {
  background-color: var(--black);
  opacity: .2;
  border-radius: 50%;
  min-width: .5rem;
  min-height: .5rem;
}

.home-awards-light-mode {
  grid-row-gap: 1rem;
  color: var(--dark-grey);
  flex-direction: column;
  margin-top: 13rem;
  margin-bottom: 11rem;
  display: flex;
}

.divider-line-black {
  background-color: var(--dark-grey);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.cart-button-light {
  background-color: var(--light-grey);
  width: 4rem;
  height: 4rem;
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  padding: .8rem 1rem;
  transition: all .3s;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.cart-button-light:hover {
  background-color: var(--orange);
  opacity: .81;
  transform: scale(.9);
}

.template-component-homepage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-3-hero-wrapper {
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-testimonial {
  background-color: #1d1d1d;
  border-radius: 1rem;
  flex-direction: row;
  width: 30rem;
  min-height: 40rem;
  margin-right: 1.5rem;
  overflow: hidden;
}

.slider-testimonial:hover {
  background-color: #232323;
}

.slider-testimonial.white-mode-background {
  background-color: #e0e2e3;
}

.about-2-left-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-logos-grid-white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #2424241a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.close-button {
  filter: invert();
}

.dimmed-70 {
  filter: brightness(70%);
}

.project-scope-tags {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.button-medium {
  grid-column-gap: .75rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .8rem;
  text-decoration: none;
  transition: all .2s;
}

.button-medium:hover {
  background-color: var(--orange);
  color: var(--white);
}

.website-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.circle-link-text {
  z-index: 20;
  position: relative;
}

.outline-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.sticky-circle {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 355px;
  padding-left: 4px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.sticky-circle.no-top {
  z-index: 50;
  margin-top: 0;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.grid-wrapper.indicator-grid-wrapper {
  z-index: 10;
  align-content: end;
  height: 0;
}

.scrol-indicator-wrapper {
  z-index: 20;
  align-items: flex-end;
  width: 0;
  height: 0;
  max-height: 0;
  margin-bottom: 90px;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.outline-clip {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.outline-clip.top {
  width: 50%;
  display: flex;
}

.outline-clip.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.gradient-overlay {
  background-image: linear-gradient(#0000, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-2 {
  box-shadow: 0 0 90px 20px #ffffff05;
}

.text-weight-black {
  font-weight: 900;
}

.text-weight-black.caps.text-size-regular.drop-shadow {
  text-shadow: 0 0 7px #00000080;
}

.all-work-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  transition: color .2s;
  position: relative;
}

.all-work-link:hover {
  color: var(--orange);
}

.all-work {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.team-spacer {
  height: 9.5rem;
}

.partner-position {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #000;
  border-radius: .2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: .5rem;
  padding: .3125rem .4375rem;
  display: flex;
}

.partner-banner {
  z-index: 1;
  background-color: #000000bf;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
  position: relative;
}

.text-block {
  display: block;
}

.text-block.text-weight-bold.partner-text {
  padding-bottom: 5px;
  font-size: 1.15rem;
}

.partner-image {
  width: auto;
  height: 75px;
  margin-left: auto;
}

.link {
  color: var(--orange);
  text-decoration: underline;
}

.mask-2 {
  width: 30rem;
  height: 40rem;
  overflow: visible;
}

.team-slide {
  width: 30rem;
  min-height: 40rem;
  margin-right: 1.5rem;
}

.team-wrapper {
  background-image: url('../images/team-1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.team-wrapper._02 {
  background-image: url('../images/team-2.jpg');
}

.team-wrapper._03 {
  background-image: url('../images/team-3.jpg');
}

.team-wrapper._04 {
  background-image: url('../images/team-4.jpg');
}

.team-slider {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.team-item-single {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30rem;
  height: 40rem;
  margin-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-item-single.partnered {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.team-section {
  z-index: 2;
  opacity: .9;
  flex-flow: row;
  justify-content: space-between;
  height: 100%;
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.team-section:hover {
  opacity: 1;
}

.text-block-2 {
  position: absolute;
}

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

.align-middle.recaptcha {
  width: 100%;
  margin-top: 1rem;
}

.checkboxes {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: grid;
}

.checkbox-icon {
  border: 1px solid #fff3;
  margin-top: 5px;
  margin-left: -25px;
}

.checkbox-icon.w--redirected-checked {
  background-color: #f4fd6b;
  border-color: #f4fd6b;
}

.checkbox-field {
  padding-left: 25px;
}

.menu-contact {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  font-size: 3.43755rem;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-large {
  font-size: 5.3125rem;
  line-height: 1;
}

@media screen and (min-width: 1440px) {
  .social-link:hover {
    opacity: .6;
    transform: translate(0, -3px);
  }
}

@media screen and (max-width: 991px) {
  .style-guide-heading {
    font-size: 7rem;
  }

  .text-size-regular {
    color: var(--white);
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .text-weight-bold._900 {
    font-size: 20vw;
  }

  .heading-2-large {
    font-size: 21vw;
    line-height: 1;
  }

  .heading-2-large.text-weight-black.banner-heading {
    font-size: 5rem;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-1-medium {
    font-size: 2rem;
  }

  .heading-2-medium {
    font-size: 1.6rem;
    line-height: 1.35;
  }

  .heading-5 {
    font-size: 3rem;
  }

  .text-size-large {
    line-height: 1.3;
  }

  .section-style-guide {
    margin-top: 4rem;
  }

  .text-weight-medium.text-size-regular {
    z-index: 10;
  }

  .heading-3 {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .utility-page-form {
    align-items: center;
    width: 100%;
  }

  .social-icons {
    display: none;
  }

  .navbar-component {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .nav-link {
    align-self: center;
  }

  .navbar-open {
    min-height: 100vh;
    bottom: 0%;
  }

  .navbar-open-animation {
    display: none;
  }

  .nav-link-text {
    font-size: 10vh;
  }

  .navbar-open-component {
    grid-template-columns: 1fr;
  }

  .home-about-component {
    margin-top: 15vh;
  }

  .home-works-component {
    margin-top: 12rem;
  }

  .work-div-wrapper, .work-item:nth-child(odd) {
    margin-top: 0;
  }

  .collection-list, .work-home-gird {
    grid-template-columns: 1fr;
  }

  .testimonial-heading {
    margin-top: 0;
  }

  .infos-component {
    margin-top: 3rem;
  }

  .infos-grid._1-row {
    grid-template-columns: 1fr;
  }

  .home-projects-component {
    grid-row-gap: 3rem;
    margin-bottom: 6rem;
  }

  .projects-home-list.grid-work {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .projects-home-list.grid-about {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .home-projects-name {
    text-align: center;
    justify-content: center;
    width: auto;
  }

  .home-projects-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    display: flex;
  }

  .home-projects-details.vertical-flex-box {
    align-items: center;
  }

  .home-project-description {
    text-align: center;
    justify-content: center;
  }

  .home-project.home-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .slider-component {
    min-height: 0;
  }

  .slider-component.margin-left {
    padding-left: 0;
  }

  .testimonial-wrapper {
    padding-top: 6rem;
  }

  .marquee-home-bottom {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .heading-marquee {
    letter-spacing: -8px;
  }

  .logos-grid {
    grid-column-gap: 2.75rem;
    grid-row-gap: 5.25rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: stretch;
  }

  .about-component {
    grid-row-gap: 4rem;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .about-component.works {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about-paragraph {
    margin-left: 0%;
  }

  .about-title {
    margin-right: 0%;
  }

  .projects-mouse-hover-wrapper {
    display: none;
  }

  .testimonial-component {
    grid-row-gap: 2rem;
    padding-top: 4rem;
  }

  .testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .works-heading-size {
    font-size: 9rem;
  }

  .divider-line.mobile-only {
    display: block;
  }

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

  .blog-pots-component {
    margin-bottom: 4rem;
  }

  .blog-heading-size {
    font-size: 15vw;
  }

  .card {
    width: 100%;
    max-width: none;
  }

  .cards-component {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-bottom: 5rem;
  }

  .check-list {
    padding-left: 0;
  }

  .price-card {
    min-height: auto;
  }

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

  .enterprise-content {
    flex-direction: column;
  }

  .enterprise-banner {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .pricing-heading-size {
    font-size: 10rem;
  }

  .testimonial-grid-wrapper {
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .testimonial-content-wrapper {
    padding-top: 6rem;
  }

  .testimonial-card-content {
    background-color: #232323;
  }

  .testimonial-mouse-hover-wrapper {
    display: none;
  }

  .footer-bottom {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links-wrapper {
    order: -1;
  }

  .home-3-heading-size {
    font-size: 24vw;
  }

  .home-marquee-wrapper {
    z-index: 2;
    position: relative;
  }

  .home-marquee-image {
    width: 27rem;
    height: 29rem;
  }

  .services-grid-wrapper {
    grid-column-gap: 8rem;
    grid-template-rows: auto auto auto auto;
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .services-wrapper {
    padding-bottom: 6rem;
  }

  .home-3-marquee-image {
    width: 27rem;
    height: 29rem;
  }

  .home-heading-size {
    font-size: 25vw;
  }

  .about-3-heading {
    font-size: 13vw;
  }

  .about-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .about-paragraph-wrapper {
    align-self: flex-start;
  }

  .about-logos-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .banner-background {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .contact-footer {
    margin-top: 3rem;
  }

  .contact-images-wrapper {
    margin-left: -40vw;
  }

  .contact-images-wrapper.right {
    margin-left: 15vw;
  }

  .contact-form.center-align {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .contact-content-wrapepr {
    margin-bottom: 0;
  }

  .form-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .row-wrapper {
    width: 100%;
  }

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

  .home-awards {
    grid-row-gap: 5rem;
    margin-top: 12rem;
  }

  .services-item-name {
    margin-left: 0;
  }

  .team-item {
    border-radius: 1rem;
  }

  .big-text-wrapper {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .home-hero-grid-image._2 {
    padding-left: 0;
  }

  .home-hero-grid-image._3 {
    margin-left: 2rem;
    margin-right: 0;
  }

  .home-hero-grid-image._4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .home-hero-grid-image._5 {
    margin-left: 1rem;
    margin-right: 3rem;
  }

  .home-hero-grid-image._6 {
    margin-left: 2rem;
    margin-right: 1rem;
  }

  .mosaic-parallax-wrapper {
    display: none;
  }

  .mosaic-cards-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .middle-card {
    position: relative;
  }

  .left-card {
    position: relative;
    top: 0%;
    left: auto;
    right: auto;
  }

  .right-card {
    position: relative;
    inset: 0% auto auto;
  }

  .project-content-wrapper {
    width: 100%;
  }

  .parallax-home-wrapper {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 200vh;
    display: flex;
  }

  .image-left-content {
    width: 52vw;
  }

  .image-middle-content {
    align-self: flex-end;
    width: 56vw;
    transform: translate(0);
  }

  .image-right-content {
    width: 52vw;
    height: 45vh;
    margin-left: 0;
    position: static;
  }

  .parallax-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 2rem 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .image-content, .image-content.small {
    height: 45vh;
  }

  .sticky-wrapper {
    flex-flow: column;
    margin-top: 0;
    padding-top: 6rem;
  }

  .sticky-image-content {
    width: 90vw;
    position: static;
  }

  .sticky-image-wrapper {
    order: -1;
  }

  .about-content-wrapper {
    margin-top: 1rem;
  }

  .bottom-about-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .left-content-wrapper {
    width: 20rem;
  }

  .top-about-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

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

  .works-details {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
  }

  .works-details.vertical-flex-box {
    align-items: center;
  }

  .works-names {
    text-align: center;
    justify-content: center;
    width: auto;
  }

  .works-description {
    text-align: center;
    justify-content: center;
    max-width: 100%;
  }

  .sticky-content-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    margin-top: 6rem;
    margin-left: 0;
  }

  .password-heading {
    white-space: nowrap;
    font-size: 10vw;
  }

  .password-wrap {
    width: 100%;
  }

  .error-heading {
    font-size: 3.2rem;
  }

  .about-1-content-wrapper {
    flex-flow: column;
    display: flex;
  }

  .product-component {
    flex-direction: column;
    margin-bottom: 6rem;
    display: flex;
  }

  .studio-component {
    width: auto;
  }

  .about-margin {
    margin-bottom: 4rem;
  }

  .collection-item {
    width: 100%;
  }

  .pricing-grid-categories {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-wrapper {
    padding-left: 2.5rem;
  }

  .spacer-12rem {
    height: 6rem;
  }

  .home-paragraph {
    font-size: 2.3rem;
    line-height: 1.4;
  }

  .heading-home {
    font-size: 3.8rem;
    line-height: 1.15;
  }

  .home-template-wrap {
    margin-top: 0;
  }

  .figma-content {
    width: 100%;
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
    margin-left: 0;
    padding-left: 3.1rem;
    padding-right: 3.1rem;
  }

  .max-width-80ch {
    max-width: none;
  }

  .figma-image-wrap {
    width: 100%;
  }

  .figma {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
  }

  .home-card-image-wrap.ratio {
    height: auto;
  }

  .figma-image {
    height: 100%;
  }

  .heading-large-home {
    font-size: 3.8rem;
    line-height: 1.15;
  }

  .home-page-cards-grid {
    grid-template-columns: 1fr;
  }

  .about-2-title {
    margin-right: 0%;
  }

  .parallax-wrapper {
    height: 180vh;
    margin-top: 6rem;
  }

  .testimonial-heading-wrapper {
    margin-bottom: 3rem;
  }

  .about-1-hero-text {
    margin-top: 15vh;
  }

  .categories-heading {
    font-size: 6vw;
  }

  .style-guide-text {
    font-size: 2rem;
  }

  .changelog-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .subtitle-hero-component {
    margin-bottom: 0;
  }

  .about-2-hero {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .floating-card-about-hero._1 {
    width: 18vw;
    top: 9%;
    left: -8%;
  }

  .floating-card-about-hero._2 {
    width: 20vw;
    top: -20%;
    right: 9%;
  }

  .floating-card-about-hero._3 {
    width: 15vw;
    bottom: -15%;
    right: -7%;
  }

  .about-hero-size {
    font-size: 11vw;
  }

  .about-hero-size.text-weight-bold {
    font-size: 15.5vw;
  }

  .hero-text-wrapper {
    margin-top: 0;
  }

  .new-features-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card-content-white.display-none {
    display: none;
  }

  .image-content-middle, .image-content-middle.small {
    height: 45vh;
  }

  .nav-link-light {
    align-self: center;
  }

  .enterprise-banner-light {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .about-big-number-text {
    top: 20%;
    bottom: auto;
    right: 20%;
  }

  .about-1-image-absolute {
    width: 15vw;
    left: -4.4vw;
  }

  .about-1-image-absolute._2 {
    width: 5vw;
    top: 50%;
    left: 1.1%;
  }

  .about-1-image-absolute._3 {
    width: 12.5vw;
  }

  .about-1-image-absolute._4 {
    width: 12.5vw;
    bottom: 12%;
    right: -4%;
  }

  .about-hero {
    margin-top: 6rem;
  }

  .image-content-light {
    height: 45vh;
  }

  .home-projects-details-light {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    display: flex;
  }

  .home-projects-name-light {
    text-align: center;
    justify-content: center;
    width: auto;
  }

  .home-awards-light-mode {
    grid-row-gap: 5rem;
    margin-top: 12rem;
  }

  .about-2-left-content {
    width: 20rem;
  }

  .about-logos-grid-white {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .project-scope-tags {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .circle-link-text {
    text-align: center;
    font-size: 7.5px;
  }

  .outline-circle {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }

  .sticky-circle, .outline-circle-wrapper {
    width: 90px;
    height: 90px;
  }

  .gradient-overlay {
    background-image: linear-gradient(#0000, #00000080 75%, #000000bf);
  }

  .team-item-single {
    border-radius: 1rem;
  }

  .paragraph {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-heading {
    font-size: 6rem;
  }

  .container.testfsd {
    flex-flow: column;
  }

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

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

  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-2-large.text-weight-black.banner-heading {
    font-size: 3rem;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .heading-2-medium {
    line-height: 1.3;
  }

  .heading-5 {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .text-weight-medium.text-size-small {
    font-size: .75rem;
  }

  .heading-3 {
    font-size: 5.5rem;
  }

  .heading-3.size {
    font-size: 3rem;
  }

  .navbar {
    padding-top: 1.5rem;
  }

  .navbar-component {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .menu-button {
    padding-right: 0;
  }

  .home-about-component, .home-works-component {
    margin-top: 6rem;
  }

  .work-image-wrapper {
    opacity: 1;
  }

  .image {
    z-index: 1;
    position: relative;
  }

  .infos-grid._1-row {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-projects-component {
    grid-row-gap: 0rem;
    margin-top: 0;
    margin-bottom: 6rem;
    padding-top: 0;
  }

  .home-projects-name {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .home-projects-details.vertical-flex-box {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .slider-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .slider {
    width: 50svh;
  }

  .testimonial-wrapper {
    padding-top: 4rem;
  }

  .heading-marquee {
    letter-spacing: -8px;
  }

  .about-component {
    padding-bottom: 6rem;
  }

  .testimonial-component {
    padding-top: 2rem;
  }

  .works-heading {
    margin-bottom: 3rem;
  }

  .works-heading-size {
    font-size: 6rem;
  }

  .view-all-tag {
    white-space: nowrap;
  }

  .blog-tags-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .blog-heading-wrap {
    width: 100%;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .price-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pricing-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .price-toggle-wrap {
    margin-top: 1rem;
  }

  .pricing-heading-size {
    font-size: 6rem;
  }

  .testimonial-content-wrapper {
    padding-top: 6rem;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services-grid-wrapper {
    grid-column-gap: 5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .overlay-hero {
    height: 100vh;
  }

  .about-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .about-grid-heading-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .banner-background {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    padding-bottom: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-footer {
    margin-top: 2rem;
  }

  .delete {
    font-size: 1.2rem;
  }

  .form {
    align-items: stretch;
  }

  .contact-images-wrapper {
    display: none;
  }

  .contact-content-wrapepr {
    margin-bottom: .9rem;
  }

  .form-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .services-component {
    grid-row-gap: 2rem;
  }

  .home-awards {
    grid-row-gap: 4rem;
    margin-top: 4rem;
  }

  .services-item {
    padding-bottom: 2rem;
  }

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

  .exclusion.partner-exclusion-spacing {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .team-position.partner-position-spacing {
    margin-bottom: 1rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .team-item {
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .slider-team {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .big-text-wrapper {
    padding-left: 0;
  }

  .home-hero-grid-image._1 {
    padding-top: 1rem;
    padding-right: 0;
  }

  .home-hero-grid-image._2 {
    padding-bottom: 2.5rem;
    padding-left: .5rem;
  }

  .home-hero-grid-image._3 {
    margin: 1.45rem 2rem .4rem;
  }

  .home-hero-grid-image._4 {
    margin-top: .625rem;
    margin-left: 1.75rem;
    margin-right: 1.875rem;
  }

  .home-hero-grid-image._5 {
    margin-bottom: 2.09375rem;
    margin-left: 2.9375rem;
    margin-right: 3.5rem;
  }

  .home-hero-grid-image._6 {
    margin-top: .90625rem;
    margin-left: 2.875rem;
    margin-right: 3.34375rem;
  }

  .home-hero-grid-image._7 {
    margin-left: .5625rem;
  }

  .mosaic-content {
    margin-top: 2rem;
  }

  .mosaic-cards-wrapper {
    position: relative;
  }

  .project-content-wrapper {
    margin-left: auto;
  }

  .projects-main-image {
    width: 100%;
    height: 40vh;
  }

  .parallax-home-wrapper {
    height: 120vh;
  }

  .image-left-content, .image-middle-content, .image-right-1 {
    height: 45vh;
  }

  .opacity-60.max-width-40ch {
    text-align: left;
  }

  .heading-2.size {
    font-size: 4rem;
  }

  .left-content-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .about-flex-horizontal {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .about-2-logo-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 2.5rem;
  }

  .works-spacer {
    height: 7rem;
  }

  .footer-spacer {
    height: 6rem;
  }

  .works-details.vertical-flex-box {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .works-names {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .works-description {
    max-width: 80%;
  }

  .spacer-14rem {
    height: 4rem;
  }

  .error-heading {
    font-size: 3rem;
  }

  .content {
    padding-left: 0;
  }

  .content-description-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .product-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: 6rem;
  }

  .product-description {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-margin {
    margin-bottom: 3rem;
  }

  .elipse.green {
    min-width: .5rem;
    min-height: .5rem;
  }

  .price-value.text-weight-medium {
    font-size: 4rem;
  }

  .home-paragraph {
    font-size: 1.5rem;
  }

  .heading-home, .heading-large-home {
    font-size: 3rem;
  }

  .parallax-wrapper {
    margin-top: 6rem;
  }

  .about-1-hero-text {
    margin-bottom: 3rem;
  }

  .style-guide-text {
    font-size: 2rem;
    line-height: 1.15;
  }

  .changelog-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .subtitle-hero-component {
    text-align: center;
    margin-bottom: 0;
  }

  .about-2-hero {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 2rem;
  }

  .floating-card-about-hero._2 {
    width: 25vw;
    top: -28%;
    right: 5%;
  }

  .about-hero-size {
    font-size: 15vw;
  }

  .hero-text-wrapper {
    margin-top: 0;
  }

  .view-all-tag-white-mode {
    white-space: nowrap;
  }

  .price-card-light {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about-big-number-text {
    right: 0%;
  }

  .about-hero {
    margin-top: 0;
  }

  .divider-line-about {
    margin-bottom: 8rem;
  }

  .home-projects-name-light {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .slider-testimonial {
    width: 50svh;
  }

  .about-2-left-content {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .circle-link-text {
    text-align: center;
    font-size: 9px;
    line-height: 1.3em;
  }

  .outline-circle {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .sticky-circle {
    z-index: 50;
    background-color: #161a20;
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .sticky-circle.no-top {
    top: auto;
    bottom: 36px;
  }

  .outline-circle-wrapper {
    width: 80px;
    height: 80px;
  }

  .scrol-indicator-wrapper {
    z-index: 30;
    padding-bottom: 36px;
  }

  .gradient-overlay {
    z-index: 10;
    background-image: linear-gradient(#0000, #00000080 67%, #000000bf);
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .team-spacer {
    height: 7rem;
  }

  .partner-banner {
    padding: 1rem 1.5rem;
  }

  .team-slide {
    width: 50svh;
  }

  .team-slider, .team-section {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .paragraph-large.size {
    font-size: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-heading {
    font-size: 5rem;
    line-height: 1.1;
  }

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

  .text-size-regular.drop-shadow {
    mix-blend-mode: normal;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style-guide-menu {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .sticky-menu, .style-guide-menu-wrapper, .style-guide-component {
    width: 100%;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .heading-1-medium {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .heading-1-medium.custom-size {
    font-size: 1.2rem;
  }

  .heading-2-medium {
    font-size: 1rem;
    line-height: 1.5;
  }

  .heading-2-medium.text-weight-bold.large {
    font-size: 2.1rem;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .style-guide-divider-line {
    width: 100%;
  }

  .text-weight-medium.caps.text-size-xlarge {
    font-size: 1.375rem;
  }

  .text-weight-medium.text-size-small {
    font-size: 10px;
  }

  .heading-3 {
    font-size: 4rem;
  }

  .text-size-huge {
    font-size: 1rem;
  }

  .text-size-huge.large {
    font-size: 1.5rem;
  }

  .text-size-xxlarge {
    font-size: 1.3rem;
  }

  .text-size-xlarge {
    font-size: 1rem;
  }

  .navbar-lottie.drop-shadow {
    text-shadow: 0 0 5px #000;
  }

  .navbar-component {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-text {
    font-size: 2.8rem;
  }

  .home-about-component {
    margin-top: 4rem;
  }

  .project-scope-collection-list {
    flex-flow: wrap;
  }

  .work-info-wrapper {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .image {
    height: 150%;
  }

  .infos-component {
    margin-top: 6rem;
  }

  .infos-grid._1-row {
    grid-template-columns: 1fr;
  }

  .home-projects-component {
    grid-row-gap: 0rem;
    margin-top: 0;
    margin-bottom: 6rem;
  }

  .home-projects-name {
    text-align: center;
    justify-content: center;
    max-width: 80%;
  }

  .home-projects-details {
    display: flex;
  }

  .home-project-description {
    max-width: 100%;
  }

  .slider-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    min-height: 35rem;
    display: flex;
  }

  .mask {
    width: 90%;
    height: 30rem;
  }

  .slider-wrapper {
    width: 100%;
  }

  .slider {
    width: 100%;
    min-height: 30rem;
    margin-right: 1rem;
  }

  .testimonial-wrapper {
    padding-top: 0;
  }

  .marquee-home-bottom {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-marquee {
    letter-spacing: 0;
  }

  .about-component {
    grid-row-gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .about-component.works {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-3-logo {
    width: 100%;
  }

  .about-paragraph {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .logos-image {
    width: 10rem;
  }

  .logos-grid-marquee {
    height: 5rem;
  }

  .testimonial-component {
    padding-top: 0;
  }

  .works-heading {
    margin-bottom: 3rem;
  }

  .works-heading-size {
    font-size: 3.5rem;
  }

  .blog-tags-list {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .divider-line {
    width: 100%;
  }

  .view-all-tag {
    justify-content: center;
    align-items: center;
  }

  .blog-tags-content {
    flex-flow: wrap;
  }

  .blog-pots-component {
    margin-top: 15vh;
  }

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

  .card {
    grid-row-gap: 1rem;
    padding-bottom: 3rem;
  }

  .image-background.cards {
    height: 18rem;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .blog-posts {
    margin-bottom: 2rem;
  }

  .continue-blog-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    display: flex;
  }

  .cards-component {
    margin-bottom: 0;
  }

  .price-button {
    align-items: stretch;
  }

  .check-icon-wrap.white {
    width: 1.75em;
  }

  .pricing-heading-size {
    font-size: 3.5rem;
  }

  .testimonial-card-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-bottom {
    justify-content: space-between;
    align-items: center;
  }

  .credits {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-links-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 2rem;
  }

  .home-marquee-image {
    width: 17rem;
    height: 19rem;
  }

  .services-grid-wrapper {
    grid-column-gap: 3rem;
  }

  .home-3-marquee-image {
    width: 17rem;
    height: 19rem;
  }

  .max-width-30ch {
    justify-content: center;
    align-items: center;
  }

  .about-logos-grid {
    grid-template-columns: 1fr;
  }

  .contact-us-content {
    width: 100%;
  }

  .contact-us-text-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 30ch;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .contact-grid {
    padding-bottom: 4rem;
  }

  .contact-footer {
    margin-top: 0;
  }

  .form {
    margin-bottom: 2rem;
  }

  .contact-form.center-align, .contact-form.margin {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-content-wrapepr {
    margin-bottom: 0;
  }

  .form-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-12-column {
    grid-row-gap: 1rem;
  }

  .home-awards {
    margin-top: 4rem;
  }

  .exclusion.partner-exclusion-spacing {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team-position.partner-position-spacing {
    margin-left: 1rem;
  }

  .team-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-team {
    padding-left: 0;
  }

  .slider-team-member-wrapper, .big-text-wrapper {
    width: 100%;
  }

  .home-hero-grid-image._5 {
    margin-left: 1.46875rem;
    margin-right: 1.75rem;
  }

  .home-hero-grid-image._6 {
    margin-left: 0;
    margin-right: 0;
  }

  .home-hero-grid-image._7 {
    margin: 1.46875rem .59375rem .4375rem .28125rem;
  }

  .home-hero-grid-image._8 {
    margin-top: .625rem;
    margin-left: .3125rem;
    margin-right: 3.25rem;
  }

  .max-width-25ch.service-tag {
    font-size: .75rem;
  }

  .home-hero-subitle {
    padding-left: .5rem;
    padding-right: .5rem;
    bottom: 1rem;
  }

  .works-grid {
    margin-top: 5rem;
  }

  .about-works-projects-image-wrapper {
    height: 15vh;
  }

  .project-image {
    object-fit: contain;
    object-position: 50% 0%;
  }

  .projects-main-image {
    height: 40vh;
  }

  .button-price {
    justify-content: flex-start;
    align-items: center;
  }

  .project-image-wrapper {
    height: 30vh;
  }

  .project-image-wrapper.mobile {
    object-fit: fill;
    height: 50vh;
  }

  .continue-works-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    display: flex;
  }

  .works-post {
    padding-bottom: 2.25rem;
  }

  .parallax-home-wrapper {
    height: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .image-middle-content, .image-right-content, .image-content {
    height: 45vh;
  }

  .sticky-wrapper {
    flex-flow: column;
    padding-top: 6rem;
    position: static;
  }

  .sticky-heading-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .sticky-content {
    text-align: center;
    align-items: center;
  }

  .info-wrapper {
    justify-content: center;
    align-items: center;
  }

  .opacity-60.max-width-40ch {
    text-align: center;
  }

  .sticky-image-content {
    width: 90vw;
  }

  .sticky-image-wrapper {
    order: -1;
  }

  .about-image {
    object-position: 30% 100%;
    height: 50vh;
  }

  .heading-2.size {
    font-size: 2.5rem;
  }

  .bottom-about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .left-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 18rem;
    padding-left: 0;
  }

  .about-flex-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-flex-horizontal {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .top-about-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-2-logo-grid {
    grid-row-gap: 2.25rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .text-size-huge-copy {
    font-size: 1rem;
  }

  .works-spacer {
    height: 15vh;
  }

  .works-details.vertical-flex-box {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
  }

  .works-names {
    justify-content: center;
    max-width: 80%;
  }

  .works-description {
    max-width: 100%;
  }

  .sticky-content-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    margin-top: 6rem;
    margin-left: 0;
  }

  .spacer-10rem {
    height: 7rem;
  }

  .error-heading {
    line-height: 1.1;
  }

  .about-1-content-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .content-heading-wrapper {
    justify-content: center;
    align-items: center;
  }

  .content {
    padding-left: 0;
  }

  .content-description-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .right-content-wrapper {
    text-align: center;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .about-max-width-19ch {
    max-width: none;
  }

  .badge {
    text-align: left;
  }

  .pricing-wrapper {
    padding-left: 0;
  }

  .heading-home {
    font-size: 2.9rem;
  }

  .text-link {
    justify-content: flex-start;
  }

  .heading-button {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .heading-large-home {
    font-size: 2.9rem;
  }

  .home-page-cards-grid {
    margin-top: 2rem;
  }

  .parallax-wrapper {
    height: 150vh;
    margin-top: 6rem;
  }

  .about-1-hero-text {
    margin-bottom: 3rem;
  }

  .categories-heading {
    line-height: 1.1;
  }

  .style-guide-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .changelog-component {
    width: 100%;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .home-works-item-wrapper {
    height: 30vh;
  }

  .about-hero-wrapper {
    min-height: 90vh;
  }

  .subtitle-hero-component {
    text-align: center;
    margin-bottom: 0;
  }

  .about-2-hero {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
  }

  .floating-card-about-hero._1 {
    width: 22vw;
    top: 10%;
    left: -15%;
  }

  .floating-card-about-hero._3 {
    width: 20vw;
    bottom: -40%;
    right: -18%;
  }

  .hero-text-wrapper {
    margin-top: 0;
  }

  .testimonial-card-content-white {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-content-middle {
    height: 45vh;
  }

  .logo-card-white-mode {
    border-left: 1px solid #2424241a;
  }

  .card-content-white-mode {
    flex-direction: column;
    align-items: flex-start;
  }

  .view-all-tag-white-mode {
    justify-content: center;
    align-items: center;
  }

  .about-big-number-text {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    position: relative;
    left: auto;
    right: auto;
  }

  .divider-line-about {
    width: 100%;
  }

  .image-content-light {
    height: 45vh;
  }

  .home-projects-details-light {
    display: flex;
  }

  .home-projects-name-light {
    text-align: center;
    justify-content: center;
    max-width: 80%;
  }

  .home-awards-light-mode {
    margin-top: 4rem;
  }

  .divider-line-black {
    width: 100%;
  }

  .slider-testimonial {
    width: 100%;
    min-height: 0;
    margin-right: 1rem;
  }

  .about-2-left-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .about-logos-grid-white {
    grid-template-columns: 1fr;
  }

  .circle-link-text {
    letter-spacing: 2px;
    font-size: 7px;
    line-height: 1.4em;
  }

  .outline-circle {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }

  .sticky-circle {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .outline-circle-wrapper {
    width: 72px;
    height: 72px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .team-spacer {
    height: 15vh;
  }

  .partner-position {
    margin-bottom: 1rem;
  }

  .partner-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .partner-image {
    height: 65px;
  }

  .mask-2 {
    width: 100%;
    height: 30rem;
  }

  .team-slide {
    width: 100%;
    min-height: 30rem;
    margin-right: 1rem;
  }

  .team-slider, .team-section {
    padding-left: 0;
  }

  .paragraph {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .paragraph.custom-size {
    font-size: 1.2rem;
  }

  .paragraph-large.size {
    font-size: 2.5rem;
  }
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a8b-55d3a3ae {
  grid-area: 6 / 1 / 11 / 4;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a8d-55d3a3ae {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a8f-55d3a3ae {
  grid-area: 1 / 7 / 4 / 10;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a91-55d3a3ae {
  grid-area: 8 / 8 / 11 / 11;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a93-55d3a3ae {
  grid-area: 1 / 12 / 4 / 15;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a95-55d3a3ae {
  grid-area: 6 / 15 / 11 / 19;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a97-55d3a3ae {
  grid-area: 1 / 20 / 4 / 22;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a99-55d3a3ae {
  grid-area: 8 / 23 / 11 / 26;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a9c-55d3a3ae {
  grid-area: 6 / 1 / 11 / 4;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a9e-55d3a3ae {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48aa0-55d3a3ae {
  grid-area: 1 / 7 / 4 / 10;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48aa2-55d3a3ae {
  grid-area: 8 / 8 / 11 / 11;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48aa4-55d3a3ae {
  grid-area: 1 / 12 / 4 / 15;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48aa6-55d3a3ae {
  grid-area: 6 / 15 / 11 / 19;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48aa8-55d3a3ae {
  grid-area: 1 / 20 / 4 / 22;
}

#w-node-ade2dd07-e873-d4bc-13f2-ef896fc48aaa-55d3a3ae {
  grid-area: 8 / 23 / 11 / 26;
}

#w-node-_535f5166-730b-f5b5-9c06-40c677c3baeb-55d3a3ae, #w-node-_535f5166-730b-f5b5-9c06-40c677c3bafa-55d3a3ae, #w-node-_535f5166-730b-f5b5-9c06-40c677c3bb09-55d3a3ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08a83af1-9c0d-8d6b-ab28-49c6ac4ddc0f-ac4ddc0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_08a83af1-9c0d-8d6b-ab28-49c6ac4ddc12-ac4ddc0c {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: end;
}

#w-node-_0a49234f-53f3-f3e8-a0f2-9b11fb067197-55d3a3d2, #w-node-_0a49234f-53f3-f3e8-a0f2-9b11fb0671ab-55d3a3d2, #w-node-_0a49234f-53f3-f3e8-a0f2-9b11fb0671b0-55d3a3d2, #w-node-_0a49234f-53f3-f3e8-a0f2-9b11fb0671c3-55d3a3d2, #w-node-_0a49234f-53f3-f3e8-a0f2-9b11fb0671ed-55d3a3d2, #w-node-_0a49234f-53f3-f3e8-a0f2-9b11fb067211-55d3a3d2, #w-node-_0a49234f-53f3-f3e8-a0f2-9b11fb06722f-55d3a3d2, #w-node-_0a49234f-53f3-f3e8-a0f2-9b11fb067231-55d3a3d2, #w-node-_0a49234f-53f3-f3e8-a0f2-9b11fb067236-55d3a3d2, #w-node-_2429d44e-91ed-bff9-6732-f99d9336f608-55d3a3d2, #w-node-_59b2a0ad-6437-ca92-5fd0-4751cc26ff7a-55d3a3d2, #w-node-_4d0c6315-0a8d-a123-98ed-ca00b0dc734a-55d3a3d2, #w-node-_0a49234f-53f3-f3e8-a0f2-9b11fb06723f-55d3a3d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_090b3f23-0618-6859-0597-3b3cf9931b3a-55d3a3ef {
  justify-self: start;
}

#w-node-_8cd41e44-ddb5-296e-13e7-14c9f9bbd401-55d3a3ef {
  align-self: center;
}

#w-node-d2955ffc-e47a-c132-537d-fc62c1207a5d-55d3a3ef {
  place-self: center;
}

#w-node-_871c899a-6cc6-125b-53a4-061fe9f722f7-55d3a3ef {
  align-self: start;
}

#w-node-_05cf1cd9-4a96-bca8-21b7-356fe88441a3-55d3a3ef {
  align-self: center;
}

#w-node-_8ff62712-34f6-3d79-cd1e-15abc0b451a2-55d3a3ef {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e81e-55d3a3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e823-55d3a3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e828-55d3a3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e82d-55d3a3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e832-55d3a3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e837-55d3a3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e83c-55d3a3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e841-55d3a3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e846-55d3a3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e84b-55d3a3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e850-55d3a3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ee60457c-2dd0-a3fd-2234-ddc495991d62-55d3a3f0 {
  grid-area: 1 / 1 / 4 / 5;
  place-self: center;
}

#w-node-_1a22f237-66d3-672c-aac4-324b3c56949f-55d3a3f0 {
  grid-area: 2 / 4 / 4 / 5;
  align-self: start;
}

#w-node-b327eb9d-b45b-118d-4625-9e01e75e35e6-55d3a3f0 {
  align-self: start;
}

#w-node-_52be5e46-4e4c-d53a-f4b8-c335dd497594-55d3a3f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b22c965f-9000-0d1b-8a8c-ea59d0f2202c-55d3a3f0 {
  align-self: start;
}

#w-node-b22c965f-9000-0d1b-8a8c-ea59d0f22030-55d3a3f0, #w-node-_82eec972-0677-1433-d6d3-3c8cdac86846-55d3a3f0, #w-node-bcc40ed1-1feb-d6f5-5c51-86b5694998c1-55d3a3f0, #w-node-_1bd28013-c15e-cbe7-1251-f728c3835a9e-55d3a3f0, #w-node-_1bd28013-c15e-cbe7-1251-f728c3835aa0-55d3a3f0, #w-node-_1bd28013-c15e-cbe7-1251-f728c3835aa4-55d3a3f0, #w-node-_1bd28013-c15e-cbe7-1251-f728c3835aa6-55d3a3f0, #w-node-_1bd28013-c15e-cbe7-1251-f728c3835aa8-55d3a3f0, #w-node-_1bd28013-c15e-cbe7-1251-f728c3835a9a-55d3a3f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc1a622b-5f01-626e-d065-49a7a415654a-55d3a3f0, #w-node-cc1a622b-5f01-626e-d065-49a7a415655e-55d3a3f0 {
  justify-self: center;
}

#w-node-_8e723317-263d-32ac-4df5-ff4b35e15cd9-55d3a3f1 {
  align-self: center;
}

#w-node-b125422a-e036-16af-3d3e-74a381c6b24f-55d3a3f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0e5f9ef-da8b-e282-236e-2839d87cf7fa-55d3a3f1, #w-node-d2e05cb7-60c9-558f-cadc-677f55717394-55d3a3f1, #w-node-a609f8c1-c00e-2c72-9205-4a8431d7eb21-55d3a3f1, #w-node-_200ef21e-fcaa-1760-0f08-1e1b9984e907-55d3a3f1, #w-node-_364bcfac-d3c5-378f-681c-69a0008a3dab-55d3a3f1, #w-node-ed1a1d6d-7d41-e7fa-722f-58465506ed99-55d3a3f1, #w-node-_4698a562-2380-3f9e-cf11-7b45b4256606-55d3a3f1, #w-node-_7bc3d3e6-8460-e3b3-2ba6-bff5d72172b5-55d3a3f1 {
  place-self: center;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a379c-55d3a3f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37a2-55d3a3f1 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37a5-55d3a3f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37a8-55d3a3f1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37ab-55d3a3f1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37b0-55d3a3f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37b3-55d3a3f1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37b6-55d3a3f1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37bb-55d3a3f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37be-55d3a3f1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37c1-55d3a3f1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37c6-55d3a3f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37c9-55d3a3f1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37cc-55d3a3f1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-_21870377-7b63-87b3-071b-3ef41a7fe1d0-55d3a40a {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_7dccd266-f9d9-7382-083b-2f4184660ea7-55d3a40d {
  grid-area: 5 / 1 / 11 / 5;
}

#w-node-c8ebd38b-f8c2-139a-ff90-05cb731a3fd6-55d3a40d {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_449d2e49-a2a9-4ba2-a108-6d879cd89c68-55d3a40d {
  grid-area: 1 / 7 / 5 / 10;
}

#w-node-cee4dd84-db55-c0d8-bdf9-12c114700337-55d3a40d {
  grid-area: 8 / 8 / 11 / 11;
}

#w-node-_604fb355-d9e1-f9d8-279f-e3271cec639a-55d3a40d {
  grid-area: 1 / 12 / 4 / 15;
}

#w-node-_49de8469-0933-1bb0-3b1d-78003e81366f-55d3a40d {
  grid-area: 6 / 15 / 11 / 19;
}

#w-node-_178b8864-4df1-bf5b-65da-393b14c5b883-55d3a40d {
  grid-area: 1 / 20 / 4 / 22;
}

#w-node-c691d212-a36d-b597-5a6f-c7ab39880a06-55d3a40d {
  grid-area: 8 / 23 / 11 / 26;
}

#w-node-_2af28c9e-5769-7cd5-c2e5-df57da15215f-55d3a40d {
  grid-area: 6 / 1 / 11 / 4;
}

#w-node-_2af28c9e-5769-7cd5-c2e5-df57da152161-55d3a40d {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-_2af28c9e-5769-7cd5-c2e5-df57da152163-55d3a40d {
  grid-area: 1 / 7 / 4 / 10;
}

#w-node-_2af28c9e-5769-7cd5-c2e5-df57da152165-55d3a40d {
  grid-area: 8 / 8 / 11 / 11;
}

#w-node-_2af28c9e-5769-7cd5-c2e5-df57da152167-55d3a40d {
  grid-area: 1 / 12 / 4 / 15;
}

#w-node-_2af28c9e-5769-7cd5-c2e5-df57da152169-55d3a40d {
  grid-area: 6 / 15 / 11 / 19;
}

#w-node-_2af28c9e-5769-7cd5-c2e5-df57da15216b-55d3a40d {
  grid-area: 1 / 20 / 4 / 22;
}

#w-node-_2af28c9e-5769-7cd5-c2e5-df57da15216d-55d3a40d {
  grid-area: 8 / 23 / 11 / 26;
}

#w-node-eec2744f-6336-e1f3-263e-62aa14b7907f-55d3a40d {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_791b07f4-4380-e52d-3488-cd31c4acf648-55d3a40d, #w-node-_1a857f3d-7150-12fc-663e-b26b93e15671-55d3a40d, #w-node-df22d55d-ea24-f9b7-9d04-888d0d3455fe-55d3a40d, #w-node-_0cd49261-0920-c2fd-cd5f-8d271992e87c-55d3a40d, #w-node-_63e5b45d-ff9b-4993-c762-0510c6d0066c-55d3a40d, #w-node-_4ba6ddf8-8541-5b72-c703-cd1f569dcbf8-55d3a40d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_52879a4f-4457-8202-63d1-47fc800c4be9-55d3a40d, #w-node-_5776b705-78b2-c40c-a0a0-0653ed1e795d-55d3a40d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2356b4f-51c3-7cbb-2ec1-2c2ec9cee8d3-55d3a40d, #w-node-b2fd0af1-f0ca-6968-225e-bcd09a856a76-55d3a40d {
  justify-self: center;
}

#w-node-d1a5abab-942c-bce0-a2d5-8bdbb7dd98b9-55d3a40e, #w-node-_2e0de5b3-759a-7916-13fd-784eec7cd60b-55d3a40e, #w-node-_8b1158c0-0178-f7ec-7687-5673469a856e-55d3a40e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6f0e709-e4c7-cb2a-9ea9-46d85d93edc1-55d3a40e {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_668b80bb-1a13-3720-fcb7-3c1b3c64c52f-55d3a40e {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_264a5aa3-79a9-ad0b-c561-83b16976324b-55d3a40e {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_15fa9890-850e-4fa5-987c-5edf9e580d32-55d3a40f, #w-node-_15fa9890-850e-4fa5-987c-5edf9e580d34-55d3a40f, #w-node-_15fa9890-850e-4fa5-987c-5edf9e580d36-55d3a40f, #w-node-_15fa9890-850e-4fa5-987c-5edf9e580d38-55d3a40f, #w-node-_15fa9890-850e-4fa5-987c-5edf9e580d3a-55d3a40f, #w-node-eb901ff4-1648-7706-4574-f13425883933-55d3a40f, #w-node-eb901ff4-1648-7706-4574-f13425883935-55d3a40f, #w-node-eb901ff4-1648-7706-4574-f13425883937-55d3a40f, #w-node-eb901ff4-1648-7706-4574-f13425883939-55d3a40f, #w-node-eb901ff4-1648-7706-4574-f1342588393b-55d3a40f, #w-node-_6b8ebb89-d776-6f66-7b1f-de1bff094fcd-55d3a40f, #w-node-_6b8ebb89-d776-6f66-7b1f-de1bff094fcf-55d3a40f, #w-node-_6b8ebb89-d776-6f66-7b1f-de1bff094fd1-55d3a40f, #w-node-_6b8ebb89-d776-6f66-7b1f-de1bff094fd3-55d3a40f, #w-node-_6b8ebb89-d776-6f66-7b1f-de1bff094fd5-55d3a40f, #w-node-_6b8ebb89-d776-6f66-7b1f-de1bff094fd8-55d3a40f, #w-node-_6b8ebb89-d776-6f66-7b1f-de1bff094fda-55d3a40f, #w-node-_6b8ebb89-d776-6f66-7b1f-de1bff094fdc-55d3a40f, #w-node-_6b8ebb89-d776-6f66-7b1f-de1bff094fde-55d3a40f, #w-node-_6b8ebb89-d776-6f66-7b1f-de1bff094fe0-55d3a40f, #w-node-f8df400a-2c80-b746-e168-23efd5c144cc-55d3a410, #w-node-f8df400a-2c80-b746-e168-23efd5c144f3-55d3a410, #w-node-f8df400a-2c80-b746-e168-23efd5c14524-55d3a410, #w-node-_176398ef-ef9b-dae4-34a0-b942323069a9-55d3a410, #w-node-_176398ef-ef9b-dae4-34a0-b942323069d0-55d3a410, #w-node-_176398ef-ef9b-dae4-34a0-b94232306a01-55d3a410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ea49ac2-401b-ada0-f230-703a14770568-55d3a412 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_19eb307d-7158-384f-1ada-64941d7f556e-55d3a414 {
  justify-self: stretch;
}

#w-node-_85c4fc8a-3e00-3b70-0117-7bcc8852fea1-55d3a417, #w-node-_85c4fc8a-3e00-3b70-0117-7bcc8852fec2-55d3a417, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2d86-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2da5-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2da7-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2da8-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2da9-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2daa-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dab-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dac-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dad-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dae-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2daf-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2db0-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2db1-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2db2-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2db3-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2db4-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2db5-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2db6-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2db7-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2db8-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2db9-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dba-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dbb-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dbc-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dbd-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dbe-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dbf-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dc0-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dc1-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dc2-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dc3-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dc4-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dc5-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dc6-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dc7-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dc8-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dc9-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dca-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dcb-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dcc-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dcd-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dce-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dcf-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dd0-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dd1-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dd2-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dd3-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dd4-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dd5-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dd6-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dd7-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dd8-55d3a432, #w-node-d1a5abab-942c-bce0-a2d5-8bdbb7dd98b9-55d3a447, #w-node-_2e0de5b3-759a-7916-13fd-784eec7cd60b-55d3a447, #w-node-_8b1158c0-0178-f7ec-7687-5673469a856e-55d3a447 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6f0e709-e4c7-cb2a-9ea9-46d85d93edc1-55d3a447 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_668b80bb-1a13-3720-fcb7-3c1b3c64c52f-55d3a447 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_264a5aa3-79a9-ad0b-c561-83b16976324b-55d3a447 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_1c7ad5c1-e6b2-42a5-8aba-7eb9c9de50e1-c9de50dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_1c7ad5c1-e6b2-42a5-8aba-7eb9c9de50e4-c9de50dd {
  grid-area: 1 / 12 / 2 / 13;
  justify-self: end;
}

#w-node-_1c7ad5c1-e6b2-42a5-8aba-7eb9c9de50e6-c9de50dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e723317-263d-32ac-4df5-ff4b35e15cd9-55d3a449 {
  align-self: center;
}

#w-node-b125422a-e036-16af-3d3e-74a381c6b24f-55d3a449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0e5f9ef-da8b-e282-236e-2839d87cf7fa-55d3a449, #w-node-d2e05cb7-60c9-558f-cadc-677f55717394-55d3a449, #w-node-a609f8c1-c00e-2c72-9205-4a8431d7eb21-55d3a449, #w-node-_200ef21e-fcaa-1760-0f08-1e1b9984e907-55d3a449, #w-node-_364bcfac-d3c5-378f-681c-69a0008a3dab-55d3a449, #w-node-ed1a1d6d-7d41-e7fa-722f-58465506ed99-55d3a449, #w-node-_4698a562-2380-3f9e-cf11-7b45b4256606-55d3a449, #w-node-_7bc3d3e6-8460-e3b3-2ba6-bff5d72172b5-55d3a449 {
  place-self: center;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a379c-55d3a449 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37a2-55d3a449 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37a5-55d3a449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37a8-55d3a449 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37ab-55d3a449 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37b0-55d3a449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37b3-55d3a449 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37b6-55d3a449 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37bb-55d3a449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37be-55d3a449 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37c1-55d3a449 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37c6-55d3a449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37c9-55d3a449 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37cc-55d3a449 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-_622ed56f-0a27-adb4-b5ef-9df02a476ad6-55d3a44b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_19eb307d-7158-384f-1ada-64941d7f556e-55d3a460 {
  justify-self: stretch;
}

#w-node-f8df400a-2c80-b746-e168-23efd5c144cc-55d3a464, #w-node-f8df400a-2c80-b746-e168-23efd5c144f3-55d3a464, #w-node-f8df400a-2c80-b746-e168-23efd5c14524-55d3a464, #w-node-_176398ef-ef9b-dae4-34a0-b942323069a9-55d3a464, #w-node-_176398ef-ef9b-dae4-34a0-b942323069d0-55d3a464, #w-node-_176398ef-ef9b-dae4-34a0-b94232306a01-55d3a464, #w-node-_15fa9890-850e-4fa5-987c-5edf9e580d32-55d3a466, #w-node-_15fa9890-850e-4fa5-987c-5edf9e580d34-55d3a466, #w-node-_15fa9890-850e-4fa5-987c-5edf9e580d36-55d3a466, #w-node-_15fa9890-850e-4fa5-987c-5edf9e580d38-55d3a466, #w-node-_15fa9890-850e-4fa5-987c-5edf9e580d3a-55d3a466, #w-node-_3bd4d831-3e28-4410-31f5-5403071606d1-55d3a466, #w-node-_3bd4d831-3e28-4410-31f5-5403071606d3-55d3a466, #w-node-_3bd4d831-3e28-4410-31f5-5403071606d5-55d3a466, #w-node-_3bd4d831-3e28-4410-31f5-5403071606d7-55d3a466, #w-node-_3bd4d831-3e28-4410-31f5-5403071606d9-55d3a466, #w-node-_3bd4d831-3e28-4410-31f5-5403071606dc-55d3a466, #w-node-_3bd4d831-3e28-4410-31f5-5403071606de-55d3a466, #w-node-_3bd4d831-3e28-4410-31f5-5403071606e0-55d3a466, #w-node-_3bd4d831-3e28-4410-31f5-5403071606e2-55d3a466, #w-node-_3bd4d831-3e28-4410-31f5-5403071606e4-55d3a466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dccd266-f9d9-7382-083b-2f4184660ea7-55d3a467 {
  grid-area: 6 / 1 / 11 / 4;
}

#w-node-c8ebd38b-f8c2-139a-ff90-05cb731a3fd6-55d3a467 {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-_449d2e49-a2a9-4ba2-a108-6d879cd89c68-55d3a467 {
  grid-area: 1 / 7 / 4 / 10;
}

#w-node-cee4dd84-db55-c0d8-bdf9-12c114700337-55d3a467 {
  grid-area: 8 / 8 / 11 / 11;
}

#w-node-_604fb355-d9e1-f9d8-279f-e3271cec639a-55d3a467 {
  grid-area: 1 / 12 / 4 / 15;
}

#w-node-_49de8469-0933-1bb0-3b1d-78003e81366f-55d3a467 {
  grid-area: 6 / 15 / 11 / 19;
}

#w-node-_178b8864-4df1-bf5b-65da-393b14c5b883-55d3a467 {
  grid-area: 1 / 20 / 4 / 22;
}

#w-node-c691d212-a36d-b597-5a6f-c7ab39880a06-55d3a467 {
  grid-area: 8 / 23 / 11 / 26;
}

#w-node-_2829e3eb-1174-46dd-be78-d337989a0cd4-55d3a467 {
  grid-area: 6 / 1 / 11 / 4;
}

#w-node-_2829e3eb-1174-46dd-be78-d337989a0cd6-55d3a467 {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-_2829e3eb-1174-46dd-be78-d337989a0cd8-55d3a467 {
  grid-area: 1 / 7 / 4 / 10;
}

#w-node-_2829e3eb-1174-46dd-be78-d337989a0cda-55d3a467 {
  grid-area: 8 / 8 / 11 / 11;
}

#w-node-_2829e3eb-1174-46dd-be78-d337989a0cdc-55d3a467 {
  grid-area: 1 / 12 / 4 / 15;
}

#w-node-_2829e3eb-1174-46dd-be78-d337989a0cde-55d3a467 {
  grid-area: 6 / 15 / 11 / 19;
}

#w-node-_2829e3eb-1174-46dd-be78-d337989a0ce0-55d3a467 {
  grid-area: 1 / 20 / 4 / 22;
}

#w-node-_2829e3eb-1174-46dd-be78-d337989a0ce2-55d3a467 {
  grid-area: 8 / 23 / 11 / 26;
}

#w-node-eec2744f-6336-e1f3-263e-62aa14b7907f-55d3a467 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_0cd49261-0920-c2fd-cd5f-8d271992e87c-55d3a467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f0c94f4-12ba-7929-50e6-46936351db2b-55d3a467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_791b07f4-4380-e52d-3488-cd31c4acf648-55d3a467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_02ccd863-a33c-6678-36fb-b9b2d454a4dd-55d3a467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a857f3d-7150-12fc-663e-b26b93e15671-55d3a467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2cebf13d-b4df-229d-c80b-e3460badcc20-55d3a467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df22d55d-ea24-f9b7-9d04-888d0d3455fe-55d3a467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-aab10e02-395b-f3d0-60e9-959f7c795cc3-55d3a467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63e5b45d-ff9b-4993-c762-0510c6d0066c-55d3a467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_426b3720-aaad-5e80-b823-c1088a40eb6a-55d3a467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ba6ddf8-8541-5b72-c703-cd1f569dcbf8-55d3a467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_52879a4f-4457-8202-63d1-47fc800c4be9-55d3a467, #w-node-_5776b705-78b2-c40c-a0a0-0653ed1e795d-55d3a467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2356b4f-51c3-7cbb-2ec1-2c2ec9cee8d3-55d3a467, #w-node-b2fd0af1-f0ca-6968-225e-bcd09a856a76-55d3a467 {
  justify-self: center;
}

#w-node-_090b3f23-0618-6859-0597-3b3cf9931b3a-55d3a468 {
  justify-self: start;
}

#w-node-_8cd41e44-ddb5-296e-13e7-14c9f9bbd401-55d3a468 {
  align-self: center;
}

#w-node-d2955ffc-e47a-c132-537d-fc62c1207a5d-55d3a468 {
  place-self: center;
}

#w-node-_871c899a-6cc6-125b-53a4-061fe9f722f7-55d3a468 {
  align-self: start;
}

#w-node-_05cf1cd9-4a96-bca8-21b7-356fe88441a3-55d3a468 {
  align-self: center;
}

#w-node-_8ff62712-34f6-3d79-cd1e-15abc0b451a2-55d3a468 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e81e-55d3a468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e823-55d3a468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e828-55d3a468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e82d-55d3a468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e832-55d3a468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e837-55d3a468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e83c-55d3a468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e841-55d3a468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e846-55d3a468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e84b-55d3a468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7025bbf7-62cf-a039-2abf-e1f012d0e850-55d3a468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ee60457c-2dd0-a3fd-2234-ddc495991d62-55d3a469 {
  grid-area: 1 / 1 / 4 / 5;
  place-self: center;
}

#w-node-_1a22f237-66d3-672c-aac4-324b3c56949f-55d3a469 {
  grid-area: 2 / 4 / 4 / 5;
  align-self: start;
}

#w-node-b327eb9d-b45b-118d-4625-9e01e75e35e6-55d3a469 {
  align-self: start;
}

#w-node-_52be5e46-4e4c-d53a-f4b8-c335dd497594-55d3a469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b22c965f-9000-0d1b-8a8c-ea59d0f2202c-55d3a469 {
  align-self: start;
}

#w-node-b22c965f-9000-0d1b-8a8c-ea59d0f22030-55d3a469, #w-node-_82eec972-0677-1433-d6d3-3c8cdac86846-55d3a469, #w-node-bcc40ed1-1feb-d6f5-5c51-86b5694998c1-55d3a469, #w-node-_1bd28013-c15e-cbe7-1251-f728c3835a9e-55d3a469, #w-node-_1bd28013-c15e-cbe7-1251-f728c3835aa0-55d3a469, #w-node-_1bd28013-c15e-cbe7-1251-f728c3835aa2-55d3a469, #w-node-_1bd28013-c15e-cbe7-1251-f728c3835aa4-55d3a469, #w-node-_1bd28013-c15e-cbe7-1251-f728c3835aa6-55d3a469, #w-node-_1bd28013-c15e-cbe7-1251-f728c3835aa8-55d3a469, #w-node-_1bd28013-c15e-cbe7-1251-f728c3835a9a-55d3a469, #w-node-_1bd28013-c15e-cbe7-1251-f728c3835a9c-55d3a469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc1a622b-5f01-626e-d065-49a7a415654a-55d3a469, #w-node-cc1a622b-5f01-626e-d065-49a7a415655e-55d3a469 {
  justify-self: center;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a379c-6d970695 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37a2-6d970695 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37a5-6d970695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37a8-6d970695 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37ab-6d970695 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37b0-6d970695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37b3-6d970695 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37b6-6d970695 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37bb-6d970695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37be-6d970695 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37c1-6d970695 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37c6-6d970695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37c9-6d970695 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c5235593-52cb-23d2-1a50-3f81413a37cc-6d970695 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_08a83af1-9c0d-8d6b-ab28-49c6ac4ddc12-ac4ddc0c {
    grid-column: 5 / 7;
  }

  #w-node-_08a83af1-9c0d-8d6b-ab28-49c6ac4ddc16-ac4ddc0c {
    justify-self: center;
  }

  #w-node-c5235593-52cb-23d2-1a50-3f81413a37a2-55d3a3f1 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_21870377-7b63-87b3-071b-3ef41a7fe1d0-55d3a40a, #w-node-eec2744f-6336-e1f3-263e-62aa14b7907f-55d3a40d, #w-node-_8ea49ac2-401b-ada0-f230-703a14770568-55d3a412 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c7ad5c1-e6b2-42a5-8aba-7eb9c9de50e4-c9de50dd {
    grid-column: 5 / 7;
  }

  #w-node-_1c7ad5c1-e6b2-42a5-8aba-7eb9c9de50e8-c9de50dd {
    justify-self: center;
  }

  #w-node-c5235593-52cb-23d2-1a50-3f81413a37a2-55d3a449 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_622ed56f-0a27-adb4-b5ef-9df02a476ad6-55d3a44b, #w-node-eec2744f-6336-e1f3-263e-62aa14b7907f-55d3a467 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5235593-52cb-23d2-1a50-3f81413a37a2-6d970695 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_08a83af1-9c0d-8d6b-ab28-49c6ac4ddc12-ac4ddc0c, #w-node-_1c7ad5c1-e6b2-42a5-8aba-7eb9c9de50e4-c9de50dd {
    grid-column: 3 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a8b-55d3a3ae {
    grid-column-end: 7;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a8d-55d3a3ae {
    grid-column-end: 6;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a8f-55d3a3ae {
    grid-column: 9 / 15;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a91-55d3a3ae {
    grid-column: 10 / 16;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a93-55d3a3ae {
    grid-column: 16 / 22;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a95-55d3a3ae {
    grid-column: 19 / 24;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a97-55d3a3ae {
    grid-column: 24 / 29;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a99-55d3a3ae {
    grid-column: 27 / 31;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a9c-55d3a3ae {
    grid-column-end: 7;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48a9e-55d3a3ae {
    grid-column-end: 6;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48aa0-55d3a3ae {
    grid-column: 9 / 15;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48aa2-55d3a3ae {
    grid-column: 10 / 16;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48aa4-55d3a3ae {
    grid-column: 16 / 22;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48aa6-55d3a3ae {
    grid-column: 19 / 24;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48aa8-55d3a3ae {
    grid-column: 24 / 29;
  }

  #w-node-ade2dd07-e873-d4bc-13f2-ef896fc48aaa-55d3a3ae {
    grid-column: 27 / 31;
  }

  #w-node-_08a83af1-9c0d-8d6b-ab28-49c6ac4ddc0f-ac4ddc0c {
    grid-column: span 1 / span 1;
  }

  #w-node-_08a83af1-9c0d-8d6b-ab28-49c6ac4ddc12-ac4ddc0c {
    grid-column: 2 / 3;
  }

  #w-node-_7dccd266-f9d9-7382-083b-2f4184660ea7-55d3a40d {
    grid-column-end: 7;
  }

  #w-node-c8ebd38b-f8c2-139a-ff90-05cb731a3fd6-55d3a40d {
    grid-column-end: 6;
  }

  #w-node-_449d2e49-a2a9-4ba2-a108-6d879cd89c68-55d3a40d {
    grid-column: 9 / 15;
  }

  #w-node-cee4dd84-db55-c0d8-bdf9-12c114700337-55d3a40d {
    grid-column: 10 / 16;
  }

  #w-node-_604fb355-d9e1-f9d8-279f-e3271cec639a-55d3a40d {
    grid-column: 16 / 22;
  }

  #w-node-_49de8469-0933-1bb0-3b1d-78003e81366f-55d3a40d {
    grid-column: 19 / 24;
  }

  #w-node-_178b8864-4df1-bf5b-65da-393b14c5b883-55d3a40d {
    grid-column: 24 / 29;
  }

  #w-node-c691d212-a36d-b597-5a6f-c7ab39880a06-55d3a40d {
    grid-column: 27 / 31;
  }

  #w-node-_2af28c9e-5769-7cd5-c2e5-df57da15215f-55d3a40d {
    grid-column-end: 7;
  }

  #w-node-_2af28c9e-5769-7cd5-c2e5-df57da152161-55d3a40d {
    grid-column-end: 6;
  }

  #w-node-_2af28c9e-5769-7cd5-c2e5-df57da152163-55d3a40d {
    grid-column: 9 / 15;
  }

  #w-node-_2af28c9e-5769-7cd5-c2e5-df57da152165-55d3a40d {
    grid-column: 10 / 16;
  }

  #w-node-_2af28c9e-5769-7cd5-c2e5-df57da152167-55d3a40d {
    grid-column: 16 / 22;
  }

  #w-node-_2af28c9e-5769-7cd5-c2e5-df57da152169-55d3a40d {
    grid-column: 19 / 24;
  }

  #w-node-_2af28c9e-5769-7cd5-c2e5-df57da15216b-55d3a40d {
    grid-column: 24 / 29;
  }

  #w-node-_2af28c9e-5769-7cd5-c2e5-df57da15216d-55d3a40d {
    grid-column: 27 / 31;
  }

  #w-node-_15fa9890-850e-4fa5-987c-5edf9e580d34-55d3a40f, #w-node-eb901ff4-1648-7706-4574-f13425883935-55d3a40f, #w-node-_6b8ebb89-d776-6f66-7b1f-de1bff094fcf-55d3a40f, #w-node-_6b8ebb89-d776-6f66-7b1f-de1bff094fda-55d3a40f {
    grid-column: span 1 / span 1;
  }

  #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dcd-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dcf-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dd1-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dd3-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dd5-55d3a432, #w-node-_755467da-1f6d-d48b-345a-30fffb0f2dd7-55d3a432 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c7ad5c1-e6b2-42a5-8aba-7eb9c9de50e1-c9de50dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_1c7ad5c1-e6b2-42a5-8aba-7eb9c9de50e4-c9de50dd {
    grid-column: 2 / 3;
  }

  #w-node-_15fa9890-850e-4fa5-987c-5edf9e580d34-55d3a466 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7dccd266-f9d9-7382-083b-2f4184660ea7-55d3a467 {
    grid-column-end: 7;
  }

  #w-node-c8ebd38b-f8c2-139a-ff90-05cb731a3fd6-55d3a467 {
    grid-column-end: 6;
  }

  #w-node-_449d2e49-a2a9-4ba2-a108-6d879cd89c68-55d3a467 {
    grid-column: 9 / 15;
  }

  #w-node-cee4dd84-db55-c0d8-bdf9-12c114700337-55d3a467 {
    grid-column: 10 / 16;
  }

  #w-node-_604fb355-d9e1-f9d8-279f-e3271cec639a-55d3a467 {
    grid-column: 16 / 22;
  }

  #w-node-_49de8469-0933-1bb0-3b1d-78003e81366f-55d3a467 {
    grid-column: 19 / 24;
  }

  #w-node-_178b8864-4df1-bf5b-65da-393b14c5b883-55d3a467 {
    grid-column: 24 / 29;
  }

  #w-node-c691d212-a36d-b597-5a6f-c7ab39880a06-55d3a467 {
    grid-column: 27 / 31;
  }

  #w-node-_2829e3eb-1174-46dd-be78-d337989a0cd4-55d3a467 {
    grid-column-end: 7;
  }

  #w-node-_2829e3eb-1174-46dd-be78-d337989a0cd6-55d3a467 {
    grid-column-end: 6;
  }

  #w-node-_2829e3eb-1174-46dd-be78-d337989a0cd8-55d3a467 {
    grid-column: 9 / 15;
  }

  #w-node-_2829e3eb-1174-46dd-be78-d337989a0cda-55d3a467 {
    grid-column: 10 / 16;
  }

  #w-node-_2829e3eb-1174-46dd-be78-d337989a0cdc-55d3a467 {
    grid-column: 16 / 22;
  }

  #w-node-_2829e3eb-1174-46dd-be78-d337989a0cde-55d3a467 {
    grid-column: 19 / 24;
  }

  #w-node-_2829e3eb-1174-46dd-be78-d337989a0ce0-55d3a467 {
    grid-column: 24 / 29;
  }

  #w-node-_2829e3eb-1174-46dd-be78-d337989a0ce2-55d3a467 {
    grid-column: 27 / 31;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}