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

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

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

:root {
  --dark-outline: #e2e7f1;
  --body-display: #6e7488;
  --dark: #090b19;
  --black: #0d0d0d;
  --pin-stripe: #f3f6fc;
  --_apps---sidebar--sidebar-border-dark\<deleted\|variable-7901c395-606a-720f-e9db-48efc7c96557\>: #ffffff1a;
  --_apps---sidebar--sidebar-border\<deleted\|variable-59d8c0c4-6685-33a0-7dd5-ff954aa9185e\>: #e5e7eb;
  --aluminio: #e7e6e6;
  --_apps---colors--background\<deleted\|variable-38d21c70-3f9a-2932-eba0-b505f5380a54\>: #fff;
  --_apps---typography--heading-font: Inter, sans-serif;
  --_apps---typography--body-font: "Open Sans", sans-serif;
  --_apps---typography--button-font: Inter, sans-serif;
  --_apps---sizes--radius: 10px;
  --_apps---colors--background: #fff;
  --_apps---colors--foreground: #090b19;
  --_apps---colors--card: #fff;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #f2f2f2;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: #090b19;
  --_apps---colors--primary-foreground: #f7f8fd;
  --_apps---colors--secondary: #f1f4ff;
  --_apps---colors--secondary-foreground: #0d0d0f;
  --_apps---colors--muted: #f8f8f8;
  --_apps---colors--muted-foreground: #7d797a;
  --_apps---colors--accent: #e4e4e4;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d74843;
  --_apps---colors--border: #e2e7f1;
  --_apps---colors--input: #e5eaf4;
  --_apps---colors--ring: #0a0c16;
  --_apps---charts--chart-1: #090b19;
  --_apps---charts--chart-2: #20222d;
  --_apps---charts--chart-3: #02030f;
  --_apps---charts--chart-4: #000003;
  --_apps---charts--chart-5: #1e212f;
  --_apps---sidebar--sidebar: #f8f8f8;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: #090b19;
  --_apps---sidebar--sidebar-primary-foreground: #f7f8fd;
  --_apps---sidebar--sidebar-accent: #e4e4e4;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #e2e7f1;
  --_apps---sidebar--sidebar-ring: #0a0c16;
  --_apps---colors--background-dark: #030303;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #141414;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #141414;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #818599;
  --_apps---colors--primary-foreground-dark: #050608;
  --_apps---colors--secondary-dark: #121524;
  --_apps---colors--secondary-foreground-dark: #f7f8fd;
  --_apps---colors--muted-dark: #010101;
  --_apps---colors--muted-foreground-dark: #868686;
  --_apps---colors--accent-dark: #292929;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #e5554f;
  --_apps---colors--border-dark: #e2e7f1;
  --_apps---colors--input-dark: #fff;
  --_apps---colors--ring-dark: #9497a7;
  --_apps---charts--chart-1-dark: #818599;
  --_apps---charts--chart-2-dark: #b0b3c2;
  --_apps---charts--chart-3-dark: #63687c;
  --_apps---charts--chart-4-dark: #a0a4b4;
  --_apps---charts--chart-5-dark: #565a6a;
  --_apps---sidebar--sidebar-dark: #070707;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: #818599;
  --_apps---sidebar--sidebar-primary-foreground-dark: #050608;
  --_apps---sidebar--sidebar-accent-dark: #292929;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #fff;
  --_apps---sidebar--sidebar-ring-dark: #9497a7;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 3px solid var(--dark-outline);
  color: var(--body-display);
  background-color: #ffffffa6;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.6em;
}

.section {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1920px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5vw 0 6vw;
  display: block;
  position: relative;
}

.section.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section.no-verticle-padding {
  flex-direction: column;
  margin-top: 0;
  padding: 0 5vw;
}

.section.no-verticle-padding.dark {
  margin-top: 0;
  padding-left: 5vw;
}

.section.no-verticle-padding.clip {
  padding-right: 3vw;
}

