:root {
  --white: #fff;
  --_typography---font-family--primary: Inter, sans-serif;
  --black: #191919;
  --_typography---paragraph--font-size: 1rem;
  --_typography---paragraph--line-height: 1.3;
  --_typography---paragraph--font-weight: var(--_typography---font-weight--light);
  --_typography---paragraph--letter-spacing: -.04em;
  --_typography---h1--font-family: var(--_typography---font-family--primary);
  --_typography---h1--font-size: 5.55vw;
  --_typography---h1--line-height: 1.1;
  --_typography---h1--font-weight: var(--_typography---font-weight--medium);
  --_typography---h2--letter-spacing: -.07em;
  --_typography---h2--font-family: var(--_typography---font-family--primary);
  --_typography---h2--font-size: 5rem;
  --_typography---h2--line-height: 1.1;
  --_typography---h2--font-weight: var(--_typography---font-weight--medium);
  --_typography---h3--font-family: var(--_typography---font-family--primary);
  --_typography---h3--font-size: 5rem;
  --_typography---h3--line-height: 1.1;
  --_typography---h3--font-weight: var(--_typography---font-weight--medium);
  --_typography---h3--letter-spacing: -.07em;
  --_typography---h4--font-family: var(--_typography---font-family--primary);
  --_typography---h4--font-size: 2.875rem;
  --_typography---h4--line-height: 1.1;
  --_typography---h4--font-weight: var(--_typography---font-weight--medium);
  --_typography---h4--letter-spacing: -.07em;
  --_typography---h5--font-family: var(--_typography---font-family--primary);
  --_typography---h5--font-size: 1.375rem;
  --_typography---h5--line-height: 1.1;
  --_typography---h5--font-weight: var(--_typography---font-weight--normal);
  --_typography---h5--letter-spacing: -.05em;
  --_typography---h6--font-family: var(--_typography---font-family--primary);
  --_typography---h6--font-size: .9rem;
  --_typography---h6--line-height: 1.1;
  --_typography---h6--font-weight: var(--_typography---font-weight--medium);
  --_typography---h6--letter-spacing: -.04em;
  --_typography---paragraph--font-family: var(--_typography---font-family--primary);
  --dark-gray: var(--matte);
  --matte: #2f2f2f;
  --primary: whitesmoke;
  --_spacing---space-large: 11.11vw;
  --border-radius: 24px;
  --light-gray: #eee;
  --transparent: #0000;
  --matte-20: #2f2f2f33;
  --white-smoke: whitesmoke;
  --gray: #aaa;
  --_typography---h1--letter-spacing: -.07px;
  --_typography---font-weight--normal: 400;
  --_typography---font-weight--medium: 500;
  --_spacing---space: 4.4vw;
  --_spacing---space-mid: 3.3vw;
  --_spacing---space-semi: 2vw;
  --_spacing---space-small: 1.7vw;
  --_spacing---space-text: 1.1vw;
  --_spacing---space-page-top: 10rem;
  --_spacing---space-title: 4.4vw;
  --_typography---font-weight--light: 300;
  --_typography---font-weight--semi-bold: 600;
  --_typography---font-weight--bold: 700;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.w-commerce-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 {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

.w-commerce-commercecheckoutformcontainer {
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--white);
  font-family: var(--_typography---font-family--primary);
  color: var(--black);
  font-size: var(--_typography---paragraph--font-size);
  line-height: var(--_typography---paragraph--line-height);
  font-weight: var(--_typography---paragraph--font-weight);
  letter-spacing: var(--_typography---paragraph--letter-spacing);
  flex-direction: column;
  display: flex;
}

h1 {
  font-family: var(--_typography---h1--font-family);
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h1--font-weight);
  letter-spacing: var(--_typography---h2--letter-spacing);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_typography---h2--font-family);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---h2--line-height);
  font-weight: var(--_typography---h2--font-weight);
  letter-spacing: var(--_typography---h2--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_typography---h3--font-family);
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---h3--line-height);
  font-weight: var(--_typography---h3--font-weight);
  letter-spacing: var(--_typography---h3--letter-spacing);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_typography---h4--font-family);
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---h4--line-height);
  font-weight: var(--_typography---h4--font-weight);
  letter-spacing: var(--_typography---h4--letter-spacing);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_typography---h5--font-family);
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---h5--line-height);
  font-weight: var(--_typography---h5--font-weight);
  letter-spacing: var(--_typography---h5--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--_typography---h6--font-family);
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---h6--line-height);
  font-weight: var(--_typography---h6--font-weight);
  letter-spacing: var(--_typography---h6--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-family: var(--_typography---paragraph--font-family);
  color: var(--black);
  font-size: var(--_typography---paragraph--font-size);
  line-height: var(--_typography---paragraph--line-height);
  font-weight: var(--_typography---paragraph--font-weight);
  letter-spacing: var(--_typography---paragraph--letter-spacing);
  margin-bottom: 0;
}

a {
  color: var(--black);
  font-size: var(--_typography---paragraph--font-size);
  line-height: var(--_typography---paragraph--line-height);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
}

a:hover {
  color: var(--dark-gray);
}

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

label {
  margin-bottom: .3125rem;
  font-weight: 300;
  display: block;
}