.section.video-section {
  z-index: 10;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 240px;
  padding-bottom: 160px;
  padding-left: 3vw;
  display: flex;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-bottom-padding.clip {
  margin-top: -61px;
  padding-top: 50px;
}

.section.clip {
  padding-left: 5vw;
}

.background-cover {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image {
  z-index: 1;
  background-image: url('../images/Space002.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image.testimonial-001 {
  filter: invert();
  background-image: url('../images/LOGO_POINTECH_F.png');
  background-position: 50% 40%;
  background-size: 380px;
}

.background-image.testimonial-002 {
  background-image: url('../images/Captura-de-pantalla-2022-09-27-191044.webp');
  background-position: 50%;
  background-size: 400px;
}

.background-image.testimonial-003 {
  background-image: url('../images/Logo_Eaton_blanco.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.background-image.testimonial-004 {
  filter: invert();
  background-image: url('../images/logo-1.webp');
  background-size: 400px;
}

.image-overlay {
  z-index: 1;
  background-color: #090b1978;
  position: absolute;
  inset: 0%;
}

.image-overlay.light-overlay {
  background-color: #090b1926;
}

.image-overlay.dark-overylay {
  background-color: #090b1973;
}

.navbar {
  opacity: 1;
  background-color: #ddd0;
  justify-content: center;
  height: 75px;
  margin-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Inter, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-top: 0;
  padding-left: 0;
  position: relative;
}

.wrapper.navbar-wrapper {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--black);
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  color: var(--dark);
}

.left-navbar {
  z-index: 30;
  border: 1px none var(--black);
  letter-spacing: -.03em;
  background-color: #000;
  justify-content: space-between;
  width: 33.33%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.menu-wrapper {
  opacity: 1;
  background-color: #0000;
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
}

.full-menu-button {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: -.5px;
  padding: 26px;
  display: flex;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.pin-stripe {
  background-color: #6e74883d;
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.pin-stripe.hide-tablet, .pin-stripe.hide-horizontal-mobile {
  background-color: #6e74883d;
}

.hero-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: none;
}

.xxl-heading {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.xxl-heading.one {
  text-align: right;
  letter-spacing: .2em;
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.xxl-heading.two {
  text-align: right;
  letter-spacing: .03em;
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 25px;
  font-style: italic;
  font-weight: 100;
  line-height: 1em;
  display: flex;
}

.clip {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  z-index: 15;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  position: relative;
  left: 0;
}

.banner-wrapper {
  justify-content: center;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.large-heading {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15em;
}

.body-display {
  color: var(--body-display);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}

.body-display.white {
  color: #ffffffe6;
  text-align: justify;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 2em;
}

.body-display.large {
  font-size: 18px;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.horizontal-line {
  background-color: #6e748826;
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line.white {
  background-color: #ffffff1f;
}

.button {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: var(--dark-outline);
  background-color: var(--dark-outline);
  color: var(--dark);
}

.button.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button.solid-white {
  color: var(--dark);
  background-color: #fff;
  border-color: #fff;
}

.button.solid-white:hover {
  background-color: var(--dark-outline);
}

.button.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
  width: 200px;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 9px;
}

.button.white-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.button.grey-outline {
  border-color: var(--dark-outline);
  color: var(--dark);
  background-color: #090b1900;
}

.button.grey-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.button.grey-outline.small {
  display: none;
}

.navigation-cover {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--black);
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-arrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #090b1980;
  border-right: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50%;
  margin-left: -59px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
  inset: auto auto 0% 0;
}

.testimonial-arrow.right-arrow {
  border-bottom: 1px solid #ffffff1a;
  top: 0;
  bottom: auto;
  right: auto;
}

.slider-dots {
  display: none;
}

.testimonial-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 550px;
  display: grid;
}

.testimonial-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 48px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.testimonial-column.testimonial-description {
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}

.rotate-text {
  transform: rotate(-90deg);
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 109%;
  grid-auto-columns: 1fr;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: grid;
  position: relative;
}

.stacked-description.large {
  grid-row-gap: 24px;
}

.stacked-description.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
  padding-top: 15px;
  display: none;
}

.stacked-description.short {
  grid-row-gap: 12px;
  padding-right: 0;
}

.credits-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 36px;
  background-color: #eaebef;
  grid-template: ". . . . . ."
                 "Area-6 Area-5 Area-4 Area-3 Area Area-2"
                 / auto 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  width: 68%;
  padding: 19px 40px 60px 15px;
  display: grid;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3" 150px
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.credit-item {
  justify-content: center;
  align-items: center;
  max-width: 120px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-hover-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px none var(--body-display);
  border-bottom: 1px solid var(--body-display);
  background-color: #090b1900;
  flex-direction: column;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  width: 100%;
  padding: 36px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-hover-item:hover {
  background-color: #090b194a;
}

.card-hover-item.no-top-border {
  border-top-style: none;
}

.card-hover-item.no-borders {
  border-top-style: none;
  border-bottom-style: none;
}

.icon {
  z-index: 10;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: content-box;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.subtitle-wrapper {
  margin-bottom: 18px;
  overflow: hidden;
}

.subtitle-wrapper.small-subtitle {
  margin-bottom: 12px;
}

.subtitle {
  z-index: 10;
  color: var(--dark);
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

.subtitle.small {
  font-size: 12px;
}

.subtitle.white {
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 700;
  display: none;
}

.subtitle.quote-credit {
  border-left: 2px solid var(--dark);
  margin-left: -1px;
  padding-left: 18px;
}

.subtitle.grey {
  color: var(--body-display);
}

.tripple-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template: "Area Area-2 Area-3" 1fr
                 "Area-4 Area-5 Area-6"
                 / .5fr .5fr .75fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: stretch;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 146px;
  display: grid;
}

.tripple-grid.no-margin {
  margin-bottom: 0;
}

.section-bottom-cover {
  z-index: 20;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 68px;
  padding-right: 427px;
  display: flex;
  position: relative;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: .2px solid var(--dark-outline);
  border-radius: 1px;
  grid-template: "Area-5 Area-4 Area-6" 1fr
                 "Area Area-2 Area-3"
                 / 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 64px;
  padding-left: 0;
  display: grid;
}

.services-grid.two-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: none;
  grid-template-rows: minmax(36px, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(36px, auto);
}

.services-grid.two-column.top-border {
  grid-template-columns: 1fr 1fr 1fr;
}

.services-grid.top-border {
  border-top: 1px solid var(--pin-stripe);
  border-left-style: none;
  border-right-style: none;
}

.card-circle {
  background-color: var(--pin-stripe);
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.white {
  background-color: #fff;
}

.card-circle.overlay {
  background-color: #090b1959;
}

.heading {
  z-index: 10;
  font-size: 20px;
  position: relative;
}

.menu-lottie {
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-headline {
  color: var(--body-display);
  align-items: center;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100px;
  height: 100px;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 24px;
  display: none;
  position: absolute;
  inset: auto 0 0 auto;
}

.hover-link-wrapper.video-link-wrapper {
  margin-left: -24px;
  position: relative;
  inset: 0 0 0 0;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

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

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 51px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -142px;
  padding-top: 0;
  padding-left: 24px;
  display: grid;
}

.project-categories-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 156px;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: #0000;
  flex-direction: column;
  grid-template: ". Area-2 Area" 75px
                 ". . ."
                 / minmax(1px, .25fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

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

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 24px;
  display: flex;
  position: relative;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top.team-info {
  flex-direction: row;
  justify-content: space-between;
}

.project-info-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.categories-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  display: grid;
}

.category-collection-list-wrapper {
  background-color: var(--pin-stripe);
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.projects-search-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 75px;
  display: grid;
}

.search {
  border: 1px solid var(--dark-outline);
  background-color: #aaa7a7;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.search-input {
  border: 1px #000;
  border-radius: 80px;
  min-height: 42px;
  margin-bottom: 0;
  margin-left: 2px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input::placeholder {
  color: var(--body-display);
}

.search-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.search-button {
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-left: 94px;
  padding: 0 32px;
  font-size: 9px;
}

.mega-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.mega-category-list.middle {
  border-right: 1px solid var(--dark-outline);
  border-left: 1px solid var(--dark-outline);
  border-left: 1px solid #e2e7f1;
  border-right: 1px solid #e2e7f1;
  grid-template-rows: auto;
}

.mega-menu {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--pin-stripe);
  background-color: var(--pin-stripe);
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 377px;
  margin-right: -1px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mega-menu-overlay {
  z-index: 20;
  background-color: #090b1980;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

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

.collection-list.two-columns {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
}

.team-collection-item {
  flex-direction: column;
}

.team-collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.team-collection-item:last-child {
  margin-top: 160px;
}

.team-collection-item.two-column-item:nth-child(odd) {
  margin-bottom: -80%;
}

.team-collection-item.two-column-item:nth-child(2n) {
  margin-top: 80%;
  margin-bottom: -20%;
}

.team-collection-item.two-column-item:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.team-social-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  padding-top: 25px;
  padding-right: 15px;
  display: flex;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.team-social-icon.outline {
  border: 1px solid #e2e7f1;
}

.featured-news-list {
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.post-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  list-style-type: disc;
  display: grid;
}

.post-list-item.category-list-item {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  min-height: 80px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  list-style-type: none;
  display: block;
}

.collection-list-item {
  border-top: 1px #000;
  border-bottom: 1px solid var(--pin-stripe);
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-item:nth-child(odd) {
  border-bottom-style: solid;
}

.collection-list-item:nth-child(2n) {
  margin-top: 48px;
  margin-bottom: -48px;
}

.inner-page-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 169px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 33.5% 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-bottom: 24px;
  display: none;
}

.mission-column {
  align-items: center;
  display: flex;
}

.navigation-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-menu-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.banner-items {
  background-color: var(--pin-stripe);
  white-space: nowrap;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.services-dual-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.sticky-services-menu {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.sticky-services-menu.left-side {
  border-right: 1px solid var(--pin-stripe);
  margin-right: -.5px;
}

.sticky-services-menu.extra-top-margin {
  top: 148px;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: -.03em;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: var(--dark);
}

.menu-list-item.w--current {
  color: var(--dark);
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  grid-template-columns: auto minmax(200px, .75fr);
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-list-item.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item.discovery-item {
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.menu-list-item.dark {
  background-color: var(--dark);
  color: #fff;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pin-stripe);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  border-top-color: #ffffff26;
  grid-template-columns: 67%;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.scrolling-text {
  align-items: center;
  height: 100%;
  display: flex;
}

.dark-dot {
  background-color: var(--dark);
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.mega-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 150%;
  padding-top: 15px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.services-menu-hide-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0;
}

.team-portrait-wrapper {
  min-height: 475px;
  position: relative;
  overflow: hidden;
}

.rich-text {
  color: var(--body-display);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.rich-text h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h4 {
  color: var(--dark);
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.25em;
}

.rich-text h3 {
  color: var(--dark);
  margin-top: 24px;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h5 {
  color: var(--dark);
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.25em;
}

.rich-text h6 {
  color: var(--dark);
  font-size: 14px;
  line-height: 1.3em;
}

.rich-text h1 {
  color: var(--dark);
}

.rich-text p {
  margin-bottom: 16px;
}

.right-grid-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.blog-card-image-wrapper {
  z-index: 1;
  width: 100%;
  min-height: 225px;
  position: relative;
  overflow: hidden;
}

.post-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  color: var(--dark);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  padding: 36px 36px 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.post-card-info {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
  width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.left-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.middle-preloader {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.stripe-preloader {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 33.33%;
}

.stripe-preloader.left {
  border-left: 1px solid var(--pin-stripe);
}

.grid-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0d0d0d4f;
  flex: 1;
  grid-template: ". Area-7" 75px
                 ". Area-8"
                 "Area Area-6"
                 ". Area-3" 138px
                 ". Area-2" 0
                 "Area-4 Area-5"
                 / minmax(auto, 64px) 89% 85px;
  grid-auto-rows: minmax(0, .25fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  margin-top: -145px;
  display: grid;
  position: relative;
}

.grid-wrapper.projects-search {
  z-index: 15;
  flex: 0 auto;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  position: absolute;
  left: 0;
  right: auto;
  overflow: hidden;
}

.grid-wrapper.fixed {
  z-index: 25;
  align-content: end;
  align-items: end;
  max-height: 0;
}

.grid-wrapper.two-row {
  background-color: #0d0d0d00;
  flex: 0 auto;
  grid-template-rows: 58px minmax(0, .25fr);
  grid-template-columns: minmax(auto, 64px) 90% 96px;
  grid-auto-rows: .25fr;
  align-content: space-between;
  margin-top: 21px;
}

.card-button-wrapper {
  padding-top: 0;
  display: flex;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template: "." minmax(44px, auto)
                 "." minmax(102px, auto)
                 "." minmax(103px, auto)
                 "Area" minmax(103px, auto)
                 "." minmax(103px, auto)
                 "." minmax(36px, auto)
                 / 34% minmax(144px, 1fr) minmax(130px, 1fr);
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.hero-background-image {
  opacity: 1;
  filter: blur(1px);
  background-color: #000000e0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 150%;
  height: 100%;
  max-height: 150%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.hero-background-image.projects-background {
  background-image: url('../images/646a6ac2ce52a019d83e9750_Captura-de-pantalla-2023-04-21-172356-1.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-background-image.services-background {
  filter: blur(1px);
}

.hero-background-image.contact-background {
  background-image: url('../images/639152534f4fe890369e6307_metaverso_3dmotion01.webp');
  background-position: 50%;
}

.hero-background-image.news-background {
  background-image: url('../images/showroom_metaverso20.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-background-image._404-background {
  background-image: url('../images/Space012.webp');
}

.hero-background-image.password-background {
  background-image: url('../images/Space007.webp');
}

.hero-background-image.search-background {
  background-image: url('../images/Space002.webp');
}

.project-details-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 1px;
  margin-right: 1px;
  display: grid;
  position: relative;
}

.project-detail-item {
  border-top: 1px solid #ffffff1f;
  border-left: 1px #ffffff1f;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 12px 48px 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.project-detail-item.middle-item {
  border-left-style: solid;
  border-left-color: #ffffff1f;
}

.project-detail-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.featured-project-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff26;
  border-top: 2px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-gallery-wrapper {
  z-index: 15;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.gallery-items-wrapper {
  z-index: 20;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 123px;
  padding-bottom: 48px;
  padding-right: 6px;
  display: flex;
  position: relative;
  overflow: visible;
}

.more-projects-wrapper {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-end;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.fly-out-button {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--pin-stripe);
  white-space: nowrap;
  cursor: pointer;
  border-top: 1px #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 5vw 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 33.33%;
  max-width: 33.33%;
  height: 48px;
  max-height: 48px;
  padding: 0 5vw 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.fly-out-button.on-click {
  z-index: 50;
  background-color: #fff;
  padding-right: 0;
}

.fly-out-button.off-click {
  z-index: 50;
  width: 100%;
  max-width: 100%;
  margin-top: 28px;
  padding-right: 0;
}

.projects-lottie {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-search-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(100px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(100px, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.project-search-collection {
  flex-direction: column;
  flex: 1;
  padding-right: 12px;
  display: flex;
  overflow: auto;
}

.project-search-collection-item {
  border-bottom: 1px solid var(--dark-outline);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-search-collection-item:first-child {
  border-top: 1px solid var(--dark-outline);
}

.project-search-collection-item:last-child {
  border-bottom-style: none;
}

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

.project-description {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pin-stripe);
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 80px 10px;
  display: grid;
  position: relative;
}

.project-description.top-grey-border {
  border-top: 1px solid var(--dark-outline);
}

.project-features, .general-collection-wrapper {
  padding-top: 80px;
}

.projects-lottie-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14px;
  display: flex;
}

.project-gallery-overlay {
  z-index: 5;
  background-color: #090b1980;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

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

.news-list-item {
  border-bottom: 1px solid var(--pin-stripe);
}

.news-list-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pagination {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pagination-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(0, auto);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.large-search-wrapper {
  background-color: #fff;
  border-radius: 100px;
  width: 50%;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
}

.large-search-input {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 100px;
  min-height: 48px;
  margin-bottom: 0;
  padding-left: 24px;
}

.large-search-button {
  background-color: var(--dark);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 11px;
}

.search-results-info {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-item {
  width: 100%;
  padding: 0;
}

.search-results-link {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--dark-outline);
  border-left: 1px solid var(--pin-stripe);
  color: var(--dark);
  padding: 48px 36px 48px 24px;
  text-decoration: none;
  transition: background-color .4s linear;
}

.search-results-link:hover {
  background-color: #fff;
}

.search-result-wrapper {
  border-top: 1px solid var(--dark-outline);
  background-color: var(--pin-stripe);
  padding-top: 0;
}

.results-help-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--dark);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: grid;
}

.author-post-item {
  grid-column-gap: 24px;
  grid-row-gap: 9px;
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 18px 24px;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.author-post-item:hover {
  color: var(--dark);
}

.list-item-arrow {
  flex: 0 auto;
  width: 18px;
  min-width: 18px;
  margin-left: 399px;
}

.list-item-text {
  white-space: normal;
  font-weight: 700;
}

.gallery-heading {
  white-space: nowrap;
  padding-left: 24px;
}

.author-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  padding-left: 24px;
  display: grid;
}

.author-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.empty-state {
  background-color: #0000;
}

.empty-collection {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--pin-stripe);
  text-align: center;
  white-space: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  padding: 36px;
  display: grid;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-field {
  border: 1px solid var(--dark-outline);
  background-color: #ffffffa6;
  border-radius: 2px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

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

.text-field::placeholder {
  color: var(--body-display);
}

.text-field.large {
  min-height: 140px;
}

.submit-button {
  background-color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  min-width: 160px;
  padding: 16px 32px;
  font-size: 12px;
}

.utility-message {
  background-color: #0000;
  height: 100%;
  margin-top: auto;
  padding: 0;
}

.success-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--dark-outline);
  background-color: #ffffffd9;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding: 60px;
  display: grid;
}

.error-message {
  background-color: var(--dark-outline);
  color: var(--dark);
  margin-top: 0;
  padding: 12px 18px;
}

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

.fly-out-button-wrapper {
  margin-left: -5vw;
  padding-left: 5vw;
  display: flex;
  overflow: hidden;
}

.services-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 20px;
  display: grid;
}

.services-info {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-gallery-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.project-gallery-image:nth-child(odd) {
  margin-top: 160px;
  margin-bottom: 36px;
}

.project-schowcae-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 160px;
  margin-bottom: 36px;
  display: grid;
}

.tablet-mobile-menu, .tablet-mobile-nav-links {
  display: none;
}

.category-collection-item {
  background-color: #6e748803;
}

.image-cover {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-cover-wrapper {
  z-index: 15;
  width: 66.66%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.image-cover-wrapper.right-side {
  justify-content: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

.hero-button-wrapper {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 0;
}

.subtitle-name-grid {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  overflow: hidden;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-discovery-cover {
  z-index: 10;
  background-color: var(--pin-stripe);
  width: 100%;
}

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

.project-discovery-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.client-quote-credit {
  border-left: 2px solid #fff;
  margin-left: -24px;
  padding-left: 24px;
}

.news-category-item {
  border-bottom: 1px none var(--pin-stripe);
}

.background-banner {
  background-image: url('../images/Space002.webp');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.projects-banner {
  background-image: url('../images/63f9a123b9bb103fd0ebba12_Captura-de-pantalla-2023-01-24-202746.webp');
}

.background-banner.service-1-banner {
  background-image: url('../images/a98183069972cc9ea7d9de2f1e7551c2.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.background-banner.service-2-banner {
  background-image: url('../images/metaverso_3dmotion09.webp');
  background-position: 50%;
  background-size: cover;
}

.background-banner.service-3-banner {
  background-image: url('../images/showroom_metaverso20.jpg');
  background-position: 50% -20%;
  background-size: 85%;
  background-attachment: fixed;
}

.body-display-name-grid {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.field-label {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.checklist-icon {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.radio-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff1f;
  align-items: center;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 16px;
  display: flex;
}

.button-text {
  z-index: 10;
  border: 0px solid var(--dark);
  flex: 1;
  font-size: 12px;
  position: relative;
}

.menu-collection-list-item {
  border-bottom: 1px solid var(--dark-outline);
}

.empty-search-results {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: grid;
}

.sticky-section {
  z-index: 200;
  justify-content: center;
  align-items: stretch;
  height: 0;
  margin-bottom: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 75px;
}

.page-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 920px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 750px;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.password-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 100vh;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-description {
  padding-right: 24px;
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(210px, 91%);
  grid-auto-columns: 1fr;
  padding-right: 24px;
  display: grid;
}

.category-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 250px;
  display: grid;
}

.category-link {
  opacity: 1;
  text-align: center;
  background-color: #6e748800;
  border: 1px solid #6e748833;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-categories {
  width: 100%;
  height: 100%;
  margin-left: -63px;
  padding-top: 36px;
  overflow: hidden;
}

.minimal-card {
  z-index: 10;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  align-items: center;
  height: 100%;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.anchor-link {
  z-index: 10;
  text-align: center;
  border: 1px solid #6e748833;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.anchor-link.w--current {
  opacity: 1;
  outline-color: var(--body-display);
  outline-offset: 0px;
  border: 1px solid #6e748833;
  outline-width: 1px;
  outline-style: solid;
}

.banner-items-wrapper {
  height: 120px;
  overflow: hidden;
}

.home-hero {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 70vh;
  padding-top: 138px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-section {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw 36px;
  display: flex;
  position: relative;
}

.nav-link-hover-button {
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  width: 100%;
  height: 46px;
  position: absolute;
}

.banner-scrolling-wrapper {
  background-color: var(--pin-stripe);
  width: 100%;
  height: 100%;
}

.recent-projects-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  filter: invert();
  mix-blend-mode: normal;
  object-fit: contain;
  width: 150px;
  height: 65px;
  margin-top: 5px;
  margin-left: 15px;
  padding-top: 0;
  padding-left: 0;
}

.image-2 {
  filter: contrast(0%);
}

.image-3 {
  opacity: 1;
  filter: contrast(0%);
}

.image-4 {
  filter: contrast(0%);
}

.image-5 {
  opacity: .49;
  filter: invert();
}

.bold-text {
  text-align: right;
  letter-spacing: .02em;
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  line-height: .9em;
}

.html-embed {
  opacity: 0;
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.html-embed.opacity-0 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.html-embed-2 {
  height: 100%;
}

.div-block-2 {
  margin-top: 63px;
  padding-top: 0;
}

.slider {
  height: 400px;
  padding-left: 0;
}

.link-block {
  background-color: var(--dark);
  outline-color: var(--dark-outline);
  outline-offset: 0px;
  border: 2px solid #0000;
  border-radius: 11px;
  outline-width: 3px;
  outline-style: solid;
  margin-top: 0;
  display: inline-block;
  position: fixed;
  inset: 35% auto auto 46%;
}

.image-6 {
  opacity: 1;
  filter: blur(3px);
  mix-blend-mode: normal;
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  max-width: 200%;
  height: 100%;
  max-height: 100%;
}

.bold-text-4 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 45px;
  font-weight: 900;
}

.heading-7 {
  font-size: 13px;
}

.heading-8 {
  margin-top: -15px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
}

.featured-project-column {
  color: #6e7488;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #eaebef;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  font-size: 11px;
  display: flex;
}

.hero-bottom-feature {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #090b19;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 0;
  display: flex;
}

.hero-feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #090b19;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 36px;
  text-decoration: none;
  display: flex;
}

.subtitle-2 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-2.white {
  color: #fff;
  padding-bottom: 10px;
  padding-left: 64px;
  font-weight: 900;
}

.clip-2 {
  position: relative;
  overflow: hidden;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-2.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-2.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.button-2.grey-outline.small {
  font-family: Inter, sans-serif;
}

.button-text-2 {
  z-index: 10;
  position: relative;
}

.nav-link-2 {
  color: #090b19;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-2.w--current {
  color: #090b19;
}

.post-list-item-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #090b19;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.heading-9 {
  font-size: 15px;
}

.collection-list-wrapper-2 {
  display: block;
}

.text-block {
  padding-top: 30px;
  display: flex;
}

.p---l {
  margin-left: -11px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.checkbox-field {
  text-align: center;
  flex-direction: column;
  order: -1;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-field.bottom-margin-16 {
  filter: grayscale();
  order: 1;
}

.form-block-2 {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.superscript {
  font-weight: 400;
}

.round-checkbox {
  background-color: var(--dark);
  cursor: pointer;
  border-style: none;
  border-color: #004c67;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
}

.round-checkbox.w--redirected-checked {
  background-color: #1c19c8;
  background-image: url('../images/fluent_checkmark-12-filled.svg');
}

.round-checkbox.w--redirected-focus {
  box-shadow: none;
}

.success-message {
  filter: grayscale();
  background-color: #0000;
  background-image: url('../images/star-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 500px;
  margin-left: 0;
}

.content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 97px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 13px;
  padding-right: 198px;
  display: flex;
}

.heading-10 {
  font-size: 32px;
}

.heading-10.l {
  font-size: 64px;
  line-height: 1.1em;
}

.heading-10.l.margin-bottom {
  margin-bottom: 40px;
  margin-left: -9px;
  margin-right: -5px;
  padding-right: 0;
  font-size: 30px;
  font-weight: 600;
}

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

.field-label-2 {
  opacity: 1;
  text-align: center;
  order: -1;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
}

.field-label-2.bottom-margin-16 {
  filter: grayscale();
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
}

.field-label-2.switch-label {
  color: var(--body-display);
  order: 1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
}

.field-label-2.white {
  color: #fff;
  font-size: 30px;
}

.field-label-2.white.email {
  cursor: text;
  font-size: 18px;
  transition: all .2s ease-out;
  display: none;
}

.email-input-wrap {
  position: relative;
}

.range-slider {
  filter: grayscale() hue-rotate(301deg);
}

.bold-text-5 {
  color: var(--dark);
  line-height: 1em;
}

.question-icon-wrap {
  color: #a7a7d3;
}

.question-icon-wrap:hover {
  color: #1c19c8;
}

.question-icon-wrap.producer {
  color: var(--body-display);
  justify-content: center;
  align-items: center;
  width: 5rem;
  display: flex;
}

.question-icon-wrap.location {
  justify-content: center;
  width: 5rem;
  display: flex;
}

.question-icon-wrap.gifs {
  margin-right: -20px;
  padding-left: 8px;
}

.success-wrap {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 111px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
}

.flex {
  display: flex;
}

.hero {
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.hero.padding {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(0, .75fr) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-field-2 {
  filter: grayscale();
  text-align: right;
  background-color: #0000;
  border: 1px #000;
  max-width: 10rem;
  font-size: 20px;
  line-height: 1.5rem;
  display: block;
}

.text-field-2.square {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  border: 1px #000;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 1.2em;
}

.submit-button-2 {
  background-color: #0000;
  background-image: url('../images/fluent_send-28-filled.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.field-label-wrapper {
  display: flex;
}

.form-column {
  border: 0px solid var(--body-display);
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-left: -303px;
  margin-right: 0;
  padding: 4rem 0 4rem 6rem;
  display: flex;
}

.counter-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
}

.dollar {
  text-align: center;
  padding-top: 15px;
  font-size: 25px;
  line-height: 1.5em;
}

.total-field {
  background-color: #f8fff4;
  border: 1px #000;
  font-size: 48px;
  line-height: 1.5em;
}

.total-field.margin-top-16 {
  cursor: default;
  margin-top: 16px;
}

.total-field.margin-top-16.margin-mobile-0 {
  filter: grayscale();
}

.form-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .2px solid var(--body-display);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.email-field {
  background-color: #0000;
  border: 1px #fff;
  border-bottom: 2px solid #fff;
}

.email-field.margin-top-16 {
  color: #fff;
  margin-top: 16px;
  padding-left: 0;
  padding-right: 27px;
  font-size: 16px;
  font-weight: 500;
}

.email-field.margin-top-16::placeholder {
  color: #fff;
}

.switch-checkbox {
  cursor: pointer;
  background-image: url('../images/Switch-button.svg'), url('../images/Switch-Track.svg');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  border-style: none;
  width: 60px;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
}

.switch-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Switch-button.svg'), url('../images/Switch-Track.svg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.switch-checkbox.bottom-margin-16 {
  opacity: 1;
  filter: grayscale() hue-rotate(297deg);
}

.switch-checkbox.bottom-margin-16.w--redirected-focus {
  box-shadow: none;
}

.form-block {
  border: .5px solid var(--body-display);
  border-radius: 0;
  padding: .5rem;
  position: relative;
}

.form-block.center {
  border-width: .2px;
  border-color: var(--body-display);
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.form-block.blue {
  border-color: var(--dark);
  background-color: var(--dark);
}

.global-css-styles {
  color: #a7a7d3;
}

.html-embed-3, .html-embed-4, .html-embed-5, .html-embed-6 {
  filter: hue-rotate(297deg);
}

.scroll-base {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.content-wrap-2 {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.content-wrap-2.anima-1 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 4px;
  padding-left: 0;
  padding-right: 0;
}

.scroll-container {
  width: 100%;
  height: 100vh;
  margin-left: 0;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.img-block.anima-1 {
  transform-style: preserve-3d;
  justify-content: flex-start;
  width: 40%;
  margin-left: -65px;
  padding-left: 0;
  padding-right: 0;
  transform: scale3d(1, 1, .8);
}

.img-block.anima-3 {
  justify-content: flex-start;
  margin-left: -189px;
}

.img-block.anima-2 {
  justify-content: flex-start;
  margin-left: -214px;
}

.scroll-animate {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-animate.s-2, .scroll-animate.s-3 {
  background-color: var(--dark);
}

.step-block {
  flex-wrap: nowrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  margin-top: 0;
  margin-left: -41px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.label {
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}

.scroll-line-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% -50%;
}

.heading-11 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.text-block-2 {
  font-family: Inter, sans-serif;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.trigger._1 {
  height: 85%;
  margin-top: 0;
  top: 15%;
}

.scroll-wrap {
  align-self: flex-start;
  width: 100%;
  height: 400vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.dot-block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70%;
  margin-left: -2382px;
  display: flex;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #0000;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  align-self: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.paragraph {
  text-align: left;
  letter-spacing: normal;
  width: 120%;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.bold-text-6 {
  width: 99.3542%;
  font-size: 18px;
  font-weight: 200;
}

.heading-12 {
  font-size: 18px;
  font-weight: 200;
}

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

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  font-weight: 400;
}

.tripple-grid-copy {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template: "Area Area-2 Area-3" 1fr
                 "Area-4 Area-5 Area-6"
                 / 1.5fr .75fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin-bottom: 20px;
  display: grid;
}

.product-detail-cta-wrap {
  display: flex;
}

.text-field-3 {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field-3:hover {
  border-color: #e3e6eb;
}

.text-field-3:active, .text-field-3:focus {
  border-color: #43464d;
}

.text-field-3::placeholder {
  color: #32343a66;
}

.text-field-3.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  height: auto;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.option {
  margin-bottom: 25px;
}

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.top {
  align-items: center;
  height: 100%;
  padding-left: 3em;
  display: flex;
}

.hamburger {
  justify-content: center;
  align-items: center;
  width: 8.33em;
  display: none;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.add-to-cart-button {
  background-color: var(--dark);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.add-to-cart-button:hover {
  background-color: var(--body-display);
}

.product-details-wrap-2 {
  width: 50%;
  max-width: 470px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 100px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.variants-button {
  opacity: .4;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  margin-right: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.variants-button:hover {
  color: #fff;
  background-color: #32343a;
}

.variants-button:active {
  background-color: #43464d;
}

.variants-button.selected {
  opacity: 1;
}

.wishlist-single-product {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.l003-button {
  cursor: pointer;
  background-color: #e7e7e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  overflow: hidden;
}

.product-detail-main-details-2 {
  margin-bottom: 30px;
}

.icon-3 {
  color: #333;
  font-size: 15px;
}

.collection-list-wrapper-3 {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  display: flex;
}

.button-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  margin-right: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-4:active {
  background-color: #43464d;
}

.product-informations-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-block-3 {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
}

.ecommerce-slider-wrapper {
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 100%;
  display: flex;
}

.product-detail-name-2 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 52px;
}

.section-3 {
  flex-direction: column;
  align-items: stretch;
  margin-left: 30px;
  margin-right: 30px;
  transition: opacity .2s;
  display: flex;
}

.section-3.cc-product-detail {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 81px;
  display: flex;
}

.add-to-cart-2 {
  margin-top: 30px;
}

.icon-2 {
  color: #333;
  font-size: 15px;
}

.single-quantity {
  color: #000;
}

.select-2 {
  display: none;
}

.slide {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-2 {
  width: 100%;
  height: 700px;
}

.out-of-stock-quantity {
  color: #000;
}

.lottie-heart {
  width: 70px;
  height: 70px;
}

.label-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.untracked-quantity, .plural-quantity {
  color: #000;
}

.collection-item-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}

.product-detail-price-2 {
  opacity: .6;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 52px;
}

.paragraph-light-2 {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
}

.link-block-2 {
  background-color: var(--dark);
  color: #fafafa;
  font-family: Inter, sans-serif;
  font-size: 25px;
}

.link-block-2.add-to-cart-button {
  background-color: var(--dark);
  color: var(--pin-stripe);
}

.cartbutton-div {
  background-color: var(--dark);
  color: var(--dark);
  padding: 15px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.html-embed-9 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-9.add-to-cart-button {
  font-style: normal;
}

.div-block-7 {
  width: 50%;
  height: 50%;
  min-height: 0%;
  max-height: 50%;
  display: flex;
}

.html-embed-10 {
  border: 1px solid #000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  display: flex;
}

.html-embed-10:hover {
  background-color: var(--body-display);
}

.image-13 {
  max-height: 50%;
}

.text-block-4 {
  background-color: var(--dark);
  color: var(--dark-outline);
  text-align: center;
  border: 2px solid #000;
  border-radius: 2px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.bold-text-12 {
  color: #ff0303;
}

.text-span {
  font-size: 18px;
}

.wrapper-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #090b1954;
  border-left: 1px solid #ffffff40;
  border-right: 1px solid #ffffff40;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 570px;
  padding: 85px 100px 90px;
  display: flex;
}

.mb-15 {
  margin-bottom: 15px;
}

.label-text {
  color: var(--dark-outline);
  text-align: center;
  font-weight: 400;
}

.sign-in__flex {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.form-field {
  margin-bottom: 15px;
}

.sign-in__wrap {
  color: #ffffffb3;
  background-color: #ffffff40;
  border-radius: 10px;
  margin-top: 55px;
  padding: 20px 30px 20px 15px;
  text-decoration: none;
  transition: background-color .2s;
}

.sign-in__wrap:hover {
  background-color: #fff6;
}

.sign-in__wrap.responsive {
  display: none;
}

.input {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 30px;
  height: 48px;
  margin-bottom: 0;
  padding: 20px 20px 18px;
  transition: border .2s;
}

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

.input::placeholder {
  color: #fffc;
  font-size: 15px;
  font-weight: 400;
}

.button-5 {
  color: #2d6d6c;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  transition: background-color .2s, color .2s;
}

.button-5:hover {
  color: #fff;
  background-color: #fff0;
}

.heading-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  padding-bottom: 90px;
  display: flex;
}

.container-3 {
  justify-content: space-between;
  min-height: 100vh;
  padding-left: 13%;
  padding-right: 10%;
  display: flex;
}

.label-4 {
  color: #ffffffb3;
  margin-bottom: 7px;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 500;
}

.link-button {
  filter: hue-rotate(35deg);
  background-image: linear-gradient(134deg, #2d6d6c73, #ffffff73);
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 4px 4px 15px #0000001a;
}

.link-button:hover {
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 15px #0000;
}

.section-4 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.form-block-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.buttons-wrap {
  grid-column-gap: 22px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.p-25 {
  color: #fff;
  font-size: 25px;
}

.logo-link2 {
  margin-top: -42px;
  margin-left: -184px;
}

.heading-14 {
  color: var(--dark-outline);
}

.ms-form-description {
  margin-bottom: 30px;
}

.ms-space {
  width: 10px;
  height: 10px;
}

.ms-space._20 {
  width: 20px;
  height: 20px;
}

.ms-link {
  color: #2962ff;
  border-bottom: 1px solid #2962ff03;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s;
}

.ms-link:hover {
  color: #1051b9;
  border-bottom-color: #2962ff;
}

.ms-link.is-forgot {
  float: right;
  font-size: 90%;
}

.ms-social-button {
  color: #121331;
  background-color: #fff;
  border: 1px solid #dcdce5;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 18px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-social-button:hover {
  box-shadow: none;
  border-color: #121331;
}

.ms-social-button:focus {
  border: 1px solid #000;
}

.ms-social-button::placeholder {
  color: #6e6e6e;
}

.ms-button {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  background-color: #2962ff;
  border: 1px solid #2962ff;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 13px 16px 11.5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  top: 0;
  box-shadow: 1px 1px 5px #ffffff40, 0 10px 20px -5px #2d3e504d;
}

.ms-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #1051b9;
  transform: translate(0, 2px);
}

.ms-button:active {
  background-color: #0a3092;
}

.ms-button.is-form {
  width: 100%;
}

.ms-form {
  width: 400px;
  min-width: 400px;
  padding: 7.5%;
}

.ms-image {
  background-color: #2962ff;
  background-image: linear-gradient(#0c00319c, #090f5733), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  width: 45%;
  padding-top: 30px;
  padding-left: 30px;
}

.ms-image.is-login {
  background-image: url('../images/metaverso_3dmotion06.webp');
  background-position: 50%;
}

.ms-form-divider-line {
  background-color: #e4e4e4;
  width: 40%;
  height: .8px;
}

.ms-form-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4em;
}

.ms-form-divider-text {
  text-align: center;
  flex: none;
  min-width: 33%;
}

.ms-page-wrap {
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  line-height: 1.5;
  display: flex;
}

.ms-input-label {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 400;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 8px;
  min-height: 50px;
  margin-bottom: 20px;
  padding: 8px 12px 8px 16px;
  transition: box-shadow .2s, color .2s, box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #12133199;
}

.ms-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  padding: 25px;
  display: flex;
}

.ms-social-inner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.ms-form-divider {
  color: #000c;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  font-size: 12px;
  display: flex;
}

.ms-social-image {
  width: 24px;
}

.card-bot {
  padding: 40px 30px;
}

.switch {
  border: 1px solid #1118284d;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  height: 57px;
  padding: 2px;
  display: flex;
  position: relative;
}

.check-img {
  filter: grayscale();
}

.monthly-wrap {
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding: 10px;
  display: flex;
}

.white {
  color: #fff;
  margin-bottom: 0;
}

.card-top {
  border-bottom: 1px solid #1118284d;
  padding: 40px 30px;
}

.card-top.white {
  border-bottom-color: #ffffff4d;
}

.switcher {
  z-index: -1;
  background-color: #111828;
  border-radius: 8px;
  width: 140px;
  height: 50px;
  position: absolute;
}

.mb-5 {
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
}

.popular {
  color: #111828;
  background-color: #fc0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  padding-top: 2px;
  font-size: 13px;
  display: block;
}

.containter {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.check-line {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.check-line.last {
  margin-bottom: 20px;
}

.tabs-menu {
  display: none;
}

.switch-p {
  text-align: center;
  width: 140%;
  margin-bottom: 0;
  margin-left: -6px;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.button-6 {
  color: #fff;
  white-space: nowrap;
  background-color: #111828;
  border: 1px solid #111828;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.button-6.mb-10 {
  margin-bottom: 10px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: none;
}

.button-6.mb-10:hover {
  color: #111828;
  background-color: #fc0;
  border-color: #fc0;
}

.button-6.transparent {
  color: #111828;
  background-color: #fff;
  border-color: #1118284d;
  transition: color .2s, background-color .2s;
}

.button-6.transparent:hover {
  background-color: #11182880;
  border-color: #111828b3;
}

.button-6.transparent.blue:hover {
  color: #fff;
  background-color: #0000;
  border-color: #ffffffb3;
}

.button-6.green {
  color: #111828;
  background-color: #fc0;
}

.button-6.green.mb-10 {
  border-color: #fc0;
}

.button-6.green.mb-10:hover {
  background-color: #fff;
  border-color: #fff;
}

.green {
  color: #fff;
  font-size: 25px;
}

.annual-wrap {
  cursor: pointer;
  flex: 1;
  margin-right: 21px;
  padding: 10px;
}

.content-heading {
  width: 100%;
  max-width: 540px;
  margin-bottom: 40px;
}

.capitalize {
  text-transform: uppercase;
}

.capitalize.mb-10 {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.cards-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.features {
  margin-bottom: 30px;
}

.card-price {
  grid-column-gap: 10px;
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.card-buttons {
  margin-top: 30px;
}

.switch-wrap {
  margin-bottom: 60px;
  margin-left: -798px;
}

.card {
  border: 1px solid #1118284d;
  border-radius: 10px;
  width: 100%;
}

.card.blue {
  background-color: #111828;
}

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

.paragraph-3 {
  color: #fdfdfd;
  font-family: Inter, sans-serif;
}

.heading-15 {
  margin-top: 60px;
  margin-left: -273px;
  padding-right: 456px;
}

.paragraph-4 {
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.heading-16, .heading-17 {
  font-size: 25px;
}

.paragraph-10 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.paragraph-11, .paragraph-12 {
  font-family: Inter, sans-serif;
}

.heading-18 {
  margin-bottom: 20px;
  font-weight: 800;
}

.heading-19 {
  margin-bottom: 20px;
}

.heading-20 {
  padding-bottom: 20px;
  font-weight: 700;
}

.paragraph-13 {
  color: var(--pin-stripe);
}

.white-2 {
  color: #fff;
  width: 100%;
  max-width: 200px;
}

.task-wrap {
  width: 100%;
}

.bot-links {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.widget-pause {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: transform .2s;
  display: flex;
}

.widget-pause:hover {
  transform: scale(1.1);
}

.p-18 {
  font-size: 18px;
  font-weight: 500;
}

.p-18.mb-5 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.top-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .2s;
  display: flex;
}

.top-link:hover {
  background-color: #ebedec;
}

.widget-top {
  border-bottom: 1px solid #dfe1e5;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.widget-top.border-0 {
  border-bottom-style: none;
}

.top-links_wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.button-7 {
  grid-column-gap: 15px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.button-7:hover {
  transform: translate(0, -5px);
  box-shadow: 0 5px 3px #0003;
}

.calendar-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.content-2 {
  width: 100%;
  padding: 40px;
}

.front-line {
  background-color: #000;
  border-radius: 5px;
  width: 46%;
  height: 100%;
}

.front-line._90 {
  width: 90%;
}

.front-line._73 {
  width: 73%;
}

.embed-icon {
  margin-bottom: -4px;
}

.embed-icon.purple {
  color: #ece9ff;
}

.embed-icon.green {
  color: #dcf9df;
}

.embed-icon.pink {
  color: #fde3e9;
}

.widgets-wrap {
  width: 100%;
}

.grey {
  color: #929292;
}

.widgets-bot {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-wrapper {
  grid-column-gap: 15px;
  color: #000;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 9px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-wrapper:hover, .link-wrapper.w--current {
  background-color: #ebedec;
}

.link-wrapper.last {
  margin-bottom: 0;
}

.container {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.top-links {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.shadow {
  display: none;
}

.calendar-top {
  margin-bottom: 40px;
}

.nav {
  z-index: 999;
  border-right: 1px solid #ebedec;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  min-width: 250px;
  max-width: 220px;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.calendar-time {
  border-right: 4px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
}

.cards-wrap-2 {
  grid-column-gap: 25px;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.card-link {
  grid-column-gap: 10px;
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content-mid {
  grid-column-gap: 60px;
  align-items: stretch;
  display: flex;
}

.calendar-wrap {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 250px;
  display: flex;
}

.mid-wrapper {
  width: 100%;
}

.calendar-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.icon-img {
  border-radius: 50%;
}

.calendar-holder {
  grid-column-gap: 20px;
  border-bottom: 1px solid #ebedec;
  margin-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.task-icon {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.widget-card {
  background-color: #edeff1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 150px;
  padding: 20px 15px;
  display: flex;
}

.widget-card.border {
  border: 2px dashed #dfe1e5;
}

.widget-card_big {
  background-color: #000;
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  padding: 40px 25px;
  display: flex;
}

.section-5 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.content-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.nav-links {
  border-bottom: 1px solid #ebedec;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.task-labele {
  grid-column-gap: 15px;
  display: flex;
}

.mobile-nav {
  display: none;
}

.task {
  border-bottom: 1px solid #ebedec;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.task.first {
  margin-top: 0;
}

.widgets-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.back-line {
  background-color: #fff;
  border-radius: 5px;
  height: 5px;
  margin-top: 10px;
}

.card-2 {
  background-color: #dcf9df;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 220px;
  padding: 30px 25px;
  display: flex;
}

.card-2.pink {
  background-color: #fde3e9;
}

.card-2.purple {
  background-color: #ece9ff;
}

.task-time {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.widget-plus {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: transform .2s;
  display: flex;
}

.widget-plus:hover {
  transform: scale(1.1);
}

.content-bot {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.content-wrap-3 {
  display: flex;
}

.mb-5-2 {
  margin-bottom: 5px;
}

.nav-bot {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

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

.nav-logo {
  border-bottom: 1px solid #ebedec;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.widgets-timer {
  grid-column-gap: 25px;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.task-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image-20 {
  filter: invert();
}

.superscript-3 {
  font-size: 15px;
  font-weight: 300;
}

.superscript-4 {
  font-size: 15px;
  font-weight: 200;
}

.superscript-5 {
  font-size: 15px;
  font-weight: 300;
}

.paragraph-14 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.paragraph-15 {
  font-family: Inter, sans-serif;
}

.grid-wrapper-copy {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template: ". Area-7"
                 ". ."
                 "Area Area-6"
                 ". Area-3" 138px
                 ". Area-2" 108px
                 "Area-4 Area-5"
                 / minmax(auto, 64px) minmax(5vw, 5fr);
  grid-auto-rows: minmax(0, .25fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  margin-top: -47px;
  display: grid;
  position: relative;
}

.grid-wrapper-copy.project-discovery-grid {
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(auto, 64px) minmax(5vw, 4fr);
  grid-auto-flow: row;
  justify-items: start;
  margin-top: 0;
}

.background-video-2 {
  filter: hue-rotate(15deg) brightness(150%);
  width: auto;
  height: 900px;
  display: flex;
}

.card-hover-item-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--body-display);
  border-bottom: 1px solid var(--body-display);
  background-color: #090b191f;
  flex-direction: column;
  grid-template: "Area"
  / 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 36px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-hover-item-copy:hover {
  background-color: #090b194a;
}

.div-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.iframe-2 {
  overflow: visible;
}

.image-overlay-copy {
  z-index: 1;
  background-color: #090b1978;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-7 {
  justify-content: flex-end;
  margin-top: -169px;
  display: flex;
  position: absolute;
  top: 902.672px;
  left: 464px;
}

.tripple-grid-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template: "Area Area-2 Area-3" 1fr
                 "Area-4 Area-5 Area-6"
                 / .5fr .5fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: stretch start;
  margin-top: 20px;
  margin-bottom: 288px;
  padding-left: 68px;
  display: grid;
}

.tripple-grid-copy-copy {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template: "Area Area-2 Area-3" 1fr
                 "Area-4 Area-5 Area-6"
                 / 33% 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin-bottom: 20px;
  display: grid;
}

.clip-3, .clip-5, .clip-6 {
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-4 {
  height: 120%;
}

.div-block-10 {
  width: 115%;
  height: 120%;
}

.clip-8 {
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-examples-wrapper-copy {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template: "Area ."
                 "Area-2 Area-3"
                 "Area-5 Area-4"
                 / 1fr 1fr;
  grid-auto-rows: 363px;
  grid-auto-columns: 1fr;
  display: grid;
}

.tripple-grid-copy {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template: "Area Area-2 Area-3" 1fr
                 "Area-4 Area-5 Area-6"
                 / .5fr .5fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin-top: -24px;
  margin-bottom: 146px;
  display: block;
}

.clip-4-copy {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-copy {
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-copy-copy {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-right: -157px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-xlarge {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.product-header4_price-wrapper {
  display: flex;
}

.product-header4_product-details {
  position: sticky;
  top: 8rem;
}

.button-secondary {
  color: #fa7600;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fa7600;
  padding: .75rem 1.5rem;
}

.button-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

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

.product-header4_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header5_main-image-wrapper {
  padding-top: 100%;
  position: relative;
}

.heading-small-2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.product-header5_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  align-items: start;
}

.product-header4_default-state {
  margin-bottom: 2rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: #f5f5f570;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.product-header4_tab-link {
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.product-header4_tab-link.w--current {
  background-color: #0000;
  border-bottom-width: 3px;
  border-bottom-color: #fa7600;
  margin-right: 2rem;
}

.product-header5_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer1_legal-link {
  font-size: .875rem;
}

.padding-bottom, .padding-bottom.padding-small {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.product-header5_main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header5_component {
  padding-bottom: 3rem;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

.text-size-large.text-color-grey {
  color: #1b1b1b73;
}

.grid-4 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

.page-padding-bottom {
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding-bottom.background-color-black {
  background-color: #fa7600;
}

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

.page-padding {
  color: #fa7600;
  padding-left: 5%;
  padding-right: 5%;
}

.text-size-medium {
  font-size: 1.125rem;
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.layout2col-even {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.footer1_credit-text {
  font-size: .875rem;
}

.product-header4_rating-wrapper {
  color: #fdc826;
  margin-right: .5rem;
  display: flex;
}

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

.section-product-info {
  position: relative;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.product-header4_rating-icon {
  color: #fdc826;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  display: flex;
}

.heading-xsmall {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}

.product-header4_text-divider {
  background-color: #fa7600;
  width: 1px;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

.padding-vertical, .padding-vertical.padding-xlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xlarge.reduced {
  padding-bottom: 0;
}

.padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

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

.product-header4_tabs-menu {
  border-bottom: 1px solid #d8d8d8;
  align-items: center;
  display: flex;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.slider-background {
  background-image: linear-gradient(#0000001a, #0009), url('../images/jaimie-phillips-KamSS2euCzA-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.slider-background.background-02, .slider-background.background-04 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tim-marshall-sBHLP9iD-Pk-unsplash.jpg');
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.tabs-2 {
  width: 100%;
}

.tabs-content {
  overflow: visible;
}

.load-bar-base {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.content-section-copy {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slider-base {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.slider-heading {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 740px;
  font-size: 60px;
  line-height: 68px;
  position: relative;
}

.product-header5_layout-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.iframe-3 {
  flex: 0 auto;
  padding-bottom: 0;
  padding-right: 0;
}

.collection-list-wrapper-5 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lightbox-link-2 {
  width: 100%;
  min-width: 100%;
}

.feature-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-radius: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.tab-bottom {
  background-color: #f4f8fa;
  border-top: 1px #e4e9ec;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.collection-list-wrapper-6 {
  padding-left: 3px;
  padding-right: 3px;
  position: sticky;
  top: 65px;
}

.product-page-hero {
  justify-content: center;
  display: flex;
}

.compare-price {
  color: #1b1b1b;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.product-sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  align-items: start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0;
  display: grid;
  position: sticky;
  top: 65px;
}

.label-text-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-left: 2px solid #07090c;
  padding-left: 6px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2em;
}

.label-text-2.discount {
  color: #a74030;
  border-left-style: none;
  margin-top: 0;
  line-height: 1em;
}

.product-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template: "Area-2"
                 "Area-3"
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.new-tag {
  align-items: center;
  height: 28px;
  margin-right: 9px;
  display: flex;
}

.new-tag.product-page-tag {
  margin-bottom: 12px;
}

.collection-item {
  width: 50%;
  min-width: 50%;
  margin-bottom: 3px;
  padding: 3px 3px 0;
  position: relative;
  overflow: hidden;
}

.collection-item:first-child {
  min-width: 100%;
  height: 100%;
  max-height: none;
  padding-top: 0;
}

.discount-label {
  align-items: center;
  height: 28px;
  display: flex;
}

.discount-label.product-page-tag {
  margin-bottom: 12px;
}

.back-button-wrapper {
  position: absolute;
  inset: 36px auto auto 5vw;
}

.product-price {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  color: #667479;
  letter-spacing: .04em;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 18px;
  font-weight: 300;
  display: grid;
}

.width-small {
  max-width: 425px;
}

.tab-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e4e9ec;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.lottie-tab-icon {
  z-index: 10;
  opacity: .5;
  filter: invert();
  width: 14px;
  position: relative;
}

.product-tags {
  display: flex;
}

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

.body-display-2 {
  color: #667479;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display-2.extra-small, .body-display-2.small {
  font-size: 15px;
}

.product-page-title {
  font-size: 30px;
  font-weight: 600;
}

.product-page-top {
  flex-direction: column;
  display: flex;
}

.feature-item {
  grid-column-gap: 22px;
  grid-row-gap: 20px;
  color: #667479;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-weight: 400;
  display: grid;
}

.product-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px #e4e9ec;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.product-block:last-child {
  border-bottom-style: none;
}

.product-block.no-bottom-padding {
  padding-bottom: 0;
}

.product-gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.product-details {
  grid-column-gap: 28px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  display: grid;
}

.hover-cover {
  background-color: #f4f8fa;
  display: none;
  position: absolute;
  inset: 0%;
}

.tab-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #080808;
  letter-spacing: .15em;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
  display: grid;
  position: relative;
}

.tab-bottom-content {
  border-top: 1px #e4e9ec;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 24px;
}

.tab-item {
  border-bottom: 1px solid #e4e9ec;
  flex-direction: column;
  display: flex;
}

.feature-icon {
  opacity: .55;
  filter: none;
  width: 22px;
}

.product-gallery {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -3px;
  display: flex;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 28px 0;
  text-decoration: none;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top:hover {
  padding-left: 0;
  padding-right: 0;
}

.product-wrapper {
  grid-column-gap: 6.5vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 500px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.product-left {
  position: relative;
}

.tag-icon {
  width: 16px;
  margin-right: 2px;
}

.html-embed-11 {
  margin-top: -6px;
}

.rich-text-block-2 {
  text-align: center;
  margin-top: 69px;
}

.tab-bottom-content-copy {
  border-top: 1px #e4e9ec;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 24px;
}

.product-page-title-copy {
  font-size: 30px;
  font-weight: 600;
}

.body-display-2-copy {
  color: #667479;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display-2-copy.extra-small, .body-display-2-copy.small {
  font-size: 15px;
}

.collection-list-3 {
  flex: 1;
  display: block;
}

.stacked-description-copy {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: grid;
  position: relative;
}

.stacked-description-copy.large {
  grid-row-gap: 24px;
}

.stacked-description-copy.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
  padding-top: 15px;
  display: none;
}

.stacked-description-copy.short {
  grid-row-gap: 12px;
  padding-right: 0;
}

.project-description-copy {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  background-color: var(--pin-stripe);
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  padding: 80px 10px;
  display: grid;
  position: relative;
}

.project-description-copy.top-grey-border {
  border-top: 1px solid var(--dark-outline);
}

.project-description-wrapper-copy {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 33%;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-7 {
  flex-flow: row;
  display: block;
}

.service-menu-list-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pin-stripe);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: repeat(auto-fit, 100%);
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list-copy.white {
  border-top-color: #ffffff26;
  grid-template-columns: 67%;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.author-post-item-copy {
  grid-column-gap: 24px;
  grid-row-gap: 9px;
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 6%;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 18px 24px;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.author-post-item-copy:hover {
  color: var(--dark);
}

.tripple-grid-copy {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template: "Area Area-2 Area-3" 1fr
                 "Area-4 Area-5 Area-6"
                 / .5fr .25fr .75fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: stretch;
  width: 100%;
  margin-top: -24px;
  margin-bottom: 146px;
  display: grid;
}

.tripple-grid-copy.no-margin {
  margin-bottom: 0;
}

.tripple-grid-copy2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template: "Area Area-2 Area-3" 1fr
                 "Area-4 Area-5 Area-6"
                 / 33% .25fr .75fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: stretch;
  width: 100%;
  margin-top: -24px;
  margin-bottom: 146px;
  display: grid;
}

.tripple-grid-copy2.no-margin {
  margin-bottom: 0;
}

.menu-list-item-copy2 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: -.03em;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item-copy2:hover {
  color: var(--dark);
}

.menu-list-item-copy2.w--current {
  color: var(--dark);
  padding-left: 36px;
}

.menu-list-item-copy2.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  grid-template-columns: auto minmax(200px, .75fr);
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item-copy2.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-list-item-copy2.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item-copy2.discovery-item {
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.menu-list-item-copy2.dark {
  background-color: var(--dark);
  color: #fff;
}

.menu-list-item-copy3 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: -.03em;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item-copy3:hover {
  color: var(--dark);
}

.menu-list-item-copy3.w--current {
  color: var(--dark);
  padding-left: 36px;
}

.menu-list-item-copy3.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  grid-template-columns: auto minmax(200px, .75fr);
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item-copy3.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-list-item-copy3.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item-copy3.discovery-item {
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.menu-list-item-copy3.dark {
  background-color: var(--dark);
  color: #fff;
}

.clip-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-wrapper-copy {
  justify-content: center;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stacked-description-copy2 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 101%;
  grid-auto-columns: 1fr;
  padding-right: 343px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: grid;
  position: relative;
}

.stacked-description-copy2.large {
  grid-row-gap: 24px;
}

.stacked-description-copy2.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
  padding-top: 15px;
  display: none;
}

.stacked-description-copy2.short {
  grid-row-gap: 12px;
  padding-right: 0;
}

.grid-wrapper-copy2 {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0d0d0d4f;
  flex: 1;
  grid-template: ". Area-7" 171px
                 ". Area-8"
                 "Area Area-6"
                 ". Area-3" 138px
                 ". Area-2" 108px
                 "Area-4 Area-5"
                 / minmax(auto, 64px) 89% 85px;
  grid-auto-rows: minmax(0, .25fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  margin-top: -145px;
  display: grid;
  position: relative;
}

.grid-wrapper-copy2.projects-search {
  z-index: 15;
  flex: 0 auto;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  position: absolute;
  left: 0;
  right: auto;
  overflow: hidden;
}

.grid-wrapper-copy2.fixed {
  z-index: 25;
  align-content: end;
  align-items: end;
  max-height: 0;
}

.grid-wrapper-copy2.two-row {
  background-color: #0d0d0d00;
  flex: 0 auto;
  grid-template-rows: 58px minmax(0, .25fr);
  grid-template-columns: 5% 90% 96px;
  grid-auto-rows: .25fr;
  align-content: space-between;
  margin-top: 21px;
}

.heading-25 {
  color: var(--black);
  letter-spacing: 4px;
  font-size: 22px;
  font-weight: 600;
}

.text-span-6 {
  font-weight: 200;
}

.youtube {
  opacity: 1;
  background-image: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: visible;
}

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

.heading-27 {
  font-size: 28px;
}

.sticky-services-menu-copy {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.sticky-services-menu-copy.left-side {
  border-right: 1px solid var(--pin-stripe);
  margin-right: -.5px;
}

.sticky-services-menu-copy.extra-top-margin {
  top: 148px;
}

.xxl-heading-copy {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.xxl-heading-copy.one {
  text-align: right;
  letter-spacing: .2em;
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
}

.xxl-heading-copy.two {
  text-align: right;
  letter-spacing: .03em;
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: 1em;
  display: flex;
}

.xxl-heading-copy-copy {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.xxl-heading-copy-copy.one {
  text-align: left;
  letter-spacing: .2em;
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
}

.xxl-heading-copy-copy.two {
  text-align: right;
  letter-spacing: .03em;
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: 1em;
  display: flex;
}

.clip-copy-copy-copy {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-background-image-copy {
  opacity: 1;
  filter: blur(1px);
  background-color: #000000e0;
  justify-content: space-between;
  align-items: center;
  width: 150%;
  max-width: 150%;
  height: 100%;
  max-height: 150%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.hero-background-image-copy.projects-background {
  background-image: url('../images/646a6ac2ce52a019d83e9750_Captura-de-pantalla-2023-04-21-172356-1.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-background-image-copy.services-background {
  filter: blur(1px);
  background-image: url('../images/metaverso_3dmotion04.webp');
}

.hero-background-image-copy.contact-background {
  background-image: url('../images/639152534f4fe890369e6307_metaverso_3dmotion01.webp');
  background-position: 50%;
}

.hero-background-image-copy.news-background {
  background-image: url('../images/showroom_metaverso20.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-background-image-copy._404-background {
  background-image: url('../images/Space012.webp');
}

.hero-background-image-copy.password-background {
  background-image: url('../images/Space007.webp');
}

.hero-background-image-copy.search-background {
  background-image: url('../images/Space002.webp');
}

.tripple-grid-copy2-copy {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template: "Area Area-2 Area-3" 1fr
                 "Area-4 Area-5 Area-6"
                 / 33% .25fr .75fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: stretch;
  width: 100%;
  margin-top: -24px;
  margin-bottom: 146px;
  display: grid;
}

.tripple-grid-copy2-copy.no-margin {
  margin-bottom: 0;
}

.div-block-13 {
  width: 100%;
}

.heading-28 {
  padding-left: 67px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.button-copy {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 65px;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-copy:hover {
  border-color: var(--dark-outline);
  background-color: var(--dark-outline);
  color: var(--dark);
}

.button-copy.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button-copy.solid-white {
  color: var(--dark);
  background-color: #fff;
  border-color: #fff;
}

.button-copy.solid-white:hover {
  background-color: var(--dark-outline);
}

.button-copy.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
  width: 300px;
  height: auto;
  font-family: Inter, sans-serif;
}

.button-copy.white-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.button-copy.grey-outline {
  border-color: var(--dark-outline);
  color: var(--dark);
  background-color: #090b1900;
}

.button-copy.grey-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.button-copy.grey-outline.small {
  display: none;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .74fr;
  align-items: center;
  padding-bottom: 20px;
}

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

.badge-author---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 100px;
  padding: 15px 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: none;
  position: absolute;
  inset: auto auto 40px 40px;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary-2:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary-2.newsletter {
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 14px 14px 14px auto;
}

.button-primary-2.newsletter:hover {
  transform: none;
}

.button-primary-2.newsletter.button-footer {
  padding: 6px 28px;
  top: 12px;
  bottom: 12px;
  right: 12px;
}

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

.section-8, .section-8.cloneables-listing {
  padding-top: 72px;
  padding-bottom: 72px;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default.center {
  border-radius: 0;
  align-items: center;
  min-height: auto;
  padding-top: 116px;
  padding-bottom: 116px;
}

.cloneable-container-default.center.bg-transparent {
  background-color: #0000;
}

.container-865px-center {
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}

.social-icon-square {
  background-color: #f3f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  transition: transform .3s;
  display: flex;
}

.social-icon-square:hover {
  transform: translate(0, -4px);
}

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

.flex-horizontal {
  display: flex;
}

.flex-horizontal.end {
  justify-content: flex-end;
}

.card-author---brix {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 4px 4px 14px #080f340a;
}

.card-author---brix.right {
  z-index: 1;
  min-width: 530px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.footer-2 {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
  padding-top: 58px;
  padding-bottom: 58px;
}

.error-message-2.newsletter {
  color: #fff;
  text-align: center;
  background-color: #ff7b7d;
  border-radius: 11px;
  margin-top: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
}

.success-message-2 {
  color: #170f49;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 18px;
  padding-top: 48px;
  padding-bottom: 48px;
  font-weight: 700;
  box-shadow: 0 6px 28px #170f490d;
}

.success-message-image {
  margin-bottom: 23px;
}

.author-image-square---brix {
  background-image: url('../images/placeholder-author-bio-image-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 55%;
}

.author-image-square---brix.float-image {
  background-image: none;
  flex: 0 auto;
  display: inline-block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.social-media-grid-top {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  place-content: stretch start;
  place-items: stretch start;
}

.position-relative {
  position: relative;
}

.right-content-v2---brix {
  max-width: 530px;
  padding: 60px 48px;
}

.collection-list-wrapper-8 {
  display: none;
}

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

.button-9, .button-9-copy {
  text-align: center;
  background-color: #1e1e3f;
}

.body-2 {
  background-color: #478d34;
}

.card-author---brix-copy {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 4px 4px 14px #080f340a;
}

.card-author---brix-copy.right {
  z-index: 1;
  min-width: 530px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

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

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

.error-msg {
  text-align: center;
  background-color: #282828;
  border: 1px solid #282828;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.popup-terms-text {
  margin-top: 30px;
}

.age-verif-parent {
  z-index: 99;
  background-color: #191712bf;
  border: 1px solid #000;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
}

.age-popup {
  background-color: #fff;
  border-radius: 15px;
  align-self: center;
  width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 30px;
  position: relative;
  top: 0%;
  left: 0;
}

.popup-verify-text {
  text-align: center;
  margin-bottom: 15px;
}

.popup-button-div {
  text-align: center;
}

.overage-butt {
  background-color: #000;
  font-size: 16px;
}

.popup-head {
  text-align: center;
  margin-top: 15px;
  font-size: 32px;
}

.error-text {
  color: #fff;
  font-size: 18px;
}

.underage-butt {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  margin-left: 15px;
  font-size: 16px;
}

.overage-butt-2 {
  background-color: #000;
  font-size: 16px;
}

.mg-bottom-32ps-tiulo-2 {
  margin-bottom: 32px;
}

.overage-butt-3 {
  background-color: #000;
  font-size: 16px;
}

.age-verif-parent-2 {
  z-index: 99;
  background-color: #191712bf;
  border: 1px solid #000;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: -177px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.code-embed {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1400px;
  display: block;
  position: static;
}

.body-5 {
  background-color: #fff0;
}

.container-6 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.div-block-16 {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.div-block-17 {
  justify-content: space-between;
  display: flex;
}

.image-25 {
  flex: 1;
  align-self: stretch;
}

.container-7 {
  max-width: 100%;
}

.code-embed-2 {
  align-self: stretch;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.lightbox-gallery {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-item {
  background-color: #ffffff14;
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  padding: 10px;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-gallery {
  color: #dddfe8;
  background-color: #202122;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 16px;
  display: grid;
}

.lightbox {
  border-radius: 4px;
  overflow: hidden;
}

.image-26 {
  filter: invert();
  mix-blend-mode: normal;
  object-fit: contain;
  width: 150px;
  height: 65px;
  margin-top: 5px;
  margin-left: 15px;
  padding-top: 0;
  padding-left: 0;
}

.product-header5_main-image-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed-3 {
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.div-block-18 {
  display: none;
}

.navbar-component {
  z-index: 900;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  flex: none;
  width: 3.125rem;
  height: 100%;
  transition: all .5s;
  display: block;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.nav_container {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 10px 5px;
  display: flex;
  position: relative;
}

.nav_logo-container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: auto;
  display: flex;
}

.progressbar_nav {
  transform-origin: 50% 0;
  border-radius: 20px;
  align-items: flex-end;
  width: 1px;
  height: 100%;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

.progressbar_nav-active {
  z-index: 2;
  opacity: 1;
  transform-origin: 50% 100%;
  background-color: #444;
  border-radius: 20px;
  width: 1px;
  height: 100%;
  position: absolute;
}

.progressbar_nav-bg {
  z-index: 1;
  transform-origin: 50% 0;
  background-color: #fff;
  background-image: linear-gradient(#29aac7, #002d52);
  border-radius: 20px;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_menubutton {
  cursor: pointer;
  justify-content: center;
  width: 100%;
  padding: 2rem .5rem;
  line-height: 1rem;
  display: flex;
}

.nav_menubutton:active {
  background-color: #0000;
}

.nav_bottom-button {
  flex: 1;
  align-items: flex-end;
  padding: .4rem;
  display: flex;
}

.nav_hover-ani {
  z-index: 1;
  color: #36583e;
  background-image: linear-gradient(#fc0, #fc0);
  width: 6rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -6rem;
}

.nav-sidebar_component {
  z-index: 900;
  text-align: left;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav_siderbar-wrapper {
  z-index: 99999;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.nav_siderbar-menu {
  z-index: 999;
  color: #fff;
  background-image: linear-gradient(#fc0, #fc0);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-width: 20rem;
  padding: 1rem 3rem 3rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav_sidebar-mobile-close-button {
  display: none;
}

.nav_sidebar-logo {
  filter: contrast(69%) invert();
  width: 10rem;
}

.nav_siderbar-header-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(3px, .25fr) 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 6rem;
  display: grid;
}

.nav_sidebar-menu-link {
  padding: .125rem 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.nav_sidebar-menu-link:hover {
  opacity: .7;
  color: #fff;
}

.nav_sidebar-menu-link.link-color {
  color: #0a0a0a;
  padding-top: .15rem;
  padding-bottom: .15rem;
  font-size: 1.5rem;
  line-height: 3rem;
}

.nav_sidebar-menu-link.link-color:hover {
  color: #fff;
}

.image-30 {
  opacity: 1;
  color: #020202;
}

.image-31 {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: fill;
  width: auto;
  min-width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.nav_sidebar-menu-link-small {
  padding: .125rem 0;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.nav_sidebar-menu-link-small:hover {
  opacity: .7;
  color: #fff;
}

.nav_sidebar-menu-link-small.link-color {
  color: #080808;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-block-24 {
  color: var(--black);
  text-align: center;
  background-color: #090b1900;
  border: 2px #000;
  border-radius: 2px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.nav-sidebar_link-social-wrapper {
  margin-top: 2rem;
  display: flex;
}

.icons-social-media-wrapper {
  grid-column-gap: 15px;
  display: flex;
}

.icons-social-media-wrapper.link-color {
  filter: invert();
  color: #36583e;
}

.icon-instagram-wrapper {
  color: #fff;
  background-color: #e1117500;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 0;
  padding: 5px;
  transition: all .2s;
  display: flex;
}

.icon-instagram-wrapper:hover {
  color: #fff;
  background-color: #e1117500;
  border-style: solid;
  border-color: #080808;
}

.icon-insta {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.icon-facebook-wrapper {
  color: #fff;
  background-color: #2266e600;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 5px;
  transition: all .2s;
  display: flex;
}

.icon-facebook-wrapper:hover {
  color: #fff;
  background-color: #fff0;
  border-color: #0c0c0c;
}

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

.icon-linkedin-wrapper {
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 5px;
  transition: all .2s;
  display: flex;
}

.icon-linkedin-wrapper:hover {
  color: #fff;
  background-color: #13549c00;
  border-color: #000;
}

.icon-linkedin {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.nav_siderbar-img {
  z-index: 998;
  background-image: url('../images/grain-bg.png');
  background-position: 0 0;
  background-size: 180px;
  width: 25rem;
  max-width: 25rem;
  position: relative;
}

.img-copyright-wrapper {
  color: #fff;
  padding-bottom: 5px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 300;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav_siderbar-darken {
  z-index: 997;
  -webkit-backdrop-filter: grayscale() blur(7px);
  backdrop-filter: grayscale() blur(7px);
  background-color: #0000;
  position: fixed;
  inset: 0%;
}

.app-main-layout {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.app-main-content {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.app-content-wrapper {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  padding-left: 3.125rem;
  position: relative;
}

.section-hero {
  background-color: #01080f;
  position: relative;
}

.page-padding-3 {
  color: #fa7600;
  padding-left: 5%;
  padding-right: 5%;
}

.hero-cloneable {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.hero-cloneable-wrapper-logo {
  z-index: 100;
  position: relative;
}

.cloneable-logo-wrapper {
  align-items: center;
  display: flex;
}

.label-logo-cloneable-3 {
  margin-right: 10px;
}

.cloneable-label-4 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  position: static;
}

.max-width-medium {
  width: 100%;
  max-width: 64rem;
}

.hero-headline_container {
  margin-top: 2rem;
}

.headline-hero_light {
  padding-bottom: 2rem;
  font-size: 6rem;
  line-height: 1.1;
}

.headline-hero_light.text-style-allcaps {
  color: #fff;
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  font-size: 9rem;
  font-weight: 400;
  line-height: 8rem;
}

.max-width-small {
  width: 550px;
  max-width: 48rem;
}

.text-rich-text {
  color: #fff;
  overflow: visible;
}

.nav-buttons-wrapper {
  margin-top: 20px;
  display: flex;
}

.button-wrapper-2 {
  display: flex;
}

.button-wrapper-2.clone {
  margin-right: 10px;
  display: block;
}

.button-clone-container {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 11px 17px 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.button-clone-container:hover {
  background-color: #fc0;
}

.button-text-wrapper {
  color: #fff;
  display: flex;
}

.html-embed-12 {
  opacity: 0;
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.text-block-25 {
  margin-right: 10px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 500;
}

.margin-right {
  margin-right: 10px;
}

.button-home-container {
  color: #000;
  border-radius: 100px;
  padding: 11px 17px 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.button-home-container:hover {
  background-color: #eff0f633;
}

.hero-image_wrapper {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.news-hero-image_white-vertical {
  z-index: 9;
  opacity: 1;
  object-fit: cover;
  background-image: linear-gradient(#06060600 72%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg-img_container {
  z-index: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-video {
  background-color: #00000061;
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-footer {
  z-index: 2;
  background-color: #000;
  padding: 100px 2.5rem 60px;
  position: relative;
  inset: auto 0% 0%;
}

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

.logo-footer {
  width: 120px;
}

.special-font {
  color: #4551f7;
  font-size: 46px;
  font-weight: 700;
  line-height: 45px;
}

.footer-grid-contact-wrapper {
  width: 270px;
}

.footer-textblock {
  color: #fff9;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.footer-button-contact {
  color: #000;
  background-color: #ffffffd9;
  border-radius: 100px;
  padding: 10px 17px 11px;
  text-decoration: none;
  transition: all .2s;
}

.footer-button-contact:hover {
  background-color: #fff;
}

.footer-copyritght-icons-wrapper {
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.footer-text-copyright {
  color: #fff9;
  font-size: 11px;
}

.bold-text-17-copy {
  color: #f7f7f7;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.footer-textblock-copy {
  color: #fff9;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 200;
  line-height: 15px;
}

.image-32 {
  filter: invert();
}

.paragraph-34 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
}

.section-9 {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  padding: 0 5vw;
  display: flex;
  position: relative;
}

.user-wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.user {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.user-icon {
  object-fit: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.user-name {
  margin-bottom: 3px;
  font-weight: 600;
}

.user-description {
  color: #686868;
  font-size: 12px;
}

.button-outline {
  color: #292929;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.button-outline:hover {
  transform: translate(-4px, -4px);
  box-shadow: 3px 3px 2px #0000009c;
}

.logo-link {
  margin-top: 45px;
  margin-left: 45px;
}

.nav-separator {
  background-color: #d7cfbd;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.nav-link-3 {
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-3.w--current {
  color: var(--dark);
}

.nav-link_text {
  font-weight: 600;
}

.navigation {
  z-index: 999;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 109px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-right {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.form-4 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.scroll-animation {
  display: none;
}

.group-hero {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.group-hero_l {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.group-hero_text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.group-hero_text.light {
  color: #7b8ca0;
}

.button-12 {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-12:hover {
  border-color: var(--dark-outline);
  background-color: var(--dark-outline);
  color: var(--dark);
}

.scroll {
  margin-bottom: 40px;
}

.group-row {
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.row-left {
  grid-column-gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.circle {
  background-color: #e9e5dd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.row-h {
  font-size: 16px;
  font-weight: 600;
}

.row-middle {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: minmax(70px, 70px) minmax(130px, 130px) minmax(170px, 170fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.row-middle_top {
  grid-column-gap: 5px;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.row-text {
  font-size: 15px;
}

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

.row-middle_label {
  color: #7b8ca0;
}

.date-wrap {
  background-color: #e9e5dd;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 36px;
  font-weight: 600;
  display: flex;
}

.row-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 170px;
  display: flex;
}

.row-icon {
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 50%;
  outline: 2px solid #fff;
  width: 35px;
  height: 35px;
  margin-left: -10px;
}

.row-icon.no-m {
  margin-left: 0;
}

.more-users {
  outline-offset: 0px;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/user6_1user6.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50%;
  outline: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: -10px;
  display: flex;
}

.more-users_text {
  font-size: 13px;
  font-weight: 400;
}

.magistral {
  background-color: #d9d9d9;
  flex: 1;
  height: 1px;
  display: none;
}

.show-hide {
  grid-column-gap: 7px;
  cursor: pointer;
  align-items: center;
  padding: 2px 5px;
  display: flex;
}

.eye-open {
  display: none;
}

.text-hide {
  text-transform: uppercase;
  font-weight: 600;
}

.text-show {
  text-transform: uppercase;
  font-weight: 600;
  display: none;
}

.custom-css {
  display: none;
}

.section-10 {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  padding: 0 5vw;
  display: flex;
  position: relative;
}

.nav-link-4 {
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-4.w--current {
  color: var(--dark);
}

.form-5 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.button-13 {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-13:hover {
  border-color: var(--dark-outline);
  background-color: var(--dark-outline);
  color: var(--dark);
}

.image-33 {
  filter: invert();
}

.row-right-copy {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 170px;
  display: flex;
}

.nav-link-4-copy {
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-4-copy.w--current {
  color: var(--dark);
}

.container-11 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  filter: none;
  grid-template: "Area Area-2"
  / .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.slider-3 {
  background-color: #18181b;
  width: auto;
  height: 900px;
}

.container-12 {
  aspect-ratio: auto;
  max-width: 100%;
}

.code-embed-5 {
  position: fixed;
  inset: auto auto 0% 0%;
}

.code-embed-6 {
  z-index: 999;
  position: fixed;
  inset: auto auto 9% 0%;
}

.code-embed-7 {
  width: 100%;
  height: 900px;
  display: block;
}

.grid-4-copy {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

.padding-vertical-copy, .padding-vertical-copy.padding-xlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-copy.padding-xlarge.reduced {
  padding-bottom: 0;
}

.padding-vertical-copy.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.product-header5_layout-copy-copy, .product-header5_layout-copy-copy-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header5_component-copy {
  padding-bottom: 3rem;
}

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

.page-padding-2-copy {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-xlarge-copy {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.product-header4_product-details-copy, .product-header4_product-details-copy-copy {
  position: sticky;
  top: 8rem;
}

.product-header5_layout-copy-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header4_product-details-copy {
  position: sticky;
  top: 8rem;
}

.margin-bottom-copy {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.text-size-large-copy.text-color-grey {
  color: #1b1b1b73;
}

.section-product-info-copy {
  position: relative;
}

.product-header5_gallery-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  align-items: start;
}

.margin-bottom-copy-copy {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.image-4-copy, .image-4-copy-copy {
  filter: contrast(0%);
}

.link-block-4 {
  flex: 1;
}

.link-block-4.w--current {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-menu {
    flex: 0 auto;
    align-self: center;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .stacked-description.horizontal {
    display: none;
  }

  .card-hover-item {
    padding: 36px;
  }

  .dual-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .large-menu-wrapper {
    grid-template-areas: ". Area Area-2";
    padding-bottom: 0;
  }

  .search {
    border-color: var(--_apps---sidebar--sidebar-border-dark\<deleted\|variable-7901c395-606a-720f-e9db-48efc7c96557\>);
    background-color: var(--_apps---sidebar--sidebar-border\<deleted\|variable-59d8c0c4-6685-33a0-7dd5-ff954aa9185e\>);
    background-image: url('../images/search.svg');
    background-position: 23px;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 40px;
    min-width: 400px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 23px 8px 60px;
    transition: border .2s;
    display: block;
  }

  .search-wrapper {
    margin-right: 0;
  }

  .mega-menu {
    margin-left: 427px;
    display: none;
  }

  .team-social-wrapper {
    justify-content: center;
    padding-top: 29px;
    padding-right: 17px;
    display: flex;
  }

  .mega-social-wrapper {
    width: 150%;
    padding-top: 10px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(5vw, .25fr) minmax(auto, 1211px) 1fr;
  }

  .feature-card-info {
    margin-bottom: 36px;
  }

  .sticky-section {
    width: 100%;
  }

  .heading-3, .heading-4, .heading-5 {
    margin-top: 40px;
    font-size: 22px;
  }

  .featured-project-column {
    width: 100%;
  }

  .hero-bottom-feature {
    width: auto;
  }

  .form-block-2 {
    margin-right: -9px;
  }

  .content-wrap {
    justify-content: flex-start;
    width: auto;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .hero.padding {
    display: flex;
  }

  .form-column {
    margin-left: -320px;
    padding-left: 6.2rem;
  }

  .form-block {
    padding: 0;
  }

  .content {
    margin-top: 0;
  }

  .container {
    background-color: var(--aluminio);
  }

  .nav {
    background-color: #fc0;
  }

  .nav-bot {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .heading-24 {
    margin-top: 40px;
    font-size: 22px;
  }

  .grid-wrapper-copy {
    grid-template-columns: minmax(5vw, .25fr) minmax(auto, 1160px);
  }

  .card-hover-item-copy {
    padding: 36px;
  }

  .section-7 {
    left: 514px;
  }

  .stacked-description-copy.horizontal, .stacked-description-copy2.horizontal {
    display: none;
  }

  .grid-wrapper-copy2 {
    grid-template-columns: minmax(5vw, .25fr) minmax(auto, 1211px) 1fr;
  }

  .circle {
    background-color: #d1cec9;
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-h {
    font-size: 15px;
  }

  .row-middle {
    margin-left: 150px;
  }

  .row-middle_label {
    font-size: 12px;
  }

  .date-wrap {
    background-color: #fadea5;
  }

  .row-right {
    color: #fdfdfd;
    background-color: red;
    border: 2px solid #0000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 44px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .eye-close {
    max-width: 70%;
  }

  .nav-link-4 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: flex;
  }

  .nav-link-4:hover {
    color: var(--_apps---colors--background\<deleted\|variable-38d21c70-3f9a-2932-eba0-b505f5380a54\>);
    background-color: #000;
  }

  .form-5 {
    width: auto;
    display: block;
  }

  .button-13 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: 10px 11px;
  }

  .heading-33 {
    font-size: 24px;
    font-weight: 600;
  }

  .text-block-26, .text-block-27, .activa {
    font-size: 12px;
    font-weight: 700;
  }

  .row-right-copy {
    color: #fdfdfd;
    background-color: #0f8;
    border: 2px solid #0000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 68px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-4-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: none;
  }

  .nav-link-4-copy:hover {
    color: var(--_apps---colors--background\<deleted\|variable-38d21c70-3f9a-2932-eba0-b505f5380a54\>);
    background-color: #000;
  }
}

@media screen and (min-width: 1440px) {
  .xxl-heading.two {
    text-align: right;
    justify-content: flex-end;
  }

  .stacked-description.horizontal {
    display: none;
  }

  .credits-wrapper {
    grid-column-gap: 80px;
  }

  .card-hover-item {
    padding: 36px;
  }

  .tripple-grid {
    grid-template-columns: 2.75fr 1.25fr 1fr;
  }

  .dual-wrapper {
    grid-template-columns: .9fr 1fr;
  }

  .large-menu-wrapper {
    grid-template-areas: "Area-2 Area-3 Area";
  }

  .mega-menu {
    margin-left: 431px;
    display: none;
  }

  .team-social-wrapper {
    justify-items: end;
    padding-right: 27px;
    display: flex;
  }

  .mega-social-wrapper {
    width: 150%;
    margin-top: 11px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(5vw, .25fr) 1300px 55%;
    grid-template-areas: ". ."
                         ". Area-7"
                         ". Area-6"
                         ". Area-3"
                         ". Area-2"
                         "Area-4 Area-5";
  }

  .heading-3, .heading-4, .heading-5 {
    margin-top: 40px;
    font-size: 22px;
  }

  .bold-text-4 {
    width: 100%;
    height: auto;
    font-size: 38px;
  }

  .featured-project-column {
    width: 100%;
  }

  .hero-bottom-feature {
    width: auto;
  }

  .hero-feature-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .form-block-2 {
    margin-right: -2px;
  }

  .content-wrap {
    justify-content: flex-start;
    width: 30%;
    margin-left: 0;
  }

  .form-column {
    margin-left: -83px;
    padding-left: 6.7rem;
  }

  .button-6.mb-10 {
    display: flex;
  }

  .heading-24 {
    margin-top: 40px;
    font-size: 22px;
  }

  .grid-wrapper-copy {
    grid-template-columns: minmax(5vw, .25fr) minmax(auto, 1300px);
    grid-template-areas: ". ."
                         ". ."
                         "Area Area-6"
                         ". Area-3"
                         ". Area-2"
                         "Area-4 Area-5";
  }

  .card-hover-item-copy {
    padding: 36px;
  }

  .section-7 {
    top: 925.672px;
    left: 618px;
  }

  .tripple-grid-2 {
    grid-template-columns: .5fr .25fr 1fr;
    margin-bottom: 270px;
  }

  .tripple-grid-copy-copy, .tripple-grid-copy {
    grid-template-columns: 2.75fr 1.25fr 1fr;
  }

  .stacked-description-copy.horizontal {
    display: none;
  }

  .tripple-grid-copy, .tripple-grid-copy2 {
    grid-template-columns: 2.75fr 1.25fr 1fr;
  }

  .stacked-description-copy2.horizontal {
    display: none;
  }

  .grid-wrapper-copy2 {
    grid-template-columns: minmax(5vw, .25fr) 1300px 55%;
    grid-template-areas: ". ."
                         ". Area-7"
                         ". Area-6"
                         ". Area-3"
                         ". Area-2"
                         "Area-4 Area-5";
  }

  .xxl-heading-copy.two, .xxl-heading-copy-copy.two {
    text-align: right;
    justify-content: flex-end;
  }

  .tripple-grid-copy2-copy {
    grid-template-columns: 2.75fr 1.25fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 57px;
    padding-left: 5vw;
    display: flex;
  }

  .section.no-verticle-padding.dark {
    margin-top: 0;
    display: flex;
  }

  .section.no-verticle-padding.clip {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0%;
    padding-right: 0;
  }

  .section.video-section {
    display: flex;
  }

  .section.no-top-padding {
    margin-top: 0;
    display: flex;
  }

  .section.no-bottom-padding.clip {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    padding-bottom: 50px;
    padding-left: 0;
  }

  .section.clip {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 2.5%;
    display: flex;
  }

  .background-cover {
    overflow: hidden;
  }

  .image-overlay.dark-overylay {
    background-color: #090b1954;
  }

  .navbar {
    display: flex;
  }

  .wrapper {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .left-navbar {
    border-color: var(--black);
    background-color: #000;
  }

  .menu-wrapper {
    display: flex;
  }

  .pin-stripe, .pin-stripe.hide-tablet, .pin-stripe.hide-horizontal-mobile {
    background-color: #6e748873;
  }

  .hero-content-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "Area";
  }

  .xxl-heading.one {
    text-align: right;
    font-size: 32px;
  }

  .xxl-heading.two {
    padding-right: 0;
  }

  .clip {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .banner-wrapper {
    margin-left: 0;
    margin-right: 2px;
  }

  .banner-intro {
    flex: 0 auto;
    grid-auto-flow: row;
    place-content: center;
  }

  .large-heading {
    padding-top: 0;
    font-size: 45px;
  }

  .body-display {
    font-family: Inter, sans-serif;
    font-size: 16px;
  }

  .body-display.white {
    font-size: 18px;
    line-height: 1.5em;
  }

  .button.white-outline {
    width: 300px;
    max-width: 250px;
    height: 80px;
    max-height: 60px;
    margin-right: 0;
  }

  .navigation-cover {
    background-color: #000;
    flex: 1;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .stacked-description {
    grid-template-columns: minmax(200px, 2.5fr);
    padding-right: 50px;
  }

  .stacked-description.horizontal {
    display: none;
  }

  .page-info-ribbon {
    grid-template-rows: 150px auto;
    grid-template-areas: "Area Area-2 Area-3"
                         "Area-4 Area-5 Area-6";
    margin-left: -50px;
    margin-right: 0;
  }

  .card-hover-item {
    border: 1px solid #000;
    padding: 36px;
  }

  .subtitle-wrapper {
    margin-bottom: 0;
  }

  .subtitle {
    font-size: 18px;
    font-weight: 600;
  }

  .subtitle.white {
    font-weight: 300;
    display: block;
  }

  .tripple-grid {
    grid-template-columns: 1.75fr 1.5fr 1fr;
    margin-bottom: 0;
    padding-left: 278px;
    padding-right: 263px;
  }

  .intro-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 43px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .services-grid {
    place-content: center;
    place-items: stretch stretch;
    margin-top: 236px;
    margin-left: -93px;
    margin-right: 97px;
  }

  .menu-lottie {
    filter: invert();
    color: var(--pin-stripe);
  }

  .hover-link-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100px;
    height: 100px;
    margin-bottom: 0%;
    bottom: 0;
  }

  .project-categories-wrapper {
    margin-top: 0;
    margin-left: -47px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-menu-wrapper {
    grid-template-columns: minmax(1px, .25fr) 50% 50%;
    grid-template-areas: "Area-3 Area-2 Area"
                         ". Area-4 Area-5";
  }

  .projects-search-wrapper {
    grid-template-areas: "Area Area-2";
    display: flex;
  }

  .search-wrapper {
    width: 100%;
  }

  .mega-category-list, .mega-category-list.middle {
    display: block;
  }

  .mega-menu {
    margin-left: 467px;
    display: none;
  }

  .mega-menu-overlay {
    display: block;
  }

  .team-social-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: center end;
    width: auto;
    height: auto;
    padding-top: 35px;
    padding-right: 30px;
    display: flex;
    position: relative;
  }

  .team-social-icon.outline {
    padding-left: 0;
    padding-right: 0;
  }

  .post-list-item {
    grid-template-columns: minmax(150px, 1fr) 36px;
  }

  .inner-page-hero-wrapper {
    grid-template-columns: 30% 30% 1.25fr;
    margin-top: -24px;
    padding-bottom: 0;
  }

  .menu-list-item.white.small {
    padding-top: 0;
  }

  .mega-social-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text {
    flex-flow: column;
    display: flex;
  }

  .post-card-description {
    grid-template-columns: 0% 100%;
  }

  .grid-wrapper {
    background-color: #0d0d0d6b;
    flex: 1;
    grid-template-rows: 157px auto auto 138px 73px auto;
    grid-template-columns: 261px repeat(auto-fit, 78%) 100%;
    grid-template-areas: ". Area-9"
                         ". Area-10"
                         ". Area-6"
                         ". Area-3"
                         ". Area-2"
                         "Area-4 Area-5";
    grid-auto-rows: .5fr;
    place-items: stretch stretch;
    margin-top: -376px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 0px;
    background-color: #0d0d0d00;
    grid-template-rows: 2px minmax(0, .25fr);
    grid-template-columns: minmax(auto, 292px) 81% 103px;
  }

  .card-button-wrapper {
    padding-top: 20px;
  }

  .hero-background-image {
    background-color: #000000d6;
    flex: 1;
  }

  .hero-background-image.news-background {
    background-image: url('../images/showroom_metaverso20.webp');
    background-position: 50% 60%;
    background-size: cover;
  }

  .project-details-wrapper {
    grid-template-rows: 110px;
    grid-template-columns: 463px 467px .75fr;
    align-content: end;
  }

  .project-detail-items, .featured-project-details {
    grid-template-rows: 110px;
  }

  .more-projects-wrapper.in-page {
    display: block;
  }

  .fly-out-button.off-click {
    background-color: #eaebef;
  }

  .project-description-wrapper {
    grid-template-columns: .5fr 1fr 1fr;
  }

  .project-description {
    display: flex;
  }

  .list-item-arrow {
    margin-left: 0;
  }

  .discovery-button-wrapper {
    display: block;
  }

  .services-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 35px;
  }

  .services-info {
    grid-column-gap: 15px;
    margin-left: 15px;
  }

  .hero-button-wrapper {
    width: 200px;
    height: 60px;
    margin-right: 75px;
  }

  .background-banner.service-3-banner {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 60%;
    background-attachment: scroll;
  }

  .button-text {
    color: var(--pin-stripe);
    font-size: 15px;
  }

  .sticky-section {
    margin-bottom: 50px;
  }

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

  .banner-categories {
    border-left: 1px solid #000;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 128px;
    padding-top: 0;
    display: flex;
  }

  .anchor-link {
    border-style: none;
  }

  .anchor-link.w--current {
    opacity: 1;
    outline-color: var(--body-display);
    outline-offset: 0px;
    border-color: #6e748800;
    outline-width: 1px;
    outline-style: none;
  }

  .home-hero {
    background-color: #0000;
    padding-top: 374px;
  }

  .image {
    filter: invert();
  }

  .bold-text {
    text-align: right;
    width: auto;
    height: auto;
    font-size: 22px;
    line-height: 1.2em;
  }

  .slider {
    background-color: #534f4f;
    padding-left: 5%;
  }

  .heading-3, .heading-4, .heading-5 {
    margin-top: 40px;
    font-size: 22px;
  }

  .bold-text-4 {
    text-align: right;
    width: 100%;
    font-size: 38px;
  }

  .div-block-3 {
    padding-bottom: 15px;
  }

  .featured-project-column {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .hero-bottom-feature {
    width: 47%;
  }

  .hero-feature-card {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 48px;
  }

  .subtitle-2.white {
    padding-bottom: 16px;
    padding-left: 264px;
    font-size: 15px;
  }

  .button-text-2 {
    color: var(--dark);
  }

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

  .div-block-5 {
    width: 100%;
    padding-top: 16px;
    padding-left: 0;
  }

  .p---l {
    font-family: Inter, sans-serif;
    font-size: 22px;
  }

  .form-block-2 {
    margin-left: 0;
    margin-right: 3px;
  }

  .content-wrap {
    justify-content: flex-start;
    width: 30%;
    margin-left: -100px;
  }

  .heading-10.l.margin-bottom {
    width: 110%;
    margin-left: -15px;
    font-size: 42px;
  }

  .field-label-2.white {
    font-size: 22px;
  }

  .hero.padding {
    display: flex;
  }

  .form-column {
    margin-left: 0;
    margin-right: -123px;
    padding-left: 2.4rem;
    padding-right: 0;
  }

  .step-block {
    width: 100%;
    margin-left: 0;
    font-size: 25px;
  }

  .heading-11 {
    font-size: 25px;
    font-weight: 500;
  }

  .step-scroll {
    margin-left: 0;
  }

  .bold-text-6 {
    font-size: 25px;
  }

  .white {
    font-family: Inter, sans-serif;
    font-size: 50px;
  }

  .tabs-menu {
    display: none;
  }

  .button-6.mb-10, .button-6.green.mb-10 {
    height: 55px;
  }

  .capitalize.white.mb-10 {
    font-size: 20px;
  }

  .cards-wrap {
    grid-column-gap: 2px;
    grid-row-gap: 10px;
    grid-template-columns: .62fr .62fr .62fr;
  }

  .switch-wrap {
    margin-left: -1117px;
  }

  .paragraph-3 {
    font-family: Inter, sans-serif;
    font-weight: 800;
  }

  .heading-15 {
    margin-left: -429px;
    padding-right: 483px;
  }

  .paragraph-4 {
    font-weight: 800;
  }

  .paragraph-10 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .heading-20 {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 45px;
  }

  .paragraph-13 {
    color: var(--dark-outline);
  }

  .superscript-6 {
    font-size: 22px;
  }

  .heading-24 {
    margin-top: 40px;
    font-size: 22px;
  }

  .grid-wrapper-copy {
    grid-template-columns: 261px repeat(auto-fit, 73%);
    grid-template-areas: ". ."
                         ". ."
                         ". Area-6"
                         ". Area-3"
                         ". Area-2"
                         "Area-4 Area-5";
    grid-auto-rows: .5fr;
  }

  .grid-wrapper-copy.project-discovery-grid {
    grid-template-rows: auto auto auto;
  }

  .background-video-2 {
    height: 900px;
  }

  .card-hover-item-copy {
    border-right: 1px solid var(--body-display);
    border-top-style: solid;
    border-bottom-style: solid;
    padding: 36px;
  }

  .section-6 {
    display: block;
  }

  .div-2 {
    display: block;
    overflow: visible;
  }

  .iframe-2 {
    display: block;
  }

  .div-block-9 {
    margin-top: -79px;
  }

  .section-7 {
    top: 1340.67px;
    left: 908px;
  }

  .tripple-grid-copy {
    flex: 0 auto;
    grid-template-columns: 1.75fr 1.5fr 1fr;
    display: flex;
  }

  .tripple-grid-2 {
    grid-template-columns: .5fr .5fr 1fr;
    margin-top: 20px;
    margin-bottom: 354px;
    margin-left: -38px;
  }

  .tripple-grid-copy-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clip-3 {
    justify-content: flex-end;
    margin-top: 0;
    display: flex;
  }

  .clip-5, .clip-6, .clip-8 {
    justify-content: flex-end;
    margin-top: 15px;
    display: flex;
  }

  .div-block-4-copy-copy {
    display: block;
  }

  .tripple-grid-copy {
    grid-template-columns: 1.75fr 1.5fr 1fr;
  }

  .clip-4-copy {
    grid-template-columns: .5fr 1% 1fr;
  }

  .clip-copy {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-top: 90px;
    display: flex;
  }

  .clip-copy-copy {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-top: 90px;
    margin-right: 0;
    display: flex;
  }

  .collection-list-wrapper-4 {
    margin-top: 221px;
  }

  .button-copy.white-outline {
    justify-content: center;
    align-items: flex-start;
    width: 400px;
    max-width: 700px;
    height: 80px;
    max-height: 60px;
    margin-right: 0;
  }

  .iframe-3 {
    overflow: clip;
  }

  .stacked-description-copy {
    grid-template-columns: minmax(200px, 2.5fr);
    padding-right: 225px;
  }

  .stacked-description-copy.horizontal {
    display: none;
  }

  .tripple-grid-copy {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1.75fr 1.5fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .project-description-copy {
    display: flex;
  }

  .tripple-grid-copy, .tripple-grid-copy2 {
    grid-template-columns: 1.75fr 1.5fr 1fr;
    padding-left: 169px;
    padding-right: 166px;
  }

  .menu-list-item-copy2.white.small, .menu-list-item-copy3.white.small {
    padding-top: 0;
  }

  .clip-copy {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .banner-wrapper-copy {
    margin-left: 0;
    margin-right: 2px;
  }

  .stacked-description-copy2 {
    grid-template-columns: minmax(200px, 2.5fr);
    padding-right: 462px;
  }

  .stacked-description-copy2.horizontal {
    display: none;
  }

  .grid-wrapper-copy2 {
    flex: 0 auto;
    grid-template-rows: 195px auto auto 138px 250px auto;
    grid-template-columns: 261px repeat(auto-fit, 73%) 262px;
    grid-template-areas: ". Area-9"
                         ". Area-10"
                         ". Area-6"
                         ". Area-3"
                         ". Area-2"
                         "Area-4 Area-5";
    grid-auto-rows: .5fr;
    margin-top: -376px;
  }

  .grid-wrapper-copy2.two-row {
    grid-row-gap: 0px;
    background-color: #0d0d0d00;
    grid-template-rows: 2px minmax(0, .25fr);
    grid-template-columns: minmax(auto, 292px) 81% 103px;
  }

  .script {
    overflow: visible;
  }

  .xxl-heading-copy.one {
    text-align: left;
    font-size: 32px;
  }

  .xxl-heading-copy.two {
    padding-right: 0;
  }

  .xxl-heading-copy-copy.one {
    text-align: left;
    font-size: 32px;
  }

  .xxl-heading-copy-copy.two {
    padding-right: 0;
  }

  .clip-copy-copy-copy {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-top: 90px;
    margin-right: 0;
    display: flex;
  }

  .hero-background-image-copy {
    background-color: #000000d6;
    flex: 1;
  }

  .hero-background-image-copy.news-background {
    background-image: url('../images/showroom_metaverso20.webp');
    background-position: 50% 60%;
    background-size: cover;
  }

  .tripple-grid-copy2-copy {
    grid-template-columns: 1.75fr 1.5fr 1fr;
    padding-left: 169px;
    padding-right: 166px;
  }

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

  .button-copy.white-outline {
    width: 300px;
    max-width: 250px;
    height: 80px;
    max-height: 60px;
    margin-right: 0;
  }

  .error-message-2 {
    color: #ff2a2a;
    background-color: #fff2f2;
    border-radius: 80px;
    margin-top: 27px;
    padding: 19px 28px;
  }

  .code-embed {
    width: 100%;
    height: 1080px;
    position: static;
  }

  .div-block-17 {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .image-25 {
    width: 1920px;
  }

  .container-7 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    display: flex;
  }

  .code-embed-2 {
    flex: 0 auto;
    align-self: center;
  }

  .image-26 {
    filter: invert();
  }

  .mask {
    margin-left: 23px;
  }

  .code-embed-4 {
    position: relative;
    inset: 0% auto auto -5%;
  }

  .section-9, .section-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .image-34 {
    margin-left: 100px;
    display: inline-block;
  }

  .slide-2 {
    vertical-align: baseline;
  }

  .image-35 {
    margin-left: 100px;
  }

  .container-12 {
    width: 100%;
  }

  .code-embed-6 {
    z-index: 15;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .section.no-verticle-padding.dark {
    margin-top: 0;
  }

  .section.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .section.no-top-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .background-cover {
    width: 100%;
    height: 100%;
  }

  .background-image.testimonial-001 {
    filter: invert();
    background-size: 300px;
  }

  .background-image.testimonial-003, .background-image.testimonial-004 {
    background-size: 300px;
  }

  .image-overlay {
    background-color: #0d0d0d6e;
  }

  .wrapper {
    background-color: #0000;
  }

  .nav-link {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link.w--current {
    color: var(--dark);
  }

  .left-navbar {
    width: 100%;
  }

  .nav-menu, .pin-stripe.hide-tablet {
    display: none;
  }

  .hero-content-wrapper {
    grid-template-columns: .75fr;
    max-width: none;
    margin-top: -49px;
  }

  .xxl-heading {
    font-size: 64px;
  }

  .xxl-heading.one {
    text-align: right;
  }

  .xxl-heading.two {
    justify-content: flex-end;
    align-items: center;
    line-height: .5em;
  }

  .clip {
    justify-content: flex-start;
    width: 100%;
    margin-top: -11px;
    margin-bottom: -4px;
    padding-bottom: 11px;
  }

  .page-wrapper {
    height: 100%;
  }

  .banner-wrapper {
    background-color: #0000;
  }

  .banner-content {
    background-color: #0000008f;
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-intro {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
  }

  .large-heading {
    text-shadow: none;
    font-size: 38px;
    font-weight: 700;
  }

  .body-display {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .body-display.dark {
    color: var(--dark);
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .horizontal-line {
    background-color: #6e748830;
  }

  .button.white-outline {
    align-self: flex-start;
    width: auto;
  }

  .testimonial-arrow {
    height: 25%;
    top: 25%;
    bottom: auto;
  }

  .testimonial-arrow.right-arrow {
    left: auto;
  }

  .testimonial-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template: ". ."
                   ". Area"
                   / 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .testimonial-column {
    min-height: 400px;
    padding: 48px 24px;
  }

  .testimonial-column.testimonial-description {
    min-height: auto;
  }

  .testimonial-column.testimonial-image {
    min-height: 450px;
  }

  .rotate-text.no-rotate-on-mobile {
    margin-left: 16px;
  }

  .stacked-description {
    grid-template-columns: 91%;
    padding-right: 0;
  }

  .stacked-description.horizontal {
    grid-template-columns: auto;
    display: none;
  }

  .credits-wrapper {
    grid-column-gap: 10px;
    grid-template-columns: 121px 100px 100px 100px;
    grid-template-areas: ". . . . . ."
                         "Area-6 Area-5 Area-4 Area-3 Area Area-2";
    width: 98%;
  }

  .page-info-ribbon {
    background-color: var(--pin-stripe);
    grid-template: "Area Area-2 Area-3" 150px
                   "Area-4 Area-5 Area-6"
                   / 1fr;
    display: flex;
  }

  .subtitle.white {
    text-shadow: none;
  }

  .tripple-grid {
    grid-column-gap: 1px;
    grid-row-gap: 36px;
    flex-direction: row;
    grid-template: ". . . Area-3" .25fr
                   "Area Area-2 . ."
                   / 1fr .5fr;
    grid-auto-rows: .25fr;
    grid-auto-columns: minmax(0, 1.5fr);
    justify-content: space-between;
    margin-top: 37px;
    margin-bottom: 0;
    padding-bottom: 30px;
    display: flex;
  }

  .intro-wrapper {
    padding-right: 187px;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area-7 Area-6" 1fr
                   "Area Area-2"
                   "Area-4 Area-5"
                   / 1fr 1fr;
    grid-auto-columns: .25fr;
    margin-top: 234px;
    margin-right: 39px;
  }

  .hover-link-wrapper {
    margin-top: 0;
    margin-bottom: -32px;
    padding-bottom: 26px;
  }

  .hover-link-wrapper.project-view-link {
    margin-bottom: 0;
  }

  .hover-link {
    width: 80%;
    height: 80%;
  }

  .dual-wrapper {
    grid-template-columns: 1fr;
  }

  .video-info {
    margin-top: -63px;
  }

  .project-categories-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .large-menu-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-template-areas: "Area-5 Area-3"
                         "Area-6 Area-4"
                         "Area-2 Area";
    padding-top: 75px;
    padding-bottom: 0;
  }

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

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .projects-search-wrapper {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: ". Area";
  }

  .search-wrapper {
    display: flex;
  }

  .mega-category-list {
    display: block;
  }

  .mega-menu {
    margin-left: -1px;
    margin-right: 0;
    display: none;
  }

  .mega-menu-overlay {
    display: none;
  }

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

  .team-collection-item:nth-child(odd) {
    margin-top: 0;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .team-social-wrapper {
    padding-top: 25px;
    padding-right: 13px;
    display: flex;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .inner-page-hero-wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 170px;
  }

  .services-menu-wrapper.grey {
    height: auto;
  }

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .sticky-services-menu.extra-top-margin {
    top: 0;
  }

  .menu-list-item.white {
    grid-template-columns: auto 19%;
  }

  .service-menu-list.white {
    grid-template-columns: 102%;
  }

  .rich-text {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

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

  .right-grid-intro {
    padding-left: 0;
  }

  .grid-wrapper {
    grid-template: ". Area-7" 299px
                   ". Area-8"
                   "Area Area-6" 66px
                   ". Area-3" 138px
                   ". Area-2" 108px
                   "Area-4 Area-5"
                   / minmax(5vw, .5fr) minmax(auto, 858px) minmax(5vw, 1.75fr);
    margin-top: -146px;
  }

  .card-button-wrapper {
    margin-top: 17px;
  }

  .footer-wrapper {
    grid-template: ". ." minmax(44px, auto)
                   ". Area-2" minmax(106px, auto)
                   ". ." minmax(106px, auto)
                   "Area Area-3" minmax(36px, auto)
                   / minmax(354px, .5fr) 1fr;
  }

  .hero-background-image {
    background-image: url('../images/63d1f940f89ecdc8fd88ad04_showroom_metaverso28.webp');
    background-position: 50%;
    background-size: cover;
  }

  .hero-background-image.services-background {
    background-image: url('../images/3d-meeting-in-showroom.webp');
    background-position: 15%;
  }

  .project-details-wrapper {
    grid-template-areas: ". Area Area-2";
  }

  .featured-project-details {
    grid-template-columns: 1fr;
  }

  .project-gallery-wrapper {
    overflow: hidden;
  }

  .gallery-items-wrapper {
    padding-top: 160px;
  }

  .fly-out-button {
    width: 50%;
    max-width: 50%;
  }

  .fly-out-button.on-click {
    width: 66.66%;
    max-width: 66.66%;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .project-description {
    padding: 36px 10px;
  }

  .project-features {
    margin-left: 36px;
    padding-top: 0;
  }

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

  .news-list-item:nth-child(2n) {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .pagination {
    grid-template-columns: 1fr 1fr;
    padding-top: 36px;
  }

  .large-search-wrapper {
    width: 100%;
  }

  .services-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .project-gallery-image-wrapper {
    grid-template-rows: auto 1fr;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .tablet-mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown {
    border-bottom: 1px solid var(--dark-outline);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown.top {
    border-top: 1px solid var(--dark-outline);
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .tablet-mobile-nav-links {
    background-color: #fff;
    display: flex;
  }

  .dropdown-list {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .dropdown-lottie {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

  .hero-button-wrapper {
    width: auto;
    height: auto;
    margin-right: -39px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 50px;
  }

  .page-info {
    overflow: auto;
  }

  .client-quote {
    grid-template-columns: .75fr;
  }

  .background-banner.service-1-banner {
    background-image: url('../images/639152534f4fe890369e6307_metaverso_3dmotion01.webp');
  }

  .background-banner.service-2-banner {
    background-image: url('../images/63915188de7d115132ca5601_metaverso_3dmotion09.webp');
  }

  .background-banner.service-3-banner {
    background-image: url('../images/6391522264bf26be0172d08b_metaverso_3dmotion07.webp');
  }

  .page-hero {
    height: 100%;
    min-height: auto;
    padding-top: 917px;
  }

  .category-link {
    width: 100%;
  }

  .banner-categories {
    margin-left: -45px;
    padding-top: 0;
  }

  .minimal-card {
    padding: 24px;
  }

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

  .bold-text {
    font-size: 20px;
    line-height: 1em;
  }

  .bold-text-4 {
    text-align: right;
    font-size: 28px;
  }

  .div-block-3 {
    margin-top: 10px;
  }

  .hero-bottom-feature {
    width: auto;
  }

  .subtitle-2.white {
    padding-left: 39px;
  }

  .button-2.grey-outline.small {
    display: block;
  }

  .nav-link-2 {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-2.w--current {
    color: #090b19;
  }

  .post-list-item-2 {
    height: auto;
    font-size: 16px;
  }

  .dropdown-2 {
    border-bottom: 1px solid #e2e7f1;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .text-block {
    padding-top: 0;
  }

  .form-block-2 {
    margin-left: 0;
    margin-right: -1px;
  }

  .content-wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 0;
  }

  .hero.padding {
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    height: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .form-column {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .content-wrap-2.anima-1 {
    margin-left: -41px;
  }

  .scroll-container {
    margin-top: 72px;
  }

  .img-block.anima-1 {
    width: 50%;
    margin-left: -40px;
  }

  .img-block.anima-3 {
    margin-left: -228px;
    margin-right: 18px;
    padding-right: 0;
  }

  .img-block.anima-2 {
    margin-left: -74px;
  }

  .step-block {
    margin-top: -15px;
  }

  .text-block-2 {
    padding-left: 0;
  }

  .scroll-wrap {
    margin-top: -130px;
  }

  .dot-block {
    width: 24px;
  }

  .step-scroll {
    margin-left: 0;
  }

  .bold-text-7, .bold-text-8 {
    font-weight: 500;
  }

  .tripple-grid-copy {
    grid-column-gap: 1px;
    grid-row-gap: 36px;
    flex-direction: column;
    grid-template: ". . . Area-3" .25fr
                   "Area Area-2 . ."
                   / 1fr .5fr;
    grid-auto-rows: .25fr;
    grid-auto-columns: minmax(0, 1.5fr);
    margin-bottom: 0;
    padding-bottom: 30px;
    display: flex;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .text-field-3.cc-quantity-field {
    text-align: center;
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .top {
    flex-direction: column;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger {
    width: 10%;
    display: flex;
  }

  .product-details-wrap-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .variants-button, .button-4 {
    justify-content: center;
  }

  .collection-list-2 {
    display: flex;
  }

  .ecommerce-slider-wrapper {
    flex-direction: column;
  }

  .section-3.cc-product-detail {
    flex-direction: column;
    padding-top: 30px;
  }

  .text-block-5 {
    font-family: Inter, sans-serif;
    font-size: 16px;
  }

  .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
    font-size: 12px;
  }

  .wrapper-2 {
    max-width: 500px;
    padding-left: 55px;
    padding-right: 55px;
  }

  .heading-wrap {
    width: auto;
    max-width: none;
  }

  .container-3 {
    grid-column-gap: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-13 {
    display: none;
  }

  .ms-button {
    position: relative;
  }

  .ms-image {
    width: auto;
    display: none;
  }

  .ms-page-wrap {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .ms-content {
    width: 100%;
    height: 100vh;
  }

  .cards-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .switch-wrap {
    margin-left: -410px;
  }

  .heading-15 {
    margin-left: -76px;
    padding-right: 270px;
  }

  .bot-links {
    padding-left: 40px;
  }

  .hamburger-line {
    background-color: #000;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .hamburger-line.middle {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .content-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-wrapper {
    justify-content: flex-start;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .shadow {
    z-index: 99;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #0000004d;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav {
    background-color: #fff;
    border-left: 1px solid #ebedec;
    height: auto;
    padding-left: 0;
    display: none;
    position: fixed;
    inset: 60px 0% 0% auto;
  }

  .content-mid {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .calendar-wrap {
    max-width: none;
  }

  .calendar-text {
    align-items: flex-end;
  }

  .calendar-holder {
    justify-content: space-between;
  }

  .logo-img.mobile {
    width: 80%;
  }

  .nav-links {
    padding-left: 40px;
  }

  .mobile-nav {
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #ebedec;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 20px;
    display: flex;
    position: sticky;
    inset: 0% 0% auto;
  }

  .nav-bot {
    padding-left: 40px;
  }

  .nav-logo {
    display: none;
  }

  .hamburger-2 {
    cursor: pointer;
    width: 40px;
  }

  .grid-wrapper-copy {
    grid-template-columns: minmax(5vw, .5fr) minmax(auto, 858px) minmax(5vw, 1.75fr) 1fr;
  }

  .grid-wrapper-copy.project-discovery-grid {
    grid-template-columns: minmax(auto, 858px) minmax(5vw, 1.75fr) 1fr;
  }

  .background-video-2 {
    margin-left: 38px;
  }

  .div-2 {
    display: none;
    overflow: visible;
  }

  .image-overlay-copy {
    background-color: #0d0d0d6e;
  }

  .section-7 {
    top: 1331.67px;
    left: 329px;
    right: 38px;
  }

  .tripple-grid-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: row;
    grid-template: "Area-4 . . Area-3" .75fr
                   "Area Area-2 . ."
                   / 1.5fr .5fr;
    grid-auto-rows: .25fr;
    grid-auto-columns: minmax(0, 1.5fr);
    justify-content: space-between;
    margin-top: 34px;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 43px;
    display: grid;
  }

  .tripple-grid-copy-copy {
    grid-column-gap: 1px;
    grid-row-gap: 36px;
    flex-direction: column;
    grid-template: ". . . Area-3" .25fr
                   "Area Area-2 . ."
                   / 1fr .5fr;
    grid-auto-rows: .25fr;
    grid-auto-columns: minmax(0, 1.5fr);
    margin-bottom: 0;
    padding-bottom: 30px;
    display: flex;
  }

  .clip-3 {
    justify-content: flex-end;
    width: 100%;
    margin-top: -78px;
    margin-bottom: -4px;
    padding-bottom: 11px;
  }

  .clip-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -11px;
    margin-bottom: 0;
    padding-bottom: 11px;
  }

  .clip-6 {
    justify-content: flex-start;
    width: 100%;
    margin-top: -11px;
    margin-bottom: -4px;
    padding-bottom: 11px;
  }

  .div-4 {
    display: none;
  }

  .div-block-10 {
    width: 150%;
  }

  .clip-8 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -11px;
    margin-bottom: -4px;
    padding-bottom: 11px;
  }

  .div-block-4-copy-copy {
    margin-top: -123px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .tripple-grid-copy {
    grid-column-gap: 1px;
    grid-row-gap: 36px;
    flex-direction: row;
    grid-template: ". . . Area-3" .25fr
                   "Area Area-2 . ."
                   / 1fr .5fr;
    grid-auto-rows: .25fr;
    grid-auto-columns: minmax(0, 1.5fr);
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 30px;
    display: flex;
  }

  .clip-4-copy {
    justify-content: flex-start;
    width: 100%;
    margin-top: 17px;
    margin-bottom: -4px;
    margin-left: 0;
    padding-bottom: 11px;
  }

  .clip-copy-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: -11px;
    margin-bottom: -4px;
    padding-bottom: 11px;
    padding-right: 0;
    display: flex;
  }

  .heading-xlarge {
    color: #fff;
    text-align: center;
    border-bottom: 1px #fff;
    margin-top: 10px;
    font-size: 2rem;
  }

  .page-wrapper-2 {
    color: #333;
    background-color: #302d2800;
  }

  .product-header4_product-details {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .product-header4_tab-link.w--current {
    border-bottom-color: #fff;
  }

  .product-header5_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-header5_component {
    padding-bottom: 0;
  }

  .text-size-large {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    font-family: Avenir, Verdana, sans-serif;
  }

  .grid-4 {
    color: #fff;
    border: 2px solid #fff;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  .layout2col-even {
    grid-column-gap: 3rem;
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-xsmall {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .product-header4_tabs-menu {
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
  }

  .section-product-details {
    padding-bottom: 20px;
  }

  .product-header5_layout-copy {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .div-block-11 {
    padding-right: 353px;
  }

  .button-copy.white-outline {
    width: auto;
  }

  .collection-list-wrapper-6 {
    position: relative;
    top: 0;
  }

  .compare-price {
    color: var(--pin-stripe);
  }

  .product-sidebar {
    grid-row-gap: 27px;
    grid-template-areas: ".";
    max-width: 500px;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .label-text-2 {
    border-left-color: var(--pin-stripe);
    color: var(--pin-stripe);
  }

  .label-text-2.discount {
    color: #fc2402;
    -webkit-text-stroke-color: #fd2605;
  }

  .product-top {
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "Area-2"
                         "Area-3"
                         "Area"
                         "Area-4";
  }

  .collection-item {
    margin-bottom: 0;
    padding-top: 0;
  }

  .collection-item:first-child {
    min-width: 50%;
  }

  .collection-item:last-child {
    padding-right: 6px;
  }

  .width-small {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .tab-list {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--body-display);
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) .75fr minmax(5vw, 1fr);
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .body-display-2.small {
    color: var(--black);
    flex-flow: row;
    font-weight: 400;
    display: flex;
  }

  .product-page-title {
    color: var(--dark);
    -webkit-text-stroke-color: var(--dark);
    font-weight: 800;
  }

  .product-details {
    grid-template-rows: auto;
  }

  .hover-cover {
    display: none;
  }

  .tab-bottom-content {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template: ". Area-2"
                   ". Area"
                   ". Area-3"
                   / .25fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .tab-item {
    display: block;
  }

  .product-gallery {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .product-wrapper {
    grid-row-gap: 0px;
    flex: 0 auto;
    order: -1;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: space-between;
    align-self: flex-start;
    height: 100%;
    max-height: 150%;
    display: flex;
  }

  .product-left {
    overflow: auto;
  }

  .rich-text-block-2 {
    text-align: center;
  }

  .text-block-15 {
    display: block;
    position: static;
  }

  .text-block-16 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .text-block-17, .text-block-18 {
    font-weight: 700;
  }

  .tab-bottom-content-copy {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template: ". Area-2"
                   ". Area"
                   ". Area-3"
                   / 4.75fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .text-block-19, .text-block-20 {
    color: var(--pin-stripe);
  }

  .product-page-title-copy {
    color: var(--pin-stripe);
    -webkit-text-stroke-color: var(--dark);
    font-weight: 800;
  }

  .body-display-2-copy.small {
    color: var(--black);
    flex-flow: row;
    font-weight: 700;
    display: flex;
  }

  .stacked-description-copy {
    grid-column-gap: 0px;
    grid-template-columns: repeat(auto-fit, 149px) 200px;
    grid-template-areas: ". Area";
  }

  .stacked-description-copy.horizontal {
    grid-template-columns: auto;
    display: none;
  }

  .project-description-copy {
    padding: 36px 10px;
  }

  .project-description-wrapper-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .service-menu-list-copy.white {
    grid-template-columns: 102%;
  }

  .tripple-grid-copy, .tripple-grid-copy2 {
    grid-column-gap: 1px;
    grid-row-gap: 36px;
    flex-direction: row;
    grid-template: ". . . Area-3" .25fr
                   "Area Area-2 . ."
                   / 1fr .5fr;
    grid-auto-rows: .25fr;
    grid-auto-columns: minmax(0, 1.5fr);
    justify-content: space-between;
    margin-top: 37px;
    margin-bottom: 0;
    padding-bottom: 30px;
    display: flex;
  }

  .menu-list-item-copy2.white, .menu-list-item-copy3.white {
    grid-template-columns: auto 19%;
  }

  .clip-copy {
    justify-content: flex-start;
    width: 100%;
    margin-top: -11px;
    margin-bottom: -4px;
    padding-bottom: 11px;
  }

  .banner-wrapper-copy {
    background-color: #0000;
  }

  .stacked-description-copy2 {
    grid-template-columns: 91%;
  }

  .stacked-description-copy2.horizontal {
    grid-template-columns: auto;
    display: none;
  }

  .grid-wrapper-copy2 {
    grid-template: ". Area-7" 299px
                   ". Area-8"
                   "Area Area-6" 66px
                   ". Area-3" 138px
                   ". Area-2" 108px
                   "Area-4 Area-5"
                   / minmax(5vw, .5fr) minmax(auto, 858px) minmax(5vw, 1.75fr);
    margin-top: -132px;
  }

  .youtube {
    opacity: 0;
    background-image: none;
    overflow: hidden;
  }

  .sticky-services-menu-copy {
    position: relative;
    top: 0;
  }

  .sticky-services-menu-copy.extra-top-margin {
    top: 0;
  }

  .xxl-heading-copy {
    font-size: 64px;
  }

  .xxl-heading-copy.one {
    text-align: right;
  }

  .xxl-heading-copy.two {
    justify-content: flex-end;
    align-items: center;
    line-height: .5em;
  }

  .xxl-heading-copy-copy {
    font-size: 64px;
  }

  .xxl-heading-copy-copy.one {
    text-align: left;
  }

  .xxl-heading-copy-copy.two {
    justify-content: flex-end;
    align-items: center;
    line-height: .5em;
  }

  .clip-copy-copy-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: -11px;
    margin-bottom: -4px;
    margin-right: 0;
    padding-bottom: 11px;
    padding-right: 0;
    display: flex;
  }

  .hero-background-image-copy {
    background-image: url('../images/63d1f940f89ecdc8fd88ad04_showroom_metaverso28.webp');
    background-position: 50%;
    background-size: cover;
  }

  .hero-background-image-copy.services-background {
    background-image: url('../images/3d-meeting-in-showroom.webp');
    background-position: 15%;
  }

  .tripple-grid-copy2-copy {
    grid-column-gap: 1px;
    grid-row-gap: 36px;
    flex-flow: column;
    grid-template: ". . . Area-3" .25fr
                   "Area Area-2 . ."
                   / 1fr .5fr;
    grid-auto-rows: .25fr;
    grid-auto-columns: minmax(0, 1.5fr);
    justify-content: space-between;
    margin-top: 37px;
    margin-bottom: 0;
    padding-bottom: 30px;
    display: flex;
  }

  .heading-28 {
    padding-top: 24px;
  }

  .hero-stack {
    background-color: var(--body-display);
    color: var(--pin-stripe);
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .margin-bottom-24px {
    color: var(--pin-stripe);
    text-align: justify;
    margin-bottom: 30px;
  }

  .heading-29 {
    margin-bottom: 30px;
  }

  .button-copy.white-outline {
    align-self: flex-start;
    width: auto;
  }

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

  .cloneable-container-default.center.bg-transparent {
    padding-top: 0;
  }

  .mg-bottom-8px {
    color: #fff;
    text-align: center;
    font-size: 32px;
  }

  .flex-horizontal.end.tablet-vertical {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .card-author---brix.right {
    align-self: stretch;
    min-width: auto;
    margin-top: -58px;
    margin-bottom: 0;
  }

  .footer-2 {
    background-color: #fff0;
  }

  .author-image-square---brix.float-image {
    background-color: #fff;
    background-image: none;
    width: 100%;
    min-height: 500px;
    position: static;
  }

  .right-content-v2---brix {
    max-width: none;
  }

  .collection-list-wrapper-8 {
    display: none;
  }

  .mg-bottom-32ps-copy {
    font-size: 22px;
    font-weight: 700;
  }

  .button-9 {
    text-align: center;
    background-color: #1e1e3f;
    border-radius: 11px;
    font-weight: 700;
  }

  .button-9-copy {
    text-align: center;
    background-color: #1e1e3f;
    border-radius: 9px;
    font-weight: 700;
  }

  .body-2 {
    background-color: #478d34;
  }

  .card-author---brix-copy.right {
    min-width: auto;
    margin-top: -58px;
    margin-bottom: 0;
  }

  .mg-bottom-32ps-tiulo {
    color: #fff;
    text-align: center;
    font-size: 22px;
  }

  .age-verif-parent {
    display: flex;
  }

  .age-popup {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-30 {
    color: var(--pin-stripe);
    text-align: center;
    background-color: #478d35;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-10 {
    text-align: center;
    background-color: #1e1e3f;
    border-radius: 11px;
    font-weight: 700;
  }

  .collection-list-wrapper-9 {
    display: none;
  }

  .heading-31 {
    color: #f3f6fc;
    text-align: center;
    background-color: #478d35;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mg-bottom-32ps-tiulo-2 {
    color: #fff;
    text-align: center;
    font-size: 22px;
  }

  .button-11 {
    text-align: center;
    background-color: #1e1e3f;
    border-radius: 11px;
    font-weight: 700;
  }

  .collection-list-wrapper-10 {
    display: none;
  }

  .heading-32 {
    color: #f3f6fc;
    text-align: center;
    background-color: #2d255a;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .age-verif-parent-2 {
    background-color: #191712fc;
    display: flex;
  }

  .code-embed {
    height: 900px;
    position: static;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-9, .container-10 {
    max-width: 728px;
  }

  .app-main-layout {
    min-height: 0;
  }

  .hero-cloneable {
    min-height: 35rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .headline-hero_light {
    font-size: 4rem;
  }

  .headline-hero_light.text-style-allcaps {
    margin-bottom: 0;
    padding-bottom: 1rem;
    font-size: 9rem;
  }

  .hero-image_wrapper {
    height: 100%;
  }

  .section-footer {
    padding: 3rem 2.5rem;
  }

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

  .user-wrap.small-gap {
    grid-column-gap: 15px;
  }

  .user-wrap.res-hide, .user-info.res-hide {
    display: none;
  }

  .logo-link {
    margin-top: 25px;
  }

  .nav-separator {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .nav-link-3 {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-3.w--current {
    color: var(--dark);
  }

  .navigation {
    border-bottom: 1px solid #d9d9d9;
    height: 70px;
    top: 70px;
  }

  .navigation-right {
    background-color: #fff;
  }

  .scroll-animation {
    grid-column-gap: 20px;
    color: #686868;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
  }

  .group-hero {
    grid-column-gap: 20px;
  }

  .scroll {
    max-width: 94vw;
    padding-bottom: 15px;
    overflow: auto;
  }

  .scroll.small-m {
    margin-bottom: 20px;
  }

  .group-row {
    width: 1150px;
  }

  .nav-shadow {
    z-index: 9999;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #00000030;
    display: none;
    position: fixed;
    inset: 70px 0% 0%;
  }

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

  .nav-link-4 {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-4.w--current {
    color: var(--dark);
  }

  .nav-link-4-copy {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-4-copy.w--current {
    color: var(--dark);
  }

  .container-12 {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .code-embed-6 {
    bottom: 20%;
  }

  .tab-link-tab-3-2 {
    background-color: #ddd0;
  }

  .tab-link-tab-3-2.w--current {
    background-color: #fff0;
    border-bottom: 2px solid #fff;
  }

  .text-block-29 {
    color: #fff;
    font-family: Avenir, Verdana, sans-serif;
    font-weight: 900;
  }

  .div-block-19 {
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-36 {
    opacity: .7;
    filter: grayscale();
    margin: 10px;
  }

  .body-7 {
    background-color: #fff0;
  }

  .grid-4-copy {
    color: #fff;
    border: 2px solid #fff;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  .page-wrapper-2-copy {
    color: #333;
    background-color: #302d2800;
  }

  .padding-vertical-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .product-header5_layout-copy-copy, .product-header5_layout-copy-copy-copy {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header5_component-copy {
    padding-bottom: 0;
  }

  .product-header4_product-details-copy {
    max-height: none;
    margin-top: 558px;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .section-product-details-copy {
    padding-bottom: 20px;
  }

  .heading-xlarge-copy {
    color: #fff;
    text-align: center;
    border-bottom: 1px #fff;
    margin-top: 10px;
    font-size: 2rem;
  }

  .product-header4_product-details-copy-copy {
    max-height: none;
    margin-top: 558px;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .product-header5_layout-copy-copy {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header4_product-details-copy {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .margin-bottom-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-large-copy {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    font-family: Avenir, Verdana, sans-serif;
  }

  .margin-bottom-copy-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

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

  blockquote {
    padding-left: 18px;
    padding-right: 12px;
  }

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

  .section.no-verticle-padding {
    margin-top: 0;
  }

  .section.no-bottom-padding.clip {
    display: block;
  }

  .section.clip {
    padding-left: 3vw;
  }

  .background-image.testimonial-002 {
    background-size: 250px;
  }

  .background-image.testimonial-003 {
    background-size: 199px;
  }

  .background-image.testimonial-004 {
    background-size: 250px;
  }

  .navbar {
    width: auto;
    margin-top: 0;
  }

  .wrapper {
    max-width: none;
  }

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .nav-link {
    border-bottom: 1px solid var(--pin-stripe);
    justify-content: flex-start;
    width: auto;
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link.bottom {
    border-bottom-style: none;
    margin-right: 0;
  }

  .left-navbar {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .menu-wrapper, .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .hero-content-wrapper {
    margin-top: 60px;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .xxl-heading.one {
    font-size: 38px;
  }

  .xxl-heading.two {
    padding-right: 2px;
    font-size: 22px;
  }

  .clip {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .banner-wrapper {
    margin-right: 24px;
  }

  .banner-content {
    align-items: center;
  }

  .banner-intro {
    place-content: center;
    justify-items: center;
  }

  .large-heading {
    font-size: 28px;
    font-weight: 700;
  }

  .body-display {
    width: 100%;
    height: auto;
  }

  .body-display.white {
    width: 100%;
  }

  .project-item {
    grid-template-areas: "Area";
    width: 100%;
    height: auto;
  }

  .button {
    height: auto;
  }

  .button.white-outline {
    width: auto;
    margin-right: 10px;
  }

  .testimonial-arrow {
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1f;
    width: 50%;
    height: 60px;
    margin-left: 0;
    top: 0%;
  }

  .testimonial-arrow.right-arrow {
    border-right-style: none;
    left: auto;
    right: 0;
  }

  .testimonial-content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .testimonial-column {
    min-height: auto;
  }

  .testimonial-column.testimonial-description {
    border-top: 1px solid #ffffff1f;
  }

  .testimonial-column.testimonial-image {
    min-height: 400px;
  }

  .rotate-text.no-rotate-on-mobile {
    transform: none;
  }

  .stacked-description {
    grid-template-columns: 188%;
    padding-right: 0;
  }

  .stacked-description.horizontal {
    width: 220%;
    padding-top: 0;
    display: block;
  }

  .credits-wrapper {
    grid-column-gap: 10px;
    flex: 1;
    grid-template-columns: 70px 70px 70px 70px;
    justify-content: space-between;
    padding: 36px;
  }

  .card-hover-item {
    border-right: 1px solid var(--body-display);
    border-left: 1px solid var(--body-display);
    grid-template-columns: 1.5fr;
    margin-left: 15px;
    margin-right: 0;
    left: -14px;
  }

  .subtitle-wrapper {
    margin-bottom: 0;
  }

  .subtitle-wrapper.clip {
    justify-content: center;
  }

  .tripple-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template: "Area-3 Area-4" .5fr
                   "Area Area-2"
                   / 1.25fr;
    grid-auto-rows: .25fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-bottom: 136px;
    padding-top: 31px;
    padding-bottom: 30px;
    display: flex;
  }

  .intro-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area Area-2"
                   ". ."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-right: 47px;
    display: flex;
  }

  .services-grid {
    border-style: none;
    grid-template-columns: auto auto;
    grid-template-areas: "Area-6 Area-5"
                         "Area Area-2"
                         "Area-4 Area-3";
    grid-auto-columns: minmax(100px, .5fr);
    margin-top: 33px;
    margin-left: 14px;
    margin-right: 29px;
  }

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

  .services-grid.top-border {
    grid-row-gap: 0px;
  }

  .heading {
    width: 150%;
    font-size: 25px;
  }

  .hover-link-wrapper {
    margin-bottom: 0;
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper, .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .large-menu-wrapper {
    grid-template: "Area-5 Area-3" 65px
                   ". Area-4"
                   "Area-2 Area"
                   / .75fr 1fr;
  }

  .collection-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .categories-grid {
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
  }

  .projects-search-wrapper {
    height: 65px;
    display: block;
  }

  .search-wrapper, .mega-menu {
    display: none;
  }

  .collection-list {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .collection-list.two-columns {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .team-collection-item {
    flex-direction: row;
    min-height: 500px;
    display: flex;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-collection-item.two-column-item:nth-child(2n) {
    margin-top: 0%;
    margin-bottom: 0%;
  }

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

  .collection-list-item:nth-child(2n) {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

  .navigation-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(0, .25fr) .25fr .25fr;
    grid-template-areas: "Area";
    grid-auto-flow: column;
    align-content: stretch;
    place-items: center;
    width: 100%;
    margin-left: -20px;
    padding-left: 33px;
  }

  .banner-items {
    height: 80px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item, .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .rich-text {
    justify-content: center;
    align-items: center;
  }

  .right-grid-intro {
    margin-bottom: 24px;
  }

  .grid-wrapper {
    grid-row-gap: 36px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(5vw, .5fr) repeat(auto-fit, minmax(auto, 500px)) minmax(5vw, 1.75fr);
    grid-template-areas: ". Area-7"
                         ". Area-8"
                         "Area Area-6"
                         ". Area-3"
                         ". ."
                         "Area-4 Area-5";
    margin-top: -142px;
  }

  .grid-wrapper.project-discovery-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: minmax(5vw, 1fr);
    grid-auto-rows: .5fr;
    grid-auto-flow: row;
    width: auto;
    position: relative;
  }

  .grid-wrapper.two-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .feature-card-description {
    grid-template-columns: .5fr;
    grid-auto-columns: .5fr;
    grid-auto-flow: row;
    width: auto;
  }

  .footer-wrapper {
    grid-template-columns: 1fr 50%;
    grid-template-areas: ". ."
                         ". Area-2"
                         "Area-4 Area-3"
                         "Area Area-5";
    grid-auto-rows: minmax(36px, auto);
  }

  .hero-background-image {
    background-size: cover;
  }

  .project-detail-items {
    grid-template-columns: 1fr 1fr;
  }

  .project-gallery-wrapper {
    width: auto;
    position: relative;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    grid-template-columns: 60px 1fr;
    width: 66.66%;
    max-width: 66.66%;
  }

  .fly-out-button.on-click {
    width: 100%;
    max-width: 100%;
  }

  .fly-out-button.off-click {
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: space-around;
    margin-top: 0;
    display: flex;
  }

  .project-description {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .project-features.dark {
    margin-left: 0;
  }

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .projects-lottie-wrapper {
    flex: 0 auto;
  }

  .news-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .news-list-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .results-help-wrapper {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
    margin-left: 300px;
  }

  .gallery-heading {
    padding-left: 18px;
  }

  .field-wrapper {
    grid-template-columns: 1fr;
  }

  .fly-out-button-wrapper {
    justify-content: space-around;
    width: 100%;
    padding-left: 0;
  }

  .services-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .services-info {
    grid-template-columns: 1fr;
  }

  .project-gallery-image-wrapper {
    grid-row-gap: 36px;
  }

  .project-gallery-image:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-collection-item {
    border-bottom: 1px solid var(--dark-outline);
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid var(--dark-outline);
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .hero-button-wrapper {
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .feature-card-info {
    grid-template-areas: "Area";
    width: auto;
  }

  .page-info {
    height: auto;
  }

  .sticky-section {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .page-hero {
    min-height: 550px;
  }

  ._404-hero {
    min-height: 450px;
  }

  .category-link {
    min-height: 80px;
  }

  .banner-categories {
    margin-left: 0;
    margin-right: 25px;
  }

  .anchor-link {
    border-bottom: 1px solid var(--dark-outline);
    min-height: 80px;
  }

  .anchor-link.bottom {
    border-bottom-style: none;
  }

  .banner-items-wrapper {
    height: 80px;
  }

  .footer-section {
    padding-bottom: 72px;
  }

  .nav-link-hover-button {
    width: auto;
  }

  .bold-text {
    width: 100%;
  }

  .slider {
    height: 260px;
  }

  .heading-3 {
    width: 100%;
    height: auto;
    font-size: 25px;
  }

  .heading-4, .heading-5 {
    width: 150%;
    font-size: 25px;
  }

  .bold-text-4 {
    width: 100%;
    font-size: 28px;
  }

  .div-block-3 {
    margin-top: 0;
  }

  .featured-project-column {
    margin-top: -69px;
  }

  .hero-bottom-feature {
    width: 100%;
    margin-top: -69px;
  }

  .hero-feature-card {
    padding: 24px;
  }

  .subtitle-2.white {
    padding-left: 29px;
  }

  .nav-link-2 {
    border-bottom: 1px solid #f3f6fc;
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .p---l {
    margin-left: 0;
  }

  .form-block-2 {
    margin-right: 0;
  }

  .round-checkbox {
    margin-top: 12px;
  }

  .content-wrap {
    padding-right: 0;
  }

  .heading-10.l.margin-bottom {
    width: 100%;
    margin-left: 0;
  }

  .field-label-2.white {
    font-size: 15px;
  }

  .flex {
    align-items: flex-end;
  }

  .text-field-2.square {
    margin-top: 11px;
    padding-top: 0;
  }

  .dollar {
    margin-bottom: 0;
    line-height: 60px;
  }

  .total-field.margin-top-16 {
    align-self: stretch;
    height: 60px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 6px;
    line-height: 60px;
  }

  .switch-checkbox.bottom-margin-16 {
    margin-top: 13px;
    margin-bottom: 11px;
  }

  .scroll-base {
    position: relative;
  }

  .content-wrap-2 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .scroll-container {
    padding-top: 214px;
  }

  .img-block {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .img-block.anima-1 {
    width: 90%;
    max-width: 90%;
    margin-left: -81px;
    padding-top: 0;
  }

  .img-block.anima-3 {
    width: 60%;
    margin-left: -193px;
  }

  .img-block.anima-2 {
    flex-direction: row;
    justify-content: center;
    width: 60%;
    margin-left: -146px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 110vh;
    margin-left: 0;
  }

  .scroll-line-wrap {
    z-index: 1;
    margin-bottom: -3px;
    bottom: 50%;
  }

  .text-block-2 {
    margin-left: -56px;
    padding-top: 140px;
    padding-left: 0;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scroll-wrap {
    margin-top: -162px;
  }

  .dot-block {
    order: 2;
    align-self: center;
    min-height: 10vh;
  }

  .step-scroll {
    margin-left: 36px;
  }

  .step {
    background-color: #0000;
    justify-content: center;
    padding: 8%;
  }

  .dot {
    z-index: 99;
    position: static;
  }

  .paragraph {
    width: 100%;
    font-size: 16px;
  }

  .bold-text-6, .paragraph-2 {
    font-size: 16px;
    line-height: 1.2em;
  }

  .product-details-wrap-2 {
    width: 90%;
  }

  .section-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .slider-2 {
    height: 500px;
  }

  .superscript-2 {
    font-weight: 400;
  }

  .wrapper-2 {
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sign-in__wrap.responsive {
    margin-top: 0;
    display: block;
  }

  .heading-wrap {
    display: none;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap-bot {
    width: 100%;
  }

  .ms-form-heading {
    font-size: 24px;
  }

  .card-bot, .card-top {
    padding: 20px;
  }

  .cards-wrap {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .switch-wrap {
    margin-bottom: 40px;
    margin-left: -232px;
  }

  .heading-15 {
    margin-left: 1px;
    padding-right: 12px;
  }

  .top-links_wrap {
    grid-column-gap: 40px;
    align-items: center;
    display: flex;
  }

  .top-links {
    justify-content: space-between;
  }

  .cards-wrap-2 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .content-mid {
    grid-row-gap: 40px;
  }

  .content-top {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .content-bot {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .grid-wrapper-copy {
    grid-row-gap: 36px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: ". Area-7"
                         ". Area-8"
                         "Area Area-6"
                         ". Area-3"
                         ". ."
                         "Area-4 Area-5";
    margin-top: -115px;
  }

  .grid-wrapper-copy.project-discovery-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: minmax(5vw, 1fr);
    grid-auto-rows: .5fr;
    grid-auto-flow: row;
    width: auto;
    position: relative;
  }

  .card-hover-item-copy {
    border-right: 1px solid var(--body-display);
    border-left: 1px solid var(--body-display);
    grid-template-columns: 1.5fr;
    margin-left: 0;
    margin-right: 0;
    left: 0;
  }

  .image-overlay-copy {
    background-color: #0d0d0d00;
  }

  .section-7 {
    top: 1174.67px;
    left: 112px;
    right: 28px;
  }

  .tripple-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template: "Area-3 Area-4" .5fr
                   "Area Area-2"
                   / 1.25fr;
    grid-auto-rows: .25fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-top: 14px;
    margin-bottom: 194px;
    padding-top: 31px;
    padding-bottom: 30px;
    display: grid;
  }

  .tripple-grid-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template: "Area-3 Area-4" .5fr
                   "Area Area-2"
                   / 1.25fr;
    grid-auto-rows: .25fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-bottom: 136px;
    padding-top: 31px;
    padding-bottom: 30px;
    display: block;
  }

  .clip-3 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: -9px;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .clip-5 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -9px;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .clip-6 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: -9px;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .clip-8 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .service-examples-wrapper-copy {
    grid-template: "Area"
                   "Area-2"
                   "Area-5"
                   "Area-6"
                   / 6.5fr;
    grid-auto-flow: row;
  }

  .div-block-4-copy-copy {
    margin-top: 0;
  }

  .clip-4-copy {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: -4px;
    padding-top: 24px;
    padding-bottom: 0;
    padding-right: 28px;
  }

  .clip-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 66px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 74px;
    display: flex;
  }

  .subscript, .bold-text-2 {
    color: #fff;
  }

  .heading-xlarge {
    color: #fff;
    text-align: center;
    border-bottom-style: none;
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1;
  }

  .text-span-2 {
    float: right;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fa7600;
    text-align: left;
    background-color: #fff;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 0;
    display: inline;
  }

  .page-wrapper-2 {
    color: #33333391;
    background-color: #302d2800;
  }

  .product-header4_product-details {
    border-bottom: 1px #000;
    justify-content: center;
    align-items: center;
    margin-top: -14px;
    display: flex;
  }

  .button-secondary.is-buy-now-button {
    color: #fff;
    border-color: #fff;
  }

  .button-secondary.is-buy-now-button:hover {
    color: #000;
    background-color: #fff;
  }

  .text-size-small {
    color: #fff;
    flex: 0 auto;
  }

  .product-header5_main-image-wrapper {
    background-color: #fffcfc;
    border-radius: 0 0 10px 10px;
    padding-top: 45%;
    padding-bottom: 56px;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .product-header5_gallery {
    grid-template-columns: 1fr;
  }

  .product-header4_default-state.margin-vertical.margin-huge {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    color: #7d3b00;
    grid-auto-flow: row;
    margin-top: 10px;
  }

  .product-header4_tab-link.w--current {
    border: 0 solid #fff;
    border-bottom-width: 4px;
  }

  .product-header5_layout {
    grid-column-gap: 5rem;
    grid-row-gap: .8rem;
    grid-template-columns: repeat(auto-fit, 106%);
    margin-left: -30px;
  }

  .footer1_legal-link {
    color: #fa7600;
  }

  .main-image {
    border-radius: 10px;
    max-width: 60%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
    padding-top: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-header5_main-image {
    object-fit: contain;
    border-radius: 0 0 10px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .product-header5_component {
    padding-bottom: 0;
  }

  .text-size-large {
    text-transform: uppercase;
    font-family: Avenir, Verdana, sans-serif;
    font-size: 1.125rem;
    font-weight: 900;
  }

  .text-size-large.text-color-grey {
    color: #ffffff73;
    padding-left: 0;
    line-height: 1em;
  }

  .grid-4 {
    border: 2px solid #fff;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-padding-bottom.background-color-black {
    background-color: #fff;
  }

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

  .bold-text-13 {
    border-bottom: 1px solid #fff;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .footer1_bottom-wrapper {
    background-color: #0000;
    flex-flow: row;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .layout2col-even {
    grid-row-gap: 1.3rem;
    grid-template-columns: 1fr;
  }

  .text-size-tiny {
    color: #fff;
  }

  .footer1_credit-text {
    color: #fa7600;
    margin-top: 1.5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-block {
    border-top: 0 solid #fff;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    outline-offset: 0px;
    outline: 3px #333;
    height: 100px;
    margin-top: 1rem;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-span-3 {
    border-bottom: 2px #e7e7e7;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    font-size: 1.5rem;
    display: flex;
  }

  .heading-xsmall {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 300;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    color: #fff;
    padding-top: 0;
  }

  .container-large {
    display: block;
  }

  .product-header4_tabs-menu {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .image-22 {
    border-radius: 20px;
    margin-right: 8px;
    padding-left: 0;
  }

  .lightbox-link {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 0;
    display: flex;
  }

  .button-8 {
    color: #fa7600;
    text-align: center;
    background-color: #fff;
  }

  .image-23 {
    filter: contrast(0%) invert();
    outline-offset: 0px;
    border: 2px solid #000;
    border-radius: 6px;
    outline: 2px #333;
    display: inline-block;
    overflow: visible;
  }

  .spline-scene {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 43px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .paragraph-16 {
    padding-top: 10px;
    font-family: Inter, sans-serif;
    font-weight: 200;
  }

  .paragraph-17 {
    border-bottom: 1px solid #fffefe;
  }

  .image-luz {
    filter: contrast(0%) invert();
    padding-bottom: 5px;
    padding-left: 5px;
    display: inline-block;
    overflow: visible;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-11 {
    color: #ffffff7d;
  }

  .slider-background {
    background-image: linear-gradient(#0000001a 46%, #0009), url('../images/5600kCaptura-de-pantalla-2024-03-14-101629_1.webp');
    background-position: 0 0, 50%;
    flex: 1;
    left: 0%;
  }

  .slider-background.background-03 {
    background-image: linear-gradient(#0000001a 62%, #0009), url('../images/2700kCaptura-de-pantalla-2024-03-14-101629_1.webp');
  }

  .slider-background.background-02 {
    background-image: linear-gradient(#0000001a 46%, #0009), url('../images/3000kCaptura-de-pantalla-2024-03-14-101629_1.webp');
  }

  .slider-background.background-04 {
    background-image: linear-gradient(#0000001a 62%, #0009), url('../images/2400kCaptura-de-pantalla-2024-03-14-101629-2_1.webp');
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .content-section-copy {
    width: 100%;
    display: block;
  }

  .slider-heading {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 45px;
    line-height: 40px;
    display: block;
    position: relative;
    bottom: 200px;
  }

  .text-block-12 {
    color: #ffffff73;
  }

  .text-block-13 {
    color: #ffffff75;
  }

  .text-span-5 {
    font-size: 25px;
    font-weight: 300;
  }

  .bold-text-14 {
    letter-spacing: .5em;
    font-weight: 200;
    line-height: 25px;
  }

  .product-header5_layout-copy {
    grid-column-gap: 5rem;
    grid-row-gap: .8rem;
    grid-template-rows: 102px;
    grid-template-columns: 100%;
    margin-left: 0;
  }

  .div-block-11 {
    padding-right: 0;
  }

  .product-sidebar {
    padding-top: 36px;
  }

  .collection-item, .collection-item:first-child {
    min-width: 95%;
  }

  .stacked-description-copy {
    grid-template-columns: 50% 50%;
  }

  .stacked-description-copy.horizontal {
    width: 220%;
    padding-top: 0;
    display: block;
  }

  .project-description-copy {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .project-description-wrapper-copy {
    grid-template-columns: 100%;
  }

  .tripple-grid-copy, .tripple-grid-copy2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template: "Area-3 Area-4" .5fr
                   "Area Area-2"
                   / 1.25fr;
    grid-auto-rows: .25fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-bottom: 136px;
    padding-top: 31px;
    padding-bottom: 30px;
    display: flex;
  }

  .menu-list-item-copy2 {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item-copy2.discovery-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item-copy3 {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item-copy3.discovery-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .clip-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .banner-wrapper-copy {
    margin-right: 24px;
  }

  .stacked-description-copy2 {
    grid-template-columns: 63%;
    padding-right: 50px;
  }

  .stacked-description-copy2.horizontal {
    width: 220%;
    padding-top: 0;
    display: block;
  }

  .grid-wrapper-copy2 {
    grid-row-gap: 36px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: ". Area-7"
                         ". Area-8"
                         "Area Area-6"
                         ". Area-3"
                         ". ."
                         "Area-4 Area-5";
    margin-top: -115px;
  }

  .grid-wrapper-copy2.project-discovery-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: minmax(5vw, 1fr);
    grid-auto-rows: .5fr;
    grid-auto-flow: row;
    width: auto;
    position: relative;
  }

  .grid-wrapper-copy2.two-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .xxl-heading-copy {
    font-size: 54px;
  }

  .xxl-heading-copy.one {
    font-size: 38px;
  }

  .xxl-heading-copy.two {
    padding-right: 2px;
    font-size: 22px;
  }

  .xxl-heading-copy-copy {
    font-size: 54px;
  }

  .xxl-heading-copy-copy.one {
    text-align: left;
    font-size: 38px;
  }

  .xxl-heading-copy-copy.two {
    padding-right: 2px;
    font-size: 22px;
  }

  .clip-copy-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 66px;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 74px;
    display: flex;
  }

  .hero-background-image-copy {
    background-size: cover;
  }

  .tripple-grid-copy2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template: "Area-3 Area-4" .5fr
                   "Area Area-2"
                   / 1.25fr;
    grid-auto-rows: .25fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-bottom: 136px;
    padding-top: 31px;
    padding-bottom: 30px;
    display: flex;
  }

  .hero-stack {
    background-color: var(--body-display);
    padding: 60px 15px 0;
  }

  .heading-29 {
    color: #fff;
  }

  .button-copy {
    height: auto;
  }

  .button-copy.white-outline {
    width: auto;
    margin-right: 10px;
  }

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

  .button-primary-2 {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-newsletter {
    width: 100%;
    padding-left: 0;
  }

  .author-image-square---brix.float-image {
    min-height: 402px;
  }

  .right-content-v2---brix {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lightbox-gallery {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .hero-gallery {
    padding: 60px 15px;
  }

  .product-header5_main-image-copy {
    object-fit: contain;
    border-radius: 0 0 10px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .navbar-component {
    width: 100%;
    height: auto;
    position: relative;
    inset: 0% 0% auto;
  }

  .nav_container {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: .5rem 1rem;
    display: flex;
  }

  .nav_logo-container {
    justify-content: center;
    align-items: flex-start;
  }

  .progressbar_nav, .progressbar_nav-bg {
    display: none;
  }

  .nav_menubutton {
    width: auto;
    padding: .25rem 1rem;
  }

  .nav_icon-menu {
    transform: rotate(90deg);
  }

  .nav_bottom-button {
    display: none;
  }

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

  .nav_siderbar-wrapper {
    flex-direction: row;
  }

  .nav_siderbar-menu {
    flex-direction: column;
    align-items: stretch;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .nav_sidebar-mobile-close-button {
    z-index: 9999;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    padding: .6rem;
    display: flex;
    position: absolute;
    inset: .6rem 1rem auto auto;
  }

  .nav_siderbar-header-wrapper {
    margin-top: 4rem;
  }

  .nav_siderbar-img {
    display: none;
  }

  .app-main-layout {
    min-height: 0;
  }

  .app-main-content {
    flex-direction: column;
    display: block;
  }

  .app-content-wrapper {
    max-width: 100%;
    height: auto;
    padding-left: 0;
  }

  .hero-cloneable {
    min-height: 25rem;
    padding-top: 2rem;
  }

  .label-logo-cloneable-3 {
    width: 170px;
  }

  .cloneable-label-4 {
    font-size: 17px;
  }

  .hero-headline_container {
    margin-top: 2.5rem;
  }

  .headline-hero_light {
    font-size: 3rem;
  }

  .headline-hero_light.text-style-allcaps {
    padding-bottom: 1rem;
    font-size: 8rem;
    line-height: 7rem;
  }

  .max-width-small {
    width: auto;
  }

  .nav-buttons-wrapper {
    margin-top: 10px;
  }

  .button-wrapper-2.clone {
    display: none;
  }

  .margin-right.visit-us {
    margin-right: 0;
  }

  .hero-bg-img_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

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

  .bold-text-17, .bold-text-17-copy {
    color: #fff;
  }

  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-link-3 {
    border-bottom: 1px solid var(--pin-stripe);
    justify-content: flex-start;
    width: auto;
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .button-12 {
    height: auto;
  }

  .scroll {
    max-width: 92vw;
  }

  .section-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-link-4 {
    border-bottom: 1px solid var(--pin-stripe);
    justify-content: flex-start;
    width: auto;
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .button-13 {
    height: auto;
  }

  .nav-link-4-copy {
    border-bottom: 1px solid var(--pin-stripe);
    justify-content: flex-start;
    width: auto;
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab-link-tab-3-2 {
    color: #fff0;
    background-color: #ddd0;
  }

  .tab-link-tab-3-2.w--current {
    background-color: #bbb8b800;
    border-bottom: 2px solid #fff;
  }

  .text-block-29 {
    text-transform: uppercase;
    font-family: Avenir, Verdana, sans-serif;
    font-size: 1.12rem;
    font-weight: 900;
  }

  .div-block-19 {
    outline-offset: 0px;
    border: 1px solid #f8f8f8;
    outline: 2px #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-36 {
    opacity: .7;
    filter: grayscale();
    padding: 10px;
  }

  .bold-text-18 {
    text-transform: uppercase;
  }

  .body-7 {
    background-color: #fff0;
  }

  .margin-bottom-copy.margin-small, .margin-bottom-copy.margin-small-copy {
    outline-offset: 0px;
    outline: 3px #333;
    height: 100px;
    margin-top: 1rem;
    display: flex;
  }

  .grid-4-copy {
    border: 2px solid #fff;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-wrapper-2-copy {
    color: #33333391;
    background-color: #302d2800;
  }

  .padding-vertical-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-copy.padding-xxlarge {
    color: #fff;
    padding-top: 0;
  }

  .product-header5_layout-copy-copy, .product-header5_layout-copy-copy-copy {
    grid-column-gap: 5rem;
    grid-row-gap: .8rem;
    grid-template-rows: 102px;
    grid-template-columns: 100%;
    margin-left: 0;
  }

  .product-header5_component-copy {
    padding-bottom: 0;
  }

  .container-large-copy {
    display: block;
  }

  .heading-xlarge-copy {
    color: #fff;
    text-align: center;
    border-bottom-style: none;
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1;
  }

  .product-header4_product-details-copy, .product-header4_product-details-copy-copy {
    border-bottom: 1px #000;
    justify-content: center;
    align-items: center;
    margin-top: -14px;
    display: flex;
  }

  .product-header5_layout-copy-copy {
    grid-column-gap: 5rem;
    grid-row-gap: .8rem;
    grid-template-rows: 102px;
    grid-template-columns: 100%;
    margin-left: 0;
  }

  .product-header4_product-details-copy {
    border-bottom: 1px #000;
    justify-content: center;
    align-items: center;
    margin-top: -14px;
    display: flex;
  }

  .margin-bottom-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-copy.margin-small {
    outline-offset: 0px;
    outline: 3px #333;
    height: 100px;
    margin-top: 1rem;
    display: flex;
  }

  .text-size-large-copy {
    text-transform: uppercase;
    font-family: Avenir, Verdana, sans-serif;
    font-size: 1.125rem;
    font-weight: 900;
  }

  .text-size-large-copy.text-color-grey {
    color: #ffffff73;
    padding-left: 0;
    line-height: 1em;
  }

  .product-header5_gallery-copy {
    grid-template-columns: 1fr;
  }

  .margin-bottom-copy-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-copy-copy.margin-small, .margin-bottom-copy-copy.margin-small-copy {
    outline-offset: 0px;
    outline: 3px #333;
    height: 100px;
    margin-top: 1rem;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 0;
    font-size: 16px;
  }

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

  .section.no-verticle-padding {
    margin-top: 0;
  }

  .section.no-verticle-padding.clip {
    margin-top: -10px;
  }

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

  .background-image.testimonial-003 {
    background-size: 150px;
  }

  .navbar {
    width: auto;
    height: 65px;
    margin-top: 0;
  }

  .wrapper {
    padding-top: 9px;
  }

  .wrapper.navbar-wrapper {
    padding-top: 0;
  }

  .hero-content-wrapper {
    text-align: left;
    margin-top: 18px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .xxl-heading.one {
    text-align: right;
    margin-right: 0;
    font-size: 22px;
  }

  .xxl-heading.two {
    text-align: center;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 18px;
    line-height: 1em;
  }

  .clip {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 9px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .banner-wrapper {
    margin-right: 17px;
  }

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .large-heading {
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1em;
  }

  .body-display {
    width: 100%;
  }

  .body-display.white {
    font-size: 10px;
  }

  .horizontal-line {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0;
  }

  .button {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button.white-outline {
    width: 500px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-arrow {
    margin-left: 0;
    font-size: 12px;
  }

  .testimonial-content {
    grid-template-areas: ". ."
                         "Area Area";
  }

  .testimonial-column.testimonial-description {
    border-top-style: none;
    padding-top: 36px;
  }

  .testimonial-column.testimonial-image {
    width: 100%;
    min-height: 350px;
  }

  .testimonial-column.testimonial-name {
    z-index: 1;
    background-color: #090b1959;
    border-top: 1px #ffffff1f;
    border-bottom: 1px #ffffff1f;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .stacked-description {
    grid-template-columns: 1fr;
  }

  .credits-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-hover-item {
    width: 100%;
    margin-left: 14px;
  }

  .icon {
    margin-bottom: 36px;
  }

  .subtitle-wrapper {
    margin-bottom: 0;
  }

  .subtitle {
    font-size: 9px;
  }

  .subtitle.white {
    font-size: 12px;
  }

  .tripple-grid {
    flex-direction: column;
    grid-template: ". Area-2 Area-3" .75fr
                   "Area . ."
                   / minmax(245px, 1.25fr) minmax(14px, .25fr) minmax(24px, .25fr);
    grid-auto-columns: .25fr;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 17px;
    margin-bottom: 0;
    margin-left: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tripple-grid.no-margin {
    grid-row-gap: 36px;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "." 1fr
                   "Area"
                   "Area-6" 0
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   / 1fr;
    grid-auto-columns: minmax(0, .25fr);
    grid-auto-flow: column;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 16px;
    display: grid;
  }

  .heading {
    width: 100%;
    height: auto;
  }

  .logos-headline {
    flex-direction: row;
    align-items: center;
  }

  .hover-link-wrapper {
    margin-bottom: 0;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .project-categories-wrapper {
    margin-left: 14px;
    position: relative;
  }

  .large-menu-wrapper {
    grid-template: "Area-5 Area-3"
                   "Area-6 Area-4"
                   "Area-2 Area"
                   "Area-7 ."
                   / 3.5fr;
    padding-top: 65px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .categories-grid {
    grid-template: "."
                   "Area"
                   "."
                   / 1fr;
    width: 100%;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .mega-category-list {
    display: block;
  }

  .mega-category-list.middle {
    margin-top: 106px;
  }

  .mega-menu {
    display: none;
  }

  .collection-list {
    grid-row-gap: 24px;
  }

  .team-collection-item {
    min-height: 350px;
  }

  .featured-news-list {
    width: 100%;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    display: flex;
  }

  .navigation-links {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   / minmax(0, .75fr) .25fr .25fr;
    margin-left: -9px;
    margin-right: 0;
    padding-left: 0;
  }

  .services-menu-wrapper.grey {
    height: auto;
  }

  .sticky-services-menu {
    grid-template-columns: 100%;
    grid-template-areas: "."
                         "Area";
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.white.small {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-list-item.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .service-menu-list.white {
    width: 90%;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .team-portrait-wrapper {
    min-height: 400px;
  }

  .rich-text {
    font-size: 12px;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .right-grid-intro {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .post-card-description {
    padding: 24px;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
    margin-top: 22px;
  }

  .grid-wrapper {
    grid-row-gap: 0px;
    grid-template-rows: minmax(14px, .25fr) auto auto minmax(auto, .25fr) 0;
    grid-template-columns: minmax(5vw, .5fr) repeat(auto-fit, minmax(auto, 270px)) minmax(5vw, 1.75fr);
    grid-template-areas: ". Area-7"
                         ". Area-8"
                         "Area Area-6"
                         ". Area-3"
                         ". Area-9"
                         "Area-4 Area-5";
    grid-auto-rows: .25fr;
    margin-top: 0;
  }

  .grid-wrapper.project-discovery-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .grid-wrapper.two-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 0 minmax(0, .25fr);
    grid-template-columns: minmax(auto, 2px) 76%;
    grid-auto-rows: .25fr;
    grid-auto-columns: minmax(0, .25fr);
  }

  .feature-card-description {
    grid-template-columns: 1.25fr;
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 36px;
    grid-template: "Area-6 Area-8" minmax(44px, auto)
                   "Area-7 Area-2" minmax(106px, auto)
                   "Area-4 Area-3" minmax(106px, auto)
                   "Area Area-5" minmax(36px, auto)
                   / minmax(136px, .25fr) 52%;
    grid-auto-columns: 1.5fr;
    margin-right: 0;
    padding-right: 0;
    display: grid;
  }

  .hero-background-image {
    background-attachment: fixed;
  }

  .project-detail-item {
    padding: 36px 18px;
  }

  .project-detail-item.middle-item {
    border-left-style: solid;
  }

  .project-detail-items {
    grid-template-columns: 1fr;
    margin-left: -17px;
    overflow: auto;
  }

  .featured-project-details {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .more-projects-wrapper.in-page {
    height: 10%;
    margin-left: -320px;
  }

  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }

  .fly-out-button.off-click {
    background-color: var(--dark-outline);
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .search-result-list, .search-result-item {
    flex-direction: column;
    display: flex;
  }

  .search-results-link {
    padding: 36px 18px;
  }

  .search-result-wrapper {
    flex-direction: column;
  }

  .results-help-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .author-post-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .list-item-arrow {
    margin-left: 0;
    padding-left: 0;
  }

  .author-card {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
    padding-left: 0;
  }

  .discovery-button-wrapper {
    background-color: var(--body-display);
  }

  .fly-out-button-wrapper {
    background-color: #0000;
  }

  .services-wrapper {
    grid-template-columns: 101%;
  }

  .services-info {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 78%;
    width: 100%;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-list {
    height: auto;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px #000;
  }

  .hero-button-wrapper {
    width: 100%;
    padding-bottom: 17px;
    padding-right: 0;
  }

  .client-quote-credit {
    margin-left: 0;
    padding-left: 18px;
  }

  .radio-item {
    padding-left: 18px;
  }

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

  .page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .projects-hero {
    padding-top: 89px;
  }

  .password-hero {
    min-height: 93vh;
  }

  .about-description {
    grid-template-columns: 1fr;
  }

  .category-link {
    min-height: 60px;
  }

  .minimal-card {
    padding: 24px;
  }

  .anchor-link {
    min-height: 60px;
  }

  .home-hero {
    min-height: 93vh;
    padding-top: 89px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .bold-text {
    width: 150%;
    padding-right: 0;
    font-size: 18px;
  }

  .slider {
    width: 79%;
    height: 150px;
  }

  .heading-3, .heading-4, .heading-5 {
    width: 100%;
  }

  .bold-text-4 {
    width: 100%;
    font-size: 18px;
  }

  .featured-project-column {
    margin-top: -4px;
    font-size: 9px;
  }

  .hero-bottom-feature {
    width: 100%;
    margin-top: -4px;
  }

  .hero-feature-card {
    grid-template-columns: .75fr 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .subtitle-2.white {
    text-align: right;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 18px;
    font-size: 9px;
    line-height: 15px;
  }

  .button-2.grey-outline.small {
    display: block;
  }

  .p---l {
    margin-left: 0;
  }

  .form-block-2 {
    margin-right: 0;
  }

  .content-wrap {
    width: 85%;
    margin-top: 0;
    padding-right: 0;
  }

  .heading-10.l.margin-bottom {
    margin-left: 0;
    margin-right: 0;
    font-size: 40px;
  }

  .text-field-2 {
    max-width: 5rem;
  }

  .total-field.margin-top-16 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .total-field.margin-top-16.margin-mobile-0 {
    margin-top: 0;
  }

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

  .scroll-container {
    margin-top: 0;
    padding-top: 134px;
  }

  .img-block {
    width: 90%;
  }

  .img-block.anima-1 {
    width: 90%;
    margin-left: -36px;
    padding-bottom: 90px;
  }

  .img-block.anima-3 {
    margin-left: -40px;
  }

  .img-block.anima-2 {
    margin-left: -19px;
  }

  .step-block {
    margin-top: -21px;
  }

  .text-block-2 {
    margin-left: -35px;
  }

  .content {
    font-size: 20px;
  }

  .scroll-wrap {
    margin-top: 47px;
  }

  .step-scroll {
    margin-left: 24px;
  }

  .paragraph {
    text-align: left;
    width: 100%;
    font-size: 18px;
  }

  .bold-text-6 {
    width: auto;
    font-size: 14px;
    line-height: 1em;
  }

  .tripple-grid-copy {
    flex-direction: column;
    grid-template: ". Area-2 Area-3" .75fr
                   "Area . ."
                   / minmax(245px, 1.25fr) minmax(14px, .25fr) minmax(24px, .25fr);
    grid-auto-columns: .25fr;
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .hamburger {
    width: 15%;
    position: relative;
  }

  .product-details-wrap-2 {
    width: 100%;
    max-width: none;
  }

  .section-3.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .slider-2 {
    height: 400px;
  }

  .text-block-4 {
    font-size: 9px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
    font-size: 14px;
  }

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

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

  .section-4 {
    background-position: 41%;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .ms-form-block {
    width: 100%;
  }

  .ms-form {
    width: 100%;
    min-width: auto;
  }

  .ms-form-divider {
    width: 100%;
  }

  .switch-wrap {
    margin-left: -6px;
  }

  .heading-15 {
    padding-right: 0;
  }

  .top-links_wrap {
    grid-column-gap: 20px;
  }

  .content-2 {
    padding: 20px 10px;
  }

  .mobile-nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-wrapper-copy {
    grid-row-gap: 0px;
    grid-template-rows: minmax(14px, .25fr) auto auto minmax(auto, .25fr);
    grid-template-areas: ". Area-7"
                         ". Area-8"
                         "Area Area-6"
                         ". Area-3"
                         ". ."
                         "Area-4 Area-5";
    margin-top: 0;
  }

  .grid-wrapper-copy.project-discovery-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .background-video-2 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 80%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .card-hover-item-copy {
    width: 100%;
    margin-left: 0;
  }

  .section-6 {
    height: 0%;
  }

  .section-7 {
    top: 924.672px;
    left: 27px;
    right: 17px;
  }

  .tripple-grid-2 {
    flex-direction: column;
    grid-template: ". Area-2 Area-3" .75fr
                   "Area . ."
                   / minmax(245px, 1.25fr) minmax(14px, .25fr) minmax(24px, .25fr);
    grid-auto-columns: .25fr;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 127px;
    margin-bottom: 0;
    margin-left: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tripple-grid-copy-copy {
    flex-direction: column;
    grid-template: ". Area-2 Area-3" .75fr
                   "Area . ."
                   / minmax(245px, 1.25fr) minmax(14px, .25fr) minmax(24px, .25fr);
    grid-auto-columns: .25fr;
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .clip-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 9px;
    padding-top: 10px;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
  }

  .clip-5, .clip-6, .clip-8 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 9px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .service-examples-wrapper-copy {
    grid-template-columns: 85%;
  }

  .clip-4-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto 9px;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .clip-copy, .clip-copy-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 9px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .heading-xlarge {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fa7600;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    font-size: .5rem;
    display: flex;
  }

  .text-span-2 {
    color: #000;
    background-color: #fff;
    align-self: flex-end;
    font-family: Avenir, Verdana, sans-serif;
    font-size: 1rem;
  }

  .product-header4_price-wrapper {
    flex-direction: column;
    align-self: center;
  }

  .page-wrapper-2 {
    background-color: #302d28;
    display: inline-block;
  }

  .product-header4_product-details {
    width: auto;
    margin-top: 161px;
    padding-right: 0;
  }

  .button-secondary.is-buy-now-button {
    color: #fff;
    border-color: #fff;
  }

  .button-secondary.is-buy-now-button:hover {
    color: var(--black);
    background-color: #fff;
  }

  .text-size-small {
    color: #fff;
  }

  .product-header5_main-image-wrapper {
    aspect-ratio: 1;
    object-fit: cover;
    background-color: #fffcfc00;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .heading-small-2 {
    color: #fff;
  }

  .product-header4_default-state.margin-vertical.margin-huge {
    margin-left: 0;
    margin-right: 0;
  }

  .footer1_legal-list {
    grid-template-columns: 127%;
  }

  .product-header4_tab-link.w--current {
    color: #fff;
    border-bottom-width: 4px;
    border-bottom-color: #fff;
  }

  .product-header5_layout {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-auto-flow: row;
    place-items: start stretch;
    margin-left: 0;
  }

  .footer1_legal-link {
    color: #fa7600;
  }

  .main-image {
    max-width: 30%;
    max-height: 70px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-header5_main-image {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 0 0 20px 20px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .main-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-header5_component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-large {
    font-family: Avenir, Verdana, sans-serif;
  }

  .text-size-large.text-color-grey {
    color: #ffffff73;
    letter-spacing: .1px;
    margin-right: 0;
    padding-left: 0;
    font-size: .8rem;
    line-height: 1em;
  }

  .grid-4 {
    grid-row-gap: 4px;
    border: 1px solid #fff;
    grid-template: "."
                   "."
                   / auto minmax(150px, 1.25fr);
    margin-bottom: 20px;
    padding: 10px;
  }

  .page-padding-bottom.background-color-black {
    background-color: #fff;
  }

  .page-padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-size-medium.text-weight-light.text-lineheight-tall {
    text-align: justify;
  }

  .bold-text-13 {
    color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -38px;
    font-size: 1.8rem;
    display: block;
  }

  .footer1_bottom-wrapper {
    color: #fca452;
  }

  .layout2col-even {
    grid-row-gap: .9rem;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    place-items: start stretch;
  }

  .text-size-tiny {
    color: #fff;
    padding-left: 8px;
  }

  .page-padding-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer1_credit-text {
    color: #fa7600;
  }

  .text-align-center {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-product-info {
    margin-left: 10px;
    margin-right: 10px;
  }

  .product-header4_tabs {
    box-sizing: border-box;
    object-fit: fill;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-block {
    font-size: 12px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-span-3 {
    clear: none;
    object-fit: fill;
    border-bottom: 2px solid #fdfdfd;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    height: auto;
    line-height: 1.2;
    display: block;
    position: static;
  }

  .heading-xsmall {
    color: var(--aluminio);
    text-align: left;
    border-right: 1px solid #fff;
    font-family: Avenir, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 700;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    color: #fff;
    padding-top: 0;
  }

  .container-large {
    width: auto;
    max-width: 100%;
    min-height: 100%;
    display: block;
  }

  .product-header4_tabs-menu {
    align-items: flex-start;
  }

  .image-22 {
    border-radius: 20px;
  }

  .lightbox-link {
    margin-left: 50px;
    margin-right: 50px;
  }

  .button-8 {
    color: #111;
    width: 100%;
  }

  .image-23 {
    filter: drop-shadow(2px 2px 3px var(--pin-stripe)) contrast(200%) invert(100%);
    outline-color: #000;
    max-width: 75%;
  }

  .paragraph-16 {
    padding-top: 10px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 200;
    text-decoration: none;
  }

  .image-luz {
    max-width: 75%;
  }

  .text-block-11 {
    color: #ffffffed;
    font-weight: 700;
  }

  .tabs-2 {
    cursor: pointer;
  }

  .tabs-content {
    padding-top: 0;
  }

  .content-section-copy {
    margin-left: 0;
  }

  .slider-heading {
    font-size: 35px;
    line-height: 35px;
    bottom: 200px;
  }

  .text-block-13 {
    color: #ffffff6b;
    font-weight: 400;
  }

  .text-block-14 {
    color: #ffffff61;
  }

  .superscript-7 {
    font-size: 15px;
  }

  .product-header5_layout-copy {
    grid-row-gap: .5rem;
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21 {
    font-size: 15px;
  }

  .product-sidebar {
    grid-template-areas: ".";
    padding-top: 30px;
    top: 0;
  }

  .tab-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(450px, 1.75fr);
    grid-auto-columns: 1fr;
    padding-left: 10px;
    display: grid;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(5vw, 1.5fr) minmax(5vw, .75fr);
    grid-template-areas: ". Area Area";
    grid-auto-columns: .25fr;
  }

  .body-display-2.small {
    font-weight: 700;
  }

  .product-page-title {
    font-size: 18px;
  }

  .product-details {
    grid-row-gap: 0px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .tab-item {
    border-bottom-width: 2px;
  }

  .product-wrapper {
    grid-column-gap: 0vw;
    grid-template-columns: 1fr 1fr;
  }

  .product-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: none;
    margin-left: 0;
    display: block;
  }

  .tab-bottom-content-copy {
    padding: 36px 24px;
  }

  .product-page-title-copy {
    font-size: 18px;
  }

  .body-display-2-copy.small {
    font-weight: 700;
  }

  .stacked-description-copy {
    grid-template-columns: 101%;
    grid-template-areas: ". Area"
                         "Area-2 .";
  }

  .project-description-copy {
    grid-row-gap: 24px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .service-menu-list-copy {
    grid-auto-rows: 1fr;
  }

  .service-menu-list-copy.white {
    width: 90%;
  }

  .author-post-item-copy {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tripple-grid-copy {
    flex-direction: column;
    grid-template: ". Area-2 Area-3" .75fr
                   "Area . ."
                   / minmax(245px, 1.25fr) minmax(14px, .25fr) minmax(24px, .25fr);
    grid-auto-columns: .25fr;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 17px;
    margin-bottom: 0;
    margin-left: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tripple-grid-copy.no-margin {
    grid-row-gap: 36px;
  }

  .tripple-grid-copy2 {
    flex-direction: column;
    grid-template: ". Area-2 Area-3" .75fr
                   "Area . ."
                   / minmax(245px, 1.25fr) minmax(14px, .25fr) minmax(24px, .25fr);
    grid-auto-columns: .25fr;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 17px;
    margin-bottom: 0;
    margin-left: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tripple-grid-copy2.no-margin {
    grid-row-gap: 36px;
  }

  .menu-list-item-copy2 {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item-copy2.white {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item-copy2.white.small {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-list-item-copy2.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .menu-list-item-copy3 {
    grid-template-columns: 33% 19%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item-copy3.white {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item-copy3.white.small {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-list-item-copy3.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .clip-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 9px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .banner-wrapper-copy {
    margin-right: 17px;
  }

  .stacked-description-copy2 {
    grid-template-columns: 1fr;
  }

  .grid-wrapper-copy2 {
    grid-row-gap: 0px;
    grid-template-rows: minmax(14px, .25fr) auto auto minmax(auto, .25fr) 0;
    grid-template-areas: ". Area-7"
                         ". Area-8"
                         "Area Area-6"
                         ". Area-3"
                         ". Area-9"
                         "Area-4 Area-5";
    grid-auto-rows: .25fr;
    margin-top: 0;
  }

  .grid-wrapper-copy2.project-discovery-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .grid-wrapper-copy2.two-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 0 minmax(0, .25fr);
    grid-template-columns: minmax(auto, 2px) 76%;
    grid-auto-rows: .25fr;
    grid-auto-columns: minmax(0, .25fr);
  }

  .sticky-services-menu-copy {
    grid-template-columns: 100%;
    grid-template-areas: "."
                         "Area";
  }

  .xxl-heading-copy {
    font-size: 48px;
  }

  .xxl-heading-copy.one {
    text-align: right;
    margin-right: 0;
    font-size: 22px;
  }

  .xxl-heading-copy.two {
    text-align: center;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 18px;
    line-height: 1em;
  }

  .xxl-heading-copy-copy {
    font-size: 48px;
  }

  .xxl-heading-copy-copy.one {
    text-align: left;
    margin-right: 0;
    font-size: 22px;
  }

  .xxl-heading-copy-copy.two {
    text-align: center;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 18px;
    line-height: 1em;
  }

  .clip-copy-copy-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 9px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .hero-background-image-copy {
    background-attachment: fixed;
  }

  .tripple-grid-copy2-copy {
    flex-direction: column;
    grid-template: ". Area-2 Area-3" .75fr
                   "Area . ."
                   / minmax(245px, 1.25fr) minmax(14px, .25fr) minmax(24px, .25fr);
    grid-auto-columns: .25fr;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 17px;
    margin-bottom: 0;
    margin-left: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tripple-grid-copy2-copy.no-margin {
    grid-row-gap: 36px;
  }

  .container-4 {
    max-width: none;
  }

  .button-copy {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-copy.white-outline {
    width: 500px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: start;
    margin-top: 17px;
  }

  .form-newsletter-wrapper {
    position: static;
  }

  .button-primary-2 {
    padding: 15px 34px 16px;
  }

  .button-primary-2.newsletter {
    width: 100%;
    margin-top: 16px;
    padding-top: 19px;
    padding-bottom: 19px;
    position: static;
  }

  .button-primary-2.newsletter.button-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-8.cloneables-listing {
    padding-top: 0;
  }

  .cloneable-container-default.center.bg-transparent {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-865px-center {
    margin-top: 10px;
  }

  .mg-bottom-8px {
    color: #f8f8f8;
    text-align: center;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    inset: 1% 0% auto;
  }

  .card-author---brix.right {
    background-color: #fff;
    border-top-width: 2px;
    padding-bottom: 15px;
  }

  .footer-2 {
    background-color: #fff0;
    border-top-style: none;
    padding-top: 0;
  }

  .author-image-square---brix.float-image {
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    min-height: 260px;
    padding-bottom: 7px;
  }

  .mg-bottom-32ps {
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
  }

  .social-media-grid-top {
    margin-top: 44px;
    margin-bottom: 30px;
  }

  .right-content-v2---brix {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .collection-list-wrapper-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .mg-bottom-32ps-copy {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .button-9 {
    color: #fdfffd;
    text-align: center;
    background-color: #1e1e3f;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .button-9-copy {
    color: #fff;
    text-align: center;
    background-color: #1e1e3f;
    border-radius: 8px;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .body-2 {
    background-color: #478d35;
  }

  .card-author---brix-copy.right {
    color: #fff;
    background-color: #fff0;
    border-style: none;
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .image-24 {
    text-align: center;
    background-color: #fdfdfd;
    border: 5px solid #fff;
    border-radius: 9px;
    margin-top: 14px;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mg-bottom-8px-copy {
    color: #f8f8f8;
  }

  .mg-bottom-32ps-tiulo {
    color: #fff;
    text-align: center;
    border-top: 1px #fcfcfc;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    inset: 3% 0% auto;
  }

  .container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .body-3 {
    background-color: #132d49;
  }

  .age-verif-parent {
    background-color: #191712fa;
    display: none;
  }

  .age-popup {
    width: 250px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .popup-verify-text {
    margin-top: 15px;
  }

  .overage-butt {
    background-color: var(--dark);
    background-image: linear-gradient(#132d49, #132d49);
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .popup-head {
    margin-top: -20px;
    margin-bottom: 19px;
  }

  .heading-30 {
    color: #fff;
    text-align: center;
    background-color: #2d255a;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 200;
    line-height: 22px;
  }

  .button-10 {
    color: #fdfffd;
    text-align: center;
    background-color: #1e1e3f;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .collection-list-wrapper-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .heading-31 {
    color: #fff;
    text-align: center;
    background-color: #2d255a;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 200;
    line-height: 22px;
  }

  .overage-butt-2 {
    background-color: #090b19;
    background-image: linear-gradient(#132d49, #132d49);
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .div-block-14 {
    flex: 0 auto;
  }

  .mg-bottom-32ps-tiulo-2 {
    color: #fff;
    text-align: center;
    border-top: 1px #fcfcfc;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    inset: 3% 0% auto;
  }

  .button-11 {
    color: #fdfffd;
    text-align: center;
    background-color: #1e1e3f;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .collection-list-wrapper-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .heading-32 {
    color: #fff;
    text-align: center;
    background-color: #2d255a;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 200;
    line-height: 22px;
  }

  .overage-butt-3 {
    background-color: #090b19;
    background-image: linear-gradient(#132d49, #132d49);
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .age-verif-parent-2 {
    background-color: #191712fa;
    display: none;
  }

  .body-4 {
    color: #132d49;
    background-color: #132d49;
  }

  .link-block-3 {
    position: absolute;
    inset: 1% auto auto 1%;
  }

  .paragraph-22 {
    color: #000;
    background-color: #fff;
    margin-left: 161px;
    font-family: Avenir, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 300;
    display: block;
  }

  .paragraph-22-copy {
    color: #f2f2f2;
    text-transform: uppercase;
    background-color: #fff0;
    border-bottom: 2px solid #fff;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Avenir, Verdana, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    display: block;
  }

  .paragraph-23 {
    font-family: Avenir, Verdana, sans-serif;
    font-weight: 300;
  }

  .paragraph-24 {
    text-transform: none;
    font-family: Avenir, Verdana, sans-serif;
    font-weight: 300;
  }

  .paragraph-25 {
    text-transform: uppercase;
    font-family: Avenir, Verdana, sans-serif;
    font-size: 16.5px;
    font-weight: 300;
  }

  .bold-text-15 {
    color: #f2f2f2;
    font-family: Avenir, Verdana, sans-serif;
  }

  .paragraph-26 {
    color: var(--aluminio);
    font-family: Avenir, Verdana, sans-serif;
    font-weight: 300;
  }

  .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31 {
    font-family: Avenir, Verdana, sans-serif;
    font-weight: 300;
  }

  .container-8, .container-9, .container-10 {
    max-width: none;
  }

  .collection-list-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list-wrapper-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    margin-top: 0;
    display: flex;
  }

  .image-27 {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
  }

  .collection-item-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: block;
  }

  .image-28 {
    object-fit: cover;
  }

  .lightbox-link-3 {
    background-color: #fffefe;
  }

  .collection-list-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    display: grid;
  }

  .product-header5_main-image-copy {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 0 0 20px 20px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .text-block-21 {
    color: #f8f8f8;
    text-align: center;
    font-family: Lato, sans-serif;
  }

  .text-block-22 {
    color: #f1f1f1;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: Avenir, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 900;
  }

  .text-block-23 {
    padding-bottom: 5px;
  }

  .paragraph-32, .paragraph-33 {
    font-family: Avenir, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .bold-text-16 {
    margin-right: 5px;
    padding-right: 0;
    font-size: 1rem;
    font-weight: 900;
  }

  .body-6 {
    background-color: #302d28;
  }

  .nav_siderbar-menu {
    min-width: 18rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_sidebar-mobile-close-button {
    z-index: 999;
  }

  .nav_siderbar-header-wrapper {
    margin-top: 3rem;
  }

  .nav_sidebar-menu-link {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .text-block-24 {
    font-size: 9px;
  }

  .page-padding-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .label-logo-cloneable-3 {
    width: 110px;
  }

  .cloneable-label-4 {
    font-size: 13px;
    font-weight: 400;
  }

  .hero-headline_container {
    margin-top: 1.5rem;
  }

  .headline-hero_light {
    font-size: 2.85rem;
  }

  .headline-hero_light.text-style-allcaps {
    padding-bottom: 1rem;
    font-size: 4.3rem;
    line-height: 4.3rem;
  }

  .nav-buttons-wrapper {
    margin-top: 10px;
  }

  .button-clone-container {
    width: 100%;
  }

  .margin-right.visit-us {
    margin-right: 0;
  }

  .button-home-container {
    width: 100%;
    padding: 7px 10px;
  }

  .footer-grid-contact-wrapper {
    width: auto;
  }

  .footer-copyritght-icons-wrapper {
    flex-direction: column;
    display: flex;
  }

  .footer-text-copyright {
    order: 1;
    margin-top: 20px;
  }

  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-12 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .scroll {
    max-width: 89vw;
  }

  .group-row {
    width: 1100px;
  }

  .section-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-13 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-28 {
    font-family: Avenir, Verdana, sans-serif;
    font-size: 1.12rem;
  }

  .tab-link-tab-3 {
    background-color: #ddd0;
  }

  .tab-link-tab-3.w--current {
    background-color: #ddd0;
    border-bottom: 2px solid #fff;
  }

  .product-header5_layout-copy-copy {
    grid-row-gap: .5rem;
    grid-template-rows: 102px auto;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-template-areas: "."
                         "Area";
    justify-content: stretch;
  }

  .margin-bottom-copy.margin-small, .margin-bottom-copy.margin-small-copy {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .grid-4-copy {
    grid-column-gap: 20px;
    grid-row-gap: 4px;
    border: 1px solid #fff;
    grid-template: "."
                   "."
                   / 63% 35%;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    padding: 10px;
    display: grid;
  }

  .page-wrapper-2-copy {
    background-color: #302d28;
    display: flex;
  }

  .main-wrapper-copy {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .padding-vertical-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-copy.padding-xxlarge {
    color: #fff;
    padding-top: 0;
  }

  .product-header5_layout-copy-copy {
    grid-row-gap: .5rem;
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .product-header5_layout-copy-copy-copy {
    grid-row-gap: .5rem;
    grid-template-rows: 127px;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-template-areas: "Area-3"
                         "Area-2"
                         "Area";
  }

  .product-header5_component-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-large-copy {
    width: auto;
    max-width: 100%;
    min-height: 100%;
    display: block;
  }

  .page-padding-2-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .product-header4_product-details-copy {
    justify-content: space-between;
    width: auto;
    margin-top: 183px;
    margin-left: 0;
    padding-right: 0;
  }

  .margin-bottom-copy.margin-small {
    flex: 1;
    display: block;
  }

  .section-product-details-copy {
    width: 100%;
    display: flex;
  }

  .heading-xlarge-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fa7600;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    font-size: .5rem;
    display: flex;
  }

  .product-header4_product-details-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding-right: 0;
    display: flex;
  }

  .product-header4_product-details-copy-copy {
    justify-content: space-between;
    width: auto;
    margin-top: 203px;
    margin-left: 0;
    padding-right: 0;
  }

  .product-header5_layout-copy-copy {
    grid-row-gap: .5rem;
    grid-template-columns: repeat(auto-fit, 100%);
    display: block;
  }

  .product-header4_product-details-copy {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-top: 0;
    padding-right: 0;
    display: grid;
  }

  .margin-bottom-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-large-copy {
    font-family: Avenir, Verdana, sans-serif;
  }

  .text-size-large-copy.text-color-grey {
    color: #ffffff73;
    letter-spacing: .1px;
    flex: 0 auto;
    align-self: flex-end;
    margin-right: 0;
    padding-left: 0;
    font-size: .8rem;
    line-height: 1em;
  }

  .section-product-info-copy {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .product-header5_gallery-copy {
    display: block;
  }

  .margin-bottom-copy-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-copy-copy.margin-small {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .margin-bottom-copy-copy.margin-small-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 200%;
    height: auto;
    display: block;
  }
}

#w-node-_6021c328-b71d-f76b-9b2f-f691f560d4b1-5a2aa572 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-c0b50607-2842-6d33-fbcf-ea9edc5a40e3-5a2aa572 {
  place-self: center end;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-5a2aa572 {
  grid-area: Area-5;
  place-self: end;
}

#w-node-f5dba69e-0ef8-9110-a41c-3ae84c66b27b-5a2aa572 {
  grid-area: Area-4;
}

#w-node-_92f3779f-53fb-3319-2c6e-b8f61d450902-5a2aa572 {
  grid-area: Area-6;
  justify-self: end;
}

#w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-5a2aa572 {
  grid-area: Area-3;
  place-self: center end;
}

#w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-5a2aa572 {
  grid-area: Area-8;
  place-self: end;
}

#w-node-c27b363e-e641-8c08-06d3-18a7d9643386-5a2aa572 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_66927e21-ee65-d8e1-cc31-2e0bbfb2a5cd-5a2aa572 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_747ab98d-2da9-b9b9-65c3-eaa5259f2fe9-5a2aa572 {
  grid-area: Area-4;
}

#w-node-_6588a8fc-2216-7b6d-6289-26e40c5ba3ec-5a2aa572, #w-node-f6421867-f463-2f1e-123a-5cfc2f84bdd9-5a2aa572 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_990b7f6f-cf54-17fa-e0a6-c8d9ae6da3cb-5a2aa572 {
  grid-area: Area;
}

#w-node-_3e8f31ed-6771-e859-636c-b476dcab981b-5a2aa572 {
  grid-area: Area-3;
}

#w-node-_0f453a3e-66f8-fb3d-0e56-c1cfd80a8551-5a2aa572 {
  grid-area: Area-2;
}

#w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-5a2aa572 {
  grid-area: Area-4;
  place-self: center start;
}

#w-node-_52bf5da3-a12c-b9c8-8e3e-8ab411fca7ac-5a2aa572 {
  grid-area: Area;
}

#w-node-_706d37a9-a0ad-62b8-fad5-71e20c4ab6a6-5a2aa572 {
  grid-area: Area-5;
}

#w-node-_17105663-1a75-89fa-210c-6eb55403b1cc-5a2aa572, #w-node-_740c604e-5a91-f71f-7b54-c6974b436c84-5a2aa572, #w-node-ac8ac73c-44f3-d9d7-ac4a-e1d9305939dd-5a2aa572, #w-node-_3cab4b9f-07ec-353a-c99e-583fdf55a7e4-5a2aa572, #w-node-_8a5da1ac-a09b-248d-77ae-7cbdb7d43230-5a2aa572, #w-node-_08790607-9101-fd90-cfe9-ed3a50c036d9-5a2aa572 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cca6e85-2de4-c27f-34ed-878fd7475239-5a2aa572 {
  place-self: auto;
}

#w-node-_75cdff94-7f25-b61d-acc0-540f624e6e0a-5a2aa572 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2f09074-2040-5038-c74e-4369d77c8861-5a2aa572 {
  align-self: end;
}

#w-node-a2f09074-2040-5038-c74e-4369d77c8864-5a2aa572, #w-node-a2f09074-2040-5038-c74e-4369d77c8865-5a2aa572 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b81-5a2aa572, #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244c-5a2aa572, #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395eb-5a2aa572 {
  align-self: end;
}

#w-node-efc61f06-607b-bf57-ea55-bee58a41b5b7-5a2aa572 {
  align-self: stretch;
}

#w-node-_5d6050a9-fcb2-2174-3c1a-9eb9dfdb61ee-5a2aa572 {
  justify-self: end;
}

#w-node-be149a0b-6298-faa0-2b2f-e4e9152cb286-5a2aa572 {
  place-self: center;
}

#w-node-d1caa1f6-1dcf-a1d0-72d4-efaf838fbffa-5a2aa572 {
  grid-area: Area-4;
}

#w-node-d1caa1f6-1dcf-a1d0-72d4-efaf838fc001-5a2aa572 {
  grid-area: Area-6;
  place-self: center end;
}

#w-node-_6ed1e5db-23df-78fd-f889-acd3856efb5d-5a2aa572 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6ed1e5db-23df-78fd-f889-acd3856efb65-5a2aa572, #w-node-_6ed1e5db-23df-78fd-f889-acd3856efb73-5a2aa572, #w-node-_6ed1e5db-23df-78fd-f889-acd3856efb82-5a2aa572, #w-node-_6ed1e5db-23df-78fd-f889-acd3856efb8a-5a2aa572, #w-node-_6ed1e5db-23df-78fd-f889-acd3856efbb5-5a2aa572, #w-node-_6ed1e5db-23df-78fd-f889-acd3856efbbc-5a2aa572, #w-node-_6ed1e5db-23df-78fd-f889-acd3856efbc3-5a2aa572 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0130d6c3-c29b-71c8-b033-38622ddbd8bc-5a2aa572 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56ca079-049b-55b7-0bb4-65c2201bf821-5a2aa572, #w-node-_337eee13-730d-944a-2874-59c7d6d73d33-5a2aa572 {
  justify-self: start;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-5a2aa572 {
  grid-area: Area;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-5a2aa572 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7727d-5a2aa572 {
  place-self: center end;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-5a2aa572 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7725f-5a2aa572 {
  align-self: stretch;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77269-5a2aa572 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7726a-5a2aa572 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7726e-5a2aa572 {
  justify-self: end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
  grid-area: 2 / 2 / 5 / 3;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93c-c426b91d {
  place-self: center start;
}

#w-node-eaf30d13-d8b4-446b-d7d2-d527e95fa99a-c426b91d {
  place-self: center end;
}

#w-node-_9c95302f-a7e0-ceb2-7ccc-72c6855caa8d-c426b91d {
  place-self: center start;
}

#w-node-_9c95302f-a7e0-ceb2-7ccc-72c6855caa8f-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93f-c426b91d {
  place-self: center start;
}

#w-node-_6e84a20c-5fdf-34ef-f5da-11af0219cea5-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b942-c426b91d {
  place-self: center start;
}

#w-node-_800e5816-2ed2-cae5-269d-04a046bc20b0-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b945-c426b91d {
  place-self: center start;
}

#w-node-_47bab92c-8f85-cc70-5380-573db90b0da1-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b948-c426b91d {
  place-self: center start;
}

#w-node-f9bea813-e527-c7ca-8e20-11a3cd4098db-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
  grid-area: 6 / 3 / 7 / 4;
  align-self: end;
}

#w-node-c79cc9d9-6923-6770-545e-3a9719427091-c426b91d {
  grid-area: Area;
}

#w-node-_5c683dec-cec3-5ee1-a6ff-a68038011e19-c426b91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
  grid-area: 2 / 1 / 4 / 2;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
  grid-area: 2 / 3 / 5 / 4;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b929-c426b91d {
  place-self: center start;
}

#w-node-_9528b6cc-5881-ac46-ac4f-f9567a600aa3-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b92d-c426b91d {
  place-self: center start;
}

#w-node-_3ba5fc0d-00d1-0032-83ee-52ea90be55fb-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b931-c426b91d {
  place-self: center start;
}

#w-node-d7478ca7-7861-03a0-e2af-d807b17707c6-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b935-c426b91d {
  place-self: center start;
}

#w-node-_7efe9b07-839d-97d2-24ef-14c8a804e1f9-c426b91d {
  place-self: center end;
}

#w-node-_397244f1-6d58-8f51-019c-f7e5a2b1e41a-f9270e17 {
  justify-self: stretch;
}

#w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-c47dbc6c-9b93-d53a-3ac5-94688c374a85-f9270e17 {
  align-self: center;
}

#w-node-_6ad8919c-2309-2a37-80a2-1e0756464dfe-f9270e17 {
  place-self: center end;
}

#w-node-_24909537-2aef-fa73-cf08-5d19c7632e15-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f0-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f1-f9270e17 {
  place-self: center start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f3-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1a-f9270e17 {
  place-self: center start;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1c-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d61-336b9d43 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3854c69c-2d63-7fe1-f4ef-767c9c16beb4-336b9d43, #w-node-_8143a716-3f49-39f0-4d6c-05f72322bb41-336b9d43, #w-node-c40c9632-ce22-1a07-9b62-b0aa8a7c1c0c-336b9d43, #w-node-_3c7df06a-8f0b-d773-ffce-55be04894a59-336b9d43, #w-node-c4c5f3dd-5ac1-40dc-1d35-9f522c97ee3c-336b9d43, #w-node-d4575a85-af1d-8368-b153-ef1df386bdfb-336b9d43, #w-node-_18010787-5a2d-0afd-caba-a343a62513cb-336b9d43, #w-node-_6ba189a0-0964-574b-01be-e69e50a62b99-336b9d43, #w-node-bf0c0dea-c387-f9a5-02a5-00fb7548e321-336b9d43, #w-node-_62600992-fec1-3f4a-0f25-7c0409c7c070-336b9d43, #w-node-_89a70241-f5b6-0788-01aa-8147bda3a384-336b9d43, #w-node-_09143c92-ffe9-bc3e-08d2-b7f39aae68f8-336b9d43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b51ffc2-6bfe-1ad0-8b0a-495e29899d67-336b9d43 {
  grid-area: Area;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
  grid-area: Area-2;
  place-self: center stretch;
}

#w-node-_777faada-3ca6-165b-8ec2-5b4b20163b77-336b9d43 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5d-336b9d43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center stretch;
}

#w-node-_777faada-3ca6-165b-8ec2-5b4b20163b7b-336b9d43 {
  justify-self: end;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_63a74b58-34bd-f1b7-ff3c-0327b042a4e5-336b9d43, #w-node-d5aa1f2f-9f15-06d2-7e94-955aa652090e-336b9d43, #w-node-ceabac53-c225-1208-881c-0af2f40b4d73-336b9d43, #w-node-_3d66f075-d1ef-d4c8-8f46-f7c41d55128c-336b9d43, #w-node-c1e716ef-4772-fc0e-1424-b9a9d0fed9b5-336b9d43, #w-node-_8ece4608-0976-09b1-2501-7ec32737d159-336b9d43, #w-node-_4592887a-7bcd-8d83-cd30-e7a7a83ae072-336b9d43, #w-node-cdaba2a4-1792-281b-6948-ecc5bddfa0e1-336b9d43, #w-node-be633f74-35da-2d4b-992c-934da9cf79e8-336b9d43, #w-node-_383fb5cd-5e81-8d85-ee0d-f692f16c886d-336b9d43, #w-node-b1332ff3-1f4c-03a5-aa89-807bcb013924-336b9d43, #w-node-_83450ad6-93f6-ccdd-bf75-4c02ed531efe-336b9d43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43, #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43, #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43 {
  place-self: center end;
}

#w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_4541705a-de97-7f82-8818-9c9145464680-4546467a {
  place-self: center end;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e5-bda240e0 {
  place-self: center start;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e6-bda240e0 {
  place-self: center end;
}

#w-node-_7a338548-6995-26a0-d4df-2c2b4c59a395-4c59a38f {
  justify-self: end;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7bf-5a2aa595 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-5a2aa595 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-5a2aa595 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a81f-5a2aa595 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a803-5a2aa595 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_26839ce7-6d80-da5b-5e89-56d12f47a617-5a2aa5b0 {
  align-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-5a2aa5b0 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-5a2aa5b0 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bf1-5a2aa5b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bd2-5a2aa5b0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-5a2aa5c7 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-5a2aa5c7 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-5a2aa5c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e0d-5a2aa5c7 {
  align-self: start;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e17-5a2aa5c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e1d-5a2aa5c7 {
  justify-self: end;
}

#w-node-_9921994f-70cc-1547-5a78-2c400de6f5b8-5a2aa5c7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_335d42e6-e27c-f1bd-6e39-94998e5d331c-5a2aa5c7 {
  justify-self: stretch;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-5a2aa5ca {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5a2aa5ca {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-5a2aa5ca {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_78588d14-247f-5076-34c1-c503a9ab4918-5a2aa5ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08abb744-5a25-175e-8602-d4c23b82483b-5a2aa5ca {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-5a2aa5ca {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec93797f-5a2aa5ca, #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-5a2aa5ca, #w-node-_63d057d2-350f-fb8b-cc20-698ed0b74f62-5a2aa5ca, #Name-4.w-node-_63d057d2-350f-fb8b-cc20-698ed0b74f64-5a2aa5ca, #w-node-_5e3db900-a825-6509-a424-cf926f0e51a6-5a2aa5ca, #name-3.w-node-_5e3db900-a825-6509-a424-cf926f0e51a8-5a2aa5ca, #w-node-_9f611142-c9c4-1dbb-5d72-be5bad231d1e-5a2aa5ca, #field.w-node-_9ecb47d5-8f4d-56b8-1721-4ed5246ec8ac-5a2aa5ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec937987-5a2aa5ca {
  justify-self: start;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-5a2aa5ca {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3893-5a2aa5ca {
  place-self: center start;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3895-5a2aa5ca {
  place-self: center end;
}

#w-node-_392a4b73-fdb3-bc1b-03d2-5fbcafdf1399-5a2aa5ca {
  place-self: center start;
}

#w-node-_392a4b73-fdb3-bc1b-03d2-5fbcafdf139b-5a2aa5ca {
  place-self: center end;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c93-5a2aa5ca {
  place-self: center start;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c95-5a2aa5ca {
  place-self: center end;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba83-5a2aa5ca {
  place-self: center start;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba85-5a2aa5ca {
  place-self: center end;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb34-5a2aa5cd {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-5a2aa5cd {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-5a2aa5cd {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_4e5ecd76-5faa-c0fa-2ba9-f682a18ca2e6-5a2aa5cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_124d18ca-1db6-6665-586b-74af69a6943b-5a2aa5cd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-5a2aa5cd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe107-5a2aa5cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-5a2aa5cd {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_71d7d42d-61ca-06a9-788b-33b7b02b1dc8-5a2aa5cd {
  align-self: center;
}

#w-node-_72e2dcb8-b47b-e0fd-2af3-2e0f24390bf8-5a2aa5cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-5a2aa5cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe116-5a2aa5cd {
  align-self: start;
}

#w-node-_259ad0eb-16f4-544b-74e2-a7917233ab8a-5a2aa5cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_851487d2-797d-908d-5867-0f20f9562c11-5a2aa5cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_5c176a8b-9730-dc1c-c9b1-0ca5febf5530-5a2aa5cd {
  place-self: center;
}

#w-node-b29b5680-a2a2-7be5-dd1c-591f9d5b251c-5a2aa5cd {
  place-self: center end;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-5a2aa5cd {
  grid-area: Area;
}

#w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-5a2aa5cd {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-5a2aa5cd {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98e-5a2aa5cd {
  align-self: stretch;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc998-5a2aa5cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-5a2aa5cd {
  justify-self: end;
}

#w-node-_2bf53f8e-7528-82b3-54a0-6e63150524f2-5a2aa5cd {
  place-self: center end;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584fc-5a2aa5e1 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start end;
}

#w-node-_99fcf11f-c4d9-1794-79b0-0cb087822b6c-5a2aa5e1, #w-node-_4b42cc86-7250-be44-2c68-a2bd4e3aea5d-5a2aa5e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-5a2aa5e1 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-5a2aa5e1 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12e-5a2aa5e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12f-5a2aa5e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389036-5a2aa5e1 {
  align-self: start;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389040-5a2aa5e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389046-5a2aa5e1 {
  justify-self: end;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d38904c-5a2aa5e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389051-5a2aa5e1 {
  justify-self: stretch;
}

#w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-5a2aa5e1 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_33f3ed3b-6ef6-48e9-e36c-11ae30b77e83-5a2aa5f5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-5a2aa5f5 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-5a2aa5f5 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-5a2aa5f5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_487f178c-0bd8-1e31-332f-04a9b1163b0f-5a2aa5f5 {
  justify-self: start;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6606-5a2aa5f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6607-5a2aa5f5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a140e-5a2aa5f5 {
  align-self: stretch;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a1419-5a2aa5f5 {
  justify-self: end;
}

#w-node-f176f584-7e9e-672d-84c6-8a1bf32c0f9f-5a2aa5f5 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f4b-5a2aa5f5 {
  grid-area: Area;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f52-5a2aa5f5 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-5a2aa5f5 {
  grid-area: Area;
  align-self: auto;
}

#w-node-dd7a9d4f-3f44-6083-09b9-87b7a86adb34-5a2aa60b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dd7a9d4f-3f44-6083-09b9-87b7a86adb35-5a2aa60b {
  grid-area: 1 / 1 / 2 / 2;
}

#buy.w-node-dd7a9d4f-3f44-6083-09b9-87b7a86adb3f-5a2aa60b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_691cf439-43ea-10b0-c01a-38d3f1799fb6-5a2aa60b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7163818b-696c-3e0e-4c6d-840c5161279c-5a2aa60b {
  grid-area: Area;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ea-5a2aa60c {
  grid-area: Area-2;
  place-self: end;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7f4-5a2aa60c {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-_08384802-3d40-5ff7-3c81-a3b15502acd2-5a2aa60c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-beaac2f3-5b16-a510-41e2-9e4db7d9b271-5a2aa60c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-5a2aa60c {
  grid-area: Area-5;
  justify-self: stretch;
}

#w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-5a2aa60c, #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-5a2aa60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e127346c-16fe-4e9b-99a7-4e57bcfe267f-5a2aa60c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-5a2aa60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_932aec57-c897-daa7-63a7-de070d7de04e-5a2aa60c {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_133fe21e-5d3d-d4c3-4e57-dbca8cb9248f-5a2aa60c {
  grid-area: Area-6;
}

#w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-5a2aa60c {
  grid-area: Area-8;
  align-self: start;
}

#w-node-_59975544-c2ae-ff5f-1ffe-92b04da09837-5a2aa60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1c244f3-8cbe-fe76-b113-ae7ccd7450fe-5a2aa60c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-5a2aa60c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-5a2aa60c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-5a2aa60c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89b7-5a2aa60c {
  align-self: stretch;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0333-5a2aa60c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0334-5a2aa60c {
  justify-self: start;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-5a2aa60c {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: center;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff669-5a2aa60c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-5a2aa60c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81c4021d-70e7-bdee-d916-1636e757f75a-5a2aa60c {
  place-self: center;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e6711631-5a2aa60c {
  align-self: stretch;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e671163c-5a2aa60c {
  justify-self: end;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a2-5a2aa60e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-5a2aa60e {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-5a2aa60e {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-5a2aa60e {
  grid-area: 1 / 2 / 4 / 3;
  align-self: start;
}

#w-node-_8074e9fb-dd46-63be-e290-1496ab6343dc-5a2aa60e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_552207c6-973e-0cf0-9e2b-ac76c36effc4-5a2aa60e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-5a2aa60e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-5a2aa60e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-5a2aa60e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a8f5d73b-ace2-f797-46d1-36f3cf6a04a5-5a2aa60e, #w-node-c04e9192-59b2-bc34-a507-563815198cc5-5a2aa60e, #w-node-b6de9297-1ccb-3ab5-e022-83f7a40897da-5a2aa60e {
  place-self: center end;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-5a2aa60e {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7a763298-e931-6ef6-cedf-70b1c6225332-5a2aa60e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-5a2aa60e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996e9f-5a2aa60e {
  align-self: center;
}

#w-node-c24eb999-a985-3d62-3c8f-4ef59619728d-5a2aa60e {
  place-self: center end;
}

#w-node-e1af8745-7e74-7c0a-9e26-ec9a8040a014-5a2aa60e {
  align-self: center;
}

#w-node-e0cdb0fe-0301-d3b0-3d3a-5117b3338481-5a2aa60e {
  place-self: center end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea2-5a2aa60e {
  align-self: center;
}

#w-node-_44ab065a-7e1c-c80d-67d8-c6e33d5e4bcf-5a2aa60e {
  place-self: center end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea5-5a2aa60e {
  align-self: center;
}

#w-node-_5f1bb171-88ed-c3df-b02c-276c811e5d3d-5a2aa60e {
  place-self: center end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027112-5a2aa60e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027119-5a2aa60e {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-5a2aa60e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027120-5a2aa60e {
  align-self: stretch;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712a-5a2aa60e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712f-5a2aa60e {
  justify-self: end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02713e-5a2aa60e {
  place-self: center end;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-5a2aa60e {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b7316c-5a2aa60e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-5a2aa60e {
  place-self: center end;
}

#w-node-b84cb859-5226-6842-ec2f-395770060748-5a2aa60e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b84cb859-5226-6842-ec2f-39577006074f-5a2aa60e {
  align-self: stretch;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-5a2aa60f {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5a2aa60f {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-5a2aa60f {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_78588d14-247f-5076-34c1-c503a9ab4918-5a2aa60f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08abb744-5a25-175e-8602-d4c23b82483b-5a2aa60f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9aa3e898-aa90-293a-52a5-89c1b670dc2c-5a2aa60f {
  align-self: stretch;
}

#w-node-_9aa3e898-aa90-293a-52a5-89c1b670dc37-5a2aa60f {
  justify-self: end;
}

#w-node-_9aa3e898-aa90-293a-52a5-89c1b670dc3c-5a2aa60f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-5a2aa613 {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5a2aa613 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-5a2aa613 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_78588d14-247f-5076-34c1-c503a9ab4918-5a2aa613 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08abb744-5a25-175e-8602-d4c23b82483b-5a2aa613 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba31e9-5a2aa613 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba31ef-5a2aa613 {
  align-self: center;
}

#w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba31f1-5a2aa613 {
  place-self: center start;
}

#w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba31f5-5a2aa613 {
  align-self: center;
}

#w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba31f7-5a2aa613 {
  place-self: center start;
}

#w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba31fb-5a2aa613 {
  align-self: center;
}

#w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba31fd-5a2aa613 {
  place-self: center start;
}

#w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba3200-5a2aa613 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba3203-5a2aa613 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba320f-5a2aa613 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-5a2aa614 {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5a2aa614 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-5a2aa614 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_78588d14-247f-5076-34c1-c503a9ab4918-5a2aa614 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08abb744-5a25-175e-8602-d4c23b82483b-5a2aa614 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9e13dbd3-67ef-1230-ef5f-851a0e42c433-5a2aa614 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9e13dbd3-67ef-1230-ef5f-851a0e42c43b-5a2aa614, #w-node-_9e13dbd3-67ef-1230-ef5f-851a0e42c449-5a2aa614, #w-node-_9e13dbd3-67ef-1230-ef5f-851a0e42c458-5a2aa614, #w-node-_9e13dbd3-67ef-1230-ef5f-851a0e42c460-5a2aa614, #w-node-_9e13dbd3-67ef-1230-ef5f-851a0e42c489-5a2aa614, #w-node-_9e13dbd3-67ef-1230-ef5f-851a0e42c490-5a2aa614, #w-node-_9e13dbd3-67ef-1230-ef5f-851a0e42c497-5a2aa614 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_671d17eb-cf70-60d8-baee-4db1dd0354b2-5a2aa614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-5a2aa614 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec93797f-5a2aa614, #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-5a2aa614, #w-node-_63d057d2-350f-fb8b-cc20-698ed0b74f62-5a2aa614, #Name-4.w-node-_63d057d2-350f-fb8b-cc20-698ed0b74f64-5a2aa614, #w-node-_5e3db900-a825-6509-a424-cf926f0e51a6-5a2aa614, #name-3.w-node-_5e3db900-a825-6509-a424-cf926f0e51a8-5a2aa614, #w-node-_9f611142-c9c4-1dbb-5d72-be5bad231d1e-5a2aa614, #field.w-node-_9ecb47d5-8f4d-56b8-1721-4ed5246ec8ac-5a2aa614 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec937987-5a2aa614 {
  justify-self: start;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-5a2aa614 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3893-5a2aa614 {
  place-self: center start;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3895-5a2aa614 {
  place-self: center end;
}

#w-node-_392a4b73-fdb3-bc1b-03d2-5fbcafdf1399-5a2aa614 {
  place-self: center start;
}

#w-node-_392a4b73-fdb3-bc1b-03d2-5fbcafdf139b-5a2aa614 {
  place-self: center end;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c93-5a2aa614 {
  place-self: center start;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c95-5a2aa614 {
  place-self: center end;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba83-5a2aa614 {
  place-self: center start;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba85-5a2aa614 {
  place-self: center end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-5a2aa615 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-5a2aa615 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-5a2aa615 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8772bea6-a819-33f0-5093-5f51aa74b743-5a2aa615 {
  align-self: stretch;
}

#w-node-_8772bea6-a819-33f0-5093-5f51aa74b74e-5a2aa615 {
  justify-self: end;
}

#w-node-_17967762-cbf5-21cc-9417-419df7e89e3a-5a2aa615 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff11f385-19e7-2610-e10a-74658e22583e-5a2aa616 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225841-5a2aa616 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225846-5a2aa616 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d88-5a2aa616 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d78-5a2aa616 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-5a2aa616, #w-node-ba34e9c2-df0a-57da-3430-f5bf64771393-5a2aa616 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf6477139a-5a2aa616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d59e9609-7efc-4afd-8f71-7d2c1f85a44c-5a2aa616 {
  place-self: end center;
}

#w-node-_605cd59d40ef8e036e3d508d00000000001a-5a2aa616 {
  place-self: start center;
}

#w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-5a2aa616 {
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-5a2aa616 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad13-5a2aa616 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad15-5a2aa616 {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad17-5a2aa616 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad19-5a2aa616 {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1b-5a2aa616 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1d-5a2aa616 {
  place-self: center end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-5a2aa62a {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-5a2aa62a {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-5a2aa62a {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-5a2aa62a {
  place-self: center;
}

#w-node-_0591048e-13d2-03bf-8ce8-60fee10b88f6-5a2aa62a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-5a2aa62a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-5a2aa62a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-5a2aa62a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-5a2aa62a {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-5a2aa62a {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-5a2aa62a {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-5a2aa62a {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-5a2aa62a {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-5a2aa62a {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-5a2aa62a {
  place-self: center start;
}

#w-node-_792cce88-f7a5-d11d-f236-79d89b593844-5a2aa62a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c2d2a21-bde2-f9d9-0d3f-d5baff87f708-5a2aa62a {
  grid-area: Area-2;
}

#w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-5a2aa62a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0fb8815d-20d5-3c26-78ac-331de63809e9-5a2aa62a {
  justify-self: start;
}

#w-node-d2160ad5-4776-bb19-00b5-784c9354e0da-5a2aa62a {
  grid-area: Area;
  place-self: center;
}

#w-node-_10bb675a-b4c5-b619-82b1-ebe574b531e8-5a2aa62a {
  grid-area: Area-4;
}

#w-node-_191ab773-7ca3-afa4-431f-2f8a35bfbe14-5a2aa62a {
  place-self: center;
}

#w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-5a2aa62a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-5a2aa62a {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-aabcbca2-070e-ecf2-9582-8eadaa647a9f-5a2aa62a {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7a-5a2aa62a {
  place-self: center start;
}

#w-node-b48f0a3f-0ade-e8e2-132a-106a82e533b3-5a2aa62a {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7d-5a2aa62a {
  place-self: center start;
}

#w-node-f49a0839-daa4-9010-a6d7-ab8a50a31c19-5a2aa62a {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c80-5a2aa62a {
  place-self: center start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-5a2aa62a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-5a2aa62a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-5a2aa62a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-f17633fa-ddb9-ee84-f265-df590b5f96b9-5a2aa62a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_37353616-fbcc-56d4-42cb-28f01edaee90-5a2aa62a {
  place-self: center;
}

#w-node-a8b932e6-6aa0-9c11-6fa2-a1433858ebb3-5a2aa62a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861202-5a2aa62a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861205-5a2aa62a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861208-5a2aa62a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b86120b-5a2aa62a {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_2e2402ce-f7f5-e25d-bd7a-1b86de323233-5a2aa62a {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861211-5a2aa62a {
  place-self: center start;
}

#w-node-_0a39e03c-3c42-57d7-d981-57012b28d70b-5a2aa62a {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861214-5a2aa62a {
  place-self: center start;
}

#w-node-_676dd5f9-5a35-7b3b-b16e-b3a75a6b58f1-5a2aa62a {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861217-5a2aa62a {
  place-self: center start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861219-5a2aa62a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38bc6e90-99a5-7e40-f8b2-9cc2c6ea94de-5a2aa62a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_285753a1-cac1-74c6-d260-522957f03e89-5a2aa62a {
  place-self: center start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861221-5a2aa62a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861229-5a2aa62a {
  align-self: stretch;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861234-5a2aa62a {
  justify-self: end;
}

#w-node-fa157bc5-0484-fe4f-d00c-1b2d0717270d-89dc4d86 {
  align-self: center;
}

#w-node-fa157bc5-0484-fe4f-d00c-1b2d0717275f-89dc4d86, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172761-89dc4d86, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172763-89dc4d86, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172765-89dc4d86, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172767-89dc4d86, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172769-89dc4d86, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276b-89dc4d86, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276d-89dc4d86, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276f-89dc4d86, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172771-89dc4d86, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172773-89dc4d86, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172775-89dc4d86, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172777-89dc4d86, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172779-89dc4d86, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717277b-89dc4d86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa157bc5-0484-fe4f-d00c-1b2d0717270d-d6fd73b7 {
  align-self: center;
}

#w-node-fa157bc5-0484-fe4f-d00c-1b2d07172763-d6fd73b7, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172765-d6fd73b7, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172767-d6fd73b7, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172769-d6fd73b7, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276b-d6fd73b7, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276d-d6fd73b7, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276f-d6fd73b7, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172771-d6fd73b7, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172773-d6fd73b7, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172775-d6fd73b7, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172777-d6fd73b7, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172779-d6fd73b7, #w-node-ca95c69f-2924-5a98-d17d-d69a78a7efd6-d6fd73b7, #w-node-_32f46db8-804f-1263-8d25-38a8ec053e2c-d6fd73b7, #w-node-dbe7a43a-ddff-2295-361a-38c529f97040-d6fd73b7, #w-node-ba82d7ee-37ea-e011-b856-2da384280104-d6fd73b7, #w-node-d03d1ec0-1925-e243-59c2-6c8b4988ce1b-d6fd73b7, #w-node-_03890c59-8fc8-3f47-c2df-e1da4ca8a456-d6fd73b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa157bc5-0484-fe4f-d00c-1b2d0717270d-f6c1c185 {
  align-self: center;
}

#w-node-fa157bc5-0484-fe4f-d00c-1b2d0717275f-f6c1c185, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172761-f6c1c185, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172763-f6c1c185, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172765-f6c1c185, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172767-f6c1c185, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172769-f6c1c185, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276b-f6c1c185, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276d-f6c1c185, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276f-f6c1c185, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172771-f6c1c185, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172773-f6c1c185, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172775-f6c1c185, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172777-f6c1c185, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172779-f6c1c185, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717277b-f6c1c185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa157bc5-0484-fe4f-d00c-1b2d0717270d-332be329 {
  align-self: center;
}

#w-node-fa157bc5-0484-fe4f-d00c-1b2d0717275f-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172761-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172763-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172765-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172767-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172769-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276b-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276d-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276f-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172771-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172773-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172775-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172777-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172779-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717277b-332be329 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa157bc5-0484-fe4f-d00c-1b2d0717270d-db7e3501 {
  align-self: center;
}

#w-node-fa157bc5-0484-fe4f-d00c-1b2d0717275f-db7e3501, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172761-db7e3501, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172763-db7e3501, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172765-db7e3501, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172767-db7e3501, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172769-db7e3501, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276b-db7e3501, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276d-db7e3501, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717276f-db7e3501, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172771-db7e3501, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172773-db7e3501, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172775-db7e3501, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172777-db7e3501, #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172779-db7e3501, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717277b-db7e3501, #w-node-_6a297f9d-10fe-0f9c-35de-5e2fa157d9ac-f3773c35, #w-node-_6a297f9d-10fe-0f9c-35de-5e2fa157d9ae-f3773c35, #w-node-_6a297f9d-10fe-0f9c-35de-5e2fa157d9b0-f3773c35, #w-node-_6a297f9d-10fe-0f9c-35de-5e2fa157d9b2-f3773c35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b373-b1927813 {
  align-self: center;
}

#w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b392-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b395-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b397-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b39b-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b39d-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b39f-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b3a1-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b3a3-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b3a5-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b3a7-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b3a9-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b3ad-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b3af-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b3b1-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b3b3-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b3b7-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b3b9-b1927813, #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b3bb-b1927813 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_855e7b8e-5acd-7d3a-7697-eb9276d69ed7-de77c039 {
  grid-area: Area;
}

#w-node-fcd211b7-a7db-12f4-a773-4b33294d0a54-de77c039 {
  grid-area: Area-2;
}

#w-node-_2773f6fb-81de-9314-46d1-9b7ade77c060-de77c039 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bd1cc2e-031f-0807-4159-018f0afcf78e-0afcf776, #w-node-_8bd1cc2e-031f-0807-4159-018f0afcf791-0afcf776, #w-node-_8bd1cc2e-031f-0807-4159-018f0afcf794-0afcf776, #w-node-_8bd1cc2e-031f-0807-4159-018f0afcf797-0afcf776, #w-node-_8bd1cc2e-031f-0807-4159-018f0afcf79a-0afcf776 {
  place-self: center;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-5ab816bf {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-5ab816bf {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-5ab816bf {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_0591048e-13d2-03bf-8ce8-60fee10b88f6-5ab816bf {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-5ab816bf {
  place-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-5ab816bf {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-aabcbca2-070e-ecf2-9582-8eadaa647a9f-5ab816bf {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7a-5ab816bf {
  place-self: center start;
}

#w-node-b48f0a3f-0ade-e8e2-132a-106a82e533b3-5ab816bf {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7d-5ab816bf {
  place-self: center start;
}

#w-node-f49a0839-daa4-9010-a6d7-ab8a50a31c19-5ab816bf {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c80-5ab816bf {
  place-self: center start;
}

#w-node-f17633fa-ddb9-ee84-f265-df590b5f96b9-5ab816bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-5ab816bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-5ab816bf {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-5ab816bf {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_37353616-fbcc-56d4-42cb-28f01edaee90-5ab816bf {
  place-self: center;
}

#w-node-a8b932e6-6aa0-9c11-6fa2-a1433858ebb3-5ab816bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861202-5ab816bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861205-5ab816bf {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861208-5ab816bf {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b86120b-5ab816bf {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_2e2402ce-f7f5-e25d-bd7a-1b86de323233-5ab816bf {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861211-5ab816bf {
  place-self: center start;
}

#w-node-_0a39e03c-3c42-57d7-d981-57012b28d70b-5ab816bf {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861214-5ab816bf {
  place-self: center start;
}

#w-node-_676dd5f9-5a35-7b3b-b16e-b3a75a6b58f1-5ab816bf {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861217-5ab816bf {
  place-self: center start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861219-5ab816bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38bc6e90-99a5-7e40-f8b2-9cc2c6ea94de-5ab816bf {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_285753a1-cac1-74c6-d260-522957f03e89-5ab816bf {
  place-self: center start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861221-5ab816bf {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861229-5ab816bf {
  align-self: stretch;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861234-5ab816bf {
  justify-self: end;
}

#w-node-_691c6a3d-a6bb-59f2-c084-27a03630c826-1e3fe5a6 {
  align-self: center;
}

#w-node-_691c6a3d-a6bb-59f2-c084-27a03630c844-1e3fe5a6, #w-node-_691c6a3d-a6bb-59f2-c084-27a03630c847-1e3fe5a6, #w-node-_691c6a3d-a6bb-59f2-c084-27a03630c849-1e3fe5a6, #w-node-_691c6a3d-a6bb-59f2-c084-27a03630c84b-1e3fe5a6, #w-node-fbc82fc2-8879-6014-b0d4-898b067b888e-1e3fe5a6, #w-node-fbc82fc2-8879-6014-b0d4-898b067b8891-1e3fe5a6, #w-node-fbc82fc2-8879-6014-b0d4-898b067b8892-1e3fe5a6, #w-node-fbc82fc2-8879-6014-b0d4-898b067b8894-1e3fe5a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa157bc5-0484-fe4f-d00c-1b2d0717270d-88bb06fd {
  align-self: center;
}

#w-node-fa157bc5-0484-fe4f-d00c-1b2d07172767-88bb06fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-c0b50607-2842-6d33-fbcf-ea9edc5a40e1-5a2aa572 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-5a2aa572 {
    grid-area: Area-5;
  }

  #w-node-f5dba69e-0ef8-9110-a41c-3ae84c66b27b-5a2aa572 {
    grid-area: Area-4;
  }

  #w-node-_92f3779f-53fb-3319-2c6e-b8f61d450902-5a2aa572 {
    grid-area: Area-6;
  }

  #w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-5a2aa572 {
    grid-area: Area-3;
    align-self: start;
  }

  #w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-5a2aa572 {
    order: -9999;
    grid-area: Area-10;
    align-self: center;
  }

  #w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-5a2aa572 {
    grid-area: Area-4;
  }

  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-5a2aa572 {
    grid-area: Area;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-5a2aa572 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center end;
  }

  #w-node-_4b51ffc2-6bfe-1ad0-8b0a-495e29899d67-336b9d43 {
    order: 9999;
    grid-area: Area;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ea-5a2aa60c {
    grid-area: Area-2;
  }

  #w-node-_133fe21e-5d3d-d4c3-4e57-dbca8cb9248f-5a2aa60c {
    grid-area: Area-6;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-5a2aa60c {
    grid-area: Area-10;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-5a2aa60c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-5a2aa572 {
    grid-area: Area-5;
  }

  #w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-5a2aa572 {
    grid-area: Area-7;
  }

  #w-node-_4b51ffc2-6bfe-1ad0-8b0a-495e29899d67-336b9d43 {
    grid-area: Area;
    place-self: center end;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-5a2aa572 {
    grid-area: Area-2;
  }

  #w-node-_4b51ffc2-6bfe-1ad0-8b0a-495e29899d67-336b9d43 {
    grid-area: Area-2;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6021c328-b71d-f76b-9b2f-f691f560d4b1-5a2aa572 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-5a2aa572 {
    grid-area: Area-5;
    place-self: end;
  }

  #w-node-_92f3779f-53fb-3319-2c6e-b8f61d450902-5a2aa572 {
    grid-area: Area-6;
  }

  #w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-5a2aa572 {
    grid-area: Area-3;
    align-self: end;
  }

  #w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-5a2aa572 {
    grid-area: Area-7;
  }

  #w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-5a2aa572 {
    grid-area: Area-3;
  }

  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-5a2aa572 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_52bf5da3-a12c-b9c8-8e3e-8ab411fca7ac-5a2aa572 {
    grid-area: Area;
  }

  #w-node-_3cab4b9f-07ec-353a-c99e-583fdf55a7e3-5a2aa572 {
    grid-area: Area-4;
  }

  #w-node-d3404f02-a3e3-7279-5052-cdcdd7aa3af9-5a2aa572 {
    grid-area: Area-2;
  }

  #w-node-fc9bc2c3-441c-49e9-3161-c6e9cd50542d-5a2aa572 {
    grid-area: Area-6;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-5a2aa572 {
    grid-area: Area;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-5a2aa572 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-5a2aa572, #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395ee-5a2aa572 {
    grid-area: Area;
  }

  #w-node-d1caa1f6-1dcf-a1d0-72d4-efaf838fbffa-5a2aa572 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d1caa1f6-1dcf-a1d0-72d4-efaf838fc001-5a2aa572, #w-node-d1caa1f6-1dcf-a1d0-72d4-efaf838fc002-5a2aa572 {
    grid-area: Area-3;
  }

  #w-node-_3db16d50-9d5f-c6cd-6a84-d457cf897dfc-5a2aa572 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-5a2aa572 {
    grid-column: 1 / 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-5a2aa572 {
    grid-column: 2 / 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77273-5a2aa572 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-5a2aa572 {
    grid-column: 1 / 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-area: Area-2;
    justify-self: start;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93a-c426b91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-area: Area-3;
  }

  #w-node-c79cc9d9-6923-6770-545e-3a9719427091-c426b91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-row-end: 3;
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: Area;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b935-c426b91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 3;
  }

  #w-node-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
    grid-area: Area-2;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d61-336b9d43 {
    grid-area: Area;
  }

  #w-node-_4b51ffc2-6bfe-1ad0-8b0a-495e29899d67-336b9d43 {
    order: 9999;
    grid-area: Area-3;
    justify-self: end;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
    grid-column: 1 / 2;
  }

  #w-node-_777faada-3ca6-165b-8ec2-5b4b20163b77-336b9d43 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6fe66bf6-22c6-7c4b-e980-c09ffd4740ae-336b9d43 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d5d-336b9d43 {
    grid-area: Area-3;
  }

  #w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d364a0a1-eed2-cc02-8c38-c72be241387a-336b9d43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_742bc615-eb92-0d24-5678-32641c325156-336b9d43 {
    justify-self: stretch;
  }

  #w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43 {
    place-self: center end;
  }

  #w-node-e7216152-f701-971a-aa13-8b0d399ea0a2-336b9d43 {
    justify-self: stretch;
  }

  #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43 {
    place-self: center end;
  }

  #w-node-fdd5de7a-6baa-18bc-4fc4-17f9de14bff9-336b9d43 {
    justify-self: stretch;
  }

  #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43 {
    place-self: center end;
  }

  #w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-5a2aa595 {
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-5a2aa595, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-5a2aa5b0 {
    grid-column-end: 3;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-5a2aa5c7, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-5a2aa5c7 {
    grid-column-end: 2;
  }

  #w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25d-5a2aa5c7 {
    grid-area: Area;
  }

  #w-node-_9921994f-70cc-1547-5a78-2c400de6f5b8-5a2aa5c7 {
    grid-column: 1 / 2;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5a2aa5ca {
    grid-column-end: 3;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-5a2aa5ca {
    grid-column-end: 2;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-5a2aa5ca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-5a2aa5cd, #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-5a2aa5cd, #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-5a2aa5cd {
    grid-column-end: 2;
  }

  #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-5a2aa5cd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-5a2aa5cd {
    grid-column-start: 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-5a2aa5cd {
    grid-column: 1 / 3;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc9a3-5a2aa5cd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-5a2aa5e1, #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-5a2aa5e1 {
    grid-column-end: 2;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-5a2aa5e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-5a2aa5f5, #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-5a2aa5f5 {
    grid-column-end: 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-5a2aa5f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-5a2aa5f5 {
    grid-column: 1 / 3;
  }

  #w-node-_98f229a9-5100-819f-064e-0e06336e0d41-5a2aa5f5 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-dd7a9d4f-3f44-6083-09b9-87b7a86adb34-5a2aa60b {
    grid-column-end: 4;
  }

  #w-node-dd7a9d4f-3f44-6083-09b9-87b7a86adb35-5a2aa60b, #buy.w-node-dd7a9d4f-3f44-6083-09b9-87b7a86adb3f-5a2aa60b, #w-node-_7163818b-696c-3e0e-4c6d-840c5161279c-5a2aa60b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dd7a9d4f-3f44-6083-09b9-87b7a86adb51-5a2aa60b {
    place-self: start;
  }

  #w-node-ecf910f7-07a7-fd88-8402-1d2ac2fc3e00-5a2aa60b {
    grid-area: Area;
  }

  #w-node-_19059734-4b31-a144-bce8-67b45290874a-5a2aa60b, #w-node-de752649-399b-2701-cd85-436e07523186-5a2aa60c {
    grid-area: Area-2;
  }

  #w-node-_133fe21e-5d3d-d4c3-4e57-dbca8cb9248f-5a2aa60c {
    grid-area: Area-3;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-5a2aa60c {
    grid-area: Area-8;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-5a2aa60c {
    place-self: start stretch;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-5a2aa60c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-5a2aa60c {
    grid-row: 2 / 3;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-5a2aa60c {
    grid-column: 1 / 3;
  }

  #w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-5a2aa60c {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-5a2aa60e, #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-5a2aa60e {
    grid-column-end: 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-5a2aa60e {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-5a2aa60e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-5a2aa60e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-5a2aa60e {
    grid-column: 1 / 3;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-5a2aa60e {
    grid-row: 2 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-5a2aa60e {
    grid-column-start: 1;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-5a2aa60e {
    grid-column: 1 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027134-5a2aa60e {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-5a2aa60e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-b84cb859-5226-6842-ec2f-395770060748-5a2aa60e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5a2aa60f, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5a2aa613 {
    grid-column-end: 3;
  }

  #w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba31e9-5a2aa613 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba3200-5a2aa613 {
    grid-column: span 2 / span 2;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5a2aa614 {
    grid-column-end: 3;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-5a2aa614 {
    grid-column-end: 2;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-5a2aa614 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-5a2aa615 {
    grid-column-end: 3;
  }

  #w-node-ff11f385-19e7-2610-e10a-74658e225841-5a2aa616, #w-node-ff11f385-19e7-2610-e10a-74658e225846-5a2aa616 {
    grid-column-end: 2;
  }

  #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-5a2aa616 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-5a2aa62a, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-5a2aa62a {
    grid-column-end: 2;
  }

  #w-node-bf268399-4001-455f-2109-2c2bf6a721e7-5a2aa62a {
    grid-area: Area;
  }

  #w-node-_7ccce7ec-88ce-6aba-e5aa-d09c7b6c987b-5a2aa62a {
    grid-area: Area-2;
  }

  #w-node-_2b7c1bd8-fa21-aec1-85fb-d93364305335-5a2aa62a {
    grid-area: Area-3;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-5a2aa62a {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-5a2aa62a {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-5a2aa62a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-5a2aa62a {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-5a2aa62a, #w-node-_5e265911-3e42-184e-49b8-29b67b861202-5a2aa62a {
    grid-column: span 2 / span 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b86120b-5a2aa62a {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861219-5a2aa62a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-5ab816bf, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-5ab816bf {
    grid-column-end: 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-5ab816bf {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-5ab816bf, #w-node-_5e265911-3e42-184e-49b8-29b67b861202-5ab816bf {
    grid-column: span 2 / span 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b86120b-5ab816bf {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861219-5ab816bf {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-5a2aa572 {
    grid-area: Area-2;
  }

  #w-node-f5dba69e-0ef8-9110-a41c-3ae84c66b27b-5a2aa572 {
    align-self: auto;
  }

  #w-node-_92f3779f-53fb-3319-2c6e-b8f61d450902-5a2aa572 {
    grid-area: Area-6;
  }

  #w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-5a2aa572 {
    grid-area: Area-3;
  }

  #w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-5a2aa572 {
    grid-area: Area-8;
  }

  #w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-5a2aa572 {
    grid-area: Area-4;
    justify-self: end;
  }

  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-5a2aa572 {
    grid-column: span 1 / span 1;
  }

  #w-node-_740c604e-5a91-f71f-7b54-c6974b436c86-5a2aa572 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3cab4b9f-07ec-353a-c99e-583fdf55a7e3-5a2aa572 {
    grid-area: Area-4;
  }

  #w-node-fc9bc2c3-441c-49e9-3161-c6e9cd50542d-5a2aa572 {
    grid-area: Area-3;
  }

  #w-node-d3404f02-a3e3-7279-5052-cdcdd7aa3afc-5a2aa572, #w-node-_691f9355-87b6-d7c6-6792-b31bc2a2a6f9-5a2aa572, #w-node-_6cca6e85-2de4-c27f-34ed-878fd747523e-5a2aa572, #w-node-_6cca6e85-2de4-c27f-34ed-878fd7475240-5a2aa572 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8859-5a2aa572 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-5a2aa572 {
    grid-column-end: 3;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b79-5a2aa572 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-5a2aa572 {
    grid-column-end: 3;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd562444-5a2aa572 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-5a2aa572 {
    grid-column-end: 3;
  }

  #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395e3-5a2aa572 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395ee-5a2aa572 {
    grid-column-end: 3;
  }

  #w-node-d1caa1f6-1dcf-a1d0-72d4-efaf838fbffa-5a2aa572 {
    grid-column: span 1 / span 1;
  }

  #w-node-d1caa1f6-1dcf-a1d0-72d4-efaf838fbffe-5a2aa572 {
    grid-area: Area;
  }

  #w-node-d1caa1f6-1dcf-a1d0-72d4-efaf838fc001-5a2aa572 {
    grid-area: Area-4;
    justify-self: start;
  }

  #w-node-d1caa1f6-1dcf-a1d0-72d4-efaf838fc002-5a2aa572 {
    grid-area: Area-4;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-5a2aa572 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-5a2aa572, #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-area: Area-2;
    place-self: start stretch;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-area: Area-5;
    align-self: end;
  }

  #w-node-c79cc9d9-6923-6770-545e-3a9719427091-c426b91d {
    grid-area: Area-4;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: Area;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 4;
  }

  #w-node-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: stretch;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-area: Area-5;
    justify-self: stretch;
  }

  #w-node-_4b51ffc2-6bfe-1ad0-8b0a-495e29899d67-336b9d43 {
    grid-area: Area-4;
  }

  #w-node-_7db20686-f7c0-3872-8f60-dd88d8a97792-56a0d8b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-5a2aa595, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-5a2aa5b0, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-5a2aa5b0, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5a2aa5ca, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-5a2aa5ca {
    grid-column-end: 2;
  }

  #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-5a2aa5ca {
    grid-column: span 1 / span 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-5a2aa5cd {
    grid-column-end: 2;
  }

  #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-5a2aa5cd {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-5a2aa5cd {
    grid-column-end: 2;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-5a2aa5e1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-5a2aa5e1 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-5a2aa5f5 {
    grid-row: 2 / 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-5a2aa5f5 {
    grid-row: 4 / 5;
  }

  #w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-5a2aa5f5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-5a2aa5f5 {
    grid-column: span 1 / span 1;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f52-5a2aa5f5 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-5a2aa60c {
    grid-column: span 3 / span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-5a2aa60c {
    grid-column: span 1 / span 1;
  }

  #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-5a2aa60c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_133fe21e-5d3d-d4c3-4e57-dbca8cb9248f-5a2aa60c {
    grid-area: Area-3;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-5a2aa60c {
    grid-area: Area-8;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-5a2aa60c {
    grid-column: span 1 / span 1;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-5a2aa60c {
    grid-column-end: 2;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-5a2aa60e {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-5a2aa60e {
    grid-row: 4 / 5;
  }

  #w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-5a2aa60e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-5a2aa60e {
    grid-row: span 1 / span 1;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-5a2aa60e {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027119-5a2aa60e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-5a2aa60e, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5a2aa60f, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-5a2aa60f, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5a2aa613, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-5a2aa613 {
    grid-column-end: 2;
  }

  #w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba3200-5a2aa613 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba3203-5a2aa613, #w-node-_0ab9c1dc-829f-e2a4-35ae-203c5dba320f-5a2aa613 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5a2aa614, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-5a2aa614 {
    grid-column-end: 2;
  }

  #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-5a2aa614 {
    grid-column: span 1 / span 1;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-5a2aa615 {
    align-self: end;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-5a2aa616 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-5a2aa616 {
    justify-self: center;
  }

  #w-node-bf268399-4001-455f-2109-2c2bf6a721e7-5a2aa62a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_7ccce7ec-88ce-6aba-e5aa-d09c7b6c987b-5a2aa62a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2b7c1bd8-fa21-aec1-85fb-d93364305335-5a2aa62a {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-5a2aa62a {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-5a2aa62a, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-5a2aa62a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-5a2aa62a {
    grid-column-end: 2;
  }

  #w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-5a2aa62a {
    grid-column: 1 / 2;
  }

  #w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-5a2aa62a {
    grid-column: 1 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-5a2aa62a {
    grid-column: span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-5a2aa62a, #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-5a2aa62a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-5a2aa62a {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861205-5a2aa62a, #w-node-_5e265911-3e42-184e-49b8-29b67b861208-5a2aa62a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861219-5a2aa62a {
    grid-column-end: 2;
  }

  #w-node-_38bc6e90-99a5-7e40-f8b2-9cc2c6ea94de-5a2aa62a {
    grid-column: 1 / 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861221-5a2aa62a {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861229-5a2aa62a {
    align-self: stretch;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-5ab816bf {
    grid-column: span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-5ab816bf, #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-5ab816bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-5ab816bf {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861205-5ab816bf, #w-node-_5e265911-3e42-184e-49b8-29b67b861208-5ab816bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861219-5ab816bf {
    grid-column-end: 2;
  }

  #w-node-_38bc6e90-99a5-7e40-f8b2-9cc2c6ea94de-5ab816bf {
    grid-column: 1 / 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861221-5ab816bf {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861229-5ab816bf {
    align-self: stretch;
  }

  #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717270d-88bb06fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-5a2aa572 {
    grid-area: Area-2;
  }

  #w-node-_92f3779f-53fb-3319-2c6e-b8f61d450902-5a2aa572 {
    grid-area: Area-8;
  }

  #w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-5a2aa572 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center end;
  }

  #w-node-_66927e21-ee65-d8e1-cc31-2e0bbfb2a5cd-5a2aa572 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3e8f31ed-6771-e859-636c-b476dcab981b-5a2aa572 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0f453a3e-66f8-fb3d-0e56-c1cfd80a8551-5a2aa572 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-5a2aa572 {
    grid-area: Area;
    justify-self: stretch;
  }

  #w-node-_740c604e-5a91-f71f-7b54-c6974b436c86-5a2aa572, #w-node-_52bf5da3-a12c-b9c8-8e3e-8ab411fca7b1-5a2aa572 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8856-5a2aa572 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8859-5a2aa572 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-5a2aa572 {
    grid-area: Area;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b76-5a2aa572, #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b79-5a2aa572 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-5a2aa572 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd562441-5a2aa572, #w-node-_8f986286-6be5-7fda-4809-b0f5bd562444-5a2aa572 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-5a2aa572 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395e0-5a2aa572, #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395e3-5a2aa572 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395ee-5a2aa572 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1caa1f6-1dcf-a1d0-72d4-efaf838fc001-5a2aa572 {
    grid-area: Area;
  }

  #w-node-_6ed1e5db-23df-78fd-f889-acd3856efb5d-5a2aa572 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-5a2aa572 {
    grid-column-end: 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77273-5a2aa572 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7727a-5a2aa572, #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-5a2aa572, #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725f-5a2aa572 {
    justify-self: stretch;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-area: Area-5;
    align-self: end;
  }

  #w-node-c79cc9d9-6923-6770-545e-3a9719427091-c426b91d {
    grid-area: Area-4;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: Area-3;
    place-self: start stretch;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b924-c426b91d, #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b926-c426b91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
    grid-area: Area-2;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d61-336b9d43 {
    grid-area: Area-6;
  }

  #w-node-_4b51ffc2-6bfe-1ad0-8b0a-495e29899d67-336b9d43 {
    grid-area: Area-7;
  }

  #w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-5a2aa5c7 {
    grid-column: span 1 / span 1;
  }

  #w-node-c3e4a622-32f8-f922-a5f9-7c9122fd7a0c-5a2aa5cd {
    place-self: center stretch;
  }

  #w-node-_231f18f0-034c-bf91-9e26-aa98c5f5105a-5a2aa5cd {
    place-self: center;
  }

  #w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-5a2aa5cd {
    justify-self: center;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-5a2aa5cd, #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-5a2aa5cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-5a2aa5cd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-dd7a9d4f-3f44-6083-09b9-87b7a86adb35-5a2aa60b {
    place-self: stretch start;
  }

  #buy.w-node-dd7a9d4f-3f44-6083-09b9-87b7a86adb3f-5a2aa60b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-dd7a9d4f-3f44-6083-09b9-87b7a86adb51-5a2aa60b {
    place-self: stretch stretch;
  }

  #w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-5a2aa60c {
    grid-column-end: 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-5a2aa60c {
    grid-column: span 3 / span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-5a2aa60c, #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-5a2aa60c {
    grid-column: span 1 / span 1;
  }

  #w-node-_133fe21e-5d3d-d4c3-4e57-dbca8cb9248f-5a2aa60c {
    grid-area: Area-9;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-5a2aa60c {
    grid-area: Area-6;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-5a2aa60e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-5a2aa60e {
    order: -9999;
    grid-row: 1 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-5a2aa60e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-5a2aa60e {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-5a2aa60e, #w-node-de232761-f644-f9f0-bd3b-00bfbb027120-5a2aa60e, #w-node-de232761-f644-f9f0-bd3b-00bfbb02713b-5a2aa60e {
    justify-self: stretch;
  }

  #w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-5a2aa60e {
    justify-self: start;
  }

  #w-node-_9e13dbd3-67ef-1230-ef5f-851a0e42c433-5a2aa614 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-5a2aa615 {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-5a2aa616, #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-5a2aa616 {
    grid-column: span 2 / span 2;
  }

  #w-node-_06e34372-62f5-ca40-4cc4-027e7e2b5d23-5a2aa62a {
    grid-area: Area-5;
  }

  #w-node-_3317f228-aa6f-d70c-77de-b45d58feb4ef-5a2aa62a {
    grid-area: Area-6;
  }

  #w-node-fa157bc5-0484-fe4f-d00c-1b2d07172711-89dc4d86 {
    justify-self: stretch;
  }

  #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717272b-89dc4d86 {
    align-self: end;
  }

  #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717270d-332be329, #w-node-fa157bc5-0484-fe4f-d00c-1b2d0717270d-db7e3501 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_53762e42-ecb7-ba3b-7165-d615b93a04fb-f3773c35, #w-node-_077195ed-58df-87ec-c7d1-bd97d7781594-f3773c35, #w-node-d3c0deb9-a4ae-6985-c554-45060636c53a-ccc72dc7, #w-node-d3c0deb9-a4ae-6985-c554-45060636c53c-ccc72dc7, #w-node-_20ce19d3-2b46-9732-3778-1fca7a614ad2-90ed8c6f, #w-node-_20ce19d3-2b46-9732-3778-1fca7a614ad4-90ed8c6f {
    place-self: stretch stretch;
  }

  #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b36a-b1927813 {
    grid-area: Area-3;
  }

  #w-node-_55cb44c4-2acb-dbb0-b58c-20327a77b373-b1927813 {
    grid-area: Area;
  }

  #w-node-be90555d-2721-e61f-57ad-e0df52f0a95e-b1927813 {
    justify-self: auto;
  }

  #w-node-be90555d-2721-e61f-57ad-e0df52f0a95f-b1927813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_691c6a3d-a6bb-59f2-c084-27a03630c827-1e3fe5a6 {
    place-self: stretch stretch;
  }

  #w-node-_691c6a3d-a6bb-59f2-c084-27a03630c844-1e3fe5a6 {
    place-self: stretch start;
  }

  #w-node-_691c6a3d-a6bb-59f2-c084-27a03630c849-1e3fe5a6 {
    place-self: stretch stretch;
  }

  #w-node-_691c6a3d-a6bb-59f2-c084-27a03630c838-1e3fe5a6 {
    grid-area: Area;
  }

  #w-node-fbc82fc2-8879-6014-b0d4-898b067b888e-1e3fe5a6 {
    place-self: stretch start;
  }

  #w-node-fbc82fc2-8879-6014-b0d4-898b067b8892-1e3fe5a6 {
    place-self: stretch stretch;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}