sup {
  background-image: linear-gradient(0deg, var(--matte), var(--primary) 70%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

blockquote {
  border-left: .3125rem solid var(--primary);
  padding: 1.11vw 2.22vw;
}

figcaption {
  text-align: center;
  margin-top: .3125rem;
  font-weight: 300;
}

.space {
  min-height: 4.4vw;
}

.space-large {
  min-height: var(--_spacing---space-large);
  display: block;
}

.space-mid {
  min-height: 3.3vw;
}

.space-small {
  min-height: 1.7vw;
}

.invert {
  filter: invert();
}

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-full.padding-72px {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.container-full.padding-72px.overflow {
  overflow: visible;
}

.container-full.padding-9rem {
  padding-left: 9rem;
  padding-right: 9rem;
}

.container-full.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.container-full.overflow {
  overflow: visible;
}

.container-full.padding-4-5rem {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.section {
  width: 100%;
}

.section.black-card {
  background-color: var(--black);
  border-radius: 16px;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.features-image {
  box-shadow: none;
  object-fit: cover;
  min-height: 37.5rem;
  position: absolute;
}

.color-black {
  color: var(--black);
}

.centered {
  text-align: center;
}

.space-text {
  min-height: 1.1vw;
}

.space-semi {
  min-height: 2vw;
}

.utility-page-wrap {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/Tennis-Court-Smiley_1Tennis Court Smiley.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  width: 16.25rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-flex-block {
  justify-content: flex-start;
  align-items: flex-end;
}

.gallery-image {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 18.75rem;
  transition: filter .2s;
}

.gallery-image:hover {
  filter: brightness(50%);
}

.description-max-width {
  text-align: center;
  white-space: normal;
  max-width: 40.28vw;
  margin-left: auto;
  margin-right: auto;
}

.description-max-width.add-width {
  max-width: 37.5rem;
}

.licenses-wrapper {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.utilities-row {
  flex-wrap: wrap;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utilities-wrapper-full {
  object-fit: fill;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.font-link {
  color: var(--black);
}

.font-link:hover {
  color: var(--matte);
}

.gallery-image-wrapper {
  object-fit: cover;
  background-color: #0006;
  border-radius: .3125rem;
  flex-direction: column;
  width: 100%;
  min-height: 18.75rem;
  max-height: 18.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-image-wrapper:hover {
  background-color: #00000080;
}

.gallery-grid-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.gallery-list-wrapper {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  overflow: hidden;
}

.utilities-wrapper {
  text-align: center;
  width: 100%;
  max-width: 55.56vw;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-max-width {
  text-align: center;
  max-width: 29.17vw;
  margin-left: auto;
  margin-right: auto;
}

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

.trigger-animation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-single-image {
  border-radius: var(--border-radius);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  width: 100%;
  min-height: 33.33vw;
  max-height: 33.33vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.blog-wrapper-full-single {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-single-hero-wrapper {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-page-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-flow: row;
  align-items: start;
}

.blog-side-bar-left {
  margin-top: 6rem;
  padding-right: 3.75rem;
}

.fix-scroll-container {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-side-bar-right {
  position: sticky;
  top: -1.875rem;
}

.blog-author-info {
  grid-row-gap: 1.67vw;
  text-align: center;
  border-radius: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: .9375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

.blog-card-image-wrapper {
  box-shadow: none;
  background-color: #fff;
  border-radius: 50%;
  width: 9.03vw;
  max-width: 9.03vw;
  max-height: 9.03vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blod-card-author {
  grid-row-gap: 1rem;
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
}

.upper-box {
  z-index: 3;
  border-radius: var(--border-radius);
  background-image: linear-gradient(180deg, var(--light-gray), var(--light-gray));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 20.14vw;
  max-width: 20.14vw;
  margin-top: 6.67vw;
  padding-top: 2.22vw;
  padding-bottom: 2.22vw;
  display: flex;
}

.author-name-occupation {
  grid-row-gap: .56vw;
  align-items: center;
}

.style-guide-logo {
  filter: invert(0%);
  object-fit: contain;
  min-height: 2.22vw;
  max-height: 2.22vw;
}

.quantity-item {
  color: var(--black);
}

.space-page-top {
  min-height: 10rem;
}

.product-details {
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-us-block-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.submit-button {
  background-color: var(--light-gray);
  color: var(--black);
  letter-spacing: .07vw;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .7rem 2rem;
  transition: color .2s, background-color .2s;
  box-shadow: 0 10px 1.25rem -.625rem #0003;
}

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

.button {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .07vw;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .78vw 2.22vw;
  font-weight: 400;
  text-decoration: none;
  transition: border .25s, color .3s, background-color .3s;
  display: flex;
}

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

.button.w--current {
  color: var(--primary);
}

.button.w--current:hover {
  background-color: var(--light-gray);
  color: var(--black);
}

.sg-return-to-home-lb {
  color: var(--black);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 8.125rem;
  max-height: 8.125rem;
  margin-top: auto;
  padding: 2rem;
  transition: letter-spacing .25s ease-in-out, background-color .4s;
  display: flex;
}

.sg-return-to-home-lb:hover {
  background-color: var(--matte);
  color: var(--light-gray);
}

.sg-return-to-home-lb.show-from-tab {
  display: none;
}

.text-mobile-only {
  color: #3f3023;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.313rem;
}

.text-mobile-only.mobile-only {
  display: none;
}

.sg-anchor-lb {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 2.22vw;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.sg-anchor-lb:hover {
  background-color: var(--matte);
  color: var(--primary);
}

.sg-anchor-lb.w--current {
  background-color: var(--matte);
  box-shadow: inset 3px 0 0 0 var(--black);
  color: var(--light-gray);
}

.sg-anchor-lb.w--current:hover {
  color: var(--primary);
}

.sg-right-bottom-wrapper {
  flex-direction: column;
  width: auto;
  min-height: 100vh;
  margin-left: 18.75rem;
  display: flex;
  position: relative;
}

.sg-outer-wrapper {
  background-color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.h1-utility {
  text-transform: capitalize;
  font-size: 5vw;
}

.line-height {
  background-color: #ffc328;
  width: 100%;
  min-height: 1.5625rem;
  position: absolute;
  top: 15.625rem;
  left: -8.125rem;
}

.sg-colour-label-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sg-buttons-grid {
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.sg-button-block {
  border: .03125rem solid #eeeeee80;
  border-radius: .3125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  padding: 4rem 2rem;
  display: flex;
}

.top {
  width: 100%;
  height: 0;
}

.style-guide-line {
  background-color: #4a3f351a;
  min-width: 100%;
  min-height: .0625rem;
  max-height: .0625rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

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

.sg-colours-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 35.9375rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.text {
  color: var(--black);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-weight: 300;
}

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

.sg-left-top-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.75rem;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.sg-colour-wrapper {
  border-radius: .3125rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.sg-typography-block {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sg-main-logo {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 8.125rem;
  max-height: 8.125rem;
  display: flex;
}

.sg-main-logo:hover {
  background-color: var(--matte-20);
}

.global-section {
  letter-spacing: var(--_typography---paragraph--letter-spacing);
  width: 100%;
  max-width: 62.5rem;
  padding-top: 7.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.sg-divider {
  background-color: #eeeeee40;
  width: 100%;
  height: .03125rem;
  min-height: .03125rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.sg-anchor-links-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

.blog-post-first-letter {
  float: left;
  color: var(--black);
  margin-top: .25rem;
  margin-right: .5rem;
  font-family: Satoshi;
  font-size: 3.33vw;
  font-weight: 700;
  line-height: 3.33vw;
}

.return-to-top {
  z-index: 100;
  background-color: var(--primary);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .4s;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
  box-shadow: 6px 6px 1rem #33333326;
}

.return-to-top:hover {
  background-color: var(--matte);
  color: var(--primary);
}

.sg-colour-swatch {
  border-radius: 50%;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 100%;
}

.sg-colour-swatch.light-gray {
  background-color: var(--light-gray);
}

.sg-colour-swatch.matte {
  background-color: #0c1326;
}

.sg-colour-swatch.matte.border {
  border: .0625rem solid var(--black);
  background-color: var(--matte);
}

.sg-colour-swatch.primary {
  border: 1px solid var(--dark-gray);
  background-color: var(--primary);
}

.sg-colour-swatch.white {
  background-color: #fefeff;
  background-color: var(--white);
  border: .0625rem solid #141a2940;
}

.sg-colour-swatch.black {
  border: .0625rem solid var(--light-gray);
  background-color: var(--black);
}

.sg-colour-swatch.dark-gray {
  border: .0625rem solid var(--light-gray);
  background-color: var(--dark-gray);
}

.utilities-title-wrapper, .utilities-rtb-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: .0625rem;
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.utilities-rich-text {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.utilities-rich-text li {
  line-height: 2.22vw;
}

.utilities-rich-text h4 {
  font-size: 2.22vw;
  line-height: 3.33vw;
}

.row-utilities {
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.instructions-wrapper {
  text-align: left;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block-header {
  border-color: var(--transparent);
  background-color: var(--light-gray);
  align-items: baseline;
  padding: 1.1vw 2.2vw;
}

.block-content {
  border-right-color: var(--transparent);
  border-bottom-color: var(--transparent);
  border-left-color: var(--transparent);
  background-color: var(--light-gray);
  padding: 1.1vw 2.2vw;
}

.email {
  background-color: #0000;
}

.checkout-form {
  background-color: var(--white);
}

.full-name, .street-address, .city, .state-province, .zip-postal-code, .country, .shipping-method, .card-number, .expiration-date, .security-code {
  background-color: #0000;
}

.paypal-checkout-form, .order-confirmation, .body {
  background-color: var(--white);
}

.parallax-trigger {
  min-height: 7rem;
  position: absolute;
  left: 0;
  right: 0;
}

.no-overflow {
  overflow: visible;
}

.max-width-23rem {
  max-width: 23rem;
}

.contact-icon {
  max-width: 1.25rem;
  max-height: 1.25rem;
  margin-top: 0;
}

.text-field {
  border: 1px solid var(--transparent);
  background-color: var(--transparent);
  align-self: flex-start;
  margin-bottom: 0;
  padding: .56vw 0;
  font-weight: 300;
}

.contact-us-wrapper-half {
  width: 100%;
  max-width: 50%;
  min-height: .0625rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  position: relative;
}

.select {
  border: 0rem solid var(--transparent);
  color: var(--black);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 0;
  padding: .69vw 0 0;
  display: flex;
}

.select:active, .select:focus-visible, .select[data-wf-focus-visible] {
  color: var(--black);
  border-color: #0000;
}

.contact-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--border-radius);
  background-color: var(--light-gray);
  flex-direction: column;
  width: 20rem;
  padding: 2rem;
  display: flex;
}

.contact-us-form-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.message-title-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: .625rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

.booking-text-field {
  border: .0625rem solid var(--transparent);
  background-color: var(--light-gray);
  color: var(--black);
  border-radius: .3125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 7vh;
  margin-left: auto;
  margin-right: auto;
  padding: .56vw 1.11vw;
  font-weight: 400;
  display: flex;
}

.booking-text-field::placeholder {
  background-color: var(--light-gray);
  color: var(--black);
}

.contact-info-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(196px, .5fr));
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 1.875rem;
}

.contact-us-wrapper {
  flex-direction: column;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-us-info-title {
  text-align: left;
  white-space: nowrap;
  line-height: 1em;
}

.contact-us-form {
  grid-row-gap: .9375rem;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.error-massage {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.contact-us-flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: .625rem;
  display: flex;
}

.success-message {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
}

.success-text {
  color: #101d41;
  font-size: 1rem;
}

.contact-us-flex-block {
  grid-column-gap: .75rem;
  align-items: center;
  width: 100%;
}

.contact-us-cardtext {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9375rem;
}

.text-area {
  border: .0625rem solid var(--transparent);
  background-color: var(--light-gray);
  color: var(--black);
  border-radius: .3125rem;
  min-height: 15vh;
  padding: .56vw 1.11vw;
  font-weight: 400;
}

.text-area::placeholder {
  color: var(--black);
}

.dropdown-toggle {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding-left: 4.4vw;
  padding-right: 4.4vw;
}

.faq-dropdown-title {
  text-align: center;
  white-space: pre-wrap;
  max-width: 60%;
  font-size: 2rem;
  font-weight: 300;
  position: relative;
}

.faq-flex {
  grid-column-gap: 2.1vw;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.faq-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: center;
  flex-flow: column;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-plus-icon {
  align-self: center;
  min-width: 2.2vw;
  max-width: 2.2vw;
  min-height: 2.2vw;
  max-height: 2.2vw;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-description {
  text-align: center;
  width: 70%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-description-wrapper {
  overflow: hidden;
}

.faq-numbers-back {
  z-index: 0;
  position: absolute;
  inset: auto auto auto 0%;
}

.faq-dropdown-accordion {
  border: 1px solid var(--matte);
  border-radius: var(--border-radius);
  background-color: var(--light-gray);
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  transition: background-color .25s;
  display: flex;
}

.faq-dropdown-accordion:hover {
  background-color: var(--white);
}

.services-page {
  margin-left: auto;
  margin-right: auto;
}

.side-bar-left {
  margin-top: 1.25rem;
  position: sticky;
  top: 6.25rem;
}

.package-text-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.row-content {
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brochure-card {
  grid-row-gap: 1rem;
  border-radius: var(--border-radius);
  background-color: var(--light-gray);
  flex-direction: column;
  padding: 2.25rem 2rem;
  display: flex;
}

.fix-scroll-wrapper {
  position: relative;
}

.package-button-wrapper {
  margin-top: 1.25rem;
}

.page-grid {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.fix-scroll-block {
  z-index: 1;
  max-width: 83.33vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.price-card {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border: 1px solid var(--matte);
  border-radius: var(--border-radius);
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 21vw;
  max-width: 21vw;
  padding: 2.2vw;
  display: flex;
}

.utility-image {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.red-font {
  color: red;
}

.select-field {
  color: var(--black);
  min-width: 17.36vw;
  max-width: 17.36vw;
  min-height: 3.47vw;
  max-height: 3.47vw;
  font-size: 1.1vw;
}

.check-box-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.services-text {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
  position: relative;
  top: -.7vw;
}

.mouse-wrapper {
  z-index: 10000000;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.mouse {
  background-color: var(--matte);
  border-radius: 100%;
  width: .625rem;
  height: .625rem;
}

.menu-burger {
  min-width: 2.5rem;
  max-width: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
}

.navbar {
  z-index: 999;
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 5vh 0% 0%;
}

.cart {
  font-size: 1.11vw;
  line-height: 1.39vw;
}

.cart-button {
  background-color: var(--transparent);
  color: var(--matte);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.footer-grid {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  border-radius: var(--border-radius);
  background-color: var(--black);
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.grid-6-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-12-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.team-card {
  cursor: default;
  flex-direction: column;
  align-items: center;
  min-width: 19.4vw;
  max-width: 19.4vw;
  min-height: 25vw;
  max-height: 25vw;
  transition: transform .3s, color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-icon {
  color: var(--matte);
  margin-right: 0;
  font-size: .56vw;
}

.error-message {
  color: var(--black);
}

.cart-icon-light {
  filter: invert() brightness(200%);
  color: var(--matte);
  margin-right: 0;
  font-size: .56vw;
}

.rich-text h1 {
  text-transform: capitalize;
  font-size: 4.44vw;
  line-height: 5.55vw;
}

.rich-text h2 {
  font-size: 3.33vw;
  line-height: 4.44vw;
}

.rich-text h3 {
  font-size: 2.78vw;
  line-height: 3.89vw;
}

.rich-text h4 {
  font-size: 2.22vw;
  line-height: 3.33vw;
}

.rich-text h5 {
  font-size: .89vw;
  line-height: 1.67vw;
}

.rich-text h6 {
  font-size: .78vw;
  line-height: 1.56vw;
}

.rich-text p {
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.rich-text li {
  font-size: 1.11vw;
  line-height: 2.22vw;
}

.cart-container {
  border-radius: var(--border-radius);
  background-color: var(--white-smoke);
}

.utilities-max-width {
  text-align: center;
  white-space: normal;
  max-width: 30vw;
  margin-left: auto;
  margin-right: auto;
}

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

.title-wrapper.gap-half {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
}

.subheading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow {
  object-fit: contain;
  min-height: 1.67vw;
  max-height: 1.67vw;
  position: relative;
  top: -.07vw;
}

.button-arrow-wrapper {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 3rem;
  max-width: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  display: flex;
  overflow: hidden;
}

.button-with-circle-icon {
  z-index: 9;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: .06rem solid var(--black);
  background-color: var(--black);
  color: var(--light-gray);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .125rem 2rem .125rem .25rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon:hover {
  color: var(--light-gray);
}

.small-icon {
  filter: invert();
  min-width: 1.1vw;
  max-width: 1.1vw;
}

.small-icon.invert {
  filter: none;
}

.cta-title {
  color: var(--white);
  text-transform: none;
  max-width: 45vw;
}

.outline-button {
  border: 1px solid var(--black);
  background-color: var(--transparent);
  color: var(--black);
  letter-spacing: .07vw;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .78vw 2.22vw;
  font-weight: 400;
  text-decoration: none;
  transition: border .25s, color .3s, background-color .3s;
  display: flex;
}

.outline-button:hover {
  border-color: var(--matte-20);
  background-color: var(--light-gray);
  color: var(--black);
}

.outline-button.w--current {
  border-width: 1px;
  border-color: var(--light-gray);
  background-color: var(--dark-gray);
  color: var(--primary);
}

.check-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.price-card-title {
  margin-right: 1rem;
  font-size: 3.5rem;
  line-height: 3rem;
}

.nav-tabs {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.pricing-flex {
  grid-column-gap: 2.2vw;
  display: flex;
}

.inline-block {
  display: inline-block;
}

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

.pricing-grid-half {
  grid-column-gap: 1.7vw;
  grid-row-gap: 2.2vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.tabs-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.horizontal-line {
  background-color: var(--matte-20);
  width: 80%;
  height: .1vw;
  margin-right: auto;
}

.horizontal-line._100, .pricing-link {
  width: 100%;
}

.pricing-link.with-40 {
  width: 40%;
}

.price-flex-highlight {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  border-bottom: 0 solid #1b4ea3;
  align-items: center;
  margin-left: -1rem;
  padding: .6vw 1.1vw;
  display: flex;
}

.price-flex-highlight.highlight {
  border-radius: var(--border-radius);
  background-color: var(--matte);
}

.dollar {
  color: #787885;
  font-size: 2rem;
  line-height: 2rem;
}

.price-card-title-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.price-card-big {
  border: 1px solid var(--matte);
  border-radius: var(--border-radius);
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.2vw;
  position: relative;
}

.price-duration {
  align-self: flex-end;
  margin-left: -12px;
  position: relative;
  top: -4px;
}

.hero-section {
  background-color: var(--white);
  width: 100%;
  height: 400vh;
}

.team-social-flex-box {
  z-index: 1;
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  background-color: #fff9;
  justify-content: center;
  align-items: center;
  width: 14.6vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: .7vw;
  padding-bottom: .7vw;
  display: none;
  position: absolute;
  inset: auto 0% 3%;
}

.team-image-wrapper {
  box-shadow: none;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: flex-start;
  min-width: 19.4vw;
  max-width: 19.4vw;
  min-height: 22.2vw;
  max-height: 22.2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-flex {
  grid-column-gap: 4.44vw;
  grid-row-gap: 4.44vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-image {
  border-radius: var(--border-radius);
  cursor: default;
  object-fit: cover;
  object-position: 50% 0%;
  min-width: 19.4vw;
  max-width: 19.4vw;
  min-height: 22.2vw;
  max-height: 22.2vw;
  transition: transform .25s;
}

.team-social-icon {
  object-fit: contain;
}

.team-name-card {
  z-index: 2;
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  border-radius: var(--border-radius);
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14.6vw;
  min-height: 4.9vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -2.1875rem;
  overflow: hidden;
}

.team-name {
  color: var(--white);
  font-size: 1.11vw;
  line-height: 1vw;
}

.team-occupation {
  color: var(--white);
  line-height: .9;
}

.social-link-round {
  object-fit: contain;
  border-radius: 50%;
  width: 2.5625rem;
  min-width: 2.5625rem;
  height: 2.5625rem;
  padding-right: .1875rem;
  position: relative;
  overflow: hidden;
}

.blog-image {
  min-width: 100%;
  min-height: 100%;
}

.flex-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.avatar {
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.blog-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 85.5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.empty-state {
  text-align: center;
  background-color: #1c1c1c;
  border-radius: 12px;
  max-width: 196px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.avatar-small {
  object-fit: cover;
  border-radius: 16px;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.checkbox {
  margin-top: .55vw;
}

.work-image {
  width: 100%;
  height: 100%;
}

.work-image._01 {
  position: absolute;
}

.image-single-wrapper {
  min-width: 100%;
  max-width: 100%;
  min-height: 45vw;
  max-height: 45vw;
  position: relative;
  overflow: hidden;
}

.parallax-image-single {
  min-width: 100%;
}

.images-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.works-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

._404-button {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .07vw;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .78vw 2.22vw;
  font-weight: 400;
  text-decoration: none;
  transition: border .25s, color .3s, background-color .3s;
  display: flex;
}

._404-button:hover {
  background-color: var(--transparent);
  color: var(--black);
}

._404-button.w--current {
  color: var(--white);
}

._404-button.w--current:hover {
  color: var(--black);
}

.works-image {
  border-radius: var(--border-radius);
  width: 35vw;
  height: 35vw;
  position: relative;
  overflow: clip;
}

.lightbox-link {
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.cards-wrapper {
  perspective-origin: 50%;
  transform-origin: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1440px;
  height: 1440px;
  display: flex;
  position: absolute;
  top: 0;
  transform: translate(2.825rem)rotate(45deg);
}

.hero-thumb {
  z-index: 99;
  border-radius: var(--border-radius);
  cursor: pointer;
  object-position: 50% 50%;
  min-width: 8rem;
  max-width: 8rem;
  min-height: 8rem;
  max-height: 8rem;
  position: absolute;
  top: 0%;
  transform: translate(0)rotate(0);
  box-shadow: -1rem 1rem 2rem #0000000f;
}

.hero-thumb._04 {
  transform: translate(-22.5rem, 6.03rem)rotate(-30deg);
}

.hero-thumb._05 {
  transform: translate(-11.65rem, 1.53rem)rotate(-15deg);
}

.hero-thumb._06 {
  transform: translate(0)rotate(0);
}

.hero-thumb._07 {
  transform: translate(11.65rem, 1.53rem)rotate(15deg);
}

.hero-thumb._08 {
  transform: translate(22.5rem, 6.03rem)rotate(30deg);
}

.hero-thumb._09 {
  transform: translate(31.82rem, 13.18rem)rotate(45deg);
}

.hero-thumb._10 {
  transform: translate(38.97rem, 22.5rem)rotate(60deg);
}

.hero-thumb._11 {
  transform: translate(43.47rem, 33.35rem)rotate(75deg);
}

.hero-thumb._03 {
  transform: translate(-31.82rem, 13.18rem)rotate(-45deg);
}

.hero-thumb._02 {
  transform: translate(-38.97rem, 22.5rem)rotate(-60deg);
}

.hero-thumb._01 {
  transform: translate(-43.47rem, 33.35rem)rotate(-75deg);
}

.service-title {
  font-size: 5.55vw;
}

.service-flex-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-text {
  text-align: right;
  display: flex;
}

.service-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.space-blog {
  min-height: 75px;
  display: flex;
}

.services-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.works-services-rich-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.title-space {
  min-height: 4.4vw;
}

.scroll-wrapper {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.scroll-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.scroll-flex.bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.scroll-block {
  grid-row-gap: 1.11vw;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.categories-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.categories-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.categories-link-wrapper {
  border-bottom: 1px solid var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 200px;
  display: flex;
  position: relative;
}

.categories-link-wrapper:hover {
  color: #f5f5f5;
}

.categories-flex-wrapper {
  justify-content: space-between;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.categories-flex-wrapper:hover {
  color: var(--black);
}

.categories-text-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.categories-text-wrapper:hover {
  color: var(--black);
}

.categories-name {
  color: var(--black);
  font-size: 2.78vw;
  line-height: 1;
}

.categories-name:hover {
  color: var(--black);
}

.services-badge {
  background-color: var(--black);
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  border-radius: 20rem;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding: .56vw 1.11vw;
  display: flex;
}

.image-thumb {
  object-position: 50% 25%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  align-self: center;
  min-width: 96px;
  max-width: 96px;
  min-height: 96px;
  max-height: 96px;
}

.categories-image {
  border-radius: var(--border-radius);
  object-position: 50% 25%;
  width: 96px;
  height: 96px;
  position: absolute;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.works-title-block {
  grid-column-gap: 4.44vw;
  grid-row-gap: 4.44vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.show-on-tab {
  display: none;
}

.footer-text {
  color: var(--white);
  max-width: 10rem;
}

.footer-paragraph {
  color: var(--gray);
  max-width: 20rem;
}

.works-page-title {
  font-size: 5.55vw;
  line-height: 1;
}

.projects-grid {
  border-bottom: 1px solid var(--black);
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  padding-bottom: 2.22vw;
  display: grid;
}

.works-space {
  min-height: 8vw;
  display: block;
}

.projects-title-grid {
  grid-column-gap: 6.67vw;
  grid-row-gap: 6.67vw;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.projects-description {
  white-space: normal;
  max-width: 15vw;
}

.flex-title {
  white-space: nowrap;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 100;
  display: flex;
}

.projects-details {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  white-space: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.hero-title {
  z-index: 0;
  letter-spacing: 0;
  justify-content: center;
  align-items: flex-start;
  font-size: 28.89vw;
  font-weight: 600;
  position: absolute;
  transform: translate(0, -10vh);
}

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

.logos-wrapper {
  z-index: 2;
  border-radius: var(--border-radius);
  border: 1px solid #444;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: center;
  min-width: 13.33vw;
  max-width: 13.33vw;
  min-height: 13.33vw;
  max-height: 13.33vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-wrapper.opacity-0 {
  opacity: 0;
}

.brands-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-images-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.mid-image {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  object-fit: cover;
  width: 100%;
}

.big-image-03 {
  border-radius: var(--border-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-images-wrapper {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 35% 30% 35%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  width: 100%;
  height: 70vh;
  display: grid;
}

.small-image-02 {
  aspect-ratio: 3 / 4;
  border-radius: var(--border-radius);
  object-fit: cover;
  width: 100%;
}

.grid-images-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch start;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.grid-images-main-wrapper {
  height: 400vh;
  position: relative;
}

.block-images-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -5%;
}

.flex-wrapper-images {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.grid-images-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.small-image-01 {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  object-fit: cover;
  width: 100%;
}

.grid-image {
  flex: none;
  width: 22vw;
  position: relative;
  overflow: hidden;
}

.grid-image.small-image-02 {
  top: 5%;
}

.grid-image.image-02 {
  width: 15vw;
}

.grid-image.big-image-02 {
  top: 15%;
}

.grid-image.small-image-02 {
  width: 15vw;
}

.grid-image.big-image-03 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 100%;
  display: flex;
}

.big-image-01 {
  aspect-ratio: 2 / 3;
  border-radius: var(--border-radius);
  object-fit: cover;
  width: 100%;
}

.intro-text {
  text-transform: none;
  position: absolute;
  top: 0;
}

.about-text {
  align-self: flex-end;
  max-width: 26.9rem;
}

.about-us-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-with-images {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 69vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-image {
  border-radius: var(--border-radius);
  width: 6rem;
  height: 4rem;
  transform: translate(0, .33vw);
}

.card-image {
  aspect-ratio: 2 / 3;
  border-radius: var(--border-radius);
  min-width: 21.7vw;
  max-width: 21.7vw;
  min-height: 21.7vw;
  max-height: 21.7vw;
}

.works-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.about-description {
  max-width: 80%;
}

.social-small-icon {
  object-fit: contain;
}

.social-link-small {
  justify-content: center;
  align-items: center;
  min-width: 1.1vw;
  max-width: 1.1vw;
  min-height: 1.1vw;
  max-height: 1.1vw;
  display: flex;
  position: relative;
}

.features-main-wrapper {
  height: 300vh;
  position: relative;
}

.features-trigger-02 {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.features-sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-wrapper-02 {
  position: relative;
}

.features-image-absolute {
  border-radius: var(--border-radius);
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.features-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  transform: scale(3.2);
}

.features-grid-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.works-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.works-block {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.works-title {
  text-transform: capitalize;
  font-size: 1.5rem;
}

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

.works-text-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-link-wrapper-02 {
  border-radius: var(--border-radius);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 43vw;
  height: 28.66vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-works-wrapper-02 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.metrics-image-wrapper {
  z-index: 7;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 50% 0% 0%;
}

.numbers-wrapper {
  justify-content: center;
  align-items: flex-start;
  max-height: 7.5vw;
  margin-bottom: 2.22vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.relative-trigger {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  height: 100%;
  margin-left: auto;
  display: flex;
  position: relative;
}

.metrics-image-06 {
  z-index: 6;
  border-radius: var(--border-radius);
  opacity: 0;
  position: absolute;
}

.metrics-image-05 {
  z-index: 5;
  border-radius: var(--border-radius);
  opacity: 0;
  position: absolute;
}

.metrics-text-wrapper {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.metrics-text {
  font-size: 8.89vw;
  font-weight: 400;
  line-height: 7.5vw;
}

.metrics-block {
  grid-column-gap: 8.89vw;
  grid-row-gap: 8.89vw;
  flex-flow: column;
  margin-bottom: 1.11vw;
  display: flex;
}

.metrics-image-02 {
  z-index: 2;
  border-radius: var(--border-radius);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.metrics-image-01 {
  z-index: 1;
  border-radius: var(--border-radius);
  opacity: 1;
  position: absolute;
  inset: 0%;
}

.metrics-image-07 {
  z-index: 7;
  border-radius: var(--border-radius);
  opacity: 0;
  position: absolute;
}

.metrics-line {
  background-color: var(--black);
  opacity: .15;
  min-width: 100%;
  max-width: 100%;
  min-height: 1px;
  max-height: 1px;
}

.numbers {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.metrics-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.metrics-image-03 {
  z-index: 3;
  border-radius: var(--border-radius);
  opacity: 0;
  position: absolute;
}

.metrics-image-08 {
  z-index: 8;
  border-radius: var(--border-radius);
  opacity: 0;
  position: absolute;
}

.metrics-image-04 {
  z-index: 4;
  border-radius: var(--border-radius);
  opacity: 0;
  position: absolute;
}

.brands-grid-02 {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  filter: none;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(13.33vw, 13.33vw) minmax(13.33vw, 13.33vw) minmax(13.33vw, 13.33vw) minmax(13.33vw, 13.33vw);
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.brands-wrapper-02 {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-02 {
  filter: none;
  min-height: 3.89vw;
  max-height: 3.89vw;
}

.brand-02.smaller {
  min-height: 2.78vw;
  max-height: 2.78vw;
}

.brands-text-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  max-width: 23vw;
  display: flex;
}

.features-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

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

.award-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.award-text-wrapper {
  z-index: 2;
}

.award-text {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 400;
}

.award-background {
  background-color: #f5f5f5;
  width: 100%;
  height: 0%;
  position: absolute;
}

.award-line {
  background-color: var(--white);
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-flex {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.awards-text {
  color: var(--white);
  text-indent: 8rem;
  max-width: 46rem;
}

.about-hero-wrapper {
  flex-direction: column;
  align-items: center;
  height: 150vh;
  display: flex;
  position: relative;
}

.about-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.about-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  height: 80vh;
  display: flex;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.about-image {
  z-index: -1;
  border-radius: var(--border-radius);
  background-image: linear-gradient(90deg, var(--black), var(--transparent) 50%), url('../images/Cheerful-Young-Woman-with-Colorful-Attire_2Cheerful Young Woman with Colorful Attire.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-22rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 23rem;
  margin-left: 6.67vw;
  display: flex;
}

.space-about {
  min-height: 6.67vw;
}

.about-hero-title {
  color: var(--white);
  font-size: 3.5rem;
  line-height: 4.2rem;
  font-weight: var(--_typography---font-weight--normal);
}

.about-hero-title.shift-up {
  position: relative;
  top: -10px;
}

.about-title-wrapper {
  flex-flow: wrap;
  display: flex;
}

.slide-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 4rem;
  max-height: 4rem;
  display: flex;
  position: relative;
  bottom: -9px;
  overflow: hidden;
}

.blog-link-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-image-wrapper {
  z-index: 0;
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-width: 60%;
  max-width: 60%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-text-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  display: flex;
}

.blog-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: start center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.services-background {
  z-index: -1;
  background-color: var(--black);
  width: 100%;
  height: 0%;
  position: absolute;
}

.hero-image-02 {
  border-radius: var(--border-radius);
  object-position: 50% 50%;
  transform-style: preserve-3d;
  min-width: 15.55vw;
  max-width: 15.55vw;
  min-height: 15.55vw;
  max-height: 15.55vw;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.metrics-title {
  text-transform: none;
  max-width: 38rem;
}

.section-title {
  text-transform: none;
  max-width: 46rem;
}

.hero-image-max {
  z-index: 7;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  opacity: 0;
  object-position: 50% 50%;
  visibility: hidden;
  min-width: 95vw;
  max-width: 95vw;
  min-height: 90vh;
  max-height: 90vh;
  position: absolute;
}

.hero-thumb-image {
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
}

.hero-images {
  z-index: 99;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 20vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0;
}

.hero-image-01, .hero-image-03 {
  border-radius: var(--border-radius);
  object-position: 50% 50%;
  transform-style: preserve-3d;
  min-width: 15.55vw;
  max-width: 15.55vw;
  min-height: 15.55vw;
  max-height: 15.55vw;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.hero-center {
  z-index: 3;
  perspective: 100vw;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: -10vh;
  transform: rotateX(1deg)rotateY(0)rotateZ(0);
}

.nav-more-links-wrapper {
  color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-more-links-wrapper.w--current {
  color: #050505;
  background-color: #e7e7e9;
  border-radius: 32rem;
  margin-left: 1.4vw;
  margin-right: 1.4vw;
}

.logo-link-wrapper {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.logo-link-wrapper.show-on-tab {
  display: none;
}

.nav-view-all {
  border-radius: var(--border-radius);
  border: 1px solid #0000000d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-view-all.w--current {
  color: #050505;
  background-color: #e7e7e9;
  border-radius: 32rem;
  margin: .5rem 1.4vw;
}

.nav-dropdown {
  z-index: auto;
  justify-content: center;
  align-items: center;
  height: 1.1rem;
  display: flex;
}

.nav-container {
  z-index: 999;
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  background-color: #e9e9e980;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.dropdown-wrapper {
  background-color: var(--white-smoke);
}

.dropdown-wrapper.w--open {
  z-index: 99;
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 200vw;
  height: 39vw;
  display: flex;
  box-shadow: 0 1rem 3rem #0003;
}

.nav-link-wrapper {
  z-index: 999;
  color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-right: .25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrapper.show-on-tab {
  display: none;
}

.nav-arrow {
  object-fit: contain;
  width: .5rem;
  height: .5rem;
}

.more-links-grid {
  z-index: 999;
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: row;
  grid-template-rows: 15vw;
  grid-template-columns: 15vw 15vw 15vw 15vw;
  grid-auto-rows: 15vw;
  grid-auto-columns: 15vw;
  justify-content: center;
  place-items: center stretch;
  padding-top: 1.11vw;
  padding-bottom: 2.22vw;
  display: grid;
  position: absolute;
  bottom: 0;
}

.more-links-grid.right-margin {
  margin-right: 9.5vw;
}

.nav-more-flex {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 1.1rem;
  display: flex;
  overflow: hidden;
}

.logo {
  z-index: 999;
  object-fit: contain;
  object-position: 50% 50%;
  min-width: 1.5rem;
  max-width: 1.5rem;
  position: relative;
}

.nav-dropdown-toggle {
  z-index: 1000;
  padding: 0;
}

.nav-link-block {
  flex-flow: column;
  height: 1.1rem;
  display: flex;
  overflow: hidden;
}

.nav-image {
  width: 100%;
  height: 100%;
}

.nav-image-link-02 {
  border-radius: var(--border-radius);
  width: 15vw;
  height: 15vw;
  position: relative;
  overflow: clip;
}

.more-links-grid-3-col {
  z-index: 999;
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: row;
  grid-template-rows: 15vw;
  grid-template-columns: 20vw 20vw 20vw;
  grid-auto-rows: 15vw;
  grid-auto-columns: 15vw;
  justify-content: center;
  place-items: center stretch;
  padding-top: 1.11vw;
  padding-bottom: 2.22vw;
  display: grid;
  position: absolute;
  bottom: 0;
}

.more-links-grid-3-col.left-margin {
  margin-left: 11vw;
}

.nav-image-link {
  border-radius: var(--border-radius);
  width: 20vw;
  height: 15vw;
  position: relative;
  overflow: clip;
}

.nav-dropdown-title {
  color: var(--white);
}

.nav-link-text {
  font-size: .9rem;
  line-height: 1.1rem;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: -.02em;
  text-transform: none;
  text-shadow: 0 1.1rem 0 var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-text.w--current {
  color: #f5f5f5;
}

.cart-fixed {
  z-index: 999;
  background-color: var(--white-smoke);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: fixed;
  inset: auto 3.5% 7% auto;
}

.cart-title {
  font-size: 2rem;
}

.cart-header {
  padding: 1.5rem 2rem;
}

.cart-footer {
  padding: 1.5rem 2rem 2rem;
}

.normal {
  font-weight: var(--_typography---font-weight--normal);
}

.work-image-thumb {
  z-index: 10;
  border-radius: var(--border-radius);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.works-thumb {
  z-index: 10;
  perspective: 100vh;
  transform-origin: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.works-card {
  transform-origin: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  transform: perspective(100vh)rotate(0)perspective(128px);
}

.work-blur-overlay {
  z-index: 7;
  opacity: 0;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  width: 10%;
  height: 110%;
  position: relative;
}

.works-right {
  margin-top: 17.78vw;
}

.nav-title-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 1.11vw;
  left: 1.11vw;
}

.flex-grid-features {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 500vh;
  display: flex;
}

.feature-images-wrapper {
  z-index: 1;
  border-radius: var(--border-radius);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 90vh;
  position: relative;
  top: 5%;
  left: 5%;
  overflow: hidden;
}

.feature-images-wrapper._03 {
  z-index: 2;
  position: absolute;
}

.feature-images-wrapper._01 {
  z-index: 4;
  position: absolute;
}

.feature-images-wrapper._02 {
  z-index: 3;
  position: absolute;
}

.feature-item-content {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  padding-left: 4.44vw;
  padding-right: 4.44vw;
  display: flex;
}

.feature-item-content._01 {
  opacity: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.feature-item-content._02 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.feature-item-content._04 {
  margin-left: 5%;
}

.feature-item-content._03 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.feature-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.features-flex {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.brands-grid {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  filter: none;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(13.33vw, 13.33vw) minmax(13.33vw, 13.33vw) minmax(13.33vw, 13.33vw) minmax(13.33vw, 13.33vw) 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.image-brand-wrapper {
  z-index: 2;
  background-color: var(--light-gray);
  border-radius: 12px;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: center;
  min-width: 13.33vw;
  max-width: 13.33vw;
  min-height: 13.33vw;
  max-height: 13.33vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-brand {
  filter: invert();
  min-height: 3.89vw;
  max-height: 3.89vw;
}

.image-brand.smaller {
  min-height: 2.78vw;
  max-height: 2.78vw;
}

.cta-title-wrapper {
  opacity: 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 27rem;
  display: flex;
  position: absolute;
}

.cta-overlay {
  background-color: var(--black);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.color-gray {
  color: var(--gray);
}

.credits-flex {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-large-title {
  color: var(--white);
  margin-top: 4.44vw;
  font-size: 7rem;
}

.footer-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.footer-socials {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  filter: invert();
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.password-404-title {
  font-size: 3.33vw;
}

.nav-menu {
  z-index: 998;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  display: flex;
}

.blank-space {
  opacity: 0;
}

.indent-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 44rem;
  max-width: 44rem;
  height: 3.2rem;
  display: flex;
  position: relative;
}

.footer-links {
  height: 1.3rem;
  position: relative;
  overflow: clip;
}

.footer-link-text {
  color: var(--white);
  text-shadow: 0 1.3rem 0 var(--white);
  line-height: 1.3rem;
  position: absolute;
}

.footer-bottom-links {
  color: var(--white-smoke);
  white-space: nowrap;
  transition: color .3s;
}

.footer-bottom-links:hover {
  color: var(--white);
}

.work-more-images-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.works-image-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
}

.works-image-large {
  border-radius: var(--border-radius);
  width: 70vw;
  height: 35vw;
  position: relative;
  overflow: clip;
}

.works-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.services-image-wrapper {
  border-radius: var(--border-radius);
  width: 80vw;
  height: 60vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: clip;
}

.services-image-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font-family--primary: Inter, sans-serif;
    --_typography---paragraph--font-size: 1rem;
    --_typography---paragraph--line-height: 1.3;
    --_typography---paragraph--font-weight: var(--_typography---font-weight--light);
    --_typography---paragraph--letter-spacing: -.04em;
    --_typography---h1--font-family: var(--_typography---font-family--primary);
    --_typography---h1--font-size: 5rem;
    --_typography---h1--line-height: 1.1;
    --_typography---h1--font-weight: var(--_typography---font-weight--medium);
    --_typography---h2--letter-spacing: -.07em;
    --_typography---h2--font-family: var(--_typography---font-family--primary);
    --_typography---h2--font-size: 4rem;
    --_typography---h2--line-height: 1.1;
    --_typography---h2--font-weight: var(--_typography---font-weight--medium);
    --_typography---h3--font-family: var(--_typography---font-family--primary);
    --_typography---h3--font-size: 4rem;
    --_typography---h3--line-height: 1.1;
    --_typography---h3--font-weight: var(--_typography---font-weight--medium);
    --_typography---h3--letter-spacing: -.07em;
    --_typography---h4--font-family: var(--_typography---font-family--primary);
    --_typography---h4--font-size: 2.5rem;
    --_typography---h4--line-height: 1.1;
    --_typography---h4--font-weight: var(--_typography---font-weight--medium);
    --_typography---h4--letter-spacing: -.07em;
    --_typography---h5--font-family: var(--_typography---font-family--primary);
    --_typography---h5--font-size: 1.375rem;
    --_typography---h5--line-height: 1.1;
    --_typography---h5--font-weight: var(--_typography---font-weight--normal);
    --_typography---h5--letter-spacing: -.05em;
    --_typography---h6--font-family: var(--_typography---font-family--primary);
    --_typography---h6--font-size: .9rem;
    --_typography---h6--line-height: 1;
    --_typography---h6--font-weight: var(--_typography---font-weight--medium);
    --_typography---h6--letter-spacing: -.04em;
    --_typography---paragraph--font-family: var(--_typography---font-family--primary);
    --_typography---h1--letter-spacing: -.07px;
    --_typography---font-weight--normal: 400;
    --_typography---font-weight--medium: 500;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--semi-bold: 600;
    --_typography---font-weight--bold: 700;
    --_spacing---space-large: 9rem;
    --_spacing---space: 4rem;
    --_spacing---space-mid: 3rem;
    --_spacing---space-semi: 1.8rem;
    --_spacing---space-small: 1.5rem;
    --_spacing---space-text: 1rem;
    --_spacing---space-page-top: 10rem;
    --_spacing---space-title: 4rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  h6 {
    font-size: .8rem;
    line-height: .9rem;
  }

  blockquote {
    letter-spacing: .0625rem;
    padding: 1rem 2rem;
  }

  .space {
    min-height: 4rem;
  }

  .space-mid {
    min-height: 3rem;
  }

  .space-small {
    min-height: 1.5rem;
  }

  .container-full.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-full.padding-9rem {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container-full.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-full.padding-4-5rem {
    padding-left: 5%;
    padding-right: 5%;
  }

  .space-text {
    min-height: 1rem;
  }

  .space-semi {
    min-height: 1.8rem;
  }

  .gallery-image {
    min-height: 25rem;
  }

  .description-max-width {
    max-width: 36.25rem;
  }

  .utilities-row {
    width: 100%;
  }

  .utilities-wrapper-full {
    flex-direction: column;
    display: flex;
  }

  .gallery-image-wrapper {
    min-height: 25rem;
    max-height: 25rem;
  }

  .gallery-grid-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .utilities-wrapper {
    max-width: 42rem;
  }

  .paragraph-max-width {
    max-width: 26.25rem;
  }

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

  .blog-single-image {
    min-height: 30rem;
    max-height: 30rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .blog-wrapper-full-single {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .blog-page-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .blog-side-bar-left {
    margin-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog-side-bar-right {
    padding-right: 0;
  }

  .blog-author-info {
    grid-row-gap: 1.5rem;
  }

  .blog-card-image-wrapper {
    width: 8.13rem;
    max-width: 8.13rem;
    max-height: 8.13rem;
  }

  .upper-box {
    min-width: 18.13rem;
    max-width: 18.13rem;
    margin-top: 3.75rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .author-name-occupation {
    grid-row-gap: .5rem;
  }

  .style-guide-logo {
    min-height: 2rem;
    max-height: 2rem;
  }

  .submit-button, .button {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
  }

  .sg-return-to-home-lb {
    background-color: var(--black);
  }

  .sg-return-to-home-lb.hide-on-tab {
    display: none;
  }

  .sg-return-to-home-lb.show-from-tab {
    display: flex;
  }

  .sg-return-to-home-lb.show-from-tab.w--current {
    background-color: var(--dark-gray);
  }

  .text-mobile-only {
    color: #fff;
  }

  .text-mobile-only.mobile-only {
    display: block;
  }

  .sg-anchor-lb {
    color: var(--white);
    flex: none;
    justify-content: center;
    width: auto;
    min-width: 25%;
    padding: 1rem 2rem;
  }

  .sg-anchor-lb.w--current {
    box-shadow: inset 0 -3px 0 0 var(--matte);
    width: auto;
  }

  .sg-right-bottom-wrapper {
    width: 100%;
    min-height: auto;
    margin-left: 0;
  }

  .sg-outer-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .h1-utility {
    font-size: 4rem;
    line-height: 4rem;
  }

  .sg-left-top-wrapper {
    z-index: 5;
    width: 100%;
    min-height: auto;
    position: sticky;
    top: -8.125rem;
  }

  .sg-anchor-links-wrapper {
    z-index: 1;
    background-color: var(--dark-gray);
    flex-flow: wrap;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    inset: 0 0% -9.375rem;
  }

  .blog-post-first-letter {
    font-size: 3rem;
    line-height: 3rem;
  }

  .return-to-top {
    width: 3.5rem;
    height: 3.5rem;
  }

  .utilities-title-wrapper, .utilities-rtb-wrapper {
    width: 90%;
  }

  .utilities-rich-text li {
    line-height: 2rem;
  }

  .utilities-rich-text h4 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .row-utilities {
    width: 100%;
  }

  .instructions-wrapper {
    max-width: 35.4375rem;
  }

  .block-header, .block-content {
    padding: 1rem 2rem;
  }

  .text-field {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .contact-us-wrapper-half {
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .select {
    padding-top: .625rem;
  }

  .contact-info {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contact-us-form-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .message-title-field-wrapper {
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .booking-text-field {
    padding: .5rem 1rem;
  }

  .contact-info-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    width: 60%;
  }

  .contact-us-wrapper {
    flex-direction: column;
  }

  .error-massage {
    width: 90%;
  }

  .contact-us-flex-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .text-area {
    padding: .5rem 1rem;
  }

  .dropdown-toggle {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .faq-dropdown-title {
    text-align: left;
    max-width: 85%;
  }

  .faq-flex {
    grid-column-gap: 1.875rem;
    justify-content: space-between;
  }

  .faq-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .faq-plus-icon {
    align-self: center;
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .faq-numbers-back {
    margin-left: 0;
    font-size: 8.6875rem;
    display: none;
  }

  .side-bar-left {
    position: static;
  }

  .row-content {
    width: 100%;
  }

  .products-title {
    white-space: normal;
  }

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

  .fix-scroll-block {
    max-width: 36rem;
  }

  .price-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 2rem;
  }

  .hide-on-tab {
    display: none;
  }

  .select-field {
    min-width: 15.63rem;
    max-width: 15.63rem;
    min-height: 3.13rem;
    max-height: 3.13rem;
    font-size: 1rem;
  }

  .max-width-27rem {
    max-width: 22.5rem;
  }

  .mouse-wrapper {
    display: none;
  }

  .menu-burger {
    min-width: 2.25rem;
    max-width: 2.25rem;
    min-height: 2.25rem;
    max-height: 2.25rem;
  }

  .navbar {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    max-height: 6rem;
    position: fixed;
    top: 0;
  }

  .cart {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 4rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 90vw;
    max-width: none;
    padding-left: 4rem;
    padding-right: 4rem;
    box-shadow: inset 0 1.5rem 4rem 1rem #0006;
  }

  .grid-6-columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 90%;
    max-width: 90%;
  }

  .grid-12-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 90%;
    max-width: 90%;
  }

  .team-card {
    min-width: 17.5rem;
    max-width: 17.5rem;
    min-height: 22.5rem;
    max-height: 22.5rem;
  }

  .cart-icon {
    font-size: .5rem;
    line-height: 1.5rem;
  }

  .hide-on-mobile {
    display: block;
  }

  .cart-icon-light {
    font-size: .5rem;
    line-height: 1.5rem;
  }

  .rich-text h1 {
    font-size: 4rem;
    line-height: 5rem;
  }

  .rich-text h2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .rich-text h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .rich-text h4 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .rich-text h5 {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .rich-text h6 {
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .rich-text p {
    font-size: 1rem;
    line-height: 1.7rem;
  }

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

  .utilities-max-width {
    max-width: 27rem;
  }

  .title-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrapper.gap-half {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .arrow {
    min-height: 1.5rem;
    max-height: 1.5rem;
    top: -.0625rem;
  }

  .button-arrow-wrapper {
    top: 2.75rem;
    left: 2.75rem;
  }

  .small-icon {
    min-width: 1rem;
    max-width: 1rem;
  }

  .cta-title {
    max-width: 22.5rem;
  }

  .outline-button {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
  }

  .price-card-title {
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .nav-tabs {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .pricing-flex {
    grid-column-gap: 2rem;
  }

  .pricing-grid-half {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .horizontal-line {
    height: .1rem;
  }

  .pricing-link.with-40 {
    width: 100%;
  }

  .price-flex-highlight {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: .5rem 1rem;
  }

  .price-card-title-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .price-card-big {
    padding: 2rem;
    display: flex;
  }

  .team-social-flex-box {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    background-color: #fff3;
    width: 13.125rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    display: flex;
    inset: auto 0% 19%;
  }

  .team-image-wrapper {
    width: 100%;
    min-width: 20rem;
    max-width: 20rem;
    min-height: 20rem;
    max-height: 20rem;
  }

  .team-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
  }

  .team-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 20rem;
    max-height: 20rem;
  }

  .team-name-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 13.125rem;
    min-height: 4.375rem;
  }

  .team-name {
    font-size: 1rem;
    line-height: .9rem;
  }

  .flex-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 40rem;
  }

  .avatar-small {
    width: 1.1rem;
    height: 1.1rem;
  }

  .checkbox {
    margin-top: .5rem;
  }

  .image-single-wrapper {
    min-height: 25rem;
    max-height: 25rem;
  }

  .images-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  ._404-button {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
  }

  .works-image {
    width: 40vw;
    height: 40vw;
  }

  .service-title {
    font-size: 5rem;
  }

  .service-flex-wrapper {
    flex-wrap: wrap;
  }

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

  .services-details {
    max-width: 600px;
  }

  .title-space {
    min-height: 4rem;
  }

  .scroll-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .scroll-block {
    grid-row-gap: 1rem;
  }

  .categories-link-wrapper {
    border-bottom-width: 0;
  }

  .categories-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .categories-name {
    font-size: 2.5rem;
  }

  .services-badge {
    padding: .5rem 1rem;
  }

  .image-thumb {
    display: none;
  }

  .categories-image {
    width: 196px;
    height: 196px;
  }

  .works-title-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .show-on-tab {
    display: block;
  }

  .works-page-title {
    font-size: 3.5rem;
  }

  .projects-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .works-space {
    min-height: 7rem;
  }

  .projects-title-grid {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .projects-description {
    max-width: 13.5rem;
  }

  .flex-title {
    justify-content: space-between;
  }

  .projects-details {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .hero-container {
    min-height: 700px;
  }

  .hero-title {
    letter-spacing: var(--_typography---h1--letter-spacing);
    font-size: 14rem;
    position: relative;
    top: -13vh;
  }

  .brands-text {
    max-width: 40%;
  }

  .logos-wrapper {
    min-width: 12rem;
    max-width: 12rem;
    min-height: 12rem;
    max-height: 12rem;
  }

  .brands-wrapper {
    grid-row-gap: 2rem;
  }

  .grid-images-wrapper {
    height: 70vh;
  }

  .intro-text {
    max-width: 100%;
  }

  .about-text {
    max-width: 35rem;
  }

  .text-with-images {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 70vw;
  }

  .text-image {
    transform: translate(0, .3rem);
  }

  .card-image {
    min-width: 16rem;
    max-width: 16rem;
    min-height: 16rem;
    max-height: 16rem;
  }

  .works-item {
    background-position: 40%;
  }

  .about-description {
    max-width: 30rem;
  }

  .social-link-small {
    min-width: 1rem;
    max-width: 1rem;
    min-height: 1rem;
    max-height: 1rem;
  }

  .works-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .works-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    position: static;
  }

  .works-tags {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .works-link-wrapper-02 {
    width: 90vw;
    height: 60vw;
  }

  .numbers-wrapper {
    max-height: 5rem;
    margin-bottom: 2rem;
  }

  .metrics-text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 48%;
  }

  .metrics-text {
    font-size: 6rem;
    line-height: 5rem;
  }

  .metrics-block {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    margin-bottom: .7rem;
  }

  .metrics-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 25rem;
  }

  .brands-grid-02 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(12rem, 12rem) 1fr;
    place-items: center;
    width: auto;
  }

  .brands-wrapper-02 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .brand-02 {
    max-width: none;
    min-height: 4rem;
    max-height: 4rem;
  }

  .brand-02.smaller {
    min-height: 3rem;
    max-height: 3rem;
  }

  .brands-text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 70%;
  }

  .features-item {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .awards-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .award-grid {
    grid-template-columns: 1fr 2fr 2fr 1fr;
  }

  .text-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .awards-text {
    text-indent: 0;
    max-width: 80%;
  }

  .about-content {
    justify-content: center;
    width: 90vw;
    height: 90vh;
  }

  .about-image {
    background-image: linear-gradient(90deg, var(--black), var(--transparent) 75%), url('../images/Cheerful-Young-Woman-with-Colorful-Attire_2Cheerful Young Woman with Colorful Attire.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .max-width-22rem {
    max-width: 23rem;
    margin-left: 4rem;
  }

  .space-about {
    min-height: 6rem;
  }

  .blog-link-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 60%;
  }

  .blog-image-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .blog-text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-title-02 {
    font-size: 2rem;
  }

  .blog-flex {
    grid-template-columns: 1fr;
    width: 600px;
  }

  .hero-image-02 {
    min-width: 15rem;
    max-width: 15rem;
    min-height: 15rem;
    max-height: 15rem;
  }

  .metrics-title {
    max-width: 35rem;
  }

  .section-title {
    max-width: 36rem;
    font-size: 5rem;
  }

  .hero-image-max {
    opacity: .5;
    display: none;
  }

  .hero-image-01, .hero-image-03 {
    min-width: 15rem;
    max-width: 15rem;
    min-height: 15rem;
    max-height: 15rem;
  }

  .hero-center {
    position: absolute;
    top: auto;
  }

  .nav-more-links-wrapper.w--current {
    color: #f5f5f5;
    background-color: #0000;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-link-wrapper {
    width: 1.5rem;
    margin-right: auto;
    display: flex;
  }

  .logo-link-wrapper.hide-on-tab {
    display: none;
  }

  .logo-link-wrapper.show-on-tab {
    display: flex;
  }

  .nav-view-all.w--current {
    color: #f5f5f5;
    background-color: #0000;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown {
    display: none;
  }

  .nav-container {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-wrapper {
    height: auto;
    margin-top: .5rem;
  }

  .nav-link-wrapper.w--current {
    color: #f5f5f5;
    background-color: #0000;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-wrapper.show-on-tab {
    display: flex;
  }

  .nav-more-flex {
    height: auto;
  }

  .nav-link-block {
    height: 3rem;
  }

  .menu-button {
    z-index: 999;
    background-color: #0000;
    order: 1;
    padding: 1rem 0 1rem 1rem;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link-text {
    text-align: center;
    text-shadow: 0 3rem 0 var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 3rem;
    line-height: 3rem;
    display: flex;
  }

  .cart-fixed {
    bottom: 5%;
    right: 7.5%;
  }

  .works-thumb, .work-blur-overlay {
    display: none;
  }

  .works-right {
    margin-top: 0;
  }

  .flex-grid-features {
    height: auto;
  }

  .feature-images-wrapper {
    width: 80vw;
    height: 80vw;
  }

  .feature-images-wrapper._04 {
    position: static;
    left: auto;
  }

  .feature-images-wrapper._03, .feature-images-wrapper._01, .feature-images-wrapper._02 {
    position: static;
  }

  .feature-item-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    height: 50svh;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    inset: auto 0% 0%;
  }

  .feature-item-content._01, .feature-item-content._02 {
    opacity: 1;
    height: auto;
    position: static;
    inset: auto 0% 0%;
  }

  .feature-item-content._04 {
    opacity: 1;
    height: auto;
    margin-left: 0%;
  }

  .feature-item-content._03 {
    opacity: 1;
    height: auto;
    position: static;
    inset: auto 0% 0%;
  }

  .feature-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
    height: auto;
  }

  .features-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .feature-image {
    object-position: 50% 34%;
  }

  .brands-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(12rem, 12rem) 1fr;
    place-items: center;
    width: auto;
  }

  .image-brand-wrapper {
    min-width: 12rem;
    max-width: 12rem;
    min-height: 12rem;
    max-height: 12rem;
  }

  .image-brand {
    max-width: none;
    min-height: 4rem;
    max-height: 4rem;
  }

  .image-brand.smaller {
    min-height: 3rem;
    max-height: 3rem;
  }

  .cta-title-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .credits-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-large-title {
    margin-top: 3rem;
    font-size: 3.7rem;
  }

  .footer-info-wrapper {
    margin-bottom: 1rem;
  }

  .footer-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-socials {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    bottom: auto;
    left: auto;
  }

  .password-404-title {
    font-size: 3rem;
  }

  .nav-menu {
    background-color: var(--white);
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
    flex-direction: column;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6rem;
    position: fixed;
    inset: 0%;
  }

  .indent-wrapper {
    width: 38rem;
    max-width: 38rem;
    height: 2.8rem;
    margin-bottom: 6rem;
  }

  .footer-link-text {
    position: static;
  }

  .works-image-large {
    width: 80vw;
    height: 50vw;
  }

  .works-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font-family--primary: Inter, sans-serif;
    --_typography---paragraph--font-size: 1rem;
    --_typography---paragraph--line-height: 1.3;
    --_typography---paragraph--font-weight: var(--_typography---font-weight--light);
    --_typography---paragraph--letter-spacing: -.04em;
    --_typography---h1--font-family: var(--_typography---font-family--primary);
    --_typography---h1--font-size: 4rem;
    --_typography---h1--line-height: 1.1;
    --_typography---h1--font-weight: var(--_typography---font-weight--medium);
    --_typography---h2--letter-spacing: -.07em;
    --_typography---h2--font-family: var(--_typography---font-family--primary);
    --_typography---h2--font-size: 3rem;
    --_typography---h2--line-height: 1.1;
    --_typography---h2--font-weight: var(--_typography---font-weight--medium);
    --_typography---h3--font-family: var(--_typography---font-family--primary);
    --_typography---h3--font-size: 3rem;
    --_typography---h3--line-height: 1.1;
    --_typography---h3--font-weight: var(--_typography---font-weight--medium);
    --_typography---h3--letter-spacing: -.07em;
    --_typography---h4--font-family: var(--_typography---font-family--primary);
    --_typography---h4--font-size: 2.25rem;
    --_typography---h4--line-height: 1.1;
    --_typography---h4--font-weight: var(--_typography---font-weight--medium);
    --_typography---h4--letter-spacing: -.07em;
    --_typography---h5--font-family: var(--_typography---font-family--primary);
    --_typography---h5--font-size: 1.375rem;
    --_typography---h5--line-height: 1.1;
    --_typography---h5--font-weight: var(--_typography---font-weight--normal);
    --_typography---h5--letter-spacing: -.05em;
    --_typography---h6--font-family: var(--_typography---font-family--primary);
    --_typography---h6--font-size: .9rem;
    --_typography---h6--line-height: 1.1;
    --_typography---h6--font-weight: var(--_typography---font-weight--medium);
    --_typography---h6--letter-spacing: -.04em;
    --_typography---paragraph--font-family: var(--_typography---font-family--primary);
    --_typography---h1--letter-spacing: -.07px;
    --_typography---font-weight--normal: 400;
    --_typography---font-weight--medium: 500;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--semi-bold: 600;
    --_typography---font-weight--bold: 700;
    --_spacing---space-large: 8rem;
    --_spacing---space: 4rem;
    --_spacing---space-mid: 3rem;
    --_spacing---space-semi: 1.8rem;
    --_spacing---space-small: 1.5rem;
    --_spacing---space-text: 1rem;
    --_spacing---space-page-top: 10rem;
    --_spacing---space-title: 4rem;
  }

  h4 {
    white-space: normal;
  }

  .space-large.hide-on-mobile {
    display: none;
  }

  .container-full.padding-9rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .description-max-width {
    max-width: 25rem;
  }

  .gallery-item {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gallery-grid-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .utilities-wrapper {
    max-width: 32rem;
  }

  .blog-page-grid {
    grid-template-columns: 1fr;
  }

  .blog-side-bar-left {
    margin-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
  }

  .blod-card-author {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .sg-anchor-lb {
    min-width: 25%;
    max-width: 25%;
  }

  .h1-utility {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .sg-colour-label-wrapper {
    align-items: flex-start;
  }

  .sg-buttons-grid {
    grid-template-columns: 1fr;
  }

  .sg-colours-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sg-colour-wrapper {
    flex-direction: row;
  }

  .global-section {
    padding: 4rem 2.5rem;
  }

  .sg-colour-swatch {
    width: 25%;
    margin-bottom: 0;
    margin-right: 1rem;
    padding-top: 25%;
  }

  .instructions-wrapper {
    max-width: 29.8125rem;
  }

  .contact-us-wrapper-half {
    max-width: 100%;
  }

  .contact-us-form-wrapper {
    width: 100%;
  }

  .contact-info-wrapper {
    align-items: center;
    width: 80%;
  }

  .error-massage {
    width: 80%;
  }

  .contact-us-flex-container {
    padding-top: 0;
  }

  .faq-dropdown-title {
    max-width: 80%;
    font-size: 1.5rem;
  }

  .faq-flex {
    padding-right: 0;
  }

  .side-bar-left {
    position: static;
  }

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

  .fix-scroll-block {
    max-width: 28rem;
  }

  .flip-animation {
    white-space: normal;
  }

  .services-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    grid-template-rows: auto auto auto auto auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-6-columns {
    flex-flow: column wrap;
    margin-bottom: 0;
  }

  .grid-12-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .hide-on-mobile {
    display: none;
  }

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

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

  .team-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team-image {
    object-position: 50% 0%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .blog-wrapper {
    max-width: 30rem;
  }

  .image-single-wrapper {
    min-height: auto;
    max-height: none;
  }

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

  .works-grid {
    grid-column-gap: 1rem;
  }

  .service-title {
    font-size: 4rem;
  }

  .service-flex-wrapper {
    grid-row-gap: 1rem;
  }

  .service-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-text-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .services-details {
    max-width: 420px;
  }

  .categories-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .categories-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column-reverse;
    justify-content: center;
    min-height: auto;
  }

  .categories-flex-wrapper, .categories-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .categories-name {
    font-size: 2rem;
  }

  .categories-image {
    width: 56vw;
    height: 40vw;
    position: relative;
  }

  .works-title-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .works-page-title {
    font-size: 9vw;
  }

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

  .works-space {
    min-height: 6rem;
  }

  .projects-title-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

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

  .flex-title {
    align-items: center;
  }

  .projects-details {
    justify-content: center;
  }

  .hero-title {
    font-size: 28vw;
  }

  .brands-text {
    max-width: 60%;
  }

  .grid-images-wrapper {
    height: 25vh;
  }

  .grid-images-left {
    align-items: stretch;
  }

  .flex-wrapper-images {
    height: 50vh;
    top: 25vh;
  }

  .about-text {
    max-width: 23rem;
  }

  .text-with-images {
    max-width: 90vw;
  }

  .card-image {
    min-width: 12rem;
    max-width: 12rem;
    min-height: 12rem;
    max-height: 12rem;
  }

  .works-item {
    background-position: 45%;
  }

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

  .works-wrapper, .works-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .metrics-wrapper {
    flex-wrap: wrap;
    width: 25rem;
  }

  .brands-text-block {
    max-width: 90%;
  }

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

  .about-image {
    background-image: linear-gradient(90deg, #191919b3, #191919b3), url('../images/Cheerful-Young-Woman-with-Colorful-Attire_2Cheerful Young Woman with Colorful Attire.webp');
    background-position: 0 0, 55%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .max-width-22rem {
    width: 80%;
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-link-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .blog-flex {
    width: 432px;
  }

  .hero-image-02 {
    min-width: 12rem;
    max-width: 12rem;
    min-height: 12rem;
    max-height: 12rem;
  }

  .metrics-title {
    max-width: 29rem;
  }

  .section-title {
    max-width: 29rem;
    font-size: 4rem;
  }

  .hero-image-max {
    min-width: 10rem;
    max-width: 10rem;
    min-height: 6.33rem;
    max-height: 6.33rem;
  }

  .hero-image-01, .hero-image-03 {
    min-width: 12rem;
    max-width: 12rem;
    min-height: 12rem;
    max-height: 12rem;
  }

  .logo {
    align-self: flex-end;
  }

  .nav-link-block {
    height: 2.5rem;
  }

  .nav-link-text {
    text-shadow: 0 2.5rem 0 var(--black);
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .cart-fixed {
    right: 10%;
  }

  .flex-grid-features {
    grid-template-columns: 1fr;
    height: auto;
  }

  .feature-images-wrapper._03, .feature-images-wrapper._01, .feature-images-wrapper._02 {
    position: static;
  }

  .feature-item-content {
    opacity: 1;
    height: auto;
  }

  .feature-item-content._01, .feature-item-content._02, .feature-item-content._03 {
    position: static;
  }

  .feature-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    height: auto;
    position: static;
  }

  .features-flex {
    height: auto;
  }

  .credits-flex {
    justify-content: center;
    align-items: center;
  }

  .footer-large-title {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    font-size: 3rem;
  }

  .footer-info-wrapper {
    align-items: center;
    margin-bottom: 2.5rem;
  }

  .footer-link-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .password-404-title {
    font-size: 2.5rem;
  }

  .indent-wrapper {
    width: 30rem;
    max-width: 30rem;
    height: 2.6rem;
    margin-bottom: 5rem;
  }

  .work-more-images-grid {
    grid-column-gap: 1rem;
  }

  .works-flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font-family--primary: Inter, sans-serif;
    --_typography---paragraph--font-size: .9rem;
    --_typography---paragraph--line-height: 1.3;
    --_typography---paragraph--font-weight: var(--_typography---font-weight--light);
    --_typography---paragraph--letter-spacing: -.04em;
    --_typography---h1--font-family: var(--_typography---font-family--primary);
    --_typography---h1--font-size: 14vw;
    --_typography---h1--line-height: 1.1;
    --_typography---h1--font-weight: var(--_typography---font-weight--medium);
    --_typography---h2--letter-spacing: -.07em;
    --_typography---h2--font-family: var(--_typography---font-family--primary);
    --_typography---h2--font-size: 12vw;
    --_typography---h2--line-height: 1.1;
    --_typography---h2--font-weight: var(--_typography---font-weight--medium);
    --_typography---h3--font-family: var(--_typography---font-family--primary);
    --_typography---h3--font-size: 10vw;
    --_typography---h3--line-height: 1.1;
    --_typography---h3--font-weight: var(--_typography---font-weight--medium);
    --_typography---h3--letter-spacing: -.07em;
    --_typography---h4--font-family: var(--_typography---font-family--primary);
    --_typography---h4--font-size: 2rem;
    --_typography---h4--line-height: 1.1;
    --_typography---h4--font-weight: var(--_typography---font-weight--medium);
    --_typography---h4--letter-spacing: -.07em;
    --_typography---h5--font-family: var(--_typography---font-family--primary);
    --_typography---h5--font-size: 1.375rem;
    --_typography---h5--line-height: 1.1;
    --_typography---h5--font-weight: var(--_typography---font-weight--normal);
    --_typography---h5--letter-spacing: -.05em;
    --_typography---h6--font-family: var(--_typography---font-family--primary);
    --_typography---h6--font-size: .9rem;
    --_typography---h6--line-height: 1.1;
    --_typography---h6--font-weight: var(--_typography---font-weight--medium);
    --_typography---h6--letter-spacing: -.04em;
    --_typography---paragraph--font-family: var(--_typography---font-family--primary);
    --_typography---h1--letter-spacing: -.07px;
    --_typography---font-weight--normal: 400;
    --_typography---font-weight--medium: 500;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--semi-bold: 600;
    --_typography---font-weight--bold: 700;
    --_spacing---space-large: 8rem;
    --_spacing---space: 4rem;
    --_spacing---space-mid: 3rem;
    --_spacing---space-semi: 1.8rem;
    --_spacing---space-small: 1.5rem;
    --_spacing---space-text: 1rem;
    --_spacing---space-page-top: 10rem;
    --_spacing---space-title: 2rem;
  }

  h3 {
    font-size: 12.5vw;
  }

  .space.smaller-on-mobile {
    min-height: 2.5rem;
  }

  .container-full.padding-9rem {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-full.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .features-image {
    min-width: 16.25rem;
    max-width: 16.25rem;
    min-height: 16.25rem;
    max-height: 16.25rem;
  }

  .description-max-width {
    max-width: 15rem;
  }

  .description-max-width.add-width {
    max-width: 90%;
  }

  .utilities-row {
    justify-content: center;
    align-items: center;
  }

  .utilities-wrapper-full {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-image-wrapper {
    min-height: 20rem;
    max-height: 20rem;
  }

  .gallery-grid-list {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .blog-single-image {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-wrapper-full-single {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .line-height-20px {
    line-height: 1.25rem;
  }

  .blog-page-grid {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 100%;
    max-width: 100%;
  }

  .blog-side-bar-left {
    width: 100%;
    max-width: 100%;
    margin-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fix-scroll-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .blod-card-author {
    width: 100%;
  }

  .upper-box {
    margin-left: auto;
    margin-right: auto;
  }

  .style-guide-logo {
    min-height: 1.8rem;
    max-height: 1.8rem;
  }

  .contact-us-block-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button {
    font-size: 1rem;
  }

  .sg-anchor-lb {
    min-width: 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-utility {
    font-size: 10vw;
    line-height: 2rem;
  }

  .sg-button-block {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
  }

  .sg-colours-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sg-left-top-wrapper {
    overflow: hidden;
  }

  .global-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    overflow: hidden;
  }

  .sg-colour-swatch {
    margin-bottom: 0;
  }

  .utilities-title-wrapper, .utilities-rtb-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .utilities-rich-text h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .row-utilities {
    align-items: center;
  }

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

  .block-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .max-width-23rem {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-us-wrapper-half {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-info {
    min-width: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .contact-us-form-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: 0;
  }

  .message-title-field-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .booking-text-field {
    align-self: center;
    width: 100%;
    min-height: auto;
    margin-left: auto;
  }

  .contact-info-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .contact-us-info-title {
    text-align: center;
  }

  .contact-us-form {
    width: 100%;
    margin-bottom: 0;
  }

  .error-massage {
    width: 90%;
  }

  .contact-us-flex-container {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .contact-us-flex-block {
    grid-column-gap: .46875rem;
    justify-content: center;
  }

  .contact-us-cardtext {
    text-align: center;
  }

  .text-area {
    align-self: center;
    margin-left: 0%;
  }

  .dropdown-toggle {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-dropdown-title {
    max-width: 70%;
    font-size: 1.25rem;
  }

  .faq-flex {
    width: 100%;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-description {
    width: 90%;
    max-width: 90%;
  }

  .faq-numbers-back {
    font-size: 8.125rem;
    inset: 0%;
  }

  .services-page, .package-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .row-content {
    align-items: center;
    width: 80%;
  }

  .brochure-card {
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .side-bar-right {
    max-width: 100%;
  }

  .fix-scroll-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .fix-scroll-block {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .utility-image {
    max-width: 50%;
  }

  .select-field {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }

  .max-width-27rem {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .order-item {
    flex-flow: column;
  }

  .cart {
    z-index: 999;
  }

  .footer-grid {
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding: 4rem 3rem;
    display: flex;
  }

  .grid-6-columns {
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .grid-12-columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .line-item {
    flex-flow: column;
  }

  .rich-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .utilities-max-width {
    max-width: 15rem;
  }

  .title-wrapper {
    align-items: center;
  }

  .outline-button {
    font-size: 1rem;
  }

  .price-card-title {
    font-size: 3rem;
    line-height: 2.5rem;
  }

  .nav-tabs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .pricing-grid-half {
    grid-template-columns: 1fr;
  }

  .tabs-content {
    width: 90%;
  }

  .package-title {
    font-size: 13vw;
  }

  .blog-image {
    min-width: 15rem;
    min-height: 10rem;
  }

  .flex-info {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .works-grid {
    grid-column-gap: .5rem;
  }

  ._404-button {
    font-size: 1rem;
  }

  .service-title {
    font-size: 17vw;
  }

  .service-flex-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
  }

  .service-text {
    text-align: center;
    width: 100%;
  }

  .service-text-block {
    grid-row-gap: 16px;
    align-items: center;
  }

  .services-details {
    max-width: 240px;
  }

  .title-space {
    min-height: 2rem;
  }

  .categories-name {
    font-size: 2rem;
  }

  .services-badge {
    border-bottom-width: .5px;
    border-bottom-color: #1d2025;
  }

  .categories-image {
    width: 80vw;
    height: 60vw;
  }

  .works-page-title {
    font-size: 13vw;
  }

  .works-space {
    min-height: 4rem;
  }

  .projects-title-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 10%;
    padding-right: 10%;
  }

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

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

  .projects-details {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .logos-wrapper {
    min-width: 35vw;
    max-width: 35vw;
    min-height: 35vw;
    max-height: 35vw;
  }

  .logos-wrapper.opacity-0 {
    display: none;
  }

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

  .about-text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 90%;
  }

  .text-image {
    width: 4.5rem;
    height: 3rem;
  }

  .card-image {
    min-width: 8rem;
    max-width: 8rem;
    min-height: 8rem;
    max-height: 8rem;
  }

  .works-item {
    background-position: 50%;
  }

  .about-description {
    text-align: left;
    max-width: 100%;
  }

  .features-grid {
    transform: scale(3.4);
  }

  .works-wrapper, .works-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .numbers-wrapper {
    margin-bottom: 1rem;
  }

  .metrics-text-wrapper {
    text-align: center;
    width: 8rem;
  }

  .metrics-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .metrics-wrapper {
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
  }

  .brands-grid-02 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    max-width: 95%;
    display: flex;
  }

  .brands-wrapper-02 {
    text-align: center;
  }

  .brand-02 {
    min-height: 12.5vw;
    max-height: 12.5vw;
  }

  .brand-02.smaller {
    min-height: 10vw;
    max-height: 10vw;
  }

  .brands-text-block {
    justify-content: flex-start;
    align-items: center;
    max-width: 80%;
  }

  .awards-wrapper {
    width: 80%;
  }

  .award-grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 6fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .award-text-wrapper {
    max-width: 90%;
  }

  .about-hero-wrapper {
    height: auto;
  }

  .about-content {
    width: 90vw;
    height: auto;
  }

  .about-image {
    background-image: linear-gradient(90deg, #191919cc, #191919cc), url('../images/Cheerful-Young-Woman-with-Colorful-Attire_2Cheerful Young Woman with Colorful Attire.webp');
    background-position: 0 0, 55%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .max-width-22rem {
    max-width: 75%;
    margin: 8rem auto;
  }

  .about-hero-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .about-hero-title.shift-up {
    top: -6px;
  }

  .slide-text {
    min-height: 3rem;
    max-height: 3rem;
    bottom: -6px;
  }

  .blog-link-wrapper {
    text-align: center;
  }

  .blog-image-wrapper {
    min-width: 15rem;
    max-width: 15rem;
    min-height: 10rem;
    max-height: 10rem;
  }

  .blog-text-block {
    justify-content: flex-start;
    align-items: center;
  }

  .blog-title-02 {
    text-align: center;
  }

  .blog-flex {
    width: 240px;
  }

  .hero-image-02 {
    min-width: 9rem;
    max-width: 9rem;
    min-height: 9rem;
    max-height: 9rem;
  }

  .metrics-title {
    max-width: 80%;
  }

  .section-title {
    max-width: 60%;
    font-size: 3rem;
  }

  .hero-image-max {
    min-width: 7rem;
    max-width: 7rem;
    min-height: 4.66rem;
    max-height: 4.66rem;
  }

  .hero-image-01, .hero-image-03 {
    min-width: 9rem;
    max-width: 9rem;
    min-height: 9rem;
    max-height: 9rem;
  }

  .nav-container {
    width: 80vw;
    padding-right: 0;
  }

  .logo {
    z-index: 999;
    position: relative;
  }

  .nav-link-block {
    height: 2rem;
  }

  .menu-button {
    padding-left: .5rem;
    padding-right: 0;
  }

  .nav-link-text {
    text-shadow: 0 2rem 0 var(--black);
    font-size: 2rem;
    line-height: 2rem;
  }

  .feature-item-content {
    text-align: center;
  }

  .features-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .image-brand-wrapper {
    min-width: 40vw;
    max-width: 40vw;
    min-height: 40vw;
    max-height: 40vw;
  }

  .image-brand {
    min-height: 12.5vw;
    max-height: 12.5vw;
  }

  .image-brand.smaller {
    min-height: 10vw;
    max-height: 10vw;
  }

  .cta-title-wrapper {
    align-items: center;
  }

  .credits-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-self: flex-start;
  }

  .footer-large-title {
    font-size: 2rem;
  }

  .footer-socials {
    grid-column-gap: 2rem;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .password-404-title {
    font-size: 2rem;
  }

  .nav-menu {
    z-index: 998;
  }

  .indent-wrapper {
    width: 15rem;
    max-width: 15rem;
    height: 2.2rem;
    margin-bottom: 11rem;
  }

  .work-more-images-grid {
    grid-column-gap: .5rem;
  }

  .works-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-image-wrapper {
    height: 80vw;
  }
}

#w-node-fb358458-e6db-200b-8fdd-2f9263c6fcd1-7c047cbe, #w-node-fb358458-e6db-200b-8fdd-2f9263c6fcd3-7c047cbe, #w-node-fb358458-e6db-200b-8fdd-2f9263c6fcd4-7c047cbe, #w-node-fb358458-e6db-200b-8fdd-2f9263c6fcd5-7c047cbe, #w-node-fb358458-e6db-200b-8fdd-2f9263c6fcd6-7c047cbe, #w-node-fb358458-e6db-200b-8fdd-2f9263c6fcd8-7c047cbe, #w-node-fb358458-e6db-200b-8fdd-2f9263c6fcd9-7c047cbe, #w-node-fb358458-e6db-200b-8fdd-2f9263c6fcda-7c047cbe, #w-node-fb358458-e6db-200b-8fdd-2f9263c6fcdb-7c047cbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e131-652fe2cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e133-652fe2cd {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_367bfdb3-97a0-0078-6917-60f87e690c4c-652fe2cd {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e138-652fe2cd {
  grid-area: 1 / 10 / 2 / 12;
}

#w-node-_4f0b6602-d12f-ac9c-437c-56a85e2aab18-652fe2cd {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_7511f9df-060d-cd6f-8f86-c153652fe2fb-652fe2cd {
  grid-area: 3 / 2 / 4 / 6;
}

#w-node-cce18a14-6439-c2cc-e221-618b9b330287-652fe2cd {
  grid-area: 3 / 1 / 4 / 12;
  justify-self: end;
}

#w-node-_7cc1ad9a-2ff2-281c-c132-2552005b379e-ac001e55 {
  justify-self: end;
}

#w-node-_7cc1ad9a-2ff2-281c-c132-2552005b37a1-ac001e55 {
  align-self: center;
}

#w-node-_7cc1ad9a-2ff2-281c-c132-2552005b37a8-ac001e55 {
  justify-self: start;
}

#w-node-_7cc1ad9a-2ff2-281c-c132-2552005b37a9-ac001e55 {
  align-self: center;
}

#w-node-e761150b-2a00-09ba-e378-4a0cc8b6e218-c8b6e202, #w-node-e761150b-2a00-09ba-e378-4a0cc8b6e221-c8b6e202, #w-node-e761150b-2a00-09ba-e378-4a0cc8b6e241-c8b6e202, #w-node-e761150b-2a00-09ba-e378-4a0cc8b6e24a-c8b6e202, #w-node-e761150b-2a00-09ba-e378-4a0cc8b6e253-c8b6e202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c22-7c047cc1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c25-7c047cc1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c28-7c047cc1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c2b-7c047cc1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c31-7c047cc1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c34-7c047cc1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c37-7c047cc1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c3a-7c047cc1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c40-7c047cc1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c43-7c047cc1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c46-7c047cc1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c49-7c047cc1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c4f-7c047cc1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c52-7c047cc1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c55-7c047cc1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c58-7c047cc1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c5e-7c047cc1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c61-7c047cc1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c64-7c047cc1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_69007cfe-737b-8d42-efab-ac0d29e29c67-7c047cc1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0e0ce2c5-a810-a285-e9d2-1611c7efdf74-7c047cc1 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_0e0ce2c5-a810-a285-e9d2-1611c7efdf76-7c047cc1 {
  grid-area: 2 / 10 / 3 / 12;
}

#w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0bd-7c047cc1 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0ce-7c047cc1 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0df-7c047cc1 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-fe0ec00f-9e18-70e6-957b-3781095cd59d-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd59e-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd59f-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a0-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a1-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a2-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a3-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a4-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a5-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a6-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a7-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a8-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a9-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5aa-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5ab-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5ac-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5ad-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5ae-095cd596 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a98a6971-1691-6f95-c86f-b67e5fe005db-7c047cc2 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_0cf38e6c-cd4a-a2bc-d98e-9603e1427b65-7c047cc2 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_68ca93ee-d6f6-0af0-b9b4-f23898143e94-7c047cc6, #w-node-_68ca93ee-d6f6-0af0-b9b4-f23898143e95-7c047cc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68ca93ee-d6f6-0af0-b9b4-f23898143ea2-7c047cc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-da8fd718-1d1a-eaa3-d6d5-e44622b5cd61-7c047cc8, #w-node-da8fd718-1d1a-eaa3-d6d5-e44622b5cd6b-7c047cc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e084652b-c8c0-c228-e393-fac5f50800fd-7c047cd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e084652b-c8c0-c228-e393-fac5f5080102-7c047cd2, #w-node-e084652b-c8c0-c228-e393-fac5f5080104-7c047cd2, #w-node-e084652b-c8c0-c228-e393-fac5f5080109-7c047cd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e084652b-c8c0-c228-e393-fac5f508010b-7c047cd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e084652b-c8c0-c228-e393-fac5f5080110-7c047cd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9f4d464-38da-38c6-4186-89206837ae27-7c047cd3 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-a9f4d464-38da-38c6-4186-89206837ae29-7c047cd3 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_34403321-6e7f-9610-d140-18ba2a1bf5a1-7c047cd5 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_34403321-6e7f-9610-d140-18ba2a1bf5a3-7c047cd5 {
  grid-area: 1 / 7 / 2 / 12;
}

@media screen and (max-width: 991px) {
  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e133-652fe2cd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_367bfdb3-97a0-0078-6917-60f87e690c4c-652fe2cd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e138-652fe2cd {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_4f0b6602-d12f-ac9c-437c-56a85e2aab18-652fe2cd {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_7511f9df-060d-cd6f-8f86-c153652fe2fb-652fe2cd {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-cce18a14-6439-c2cc-e221-618b9b330287-652fe2cd {
    grid-area: 4 / 2 / 5 / 4;
  }

  #w-node-_0e0ce2c5-a810-a285-e9d2-1611c7efdf74-7c047cc1 {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_0e0ce2c5-a810-a285-e9d2-1611c7efdf76-7c047cc1 {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0bd-7c047cc1 {
    grid-column: 1 / 3;
  }

  #w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0ce-7c047cc1 {
    grid-column: 3 / 5;
  }

  #w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0df-7c047cc1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fe0ec00f-9e18-70e6-957b-3781095cd59f-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a1-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a3-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a5-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a7-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5a9-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5ab-095cd596, #w-node-fe0ec00f-9e18-70e6-957b-3781095cd5ad-095cd596 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a98a6971-1691-6f95-c86f-b67e5fe005db-7c047cc2 {
    grid-column: 1 / 3;
  }

  #w-node-_0cf38e6c-cd4a-a2bc-d98e-9603e1427b65-7c047cc2 {
    grid-column: 4 / 8;
  }

  #w-node-_68ca93ee-d6f6-0af0-b9b4-f23898143ea2-7c047cc6 {
    justify-self: center;
  }

  #w-node-a9f4d464-38da-38c6-4186-89206837ae27-7c047cd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9f4d464-38da-38c6-4186-89206837ae29-7c047cd3 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_34403321-6e7f-9610-d140-18ba2a1bf5a1-7c047cd5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34403321-6e7f-9610-d140-18ba2a1bf5a3-7c047cd5 {
    grid-area: 1 / 3 / 2 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd {
    grid-column: span 3 / span 3;
  }

  #w-node-_7511f9df-060d-cd6f-8f86-c153652fe2fb-652fe2cd {
    grid-column-end: 4;
  }

  #w-node-cce18a14-6439-c2cc-e221-618b9b330287-652fe2cd {
    grid-row: 5 / 6;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_0e0ce2c5-a810-a285-e9d2-1611c7efdf74-7c047cc1 {
    grid-column-start: 1;
  }

  #w-node-_0cf38e6c-cd4a-a2bc-d98e-9603e1427b65-7c047cc2 {
    grid-column: 3 / 6;
  }

  #w-node-a9f4d464-38da-38c6-4186-89206837ae27-7c047cd3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-a9f4d464-38da-38c6-4186-89206837ae29-7c047cd3 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: center;
  }

  #w-node-_34403321-6e7f-9610-d140-18ba2a1bf5a1-7c047cd5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_34403321-6e7f-9610-d140-18ba2a1bf5a3-7c047cd5 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd, #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e133-652fe2cd, #w-node-_367bfdb3-97a0-0078-6917-60f87e690c4c-652fe2cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e138-652fe2cd {
    grid-column: span 3 / span 3;
  }

  #w-node-_0e0ce2c5-a810-a285-e9d2-1611c7efdf74-7c047cc1, #w-node-_0e0ce2c5-a810-a285-e9d2-1611c7efdf76-7c047cc1, #w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0bd-7c047cc1, #w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0ce-7c047cc1, #w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0df-7c047cc1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_68ca93ee-d6f6-0af0-b9b4-f23898143e94-7c047cc6, #w-node-da8fd718-1d1a-eaa3-d6d5-e44622b5cd61-7c047cc8, #w-node-e084652b-c8c0-c228-e393-fac5f50800fd-7c047cd2, #w-node-e084652b-c8c0-c228-e393-fac5f508010b-7c047cd2 {
    justify-self: center;
  }
}


