@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-ExtraBold.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arrow Font;
  src: url('../fonts/fontello.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alair Fonts 3";
  src: url('../fonts/Alair-Fonts-3.1-.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --neutral--800: #060606;
  --neutral--400: silver;
  --neutral--100: white;
  --accent--primary-1: white;
  --secondary--color-1: #141414;
  --neutral--700: #474747;
  --neutral--600: #717172;
  --neutral--500: #939393;
  --neutral--300: #e7e7e7;
  --neutral--200: #f4f4f4;
  --general--shadow-01: #14142b0f;
  --system--red-400: #dc2b2b;
  --general--shadow-02: #14142b14;
  --general--shadow-06: #14142b3d;
  --lake-life: #002149;
  --button-shadow--color-01: #4a3aff0f;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --button-shadow--color-2: #1414b214;
  --button-shadow--color-03: #14141414;
  --general--shadow-03: #14142b1a;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --secondary--color-2: #b1b1b1;
  --secondary--color-3: #7d42fb;
  --secondary--color-4: #2d68ff;
  --secondary--color-5: #fdb52a;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-400: #11845b;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.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-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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

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

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

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

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

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

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

@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-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--neutral--800);
  color: var(--neutral--400);
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.222em;
}

h2 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.368em;
}

h3 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.417em;
}

h4 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--400);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  color: var(--neutral--100);
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 1.111em;
  display: block;
}

strong {
  color: var(--neutral--100);
  font-family: DM Serif Display, sans-serif;
  font-weight: 400;
}

blockquote {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 124px 80px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.417em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
  line-height: 1.111em;
}

.page-wrapper {
  position: relative;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns._1-col-tablet.hide {
  display: none;
}

.grid-2-columns.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.grid-2-columns._2-col-mbl.gap-16px {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2-columns._2-col-mbl.gap-16px.hide {
  display: none;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns.dropdown-link-menu {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.grid-2-columns.about-section---home-v2 {
  grid-template-columns: 1fr 1.4fr;
}

.grid-2-columns.testimonial-section---home-v3 {
  grid-column-gap: 40px;
  grid-template-columns: .5fr 1fr;
  align-items: start;
}

.grid-2-columns.process-section---about-page {
  grid-column-gap: 32px;
  grid-template-columns: 1fr 1.75fr;
  align-items: start;
}

.grid-2-columns.our-process-grid {
  grid-row-gap: 80px;
  align-items: start;
  margin-top: 52px;
}

.grid-2-columns.form-left-grid {
  grid-column-gap: 48px;
  grid-template-columns: .62fr 1fr;
  align-items: start;
}

.grid-2-columns.offices-grid---contact-v2-page {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1.45fr;
}

.card {
  background-color: var(--secondary--color-1);
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.whats-included {
  border: 1px solid var(--neutral--700);
  background-color: var(--neutral--800);
}

.card.figma-file {
  border: 1px solid var(--neutral--700);
  background-color: var(--neutral--800);
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.card.sales-home-page {
  border: 1px solid var(--neutral--700);
  color: var(--neutral--700);
  text-align: center;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.sales-home-page:hover {
  transform: scale3d(.98, .98, 1.01);
}

.card.buy-now {
  background-color: #146ef5;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: scale(.98);
}

.card.team-member-card {
  background-color: #14141499;
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.divider {
  background-color: var(--neutral--700);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider._24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider.section-divider-line {
  width: 90vw;
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider._120px {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-24px.color {
  color: var(--accent--primary-1);
}

.mg-bottom-24px.tfont {
  font-family: Thicccboi, sans-serif;
}

.mg-bottom-32px {
  margin-bottom: 32px;
  font-family: Thicccboi, sans-serif;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.mg-top-48px {
  margin-top: 48px;
}

.text-200 {
  line-height: 1.111em;
}

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

.text-200.search-result-link {
  color: var(--neutral--100);
  margin-top: auto;
}

.display-1 {
  color: var(--neutral--100);
  font-family: DM Serif Display, sans-serif;
  font-size: 128px;
  font-weight: 500;
  line-height: .938em;
}

.display-1.gradient-heading {
  background-image: linear-gradient(138deg, transparent, var(--neutral--100) 25%, var(--neutral--100) 72%, transparent 86%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.display-1.gradient-heading.mg-bottom-20px {
  background-image: linear-gradient(138deg, transparent, var(--neutral--100) 12%, var(--neutral--100) 100%, #000);
  font-family: DM Serif Display, sans-serif;
  font-weight: 700;
}

.display-1.mg-bottom-0, .display-1.text-center.mg-bottom-64px {
  font-family: DM Serif Display, sans-serif;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column.gap-row-16px {
  grid-row-gap: 16px;
}

.grid-1-column.gap-row-16px.hide {
  display: none;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--neutral--100);
  font-family: DM Serif Display, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.125em;
}

.display-2.mg-bottom-40px.mg-bottom-24px-tablet {
  font-family: DM Serif Display, sans-serif;
}

.display-2.mg-bottom-40px.mg-bottom-24px-tablet._60px {
  font-size: 70px;
}

.display-2.mg-bottom-0.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.display-2.blog-post-page-title {
  margin-bottom: 24px;
}

.display-2.mg-bottom--6px {
  margin-bottom: -6px;
}

.display-2.mg-bottom--6px._30px {
  font-size: 30px;
}

.display-2.mg-bottom-12px.center {
  text-align: center;
}

.display-3 {
  color: var(--neutral--100);
  font-size: 54px;
  font-weight: 500;
  line-height: 1.222em;
}

.display-4 {
  color: var(--neutral--100);
  font-size: 44px;
  font-weight: 500;
  line-height: 1.227em;
}

.display-4.mg-bottom-0 {
  font-family: DM Serif Display, sans-serif;
}

.display-4.nonpadding {
  margin-bottom: 0;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

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

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-link {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: var(--neutral--400);
}

.text-link.text-decoration-none {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-uppercase {
  letter-spacing: .05em;
  text-transform: uppercase;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.instagram-feed---3-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.instagram-feed---3-col-grid.v2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3-columns.instagram-feed---3-col-grid.v2.hide {
  display: none;
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._600px._100-tablet.gap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.inner-container._600px._100-tablet.gap10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._490px-desktop-and-tablet {
  max-width: 490px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._666px {
  max-width: 666px;
}

.inner-container._1060px {
  max-width: 1060px;
}

.inner-container._545px {
  max-width: 545px;
}

.inner-container._545px._100-tablet._100 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.inner-container._575px {
  max-width: 575px;
}

.inner-container._710px {
  max-width: 710px;
}

.inner-container._365px {
  max-width: 365px;
}

.inner-container._765px {
  max-width: 765px;
}

.inner-container._430px {
  max-width: 430px;
}

.inner-container._730px {
  max-width: 730px;
}

.inner-container._615px {
  max-width: 615px;
}

.inner-container._885px {
  max-width: 885px;
}

.inner-container._480px {
  max-width: 480px;
}

.inner-container._330px-desktop-and-tablet {
  max-width: 330px;
}

.inner-container._580px {
  max-width: 580px;
}

.inner-container._910px {
  max-width: 910px;
}

.inner-container._950px {
  max-width: 950px;
}

.inner-container._570px {
  max-width: 570px;
}

.inner-container._406px {
  max-width: 406px;
}

.inner-container._600px._100-tablet {
  max-width: 600px;
}

.inner-container._60 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.gap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.mg-bottom-0 {
  color: var(--neutral--200);
  text-align: left;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
}

.mg-bottom-0._30 {
  width: 30%;
}

.mg-bottom-0.hide {
  display: none;
}

.mg-bottom-0.smallsize {
  height: 90px;
  overflow: hidden;
}

.mg-bottom-0.narrow {
  width: 70%;
}

.btn-primary {
  border: 1px solid var(--neutral--100);
  background-color: var(--accent--primary-1);
  color: var(--secondary--color-1);
  text-align: center;
  border-radius: 48px;
  justify-content: center;
  padding: 16px 32px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: var(--neutral--800);
  transform: scale(.96);
}

.btn-primary.small {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-primary.inside-input.default {
  padding: 15px 24px;
  bottom: 22px;
}

.btn-primary.button-row {
  margin-right: 0;
  font-family: Thicccboi, sans-serif;
}

.btn-primary.button-row.no-wrap {
  white-space: nowrap;
}

.btn-primary.button-row._28 {
  margin-right: 0;
}

.btn-secondary {
  border: 1px solid var(--neutral--500);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 16px 32px;
  font-family: Thicccboi, sans-serif;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform: scale3d(.96, .96, 1.01);
}

.btn-secondary.small {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-secondary.no-hover {
  transition-property: none;
}

.btn-secondary.no-hover:hover {
  border-color: var(--neutral--500);
  color: var(--neutral--100);
  background-color: #0000;
  transform: none;
}

.btn-secondary.no-hover.no-wrap {
  white-space: nowrap;
}

.btn-secondary.button-arrow {
  margin-left: 0;
  line-height: .778em;
}

.btn-secondary.button-arrow.no-hover {
  overflow: hidden;
}

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

.btn-secondary.hide {
  display: none;
}

.input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--neutral--700);
  color: var(--neutral--200);
  background-color: #0000;
  min-height: 72px;
  margin-bottom: 0;
  padding: 16px 0 32px;
  font-size: 18px;
  line-height: 1.111em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: transparent transparent var(--neutral--500);
}

.input:focus, .input.-wfp-focus {
  border-color: transparent transparent var(--neutral--100);
}

.input::placeholder {
  color: var(--neutral--400);
  font-size: 18px;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.position-relative {
  position: relative;
}

.text-area {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--neutral--700);
  color: var(--neutral--100);
  background-color: #0000;
  min-height: 144px;
  margin-bottom: 0;
  padding: 24px 0;
  font-size: 18px;
  line-height: 1.6em;
  transition: color .3s, border-color .3s;
}

.text-area:hover {
  border-color: transparent transparent var(--neutral--500);
}

.text-area:focus {
  border-color: transparent transparent var(--neutral--100);
  color: var(--neutral--100);
}

.text-area::placeholder {
  color: var(--neutral--400);
  font-size: 18px;
}

.checkbox-field-wrapper {
  align-items: flex-start;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.333em;
  display: flex;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--700);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  background-color: #0000;
  border-radius: 50%;
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--accent--primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  background-image: url('../images/check-icon-architectr-x-webflow-template.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

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

.checkbox.small {
  min-width: 20px;
  min-height: 20px;
}

.checkbox.small.w--redirected-checked {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  background-image: url('../images/check-icon-architectr-x-webflow-template.svg');
}

.radio-button {
  border-color: var(--neutral--700);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  background-color: #0000;
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.small {
  min-width: 20px;
  min-height: 20px;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._05 {
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
}

.avatar-circle._05.mg-bottom-32px {
  border-radius: 100%;
  min-width: 250px;
  min-height: 250px;
}

.avatar-circle._06 {
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
}

.avatar-circle._06.mg-bottom-24px {
  object-fit: cover;
  object-position: 50% 28%;
  width: 260px;
  max-width: 260px;
  height: 260px;
  max-height: 260px;
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-font.button-icon-left {
  margin-right: 6px;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 6px;
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.success-message-check {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 1em;
}

.line-square-icon.success-message-check.medium {
  font-size: 64px;
}

.line-square-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

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

.rich-text h2 {
  margin-top: 0;
  margin-bottom: 6px;
}

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 6px;
}

.rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text ul, .rich-text ol {
  margin-top: 24px;
  margin-bottom: 24px;
}

.rich-text h6, .rich-text h5, .rich-text h4 {
  margin-top: 40px;
  margin-bottom: 6px;
}

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

.rich-text.mg-bottom--40px {
  margin-bottom: -40px;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.footer-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
}

.buttons-row.cta-v3 {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.buttons-row.gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

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

.container-default {
  max-width: 1328px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.z-index-1 {
  z-index: 1;
  position: relative;
}

.container-default.z-index-1._100 {
  height: 100vh;
}

.container-default.order-confirmation {
  display: block;
}

.container-default.padding {
  padding-bottom: 5%;
}

.container-default.paddingright {
  padding-right: 0;
}

.container-default.z-index-2 {
  z-index: 2;
  position: relative;
}

.container-default.z-index-2._100 {
  width: 100%;
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.top {
  padding-top: 80px;
}

.section.hero-section---home-v1 {
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 256px;
  position: relative;
  overflow: hidden;
}

.section.pd-bottom-200px._15 {
  margin-top: 15%;
}

.section.pd-bottom-200px.hide {
  display: none;
}

.section.about-section---home-v2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 1080px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.about-section---home-v2.space {
  padding-top: 0;
  padding-bottom: 100px;
}

.section.about-section---home-v2.space.height {
  min-height: 900px;
}

.section.hero-section---home-v3 {
  z-index: 1;
  margin-bottom: 50px;
  padding-top: 180px;
  padding-bottom: 260px;
  position: relative;
}

.section.hero-section---about-page {
  padding-top: 72px;
  padding-bottom: 124px;
}

.section.sell-hero {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

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

.section.hero-section---portfolio-single-page {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero-section---product-page {
  align-items: center;
  margin-bottom: 140px;
  padding-top: 148px;
  padding-bottom: 164px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.pd-bottom-200px {
  padding-top: 60px;
  padding-bottom: 100px;
}

.link-text {
  transition: none;
  display: inline-block;
}

.heading-h2-size {
  color: var(--neutral--100);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.368em;
}

.heading-h3-size {
  color: var(--neutral--100);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.417em;
}

.heading-h4-size {
  color: var(--neutral--100);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.273em;
}

.header-wrapper {
  background-color: #fff0;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
  inset: 0% 0% auto;
}

.header-content-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 32px;
}

.header-nav-list-item.left.hide {
  display: none;
}

.header-nav-list-item.mg-left-16px {
  padding-left: 16px;
}

.dropdown-link {
  color: var(--neutral--400);
  transform-style: preserve-3d;
  padding: 0;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline;
}

.dropdown-link:hover {
  color: var(--neutral--100);
  transform: translate3d(6px, 0, .01px);
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.hamburger-menu-wrapper {
  padding: 0;
}

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

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-left-side {
  align-items: center;
  display: flex;
}

.btn-circle-secondary {
  border: 1px solid var(--neutral--500);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.accordion-btn {
  border-color: var(--neutral--700);
  transform-style: preserve-3d;
  transition: transform .3s;
  position: relative;
}

.btn-circle-secondary.accordion-btn:hover {
  transform: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-wrap._404-not-found-page {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 0;
  padding-top: 600px;
  padding-bottom: 100px;
  position: relative;
}

.utility-page-wrap.password-protected {
  padding-top: 330px;
  padding-bottom: 240px;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.utility-page-content._404-not-found-page {
  z-index: 2;
  text-align: left;
  max-width: 475px;
  margin-bottom: 0;
  position: relative;
}

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

.hidden-on-desktop {
  display: none;
}

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

.flex-vertical.center {
  align-items: center;
}

.flex-vertical.hide {
  display: none;
}

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

.flex-horizontal.wrap-12px {
  grid-row-gap: 12px;
  flex-wrap: wrap;
}

.flex-horizontal.children-wrap {
  flex-wrap: wrap;
}

.footer-wrapper {
  border-top: 1px solid var(--neutral--700);
  background-color: #0000;
  overflow: hidden;
}

.footer-logo-wrapper {
  transform-style: preserve-3d;
  margin-bottom: 32px;
  transition-property: transform;
}

.footer-logo-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.footer-logo-wrapper.mg-bottom-0 {
  width: 30%;
  margin-bottom: 0;
}

.footer-logo-wrapper.mg-bottom-0.w--current {
  width: 20%;
  display: flex;
}

.footer-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-list-item {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.111em;
}

.footer-link {
  color: var(--neutral--400);
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--accent--primary-1);
  transform: translate3d(6px, 0, .01px);
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-top.footer-v1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--700);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-bottom.footer-v1 {
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.footer-bottom.footer-v1.no-cta {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.footer-middle {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-middle.footer-v1 {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.footer-top-2-columns {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  align-items: flex-end;
  display: flex;
}

.success-message {
  border: 1px solid var(--neutral--700);
  color: var(--neutral--100);
  background-color: #0000;
  min-height: 511px;
  padding: 24px;
  position: relative;
}

.success-message.contact-form---service-single-page {
  min-height: 360px;
}

.error-message {
  border: 1px solid var(--system--red-400);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--system--red-400);
  text-align: center;
  background-color: #0606060d;
  margin-top: 20px;
  padding: 20px 24px;
}

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

.text-center._50 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.grid-footer-3-columns---logo-center {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sticky-top {
  position: sticky;
  top: 24px;
}

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

.bg-overlay {
  z-index: 1;
  background-color: #06060699;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-overlay._80 {
  background-color: #06060600;
  background-image: linear-gradient(180deg, var(--secondary--color-1), #fff0 41%, #fff0);
}

.bg-overlay._80.black {
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(180deg, var(--secondary--color-1), #fff0 41%);
}

.bg-overlay.transform-origin-bottom {
  transform-origin: 50% 100%;
  object-fit: cover;
}

.bg-overlay._80 {
  background-color: #060606cc;
}

.overflow-hidden {
  overflow: hidden;
}

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

.text-decoration-none.position-relative.display-block {
  object-fit: cover;
  height: 100%;
}

.accordion-item-wrapper {
  border: 1px solid var(--neutral--300);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 24px;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.v2 {
  z-index: 1;
  border-width: 1px 0;
  border-top-color: var(--neutral--700);
  border-bottom-color: var(--neutral--700);
  box-shadow: none;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 64px 0;
  position: relative;
}

.accordion-item-wrapper.v2:hover {
  transform: translate(8px);
}

.accordion-item-wrapper.v2.first {
  border-top-width: 0;
  padding-top: 0;
}

.accordion-item-wrapper.v2.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.accordion-item-wrapper.service-accordion {
  border-width: 0 0 1px;
  border-color: black black var(--neutral--700);
  box-shadow: none;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 0;
  justify-content: space-between;
  padding: 64px 0 0;
}

.accordion-item-wrapper.service-accordion:hover {
  transform: translate3d(8px, 0, .01px);
}

.accordion-item-wrapper.service-accordion.border {
  border-bottom-color: var(--general--shadow-06);
}

.accordion-item-wrapper.service-accordion.border.rightsize {
  justify-content: flex-end;
}

.accordion-item-wrapper.service-accordion.border.rightsize.flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.acordion-body.service-accordion {
  max-width: 705px;
}

.accordion-spacer {
  min-height: 12px;
}

.accordion-spacer._4px {
  min-height: 4px;
}

.accordion-spacer._24px {
  min-height: 24px;
}

.accordion-btn-line {
  background-color: var(--neutral--100);
  width: 20px;
  height: 1.5px;
  position: absolute;
}

.accordion-btn-line.vertical {
  transform: rotate(90deg);
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v2 {
  max-width: 760px;
}

.accordion-content-wrapper.v2.service-accordion._600px {
  max-width: 600px;
}

.accordion-content-wrapper.v1 {
  max-width: 870px;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-side.right-side.hide {
  display: none;
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: flex;
}

.accordion-icon-wrapper.service-accordion {
  margin-top: 16px;
}

.accordion-title {
  margin-bottom: 0;
}

.accordion-title.display-2 {
  line-height: 1.125em;
}

.accordion-big-number-wrapper {
  align-items: flex-start;
  display: flex;
}

.empty-state {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  padding: 26px 24px;
  font-weight: 700;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.team-member-page {
  padding: 56px 68px 64px;
}

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

.image.hero-image---home-v1 {
  object-fit: cover;
  object-position: 50% 68%;
  height: 100%;
}

.image.full-size-image {
  object-fit: cover;
  object-position: 50% 37%;
  height: 100%;
}

.image.full-size-image.office-section-image {
  object-position: 100% 50%;
}

.image.full-size-image._404-not-found-image {
  object-position: 0% 50%;
}

.image.portfolio-card-image---portfolio-card-v2 {
  object-fit: cover;
  object-position: 50% 71%;
  height: 100%;
}

.image.hero-section-image---service-single-image {
  object-fit: cover;
  height: 100%;
}

.image.cost.size {
  height: 500px;
}

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

.image._500.style {
  height: 500px;
}

.image.center {
  object-position: 50% 50%;
  height: 450px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.height-100 {
  height: 100%;
}

.divider-details {
  background-color: var(--neutral--400);
  width: 32px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.divider-details.large {
  background-color: var(--neutral--700);
  width: 56px;
  margin-left: 24px;
  margin-right: 24px;
}

.image-wrapper {
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}

.image-wrapper.hero-image---home-v1 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image-wrapper.about-section---home-v1 {
  margin-top: -20%;
  margin-bottom: 80px;
  position: relative;
}

.image-wrapper.about-section---home-v1.padding {
  margin-bottom: 0;
}

.image-wrapper.about-section---home-v1._10 {
  margin-top: 0%;
}

.image-wrapper.image-wrapper---portfolio-card-v2 {
  height: 400px;
}

.image-wrapper.hero-section---home-v3 {
  position: absolute;
  inset: 0%;
}

.image-wrapper.about-section---left-image---home-v3 {
  z-index: -1;
  position: absolute;
  inset: 0% 47% 25% 0%;
}

.image-wrapper.about-section---right-image---home-v3 {
  z-index: -1;
  position: absolute;
  inset: 30% 0% 0% 51%;
}

.image-wrapper.cta-v3-image-wrapper {
  position: absolute;
  inset: 0%;
}

.image-wrapper.office-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image-wrapper.hero-section---service-single-page {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper.hero-section-image---blog-post-page {
  margin-top: -20%;
  position: relative;
}

.image-wrapper.width-100.position-relative {
  max-height: 250px;
}

.image-wrapper.product-page-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.image-wrapper._404-not-found-image-wrapper {
  z-index: -1;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 35%;
}

.product-card {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  display: flex;
}

._404-not-found {
  z-index: 3;
  opacity: .3;
  color: var(--neutral--200);
  font-size: 35vw;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  top: 192px;
  left: 8.6%;
}

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.order-summary {
  height: 50px;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--700);
  background-color: #0000;
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--700);
  background-color: #0000;
  padding: 31px 0;
}

.shipping-price {
  color: var(--neutral--100);
  font-weight: 500;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--700);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-list-price {
  color: var(--neutral--100);
  font-weight: 500;
}

.order-list-title {
  color: var(--neutral--100);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.order-option-item {
  padding-left: 0;
}

.order-item-bold, .order-summary-price {
  color: var(--neutral--100);
  font-weight: 500;
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--700);
  background-color: #0000;
  margin-top: 32px;
  padding: 32px 0 0;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.home-surprises-card {
  border: 1px solid var(--neutral--700);
  overflow: hidden;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.mg-bottom-12px.hide {
  display: none;
}

.instagram-feed---image {
  object-fit: cover;
  width: 100%;
}

.instagram-feed---image-wrapper {
  z-index: 1;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: #06060699;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-feed---icon-inside {
  min-width: 36px;
  max-width: 36px;
}

.divider-vertical {
  background-color: var(--neutral--700);
  align-self: stretch;
  min-width: 1px;
  max-width: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.header-relative-container {
  z-index: 999;
  background-color: #fff0;
  background-image: linear-gradient(#000, #fff0);
  min-height: 106px;
}

.header-relative-container.blue {
  background-image: linear-gradient(180deg, black, var(--secondary--color-1));
}

.dropdown-list-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  place-items: start;
  display: flex;
}

.dropdown-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.button-arrow {
  margin-left: 6px;
  font-family: Arrow Font, sans-serif;
  display: inline-block;
}

.grid-footer-3-columns---footer-v1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 625px);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-column-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.footer-menu-grid {
  grid-column-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-flex-container {
  grid-column-gap: 20px;
  align-items: center;
  text-decoration: none;
  display: none;
}

.social-media-flex-container.center {
  justify-content: center;
  display: none;
}

.social-icon {
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.social-icon:hover {
  transform: scale(1.1);
}

.image-gradient {
  background-image: linear-gradient(to bottom, transparent, var(--neutral--800));
  position: absolute;
  inset: 0%;
}

.image-gradient.hero-section---home-v1 {
  background-image: linear-gradient(1deg, #00000082 24%, #fff0), linear-gradient(360deg, transparent 77%, var(--neutral--800) 99%);
}

.image-gradient.about-section---home-v1 {
  background-image: linear-gradient(to top, transparent, var(--neutral--800) 90%);
}

.image-gradient.about-section---home-v1.position {
  background-image: linear-gradient(180deg, transparent, var(--neutral--800) 90%);
}

.image-gradient.about-section---home-v1.hiring {
  background-image: linear-gradient(276deg, transparent, var(--neutral--800) 90%);
}

.image-gradient.right {
  background-image: linear-gradient(to right, transparent, var(--neutral--800));
}

.image-gradient.left {
  background-image: linear-gradient(270deg, transparent, var(--neutral--800));
}

.image-gradient.office-image-gradient {
  background-image: linear-gradient(to right, #0606064d, var(--neutral--800) 78%);
}

.image-gradient.hero-section-image---blog-post-page {
  background-image: linear-gradient(0deg, #0000004d, var(--neutral--800));
}

.image-gradient._404-not-found-image {
  background-image: linear-gradient(to bottom, transparent, var(--neutral--800) 70%);
  height: 60%;
  inset: auto 0% 0%;
}

.image-overlay {
  background-color: var(--neutral--800);
  opacity: .5;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-overlay._80 {
  opacity: .8;
}

.section-divider {
  overflow: hidden;
}

.section-divider.hide {
  display: none;
}

.section-divider-wrapper {
  grid-column-gap: 18px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-divider-number {
  border: 1px solid var(--neutral--700);
  color: var(--neutral--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
  display: flex;
}

.about-section-top-content---home-v1 {
  z-index: 1;
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
  position: relative;
}

.stats-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-top: 60px;
  display: flex;
}

.stats-container._100 {
  width: 100%;
}

.stats-container._100.hdie, .stats-container.hide {
  display: none;
}

.stats-container._70 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.stats-container._70.center {
  justify-content: space-between;
  align-items: center;
}

.flex-horizontal---justify-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal---justify-start.gap-6px {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.flex-horizontal---justify-start.children-wrap---gap-row-12px {
  grid-row-gap: 12px;
  flex-wrap: wrap;
}

.service-link-divider {
  background-color: var(--neutral--100);
  width: 32px;
  height: 1px;
}

.service-accordion-bg-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.service-accordion-bg-wrapper._100 {
  height: 100%;
}

.service-accordion-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 64%;
  height: 100%;
  min-height: 460px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-accordion-bg-gradient {
  background-image: linear-gradient(-90deg, var(--neutral--800) 10%, transparent);
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-accordion-bg-gradient.left {
  background-image: linear-gradient(90deg, var(--neutral--800) 40%, transparent);
}

.accordion-bottom-spacer {
  height: 184px;
}

.service-accordion-wrapper {
  position: relative;
  overflow: hidden;
}

.title-left---content-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.title-left---content-right.mg-bottom-64px.flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.title-left---content-right.align-center {
  align-items: center;
}

.portfolio-details-container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.portfolio-details-container.home-v3 {
  grid-row-gap: 32px;
  flex-wrap: wrap;
}

.portfolio-button-inside-image-wrapper {
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.blog-link-v1 {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.blog-link-v1---content-left {
  max-width: 610px;
}

.portfolio-card-top-content---v2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  display: flex;
}

.portfolio-right-content---portfolio-card-v2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  max-width: 540px;
  display: flex;
}

.portfolio-link-v2-wrapper {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.card-overlay {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-overlay.overflow-hidden {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.display-5 {
  color: var(--neutral--100);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.313em;
}

.display-5.testimonial-card-title---home-v3 {
  margin-bottom: 16px;
  font-size: 28px;
}

.display-5.accordion-big-number {
  color: var(--neutral--600);
}

.border-bottom-item {
  border-bottom: 1px solid var(--neutral--700);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.about-section-content-wrapper---home-v3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 172px;
  padding-bottom: 172px;
  display: flex;
  position: relative;
}

.cta-v3-main-container {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-card-content---home-v3 {
  z-index: 2;
  position: absolute;
  bottom: 40px;
  left: 32px;
  right: 32px;
}

.testimonial-card-wrapper---home-v3 {
  display: flex;
  position: relative;
}

.hero-section-content-wrapper---about-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .95fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.process-grid-item {
  border-bottom: 1px solid var(--neutral--700);
  flex-direction: column;
  padding-bottom: 40px;
  display: flex;
}

.process-grid-item.left {
  margin-top: -52px;
}

.office-section-content-wrapper {
  z-index: 1;
  height: 70vh;
  padding-top: 100px;
  padding-bottom: 64px;
  position: relative;
}

.office-section-content {
  justify-content: flex-end;
  display: flex;
}

.contact-link-icon-left {
  grid-column-gap: 16px;
  color: var(--neutral--100);
  align-items: center;
  text-decoration: none;
  transition-property: opacity;
  display: flex;
}

.contact-link-icon-left:hover {
  opacity: .65;
}

.contact-link-icon-left.top {
  align-items: flex-start;
}

.contact-link-icon-left.hide {
  display: none;
}

.hero-section-content-wrapper---service-single-page {
  justify-content: flex-end;
  display: flex;
}

.success-message-wrapper {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0606060d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form.contact-form---service-single {
  min-height: 360px;
}

.form.contact-form-v1 {
  min-height: 511px;
}

.blog-item-border-bottom {
  border-bottom: 1px solid var(--neutral--700);
}

.blog-item-border-bottom:last-child {
  border-bottom-width: 0;
}

.mg-bottom--24px {
  margin-bottom: -24px;
}

.accordion-top-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.lightbox-gallery-wrapper {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 250px;
  display: flex;
  overflow: hidden;
}

.about-us-content-wrapper {
  padding-top: 48px;
  padding-bottom: 48px;
}

.full-width-line {
  z-index: -1;
  background-color: var(--neutral--700);
  width: 50vw;
  min-height: 1px;
  max-height: 1px;
  position: absolute;
}

.full-width-line.bottom-left {
  bottom: -1px;
  right: 50%;
}

.mg-bottom-20px {
  margin-bottom: 20px;
  font-family: Thicccboi, sans-serif;
  font-weight: 400;
}

.mg-bottom-20px.bold {
  font-weight: 700;
}

.button-arrow-single {
  display: inline-block;
}

.flex {
  display: flex;
}

.display-block {
  display: block;
}

.mg-top-2px {
  margin-top: 2px;
}

.blog-post-author-link {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.mg-left--50vw {
  margin-left: -50vw;
}

.search-result-link-item {
  border-bottom: 1px solid var(--neutral--700);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  flex-direction: column;
  padding-bottom: 48px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, opacity .3s;
  display: flex;
}

.search-result-link-item:hover {
  border-bottom-color: var(--neutral--500);
  transform: translate3d(6px, 0, .01px);
}

.image-footer {
  max-width: 100%;
}

.btn-primary-2 {
  color: #141414;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 16px 32px;
  font-family: Thicccboi, sans-serif;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #060606;
  transform: scale(.96);
}

.cta-section-2 {
  background-color: #141414;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.cta-section-2.cta-v3 {
  background-color: #14141466;
  margin-bottom: 140px;
  padding-top: 190px;
  padding-bottom: 190px;
}

.btn-secondary-3 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #939393;
  border-radius: 48px;
  padding: 16px 32px;
  font-family: Thicccboi, sans-serif;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary-3:hover {
  color: #060606;
  background-color: #fff;
  border-color: #fff;
  transform: scale3d(.96, .96, 1.01);
}

.btn-secondary-3.hide {
  display: none;
}

.display-8 {
  color: #fff;
  font-family: DM Serif Display, sans-serif;
  font-size: 128px;
  font-weight: 500;
  line-height: .938em;
}

.display-8.smaller {
  font-size: 80px;
}

.image-3 {
  width: 200px;
}

.header-nav-link-2 {
  color: #fff;
  padding: 0;
}

.header-nav-link-2:hover {
  color: silver;
}

.header-nav-link-2.w--current {
  color: #fff;
}

.header-nav-link-2.w--current:hover {
  color: silver;
}

.text-402 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-402.dropdown-title {
  color: #fff;
  margin-bottom: 32px;
  font-size: 22px;
}

.hamburger-menu-bar-2 {
  background-color: #fff;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.dropdown-toggle-2 {
  color: #fff;
  align-items: center;
  padding: 0;
  transition: none;
  display: flex;
}

.dropdown-toggle-2:hover {
  color: #fff;
}

.link-wrapper-2 {
  color: #fff;
  line-height: 1.111em;
  transition: color .3s;
  display: inline-block;
}

.link-wrapper-2:hover, .link-wrapper-2.color-primary {
  color: #fff;
}

.link-wrapper-2.color-primary:hover {
  color: silver;
}

.dropdown-column-wrapper-2 {
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
  transform: translate(-24%);
}

.dropdown-link-2 {
  color: silver;
  transform-style: preserve-3d;
  padding: 0;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline;
}

.dropdown-link-2:hover {
  color: #fff;
  transform: translate3d(6px, 0, .01px);
}

.dropdown-link-2.highlighted {
  color: #fff;
  font-weight: 600;
}

.dropdown-link-2.highlighted:hover {
  color: silver;
}

.dropdown-pd-2 {
  background-color: #141414;
  border: 1px solid #474747;
  width: 935px;
  margin-top: 16px;
  padding: 48px;
}

.div-block.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  display: flex;
}

.intro-text-2 {
  white-space: normal;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-text-2.thank-you {
  margin-bottom: 0;
}

.heading-hero {
  margin-bottom: 0;
  font-size: 80px;
  position: relative;
}

.heading-hero.large {
  font-size: 100px;
  line-height: 98%;
}

.heading-hero.large.no-shadow {
  text-transform: uppercase;
  text-shadow: 3px 0 8px #0000;
  margin-top: 10px;
  font-weight: 800;
}

.link-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.intro-content {
  text-align: center;
  width: 80%;
  max-width: 1140px;
  margin-top: 60px;
  padding-top: 0;
}

.intro-content.cc-homepage {
  width: 95%;
  margin: 0 auto;
  position: static;
  inset: 0%;
}

.intro-content.cc-homepage.thank-you {
  margin-bottom: 0;
}

.paragraph-6 {
  text-align: center;
  flex-flow: row;
  place-content: stretch center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding-left: 229px;
  padding-right: 229px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
  display: block;
  position: static;
}

.paragraph-6.main {
  width: 32%;
  font-family: Montserrat, sans-serif;
}

.paragraph-6.main.light.center {
  color: #d6d6d6;
  width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-6.main.light.center.no-animation.contact-success {
  width: 100%;
  margin-bottom: 11px;
  font-size: 21px;
  font-weight: 600;
}

.div-block-12 {
  margin-top: 10px;
}

.btn-primary-3 {
  color: #141414;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 16px 32px;
  font-family: Thicccboi, sans-serif;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-3:hover {
  color: #060606;
  transform: scale(.96);
}

.btn-primary-3.button-row {
  margin-right: 28px;
}

.btn-primary-3.button-row.color {
  color: var(--secondary--color-1);
}

.btn-primary-3.hide {
  display: none;
}

.image-4 {
  width: 100%;
}

.image-4.full-size-image {
  object-fit: cover;
  object-position: 50% 81%;
  height: 100%;
}

.image-gradient-2 {
  background-image: linear-gradient(#0000 25%, #000000db 69%, #000 94%);
  position: absolute;
  inset: 0%;
}

.image-gradient-2.about-section---right-image---home-v3 {
  filter: blur(50px);
  background-image: linear-gradient(270deg, #0000, #060606 75%);
  width: 180%;
  height: 150%;
  inset: -25%;
}

.image-gradient-2.about-section---left-image---home-v3 {
  filter: blur(50px);
  background-image: linear-gradient(90deg, #0000, #060606 75%);
  width: 180%;
  height: 150%;
  top: -25%;
  left: auto;
  right: -25%;
}

.btn-secondary-4 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 48px;
  padding: 16px 32px;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary-4:hover {
  color: #060606;
  background-color: #fff;
  border-color: #fff;
  transform: scale3d(.96, .96, 1.01);
}

.display-9 {
  color: #fff;
  font-size: 128px;
  font-weight: 500;
  line-height: .938em;
}

.display-9.gradient-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(138deg, #0000, #fff 25% 72%, #0000 86%);
  -webkit-background-clip: text;
  background-clip: text;
}

.display-9.gradient-heading.mg-bottom-32px {
  -webkit-text-stroke-color: #000;
  background-image: linear-gradient(138deg, #0000, #fff 39% 72%, #0000 77%);
}

.display-9.gradient-heading.mg-bottom-32px.extra-bold {
  font-weight: 700;
}

.display-10 {
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.125em;
}

.display-10.mg-bottom-4px._52px {
  font-family: DM Serif Display, sans-serif;
  font-size: 52px;
}

.image-5 {
  width: 100%;
}

.image-5.full-size-image {
  object-fit: cover;
  height: 100%;
}

.display-11 {
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.125em;
}

.display-11.mg-bottom--6px {
  margin-bottom: -6px;
}

.divider-vertical-2 {
  background-color: #474747;
  align-self: stretch;
  min-width: 1px;
  max-width: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.bolt-text-list {
  color: var(--neutral--200);
  text-align: left;
  margin-top: 2%;
  margin-bottom: 2%;
  padding-left: 1%;
}

.setting-wrapper {
  padding-top: 20%;
  padding-bottom: 20%;
}

.accordion-title-50px {
  margin-bottom: 0;
}

.accordion-title-50px.display-2 {
  font-size: 50px;
  line-height: 1.125em;
}

.accordion-title-50px.display-2-38px {
  font-family: DM Serif Display, sans-serif;
  font-size: 38px;
  line-height: 1.125em;
}

.accordion-title-50px.display-2-32px {
  font-size: 32px;
  line-height: 1.125em;
}

.costom-text-20px {
  margin-top: 2%;
  margin-bottom: 2%;
  padding-left: 7%;
  font-family: Thicccboi, sans-serif;
}

.display-2-50px {
  color: var(--neutral--100);
  font-size: 80px;
  font-weight: 500;
  line-height: 1.125em;
}

.display-2-50px.mg-bottom-40px.mg-bottom-24px-tablet {
  font-family: DM Serif Display, sans-serif;
  font-size: 50px;
}

.header-costom {
  color: var(--accent--primary-1);
  font-size: 24px;
  font-weight: 500;
}

.display-2-copy {
  color: var(--neutral--100);
  font-size: 80px;
  font-weight: 500;
  line-height: 1.125em;
}

.display-2-copy.mg-bottom--6px {
  margin-bottom: -6px;
  font-family: DM Serif Display, sans-serif;
  font-size: 50px;
}

.div-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.div-gap.width0 {
  width: auto;
}

.div-gap._40 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 40%;
}

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

.bottom-gradient {
  background-image: linear-gradient(351deg, var(--neutral--800) 14%, transparent);
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.custom-home-wrapp {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-policy {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.section-policy {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-policy.pd-bottom-200px {
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 100px;
}

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

.flex-div-position {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.wrapp {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-wrapper-copy {
  overflow: hidden;
}

.image-wrapper-copy.about-section---home-v1 {
  margin-top: -10%;
  margin-bottom: 80px;
  position: relative;
}

.image-wrapper-copy.about-section---home-v1.hiring {
  width: 60%;
  height: 100%;
  max-height: 600px;
  margin-top: 0%;
  margin-bottom: 0;
}

.reject-button {
  color: var(--accent--primary-1);
  background-color: #fff0;
  padding: 12px 28px;
  font-weight: 400;
}

.accept-button {
  background-color: var(--accent--primary-1);
  color: var(--secondary--color-1);
  padding: 12px 28px;
  font-weight: 700;
}

.cookie-buttons-group {
  column-gap: 20px;
  display: flex;
}

.cookie-description {
  color: var(--accent--primary-1);
  margin: 30px 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.cookie-heading {
  color: var(--accent--primary-1);
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

.flowappz-cookie-consent {
  z-index: 99999;
  background-color: #00000091;
  width: 500px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 2.5rem;
  display: none;
  position: fixed;
  inset: auto 5% 5% auto;
  box-shadow: 0 0 20px #0000001a;
}

.mg-bottom-32px-copy {
  text-align: center;
  max-width: 700px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.animation-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-sequence {
  margin-top: 5%;
}

.header-center {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-column {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  margin-top: 5%;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.sequence-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  height: 100%;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.sequence-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  display: flex;
}

.sequence-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-sq {
  width: 50px;
  min-width: 50px;
}

.extrabold25px {
  color: var(--neutral--200);
  font-family: DM Serif Display, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 150%;
}

.descr-sequence {
  margin-bottom: 0;
}

.descr-sequence._16px {
  font-size: 16px;
  line-height: 150%;
}

.descr-sequence._14px {
  font-size: 14px;
  line-height: 150%;
}

.checklist-div {
  width: 100%;
}

.checklist-div._720px {
  max-width: 700px;
}

.submit-hide {
  display: none;
}

.checkbox-text {
  color: var(--neutral--400);
  font-weight: 400;
  line-height: 150%;
}

.fs_cmsfilter_checkbox {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.checkbox-button {
  cursor: pointer;
  border-width: 2px;
  border-color: #a8a8a8;
  border-radius: 0;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.checkbox-button.w--redirected-checked {
  background-color: #272727;
  background-image: url('../images/Done.avif');
  background-size: 1rem;
  border-color: #272727;
}

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

.form-checklist {
  margin-top: 30px;
}

.form-flex-position {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-column-control {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 5%;
  display: flex;
}

.control-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid #fff;
  border-radius: 5px;
  flex-flow: column;
  width: 33.33%;
  padding: 50px 30px;
  display: flex;
}

.control-item.green {
  border-color: #00ff38b5;
  box-shadow: 3px -3px 6px #00ff3866;
}

.control-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  display: flex;
}

.control-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.icon-control {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
}

.control-wrapp-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-title {
  width: 50%;
}

.pop-up {
  background-color: #060606f2;
  border: 1px solid #bdbdbd;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 90vh;
  margin: auto;
  display: none;
  position: sticky;
  inset: 0% 0% 5%;
}

.closed-btn {
  background-color: #3898ec00;
  font-size: 25px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.blogposts {
  border-bottom: 1px solid var(--neutral--700);
  flex-direction: column;
  padding-bottom: 40px;
  display: flex;
}

.blogposts.gap {
  z-index: 20;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-style: none;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-bottom: 0;
  position: relative;
}

.image-post {
  z-index: 3;
  object-fit: cover;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.collection-position {
  height: 350px;
  position: relative;
}

.gradientright {
  z-index: 15;
  background-image: linear-gradient(-90deg, #000 54%, #fff0);
  position: absolute;
  inset: 0%;
}

.current-link-sroty {
  height: 100%;
  text-decoration: none;
}

.body {
  font-family: DM Serif Display, sans-serif;
}

.code-embed-2 {
  display: none;
}

.imstagram-image {
  object-fit: cover;
  width: 350px;
  height: 350px;
}

.text-block-3, .paragraph-7 {
  font-family: Thicccboi, sans-serif;
}

.display-12 {
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.125em;
}

.display-12.mg-bottom-4px._60px {
  font-size: 60px;
  font-weight: 400;
}

.image-6 {
  width: 100%;
}

.image-gradient-3 {
  background-image: linear-gradient(#0000, #060606);
  position: absolute;
  inset: 0%;
}

.image-gradient-3.about-section-image---home-v2 {
  background-image: linear-gradient(to right, #0000, #060606 78%);
}

.btn-secondary-5 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #939393;
  border-radius: 48px;
  padding: 16px 32px;
  font-family: Thicccboi, sans-serif;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary-5:hover {
  color: #060606;
  background-color: #fff;
  border-color: #fff;
  transform: scale3d(.96, .96, 1.01);
}

.image-wrapper-2 {
  overflow: hidden;
}

.image-wrapper-2.about-section-image---home-v2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 1135px;
  display: flex;
  position: absolute;
  inset: 140px 22% 200px auto;
}

.image-wrapper-2.about-section-image---home-v2._140 {
  top: 0;
  bottom: 50px;
  right: 10%;
}

.image-wrapper-2.hero-section---service-single-page {
  z-index: 0;
  position: absolute;
  inset: 0 42% 0 0;
}

.btn-wrapp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-7 {
  width: 100%;
}

.image-7.hero-section-image---for-sale {
  object-fit: cover;
  height: 100%;
}

.display-13 {
  color: #fff;
  font-size: 128px;
  font-weight: 500;
  line-height: .938em;
}

.display-13.font-size-14vw-mbp.mg-bottom-24px._80px {
  font-size: 80px;
  font-weight: 400;
  line-height: 1em;
}

.bg-right {
  background-image: linear-gradient(268deg, #000, #fff0);
  position: absolute;
  inset: 0%;
}

.listing-img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 600px;
}

.listing-img.video {
  position: absolute;
  inset: 0%;
}

.flex-section {
  z-index: 1;
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: flex;
  position: relative;
}

.tag-line {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.small-line {
  background-color: var(--accent--primary-1);
  width: 50px;
  height: 2px;
}

.video-wrapp {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-wrapp.second-video {
  margin-top: 100px;
}

.video-wrapp.second-video.hide {
  display: none;
}

.text-403 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-403.dropdown-title {
  color: #fff;
  margin-bottom: 32px;
  font-size: 22px;
}

.dropdown-link-3 {
  color: silver;
  transform-style: preserve-3d;
  padding: 0;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline;
}

.dropdown-link-3:hover {
  color: #fff;
  transform: translate3d(6px, 0, .01px);
}

.dropdown-pd-3 {
  background-color: #141414;
  border: 1px solid #474747;
  width: 935px;
  margin-top: 16px;
  padding: 48px;
}

.menu-image {
  width: 350px;
  height: 250px;
}

.wrapp-image {
  position: relative;
}

.gradientleft {
  background-image: linear-gradient(90deg, #141414, #14141400);
  width: 80%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cta-v3-main-flex {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-to-youtube {
  width: 80%;
  height: 80%;
  position: absolute;
}

.text-block-4 {
  opacity: .5;
  text-align: center;
  font-family: DM Serif Display, sans-serif;
  font-weight: 400;
}

.input-dropdown {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--neutral--700);
  color: var(--neutral--100);
  background-color: #0000;
  width: 100%;
  min-height: 72px;
  max-height: 72px;
  margin-bottom: 0;
  padding: 16px 0 32px;
  font-size: 18px;
  line-height: 1.111em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input-dropdown:hover {
  border-color: transparent transparent var(--neutral--500);
}

.input-dropdown:focus {
  border-color: transparent transparent var(--neutral--100);
}

.input-dropdown::placeholder {
  color: var(--neutral--400);
  font-size: 18px;
}

.div-block-14 {
  width: 88%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-gap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.accordion-btn-line-2 {
  background-color: #fff;
  width: 20px;
  height: 1.5px;
  position: absolute;
}

.accordion-btn-line-2.vertical {
  transform: rotate(90deg);
}

.image-wrapper-3 {
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}

.image-wrapper-3.portfolio-featured-image {
  position: absolute;
  inset: 0%;
}

.divider-2 {
  background-color: #474747;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-2.section-divider-line {
  width: 90vw;
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider-2._48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

.footer-bottom-2 {
  text-align: center;
  border-top: 1px solid #474747;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-bottom-2.footer-v1 {
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.btn-primary-4 {
  color: #141414;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 16px 32px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-4:hover {
  color: #060606;
  transform: scale(.96);
}

.btn-secondary-6 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #939393;
  border-radius: 48px;
  padding: 16px 32px;
  font-family: Thicccboi, sans-serif;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary-6:hover {
  color: #060606;
  background-color: #fff;
  border-color: #fff;
  transform: scale3d(.96, .96, 1.01);
}

.footer-wrapper-2 {
  background-color: #0000;
  border-top: 1px solid #474747;
  overflow: hidden;
}

.mg-bottom-2 {
  color: #f4f4f4;
  text-align: left;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
}

.btn-circle-secondary-2 {
  color: #fff;
  transform-style: preserve-3d;
  border: 1px solid #939393;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary-2:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary-2.accordion-btn {
  transform-style: preserve-3d;
  border-color: #474747;
  transition: transform .3s;
  position: relative;
}

.btn-circle-secondary-2.accordion-btn:hover {
  transform: none;
}

.text-link-2 {
  color: #fff;
  text-decoration: underline;
  transition: color .3s;
}

.text-link-2:hover {
  color: silver;
}

.text-link-2.text-decoration-none {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-link-2 {
  color: silver;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline-block;
}

.footer-link-2:hover {
  color: #fff;
  transform: translate3d(6px, 0, .01px);
}

.image-8 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 350px;
}

.image-8.full-size-image {
  object-fit: cover;
  object-position: 50% 37%;
  height: 100%;
}

.image-8.full-size-image.portfolio-featured-image.hero {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.display-14 {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.227em;
}

.display-14.mg-bottom-2 {
  font-family: DM Serif Display, sans-serif;
}

.color-neutral-801 {
  color: silver;
}

.text-406 {
  font-size: 20px;
  line-height: 1.1em;
}

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

.display-15 {
  color: #fff;
  font-family: DM Serif Display, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.125em;
}

.display-16 {
  color: #fff;
  font-family: DM Serif Display, sans-serif;
  font-size: 128px;
  font-weight: 500;
  line-height: .938em;
}

.contact-link-icon-left-2 {
  grid-column-gap: 16px;
  color: #fff;
  align-items: center;
  text-decoration: none;
  transition-property: opacity;
  display: flex;
}

.contact-link-icon-left-2:hover {
  opacity: .65;
}

.portfolio-link-v3-2 {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  border-bottom: 1px solid #474747;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: grid;
}

.section-divider-number-2 {
  color: #fff;
  border: 1px solid #474747;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
  display: flex;
}

.project-gallery {
  object-fit: cover;
  width: 300px;
  height: 250px;
}

.portfolio-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.portfolio-grid-page {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.team-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .image-4.full-size-image {
    object-position: 50% 69%;
  }
}

@media screen and (min-width: 1440px) {
  ._404-not-found {
    font-size: 500px;
  }

  .display-5.testimonial-card-title---home-v3 {
    font-size: 32px;
  }

  .image-wrapper-2.about-section-image---home-v2 {
    left: 0;
  }

  .portfolio-link-v3-2 {
    grid-template-columns: .9fr minmax(auto, 512px) auto;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1920px) {
  .bg-overlay._80.black {
    inset: 0%;
  }

  .image.hero-section-image---service-single-image {
    max-width: none;
  }

  .image-wrapper.image-wrapper---portfolio-card-v2 {
    height: 500px;
  }

  .image-wrapper.hero-section---service-single-page {
    right: 44%;
  }

  .image-wrapper._404-not-found-image-wrapper {
    left: 39%;
  }

  .checkout-col-right {
    position: sticky;
    top: 24px;
  }

  .image-gradient.office-image-gradient {
    background-image: linear-gradient(to right, transparent, var(--neutral--800) 65%);
  }

  .stats-container._70 {
    justify-content: space-between;
    align-items: center;
  }

  .service-accordion-image {
    width: 60%;
  }

  .image-4.full-size-image {
    object-position: 50% 65%;
  }

  .bottom-gradient {
    background-image: linear-gradient(351deg, var(--neutral--800) 19%, transparent);
  }

  .image-wrapper-copy.about-section---home-v1.hiring {
    width: 70%;
  }

  .image-wrapper-2.about-section-image---home-v2 {
    right: 28%;
  }

  .image-wrapper-2.hero-section---service-single-page {
    right: 44%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 32px;
  }

  blockquote {
    padding: 80px 64px;
    font-size: 22px;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dropdown-link-menu {
    grid-row-gap: 48px;
    grid-template-columns: auto;
  }

  .grid-2-columns.about-section---home-v2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.testimonial-section---home-v3, .grid-2-columns.process-section---about-page {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.our-process-grid {
    grid-column-gap: 40px;
    margin-top: 32px;
  }

  .grid-2-columns.form-left-grid {
    grid-column-gap: 32px;
  }

  .grid-2-columns.offices-grid---contact-v2-page {
    grid-template-columns: 1fr 1fr;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .color-neutral-400.mg-bottom-40px.mg-bottom-16px-tablet {
    margin-bottom: 16px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._120px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mg-bottom-32px.mg-bottom-16px-tablet {
    margin-bottom: 16px;
  }

  .mg-bottom-40px.mg-bottom-24px-tablet {
    margin-bottom: 24px;
  }

  .display-1 {
    font-size: 90px;
  }

  .display-1.gradient-heading {
    background-image: linear-gradient(138deg, transparent, var(--neutral--100) 20%, var(--neutral--100) 70%, transparent);
  }

  .grid-1-column.gap-row-24px.gap-row-12px-tablet {
    grid-row-gap: 12px;
  }

  .grid-1-column.gap-row-16px.gap-row-8px-tablet {
    grid-row-gap: 8px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 64px;
  }

  .display-2.mg-bottom-40px.mg-bottom-24px-tablet {
    margin-bottom: 24px;
  }

  .display-2.mg-bottom-12px.center {
    font-size: 50px;
  }

  .display-3 {
    font-size: 48px;
  }

  .display-4 {
    font-size: 36px;
  }

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

  .grid-3-columns.instagram-feed---3-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.instagram-feed---3-col-grid.v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .inner-container._60 {
    width: 90%;
  }

  .avatar-circle._06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .line-square-icon.success-message-check {
    margin-bottom: 12px;
    font-size: 72px;
  }

  .line-square-icon.success-message-check.medium {
    font-size: 56px;
  }

  .buttons-row.footer-row {
    justify-content: space-between;
  }

  .container-default.z-index-1._100 {
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.top {
    padding-top: 64px;
  }

  .section.hero-section---home-v1 {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .section.pd-bottom-200px.nonpaddingbottom {
    padding-bottom: 0;
  }

  .section.about-section---home-v2 {
    min-height: 0;
    padding-bottom: 120px;
  }

  .section.hero-section---home-v3 {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .section.hero-section---about-page {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .section.sell-hero {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section.hero-section---portfolio-single-page {
    flex-flow: column;
    height: 100%;
    margin-bottom: 60px;
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .section.hero-section---product-page {
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .section.pd-bottom-200px {
    padding-bottom: 164px;
  }

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

  .heading-h4-size {
    font-size: 22px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-content-wrapper {
    justify-content: space-between;
  }

  .header-nav-menu-list {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 0;
    padding-left: 0;
  }

  .header-nav-list-item.left.hide {
    display: block;
  }

  .header-nav-list-item.mg-left-16px {
    padding-left: 0;
  }

  .dropdown-link:hover {
    transform: none;
  }

  .hamburger-menu-wrapper {
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

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

  .utility-page-wrap._404-not-found-page {
    flex-direction: column;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .utility-page-wrap.password-protected {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .utility-page-content._404-not-found-page {
    max-width: 700px;
  }

  .flex-vertical {
    width: 100%;
  }

  .hidden-on-tablet {
    display: none;
  }

  .footer-logo-wrapper {
    max-width: 200px;
    margin-bottom: 16px;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-top.footer-v1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-middle {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-top-2-columns {
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .grid-footer-3-columns---logo-center {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .sticky-top.static-tablet {
    position: static;
    top: auto;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v2:hover {
    transform: translate(6px);
  }

  .accordion-item-wrapper.service-accordion {
    padding-top: 48px;
  }

  .accordion-item-wrapper.service-accordion.border.rightsize.flex {
    justify-content: center;
    align-items: flex-start;
  }

  .acordion-body {
    width: auto;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-content-wrapper.v2.service-accordion {
    margin-bottom: -14px;
  }

  .pd---content-inside-card.team-member-page {
    padding-left: 48px;
    padding-right: 48px;
  }

  .image.hero-image---home-v1 {
    object-position: 50% 60%;
    height: auto;
  }

  .image-wrapper {
    justify-content: center;
  }

  .image-wrapper.hero-image---home-v1 {
    max-height: 480px;
    margin-top: -28px;
    display: flex;
  }

  .image-wrapper.about-section---home-v1 {
    margin-top: -4%;
    margin-bottom: 64px;
  }

  .image-wrapper.image-wrapper---portfolio-card-v2 {
    height: 300px;
  }

  .image-wrapper.about-section---left-image---home-v3 {
    bottom: 50%;
  }

  .image-wrapper.about-section---right-image---home-v3 {
    top: 50%;
  }

  .image-wrapper.hero-section---service-single-page {
    right: 20%;
  }

  .image-wrapper.product-page-image-wrapper {
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
    position: relative;
    right: 0%;
  }

  .image-wrapper._404-not-found-image-wrapper {
    max-height: 600px;
    margin-top: -24px;
    position: relative;
    left: 0%;
  }

  ._404-not-found {
    text-align: center;
    font-size: 300px;
    top: 25%;
    left: 0;
    right: 0;
  }

  .header-relative-container {
    min-height: 90px;
  }

  .dropdown-list-wrapper, .dropdown-list {
    grid-row-gap: 12px;
  }

  .grid-footer-3-columns---footer-v1 {
    grid-row-gap: 64px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .footer-column-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-column-wrapper.last {
    padding-bottom: 40px;
  }

  .footer-menu-grid {
    margin-bottom: 50px;
  }

  .image-gradient.hero-section---home-v1 {
    background-image: linear-gradient(to bottom, var(--neutral--800), transparent 30%), linear-gradient(to bottom, transparent 55%, var(--neutral--800) 94%);
  }

  .image-gradient.right.top---tablet, .image-gradient.left.top---tablet {
    background-image: linear-gradient(to top, transparent, var(--neutral--800));
  }

  .image-gradient.office-image-gradient {
    background-image: linear-gradient(to right, #06060680, var(--neutral--800) 78%);
  }

  .about-section-top-content---home-v1 {
    grid-row-gap: 40px;
    grid-template-columns: auto;
  }

  .stats-container._70.center {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .service-accordion-image {
    width: 54%;
    min-height: 436px;
  }

  .service-accordion-bg-gradient {
    background-image: linear-gradient(to right, var(--neutral--800), transparent);
    width: 55%;
  }

  .title-left---content-right {
    flex-wrap: wrap;
  }

  .title-left---content-right.mg-bottom-64px.center-tablet {
    text-align: center;
    justify-content: center;
  }

  .portfolio-details-container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: flex-start;
  }

  .portfolio-details-container.home-v3 {
    grid-column-gap: 48px;
  }

  .blog-link-v1---content-left {
    max-width: 580px;
  }

  .portfolio-card-top-content---v2 {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .portfolio-right-content---portfolio-card-v2 {
    width: 100%;
  }

  .display-5 {
    font-size: 28px;
  }

  .display-5.accordion-big-number {
    width: auto;
    margin-right: 32px;
  }

  .cta-v3-main-container {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-section-content-wrapper---about-page {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .about-section-top-content---about-page {
    margin-bottom: 64px;
  }

  .process-grid-item.left {
    margin-top: -32px;
  }

  .accordion-top-content-wrapper {
    grid-template-columns: auto 1fr auto;
  }

  .about-us-content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-footer {
    width: 100%;
  }

  .cta-section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cta-section-2.cta-v3 {
    margin-bottom: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .display-8 {
    font-size: 90px;
  }

  .header-nav-link-2 {
    line-height: 1.111em;
  }

  .header-nav-menu-wrapper-2 {
    background-color: #060606;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    padding: 32px 24px;
  }

  .text-402 {
    font-size: 22px;
  }

  .text-402.dropdown-title {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .hamburger-menu-bar-2 {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar-2.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .dropdown-toggle-2.w--open {
    margin-bottom: 30px;
  }

  .dropdown-column-wrapper-2 {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper-2.w--open {
    position: static;
    transform: none;
  }

  .dropdown-link-2:hover {
    transform: none;
  }

  .dropdown-pd-2 {
    background-color: #0000;
    border-width: 0;
    width: auto;
    margin-top: 0;
    padding: 32px 0 16px;
  }

  .intro-text-2 {
    width: auto;
  }

  .heading-hero {
    font-size: 58px;
  }

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

  .intro-content.cc-homepage {
    width: 80%;
    margin-top: 0;
  }

  .paragraph-6 {
    padding-left: 136px;
    padding-right: 136px;
  }

  .paragraph-6.main {
    width: 50%;
  }

  .paragraph-6.main.light.center.no-animation.contact-success {
    font-weight: 600;
    line-height: 24px;
  }

  .display-9 {
    font-size: 90px;
  }

  .display-9.gradient-heading {
    background-image: linear-gradient(138deg, #0000, #fff 20% 70%, #0000);
  }

  .display-10, .display-11 {
    font-size: 64px;
  }

  .setting-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-2-50px {
    font-size: 64px;
  }

  .display-2-50px.mg-bottom-40px.mg-bottom-24px-tablet {
    margin-bottom: 24px;
  }

  .display-2-copy {
    font-size: 64px;
  }

  .div-gap {
    width: 100%;
  }

  .costomhome-image {
    width: 54%;
    min-height: 436px;
  }

  .bottom-gradient {
    background-image: linear-gradient(to right, var(--neutral--800), transparent);
    width: 55%;
  }

  .div-policy {
    width: 90%;
  }

  .section-policy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-policy.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .flex-div-position {
    width: 50%;
  }

  .wrapp {
    grid-row-gap: 40px;
    grid-template-columns: auto;
  }

  .image-wrapper-copy {
    justify-content: center;
  }

  .image-wrapper-copy.about-section---home-v1 {
    margin-top: -4%;
    margin-bottom: 64px;
  }

  .header-center {
    width: 100%;
  }

  .div-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .sequence-item {
    padding: 40px 20px;
  }

  .sequence-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .descr-sequence {
    font-size: 16px;
    line-height: 150%;
  }

  .control-item {
    padding: 40px 20px;
  }

  .control-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .imstagram-image.hide {
    display: none;
  }

  .display-12 {
    font-size: 64px;
  }

  .image-gradient-3.about-section-image---home-v2 {
    background-image: linear-gradient(to top, #0000 15%, #060606);
  }

  .image-wrapper-2 {
    justify-content: center;
  }

  .image-wrapper-2.about-section-image---home-v2 {
    min-width: 0;
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
    position: relative;
    inset: 0 0% 0 0;
  }

  .image-wrapper-2.hero-section---service-single-page {
    right: 20%;
  }

  .display-13 {
    font-size: 90px;
  }

  .listing-img.video {
    height: 500px;
  }

  .flex-section {
    grid-row-gap: 40px;
    grid-template-columns: auto;
  }

  .video-wrapp {
    justify-content: center;
    min-height: 500px;
  }

  .text-403 {
    font-size: 22px;
  }

  .text-403.dropdown-title {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .dropdown-link-3:hover {
    transform: none;
  }

  .dropdown-pd-3 {
    background-color: #0000;
    border-width: 0;
    width: auto;
    margin-top: 0;
    padding: 32px 0 16px;
  }

  .cta-v3-main-flex {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .image-wrapper-3 {
    justify-content: center;
  }

  .divider-2 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .footer-bottom-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .image-8.full-size-image.portfolio-featured-image {
    max-height: 600px;
  }

  .display-14 {
    font-size: 36px;
  }

  .display-15 {
    font-size: 64px;
  }

  .display-16 {
    font-size: 90px;
  }

  .portfolio-link-v3-2 {
    grid-template-columns: 1fr auto;
  }

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

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 48px 40px;
    font-size: 18px;
  }

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

  .grid-2-columns.form {
    grid-row-gap: 24px;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-2-columns.gap-24px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-2-columns.testimonial-section---home-v3 {
    grid-row-gap: 40px;
  }

  .grid-2-columns.our-process-grid {
    grid-row-gap: 48px;
    margin-top: 0;
  }

  .grid-2-columns.form-left-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.offices-grid---contact-v2-page {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._24px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.section-divider-line {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .divider._120px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mg-bottom-16px {
    margin-bottom: 12px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .mg-bottom-40px {
    margin-bottom: 32px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-64px {
    margin-bottom: 56px;
  }

  .mg-bottom-80px {
    margin-bottom: 72px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

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

  .display-1 {
    font-size: 72px;
  }

  .grid-1-column.gap-row-64px {
    grid-row-gap: 48px;
  }

  .grid-1-column.gap-row-16px {
    grid-row-gap: 12px;
  }

  .display-2 {
    font-size: 52px;
  }

  .display-2.blog-post-page-title {
    margin-bottom: 6px;
    font-size: 42px;
  }

  .display-2.mg-bottom--6px {
    margin-bottom: -4px;
  }

  .display-2.mg-bottom-12px.center {
    font-size: 40px;
  }

  .display-3 {
    font-size: 36px;
  }

  .display-4 {
    font-size: 28px;
  }

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

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

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 72px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.instagram-feed---3-col-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.instagram-feed---3-col-grid.v2 {
    grid-template-columns: 1fr 1fr;
  }

  .inner-container._500px, .inner-container._490px-desktop-and-tablet, .inner-container._640px, .inner-container._545px, .inner-container._575px, .inner-container._710px, .inner-container._365px._100-mbl, .inner-container._430px._100-mbl, .inner-container._615px, .inner-container._330px-desktop-and-tablet, .inner-container._580px, .inner-container._600px {
    max-width: 100%;
  }

  .mg-bottom-0._30 {
    text-align: center;
    width: 80%;
  }

  .mg-bottom-0.smallsize {
    height: 77px;
  }

  .btn-primary {
    padding: 14px 26px;
  }

  .btn-primary.inside-input.default {
    bottom: 16px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-secondary {
    padding: 14px 26px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 24px;
    font-size: 16px;
  }

  .input::placeholder, .text-area, .text-area::placeholder {
    font-size: 16px;
  }

  .avatar-circle._05 {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .line-square-icon.success-message-check {
    font-size: 64px;
  }

  .line-square-icon.success-message-check.medium {
    font-size: 48px;
  }

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

  .rich-text h3 {
    margin-top: 32px;
  }

  .rich-text figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .rich-text ul, .rich-text ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 32px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 32px;
  }

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

  .rich-text.mg-bottom--40px {
    margin-bottom: -32px;
  }

  .buttons-row.gap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-default.z-index-2 {
    padding-bottom: 60px;
  }

  .container-default.paddingright {
    padding-left: 0;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.top {
    padding-top: 48px;
  }

  .section.hero-section---home-v1 {
    height: 100vh;
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .section.hero-section---home-v1.flex {
    justify-content: center;
    align-items: center;
  }

  .section.about-section---home-v2 {
    padding-bottom: 100px;
  }

  .section.hero-section---home-v3 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.hero-section---about-page {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .section.sell-hero {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .section.hero-section---product-page {
    padding-top: 48px;
    padding-bottom: 100px;
  }

  .section.pd-bottom-200px {
    padding-bottom: 140px;
  }

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

  .heading-h3-size {
    font-size: 22px;
  }

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

  .header-logo-link {
    max-width: 180px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .utility-page-wrap._404-not-found-page {
    padding-top: 120px;
  }

  .utility-page-wrap.password-protected {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .footer-logo-wrapper {
    max-width: 180px;
  }

  .footer-list-wrapper {
    grid-row-gap: 16px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-top.footer-v1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-bottom.footer-v1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .success-message {
    min-height: 662px;
  }

  .success-message.contact-form---service-single-page {
    min-height: 310px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .text-center._50 {
    width: 100%;
  }

  .grid-footer-3-columns---logo-center {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .sticky-top.static-mbl {
    position: static;
    top: 0;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .accordion-item-wrapper.service-accordion {
    padding-top: 32px;
  }

  .acordion-body.service-accordion {
    width: auto;
    max-width: none;
  }

  .accordion-spacer._24px {
    min-height: 20px;
  }

  .accordion-content-wrapper.v2.service-accordion {
    max-width: none;
    margin-bottom: -10px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-side.right-side.v2 {
    margin-left: 24px;
  }

  .accordion-icon-wrapper.service-accordion {
    margin-top: 0;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-title.display-2 {
    font-size: 40px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 40px 32px 56px;
  }

  .image.full-size-image.office-section-image {
    min-height: 400px;
  }

  .image.full-size-image.versical-image {
    max-height: 500px;
  }

  .image.portfolio-card-image---portfolio-card-v2 {
    min-height: 200px;
  }

  .image.hero-section-image---service-single-image {
    max-height: 500px;
  }

  .divider-details.large {
    width: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-wrapper.hero-image---home-v1 {
    max-height: 1000px;
    margin-top: -24px;
  }

  .image-wrapper.about-section---home-v1 {
    margin-bottom: 48px;
  }

  .image-wrapper.about-section---left-image---home-v3 {
    bottom: 64%;
    right: 32%;
  }

  .image-wrapper.about-section---right-image---home-v3 {
    height: 300px;
    top: 64%;
    left: 32%;
  }

  .image-wrapper.office-image-wrapper {
    margin-top: -64px;
    position: relative;
  }

  .image-wrapper.hero-section---service-single-page {
    margin-top: -24px;
    position: relative;
    right: 0%;
  }

  .image-wrapper.hero-section-image---blog-post-page {
    margin-top: -10%;
  }

  .image-wrapper.product-page-image-wrapper {
    margin-top: -20px;
  }

  .image-wrapper._404-not-found-image-wrapper {
    max-height: 500px;
  }

  ._404-not-found {
    font-size: 200px;
  }

  .instagram-feed---image-wrapper.max-h-350px-mbl {
    max-height: 350px;
  }

  .divider-vertical.stats-divider {
    margin-left: 0;
    margin-right: 0;
  }

  .divider-vertical.stats-divider.middle {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 1px;
    max-height: 1px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .divider-vertical.stats-divider.middle.hide {
    display: none;
  }

  .divider-vertical.stats-divider.top {
    margin-bottom: -24px;
  }

  .divider-vertical.stats-divider.bottom {
    margin-top: -24px;
  }

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

  .grid-footer-3-columns---footer-v1 {
    grid-template-columns: 1.15fr 1fr;
  }

  .footer-column-wrapper {
    padding-top: 32px;
  }

  .footer-menu-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .social-media-flex-container {
    grid-column-gap: 16px;
  }

  .social-icon {
    min-width: 18px;
    max-width: 18px;
    min-height: 18px;
    max-height: 18px;
    font-size: 18px;
  }

  .image-gradient.about-section---home-v1.hiring {
    background-image: linear-gradient(350deg, transparent, var(--neutral--800) 90%);
  }

  .image-gradient.left {
    background-image: linear-gradient(2deg, transparent, var(--neutral--800));
  }

  .image-gradient.office-image-gradient, .image-gradient.hero-section-image---blog-post-page {
    background-image: linear-gradient(to top, transparent, var(--neutral--800) 80%);
  }

  .section-divider-wrapper {
    grid-column-gap: 16px;
  }

  .section-divider-number {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
    font-size: 18px;
  }

  .stats-container {
    grid-column-gap: 48px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1px 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .stats-container._70.center {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .service-accordion-bg-wrapper {
    position: absolute;
  }

  .service-accordion-image {
    width: 100%;
    min-height: 450px;
    inset: 0%;
  }

  .service-accordion-bg-gradient {
    background-image: linear-gradient(180deg, var(--neutral--800) 17%, transparent);
    width: 100%;
  }

  .service-accordion-bg-gradient.left {
    background-image: linear-gradient(180deg, var(--neutral--800) 40%, transparent);
  }

  .accordion-bottom-spacer {
    height: 225px;
  }

  .portfolio-details-container.home-v3 {
    grid-row-gap: 24px;
    justify-content: flex-start;
  }

  .blog-link-v1 {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .blog-link-v1---content-left {
    max-width: 100%;
  }

  .portfolio-card-top-content---v2 {
    margin-bottom: 40px;
  }

  .display-5, .display-5.testimonial-card-title---home-v3 {
    font-size: 24px;
  }

  .display-5.accordion-big-number {
    margin-bottom: 12px;
    margin-right: 16px;
  }

  .border-bottom-item {
    padding-bottom: 40px;
  }

  .about-section-content-wrapper---home-v3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .testimonial-card-content---home-v3 {
    bottom: 32px;
    left: 32px;
    right: 32px;
  }

  .testimonial-card-wrapper---home-v3 {
    min-height: 450px;
    max-height: 450px;
    overflow: hidden;
  }

  .about-section-top-content---about-page {
    margin-bottom: 48px;
  }

  .process-grid-item.left {
    margin-top: 0;
    padding-bottom: 32px;
  }

  .office-section-content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .office-section-content {
    flex-direction: column;
    justify-content: flex-start;
  }

  .form {
    text-align: left;
  }

  .form.contact-form---service-single {
    min-height: 310px;
  }

  .form.contact-form-v1 {
    min-height: 662px;
  }

  .mg-bottom--24px {
    margin-bottom: -16px;
  }

  .accordion-top-content-wrapper {
    grid-template-columns: auto 1fr;
  }

  .lightbox-gallery-wrapper {
    height: 250px;
  }

  .mg-bottom-20px {
    margin-bottom: 16px;
  }

  .max-w-64px-mbl {
    max-width: 64px;
  }

  .search-result-link-item {
    padding-bottom: 40px;
  }

  .btn-primary-2 {
    padding: 14px 26px;
  }

  .cta-section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-section-2.cta-v3 {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .btn-secondary-3 {
    padding: 14px 26px;
  }

  .display-8 {
    font-size: 72px;
  }

  .text-402 {
    font-size: 20px;
  }

  .text-402.dropdown-title {
    font-size: 16px;
  }

  .hamburger-menu-bar-2 {
    width: 32px;
  }

  .dropdown-pd-2 {
    padding-top: 28px;
  }

  .div-block.grid {
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    margin-top: 0;
  }

  .paragraph-6 {
    padding-left: 53px;
    padding-right: 53px;
  }

  .paragraph-6.main {
    width: 60%;
  }

  .paragraph-6.main.light.center {
    font-size: 17px;
  }

  .btn-primary-3 {
    padding: 14px 26px;
  }

  .btn-primary-3.button-row {
    margin-right: 16px;
  }

  .image-gradient-2.about-section---right-image---home-v3, .image-gradient-2.about-section---left-image---home-v3 {
    filter: none;
  }

  .btn-secondary-4 {
    padding: 14px 26px;
  }

  .display-9 {
    font-size: 72px;
  }

  .display-10, .display-11 {
    font-size: 52px;
  }

  .display-11.mg-bottom--6px {
    margin-bottom: -4px;
  }

  .divider-vertical-2.stats-divider {
    margin-left: 0;
    margin-right: 0;
  }

  .divider-vertical-2.stats-divider.top {
    margin-bottom: -24px;
  }

  .divider-vertical-2.stats-divider.middle {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 1px;
    max-height: 1px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .divider-vertical-2.stats-divider.bottom {
    margin-top: -24px;
  }

  .accordion-title-50px {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-title-50px.display-2, .accordion-title-50px.display-2-38px, .accordion-title-50px.display-2-32px {
    font-size: 40px;
  }

  .costom-text-20px {
    margin-bottom: 16px;
  }

  .display-2-50px, .display-2-copy {
    font-size: 52px;
  }

  .display-2-copy.mg-bottom--6px {
    margin-bottom: -4px;
    font-size: 40px;
  }

  .div-gap._40 {
    width: 100%;
  }

  .costomhome-image {
    width: 100%;
    min-height: 450px;
    inset: 0%;
  }

  .bottom-gradient {
    background-image: linear-gradient(180deg, var(--neutral--800) 17%, transparent);
    width: 100%;
  }

  .section-policy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-policy.pd-bottom-200px {
    padding-bottom: 140px;
  }

  .flex-div-position {
    z-index: 2;
    width: 80%;
    position: relative;
  }

  .wrapp {
    flex-flow: column;
  }

  .image-wrapper-copy.about-section---home-v1 {
    margin-bottom: 48px;
  }

  .image-wrapper-copy.about-section---home-v1.hiring {
    z-index: 1;
    width: 100%;
    top: -105px;
  }

  .mg-bottom-32px-copy {
    margin-bottom: 24px;
  }

  .div-column, .div-column-control {
    flex-flow: column;
  }

  .control-item {
    width: 100%;
  }

  .imstagram-image {
    width: 48%;
    min-height: 200px;
    max-height: 300px;
  }

  .display-12 {
    font-size: 52px;
  }

  .display-12.mg-bottom-4px._60px {
    font-size: 50px;
  }

  .btn-secondary-5 {
    padding: 14px 26px;
  }

  .image-wrapper-2.hero-section---service-single-page {
    margin-top: -24px;
    position: relative;
    right: 0%;
  }

  .image-7.hero-section-image---for-sale {
    min-height: 500px;
  }

  .display-13 {
    font-size: 72px;
  }

  .display-13.font-size-14vw-mbp.mg-bottom-24px._80px {
    font-size: 60px;
  }

  .text-403 {
    font-size: 20px;
  }

  .text-403.dropdown-title {
    font-size: 16px;
  }

  .dropdown-pd-3 {
    padding-top: 28px;
  }

  .input-dropdown {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 24px;
    font-size: 16px;
  }

  .input-dropdown::placeholder {
    font-size: 16px;
  }

  .image-wrapper-3.portfolio-featured-image {
    margin-top: -10px;
  }

  .divider-2 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider-2.section-divider-line {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .divider-2._48px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-bottom-2.footer-v1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .btn-primary-4, .btn-secondary-6 {
    padding: 14px 26px;
  }

  .btn-circle-secondary-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .image-8.full-size-image.portfolio-featured-image {
    max-height: 500px;
  }

  .image-8.full-size-image.portfolio-featured-image.hero {
    max-height: none;
  }

  .display-14 {
    font-size: 28px;
  }

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

  .display-15 {
    font-size: 52px;
  }

  .display-16 {
    font-size: 72px;
  }

  .portfolio-link-v3-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-divider-number-2 {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
    font-size: 18px;
  }

  .portfolio-grid, .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  blockquote {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
  }

  .grid-2-columns._2-col-mbl.gap-16px {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.dropdown-link-menu {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.offices-grid---contact-v2-page {
    grid-row-gap: 56px;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider.section-divider-line {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .divider._120px {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .mg-bottom-32px.left {
    text-align: left;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .display-1 {
    font-size: 56px;
  }

  .display-1.gradient-heading.mg-bottom-20px {
    font-size: 51px;
  }

  .display-1.font-size-14vw-mbp {
    font-size: 14vw;
  }

  .grid-1-column.gap-row-64px {
    grid-row-gap: 40px;
  }

  .display-2 {
    font-size: 44px;
  }

  .display-2.mg-bottom-40px.mg-bottom-24px-tablet._60px {
    font-size: 35px;
  }

  .display-2.blog-post-page-title {
    font-size: 32px;
  }

  .display-2.mg-bottom--6px {
    margin-bottom: 0;
  }

  .display-2.mg-bottom--6px._30px {
    text-align: left;
  }

  .display-2.mg-bottom-12px.center {
    font-size: 30px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 24px;
  }

  .text-300.medium {
    width: 80%;
    line-height: 140%;
  }

  .grid-3-columns, .grid-3-columns.gap-row-80px {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.instagram-feed---3-col-grid.v2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .inner-container._60 {
    width: 100%;
  }

  .mg-bottom-0 {
    text-align: left;
  }

  .mg-bottom-0._30 {
    text-align: center;
    width: 100%;
  }

  .mg-bottom-0.left {
    text-align: left;
  }

  .mg-bottom-0.narrow, .btn-primary {
    width: 100%;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .btn-primary.button-row {
    margin-bottom: 0;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
  }

  .btn-secondary.no-hover.no-wrap {
    white-space: nowrap;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox, .radio-button {
    min-width: 22px;
    min-height: 22px;
  }

  .avatar-circle._06.mg-bottom-24px {
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .line-square-icon.success-message-check {
    font-size: 56px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 24px;
  }

  .buttons-row {
    flex-direction: column;
    width: 100%;
  }

  .buttons-row.footer-row {
    justify-content: space-between;
    align-items: center;
  }

  .buttons-row.cta-v3 {
    grid-row-gap: 16px;
  }

  .buttons-row.gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.top {
    padding-top: 40px;
  }

  .section.hero-section---home-v1 {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .section.about-section---home-v2, .section.hero-section---home-v3 {
    padding-bottom: 80px;
  }

  .section.hero-section---about-page {
    padding-top: 40px;
  }

  .section.sell-hero {
    padding-top: 100px;
  }

  .section.hero-section---portfolio-single-page, .section.hero-section---product-page {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.pd-bottom-200px {
    padding-bottom: 120px;
  }

  .heading-h2-size {
    font-size: 24px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .dropdown-wrapper {
    margin-left: 0;
    margin-right: auto;
  }

  .header-logo-link {
    max-width: 160px;
  }

  .btn-circle-secondary.accordion-btn.v2 {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .utility-page-wrap.password-protected {
    padding-bottom: 80px;
  }

  .footer-logo-wrapper {
    max-width: 160px;
  }

  .footer-logo-wrapper.mg-bottom-0 {
    width: 90%;
  }

  .footer-logo-wrapper.mg-bottom-0.w--current {
    width: 100%;
  }

  .footer-list-wrapper {
    flex-flow: column;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-top.footer-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-footer-3-columns---logo-center {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .accordion-item-wrapper.v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accordion-spacer._24px {
    min-height: 16px;
  }

  .accordion-btn-line.vertical, .accordion-btn-line.horizontal {
    width: 18px;
  }

  .accordion-content-wrapper.v2.service-accordion {
    margin-bottom: -4px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .accordion-title.display-2 {
    font-size: 27px;
  }

  .accordion-title.display-5 {
    font-size: 21px;
  }

  .image.hero-image---home-v1 {
    object-position: 50% 50%;
  }

  .image.full-size-image.office-section-image {
    min-height: 350px;
  }

  .image.full-size-image.versical-image {
    max-height: 400px;
  }

  .image.portfolio-card-image---portfolio-card-v2 {
    min-height: 175px;
  }

  .divider-details.large {
    width: 32px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-wrapper.hero-image---home-v1 {
    height: auto;
  }

  .image-wrapper.image-wrapper---portfolio-card-v2 {
    height: 250px;
  }

  .image-wrapper.about-section---left-image---home-v3 {
    right: 8%;
  }

  .image-wrapper.about-section---right-image---home-v3 {
    height: 350px;
    display: none;
    left: 8%;
  }

  .image-wrapper.product-page-image-wrapper {
    margin-top: -8px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .image-wrapper._404-not-found-image-wrapper {
    max-height: 350px;
  }

  .image-wrapper.position-relative {
    height: 200%;
  }

  ._404-not-found {
    font-size: 120px;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

  .order-item-content {
    margin-left: 0;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .dropdown-list-wrapper {
    grid-column-gap: 40px;
    grid-template-columns: auto auto;
  }

  .grid-footer-3-columns---footer-v1 {
    grid-template-columns: 1fr;
  }

  .footer-column-wrapper {
    padding-top: 24px;
  }

  .footer-menu-grid {
    grid-column-gap: 36px;
    grid-row-gap: 22px;
    flex-flow: column;
    padding-bottom: 30px;
  }

  .image-gradient.about-section---home-v1 {
    background-image: linear-gradient(0deg, transparent, var(--neutral--800));
  }

  .section-divider-number {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    font-size: 16px;
  }

  .about-section-top-content---home-v1.gap {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .stats-container {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
  }

  .flex-horizontal---justify-start.chilren-wrap--gap-row-12px-mbp {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .service-accordion-image {
    object-position: 50% 50%;
  }

  .service-accordion-bg-gradient {
    background-image: linear-gradient(180deg, var(--neutral--800) 5%, transparent);
    inset: 0%;
  }

  .accordion-bottom-spacer._100 {
    height: 50px;
  }

  .portfolio-details-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .portfolio-details-container.home-v3 {
    flex-direction: row;
  }

  .portfolio-button-inside-image-wrapper {
    justify-content: center;
    align-items: center;
    inset: 0% auto 0% 50%;
    transform: translate(-50%);
  }

  .portfolio-right-content---portfolio-card-v2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .display-5 {
    font-size: 20px;
  }

  .display-5.testimonial-card-title---home-v3 {
    font-size: 22px;
  }

  .display-5.accordion-big-number {
    margin-bottom: 12px;
  }

  .border-bottom-item {
    padding-bottom: 32px;
  }

  .cta-v3-main-container {
    align-items: stretch;
  }

  .testimonial-card-content---home-v3 {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .testimonial-card-wrapper---home-v3 {
    min-height: 380px;
    max-height: 380px;
  }

  .accordion-top-content-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 1fr;
  }

  .lightbox-gallery-wrapper {
    height: 150px;
  }

  .btn-primary-2 {
    width: 100%;
  }

  .cta-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-section-2.cta-v3 {
    margin-bottom: 80px;
    padding-top: 72px;
  }

  .btn-secondary-3 {
    width: 100%;
  }

  .display-8 {
    font-size: 56px;
  }

  .display-8.smaller {
    font-size: 44px;
  }

  .header-nav-link-2 {
    margin-left: 0;
    margin-right: auto;
  }

  .hamburger-menu-bar-2 {
    width: 28px;
  }

  .intro-text-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-hero {
    font-size: 46px;
  }

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

  .intro-content.cc-homepage {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-6.main {
    width: 100%;
  }

  .paragraph-6.main.light.center {
    width: 80%;
    margin-bottom: 10px;
    font-size: 17px;
  }

  .paragraph-6.main.light.center.no-animation.contact-success {
    font-size: 17px;
    line-height: 19px;
  }

  .btn-primary-3 {
    width: 100%;
  }

  .btn-primary-3.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-secondary-4 {
    width: 100%;
  }

  .display-9 {
    font-size: 56px;
  }

  .display-9.gradient-heading.mg-bottom-32px {
    background-image: linear-gradient(138deg, #0000, #fff 29% 72%, #0000 91%);
  }

  .display-10 {
    font-size: 44px;
  }

  .display-10.mg-bottom-4px._52px {
    text-align: left;
    font-size: 35px;
  }

  .display-11 {
    font-size: 44px;
  }

  .display-11.mg-bottom--6px {
    margin-bottom: 0;
  }

  .accordion-title-50px {
    font-size: 18px;
    line-height: 26px;
  }

  .accordion-title-50px.display-2, .accordion-title-50px.display-2-38px, .accordion-title-50px.display-2-32px {
    font-size: 27px;
  }

  .display-2-50px {
    font-size: 44px;
  }

  .display-2-50px.mg-bottom-40px.mg-bottom-24px-tablet {
    font-size: 40px;
  }

  .display-2-copy {
    font-size: 44px;
  }

  .display-2-copy.mg-bottom--6px {
    margin-bottom: 0;
    font-size: 26px;
  }

  .costomhome-image {
    object-position: 50% 50%;
  }

  .bottom-gradient {
    background-image: linear-gradient(180deg, var(--neutral--800) 5%, transparent);
    inset: 0%;
  }

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

  .div-policy {
    width: 100%;
  }

  .section-policy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-policy.pd-bottom-200px {
    padding-bottom: 120px;
  }

  .flex-div-position {
    width: 100%;
  }

  .image-wrapper-copy.about-section---home-v1.hiring {
    max-height: 300px;
    top: 0;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    left: 0;
  }

  .animation-2 {
    margin-bottom: 0;
  }

  .sequence-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 20px 10px;
  }

  .icon-sq {
    width: 40px;
    min-width: 40px;
  }

  .extrabold25px {
    font-size: 20px;
  }

  .blogposts.gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
  }

  .image-post {
    width: 100%;
    height: 60%;
    inset: auto 0% 0%;
  }

  .gradientright {
    background-image: linear-gradient(#000 54%, #fff0);
  }

  .imstagram-image {
    width: 47%;
    height: 150px;
    min-height: 100px;
  }

  .display-12 {
    font-size: 44px;
  }

  .btn-secondary-5 {
    width: 100%;
  }

  .image-wrapper-2.about-section-image---home-v2 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .btn-wrapp {
    flex-flow: column;
  }

  .image-7.hero-section-image---for-sale {
    min-height: 400px;
  }

  .display-13 {
    font-size: 56px;
  }

  .display-13.font-size-14vw-mbp {
    font-size: 14vw;
  }

  .display-13.font-size-14vw-mbp.mg-bottom-24px._80px {
    font-size: 40px;
  }

  .bg-right {
    background-image: linear-gradient(-180deg, #000, #fff0);
  }

  .listing-img.video {
    height: 300px;
  }

  .small-line {
    width: 30px;
  }

  .video-wrapp {
    min-height: 300px;
  }

  .cta-v3-main-flex {
    align-items: stretch;
  }

  .div-block-14 {
    width: 100%;
  }

  .accordion-btn-line-2.vertical, .accordion-btn-line-2.horizontal {
    width: 18px;
  }

  .divider-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider-2.section-divider-line {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .btn-primary-4, .btn-secondary-6 {
    width: 100%;
  }

  .mg-bottom-2 {
    text-align: left;
  }

  .btn-circle-secondary-2.accordion-btn.v2 {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .image-8.full-size-image.portfolio-featured-image {
    max-height: 450px;
  }

  .display-14 {
    font-size: 24px;
  }

  .text-406.medium {
    width: 80%;
    line-height: 140%;
  }

  .display-15 {
    font-size: 44px;
  }

  .display-16 {
    font-size: 56px;
  }

  .portfolio-link-v3-2 {
    grid-column-gap: 24px;
    grid-template-columns: 1fr auto;
    position: relative;
  }

  .section-divider-number-2 {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    font-size: 16px;
  }

  .project-gallery {
    width: 100%;
    height: 100%;
  }

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

  .lightbox-gallerry {
    height: 100px;
  }

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

#w-node-d0f60bf3-44b3-419b-4e17-e96f218fe56c-ba52b4e7 {
  justify-self: center;
}

#w-node-fb25ce9c-7e01-15fd-99e7-e36dba52b587-ba52b4e7, #w-node-d8d81855-6063-bf39-0345-cf2f4d21fe58-e3b331d0, #w-node-d8d81855-6063-bf39-0345-cf2f4d21fe59-e3b331d0, #w-node-d8d81855-6063-bf39-0345-cf2f4d21fe5b-e3b331d0, #w-node-d8d81855-6063-bf39-0345-cf2f4d21fe5d-e3b331d0, #w-node-d8d81855-6063-bf39-0345-cf2f4d21fe5f-e3b331d0, #w-node-e1cdbe4f-b8be-908b-0a2e-a05d9d0ddc61-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8a88-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8a8c-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8a8d-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8a8f-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8a91-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8a93-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8a95-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8a97-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8a99-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8a9a-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8a9c-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8a9e-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8aa0-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8aa2-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8aa4-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8aa6-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8aa7-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8aa9-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8aab-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8aad-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8aaf-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8ab1-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8ab3-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8ab4-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8ab6-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8ab8-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8aba-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8abc-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8abe-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8ac0-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8ac3-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8ac4-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8ac6-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8ac8-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8aca-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8acc-e3b331d0, #w-node-e83143e6-3e9d-6e75-3029-4cab51ef8ace-e3b331d0, #w-node-_99e9bd30-b373-f710-6029-704f7a4ec3ca-e3b331d0, #w-node-_99e9bd30-b373-f710-6029-704f7a4ec3cb-e3b331d0, #w-node-_99e9bd30-b373-f710-6029-704f7a4ec3cd-e3b331d0, #w-node-_99e9bd30-b373-f710-6029-704f7a4ec3cf-e3b331d0, #w-node-_99e9bd30-b373-f710-6029-704f7a4ec3d1-e3b331d0, #w-node-_99e9bd30-b373-f710-6029-704f7a4ec3d3-e3b331d0, #w-node-efd7e986-2719-5272-6dc4-a3cb0008ce23-9f76243e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c75472a-1444-d420-0d0a-38dd7a96d709-9f76243e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5b93432a-59ba-7683-3006-95e07cd650e2-9f76243e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fa72f9c5-17ee-aebd-a6fe-4a17329aab51-9f76243e {
  justify-self: end;
}

#w-node-_676cb010-15a2-662c-35d2-85e87734d059-9f76243e {
  justify-self: start;
}

#w-node-_85f2c03f-cc35-77b9-5120-579d43fbc1eb-9f76243e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4fac4fc1-3f93-7401-48f9-6d12bdee60e6-9f76243e, #w-node-_03fe94ee-6e7a-31ea-8a34-7ad617405898-9f76243e, #w-node-_5d87ca19-b213-0315-091a-6da5441068eb-9f76243e, #w-node-_50ac6fe3-adc1-397d-9e2b-38aa06b4bb7d-9f76243e, #w-node-_7aad34b2-f78c-d57a-a1c5-a014704816b9-9f76243e, #w-node-_99386afc-98c5-09ef-4e4c-1a870bf84750-9f76243e, #w-node-f377801d-e21f-48e9-39dd-39b5997dae4d-9f76243e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d4a4ada-92fb-3593-91e5-7d3f372e3695-9f76243e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0a45de85-ec86-d31d-74a4-4a4e33ab88cd-9f76243e, #w-node-_663ff467-734d-ca60-7a42-f9eb345909ea-9f76243e, #w-node-_8a51a846-4185-45d4-f265-a0f677b9b1df-9f76243e {
  justify-self: start;
}

#w-node-d5c82ba3-b04d-3824-b5bf-2e06e68b1b90-9f762449 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5c82ba3-b04d-3824-b5bf-2e06e68b1b94-9f762449 {
  justify-self: start;
}

#w-node-decb27d1-c9d5-1117-a609-62dd3e977aaa-9f762449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-decb27d1-c9d5-1117-a609-62dd3e977ab2-9f762449, #w-node-decb27d1-c9d5-1117-a609-62dd3e977ab6-9f762449, #w-node-decb27d1-c9d5-1117-a609-62dd3e977aba-9f762449 {
  justify-self: start;
}

#w-node-decb27d1-c9d5-1117-a609-62dd3e977abe-9f762449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c2824591-315a-5581-d36b-75ef0c6204a3-9f762449, #w-node-c2824591-315a-5581-d36b-75ef0c6204b5-9f762449, #w-node-c2824591-315a-5581-d36b-75ef0c6204c7-9f762449, #w-node-c2824591-315a-5581-d36b-75ef0c6204d9-9f762449 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1393c04f-8a54-729e-4965-2ef8fa8788c5-fa8788b4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-9f76244e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dc7f8f87-0362-9144-1f0c-0d70f544a82a-9f76247e, #w-node-dc7f8f87-0362-9144-1f0c-0d70f544a842-9f76247e, #w-node-dc7f8f87-0362-9144-1f0c-0d70f544a85a-9f76247e, #w-node-dc7f8f87-0362-9144-1f0c-0d70f544a872-9f76247e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0a90ae0-f70e-0dbb-da30-05cc4a1a1363-9f76247e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-e0a90ae0-f70e-0dbb-da30-05cc4a1a136d-9f76247e, #w-node-_32724f90-0a80-e895-aaac-57fd7e47b24b-9f76247e, #w-node-_32724f90-0a80-e895-aaac-57fd7e47b254-9f76247e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32724f90-0a80-e895-aaac-57fd7e47b255-9f76247e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_32724f90-0a80-e895-aaac-57fd7e47b262-9f76247e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_32724f90-0a80-e895-aaac-57fd7e47b26f-9f76247e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-be039141-31ff-8e44-287b-a1ecc19ebe3c-9f762485 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-9f762487 {
  align-self: stretch;
}

#w-node-_692cb63f-1dbb-ad7a-00cd-61c67612883f-9f762488, #w-node-_651a081f-95c8-5db1-301c-adb54e4f62cc-9f762488, #w-node-_9dfed20a-bb79-f980-c9b6-925f6af1ea70-9f762488, #w-node-d4a6f262-1aca-8aba-0237-f38b3767e5b4-9f762488 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58ae1c0a-1981-be96-81d9-4be1cb31b8f8-5900e901 {
  justify-self: center;
}

#w-node-_58ae1c0a-1981-be96-81d9-4be1cb31b8fe-5900e901 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_878a68c4-0951-ea90-3aee-29e2174a669e-ee60033e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_878a68c4-0951-ea90-3aee-29e2174a66a1-ee60033e {
  justify-self: end;
}

#w-node-_878a68c4-0951-ea90-3aee-29e2174a66a8-ee60033e {
  justify-self: start;
}

#w-node-_878a68c4-0951-ea90-3aee-29e2174a66ae-ee60033e, #w-node-_51084970-d232-84b8-ed1b-a9ef5466b13d-fe64b5f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_51084970-d232-84b8-ed1b-a9ef5466b140-fe64b5f7 {
  justify-self: end;
}

#w-node-_51084970-d232-84b8-ed1b-a9ef5466b147-fe64b5f7 {
  justify-self: start;
}

#w-node-_51084970-d232-84b8-ed1b-a9ef5466b14d-fe64b5f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_50fd725e-7ea9-76d6-7d93-94049b58ea8a-fe64b5f7, #w-node-_53a918ae-a80a-c6de-6889-e13fb698621d-fe64b5f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a918ae-a80a-c6de-6889-e13fb6986227-fe64b5f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b67ab027-3fd2-77a1-be25-17b917c070aa-fe64b5f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b67ab027-3fd2-77a1-be25-17b917c070b6-fe64b5f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_48d4d050-92d7-bf1a-c26a-d01d4de2d953-fe64b5f7 {
  justify-self: start;
}

#w-node-_48d4d050-92d7-bf1a-c26a-d01d4de2d959-fe64b5f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_00e4d715-84ac-c8b4-3e8d-8446f52f6a6c-fe64b5f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7c67cb7-1416-930f-a370-e1b50ce851ce-85fc47f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7c67cb7-1416-930f-a370-e1b50ce851d2-85fc47f8 {
  justify-self: start;
}

#w-node-c7c67cb7-1416-930f-a370-e1b50ce851f1-85fc47f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7c67cb7-1416-930f-a370-e1b50ce851f9-85fc47f8, #w-node-c7c67cb7-1416-930f-a370-e1b50ce851fd-85fc47f8, #w-node-c7c67cb7-1416-930f-a370-e1b50ce85201-85fc47f8 {
  justify-self: start;
}

#w-node-c7c67cb7-1416-930f-a370-e1b50ce85205-85fc47f8, #w-node-_30487627-8ec9-6f6c-4f8f-b68411d9ac87-0b9c2b81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_30487627-8ec9-6f6c-4f8f-b68411d9ac8a-0b9c2b81 {
  justify-self: end;
}

#w-node-_30487627-8ec9-6f6c-4f8f-b68411d9ac99-0b9c2b81 {
  justify-self: start;
}

#w-node-_30487627-8ec9-6f6c-4f8f-b68411d9ac9f-0b9c2b81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_30487627-8ec9-6f6c-4f8f-b68411d9acad-0b9c2b81, #w-node-_30487627-8ec9-6f6c-4f8f-b68411d9ad4e-0b9c2b81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30487627-8ec9-6f6c-4f8f-b68411d9ad54-0b9c2b81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_30487627-8ec9-6f6c-4f8f-b68411d9ae61-0b9c2b81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30487627-8ec9-6f6c-4f8f-b68411d9ae6b-0b9c2b81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_30487627-8ec9-6f6c-4f8f-b68411d9aebc-0b9c2b81 {
  justify-self: start;
}

#w-node-_30487627-8ec9-6f6c-4f8f-b68411d9aecd-0b9c2b81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_30487627-8ec9-6f6c-4f8f-b68411d9aedd-0b9c2b81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb3153f9-7450-65a9-ce30-918fc64c6620-4af82a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-bb3153f9-7450-65a9-ce30-918fc64c6623-4af82a71 {
  justify-self: end;
}

#w-node-bb3153f9-7450-65a9-ce30-918fc64c6632-4af82a71 {
  justify-self: start;
}

#w-node-bb3153f9-7450-65a9-ce30-918fc64c6638-4af82a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a749c6a8-1e02-e646-ff31-37ebcf8786f4-4af82a71 {
  justify-self: end;
}

#w-node-a749c6a8-1e02-e646-ff31-37ebcf8786f1-4af82a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a749c6a8-1e02-e646-ff31-37ebcf878713-4af82a71 {
  justify-self: start;
}

#w-node-a749c6a8-1e02-e646-ff31-37ebcf878719-4af82a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e759fb39-5753-8671-0e82-9156b87c2661-4af82a71 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_28c03243-3348-fb8a-d370-9b568af1fd19-45c2e8fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28c03243-3348-fb8a-d370-9b568af1fd1b-45c2e8fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_97a420ef-ffbc-8c0b-4db7-50e02fe70200-2fe701ec {
  justify-self: start;
}

#w-node-_28c03243-3348-fb8a-d370-9b568af1fd19-5fdbd783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28c03243-3348-fb8a-d370-9b568af1fd1b-5fdbd783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_28c03243-3348-fb8a-d370-9b568af1fd19-ddf985c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28c03243-3348-fb8a-d370-9b568af1fd1b-ddf985c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_28c03243-3348-fb8a-d370-9b568af1fd19-c6245582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28c03243-3348-fb8a-d370-9b568af1fd1b-c6245582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-4653c71f, #w-node-_76959090-7798-0410-119b-0252665f515f-4653c71f, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-4653c71f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-4653c71f {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-4653c71f, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-08fc1e29, #w-node-_76959090-7798-0410-119b-0252665f515f-08fc1e29, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-08fc1e29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-08fc1e29 {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-08fc1e29, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-73f2f464, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-73f2f464, #w-node-_76959090-7798-0410-119b-0252665f515f-73f2f464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-73f2f464 {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-73f2f464, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-fdec5743, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-fdec5743, #w-node-_76959090-7798-0410-119b-0252665f515f-fdec5743 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-fdec5743 {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-fdec5743, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-af6f959d, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-af6f959d, #w-node-_76959090-7798-0410-119b-0252665f515f-af6f959d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-af6f959d {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-af6f959d, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-a1c93e2e, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-a1c93e2e, #w-node-_76959090-7798-0410-119b-0252665f515f-a1c93e2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-a1c93e2e {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-a1c93e2e, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-eeb76fc8, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-eeb76fc8, #w-node-_76959090-7798-0410-119b-0252665f515f-eeb76fc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-eeb76fc8 {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-eeb76fc8, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-86c1f408, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-86c1f408, #w-node-_76959090-7798-0410-119b-0252665f515f-86c1f408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-86c1f408 {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-86c1f408, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-839f5dcb, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-839f5dcb, #w-node-_76959090-7798-0410-119b-0252665f515f-839f5dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-839f5dcb {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-839f5dcb, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-07c4174b, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-07c4174b, #w-node-_76959090-7798-0410-119b-0252665f515f-07c4174b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-07c4174b {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-07c4174b, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-9f8d435b, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-9f8d435b, #w-node-_76959090-7798-0410-119b-0252665f515f-9f8d435b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-9f8d435b {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-9f8d435b, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-4d12e45d, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-4d12e45d, #w-node-_76959090-7798-0410-119b-0252665f515f-4d12e45d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-4d12e45d {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-4d12e45d, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-cf9d4a5c, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-cf9d4a5c, #w-node-_76959090-7798-0410-119b-0252665f515f-cf9d4a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-cf9d4a5c {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-cf9d4a5c, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-f579c9f8, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-f579c9f8, #w-node-_76959090-7798-0410-119b-0252665f515f-f579c9f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-f579c9f8 {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-f579c9f8, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-03955253, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-03955253, #w-node-_76959090-7798-0410-119b-0252665f515f-03955253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-03955253 {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-03955253, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-9f8fed17, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-9f8fed17, #w-node-_76959090-7798-0410-119b-0252665f515f-9f8fed17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-9f8fed17 {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-9f8fed17, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-7d2508c1, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-7d2508c1, #w-node-_76959090-7798-0410-119b-0252665f515f-7d2508c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-7d2508c1 {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-7d2508c1, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-f100f659, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-f100f659, #w-node-_76959090-7798-0410-119b-0252665f515f-f100f659 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-f100f659 {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-f100f659, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-2e994bcc, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-2e994bcc, #w-node-_76959090-7798-0410-119b-0252665f515f-2e994bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-2e994bcc {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-2e994bcc, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d74-ebc76e4f, #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e28e-ebc76e4f, #w-node-_76959090-7798-0410-119b-0252665f515f-ebc76e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-ebc76e4f {
  justify-self: center;
}

#w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-ebc76e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fb25ce9c-7e01-15fd-99e7-e36dba52b4fb-ba52b4e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb25ce9c-7e01-15fd-99e7-e36dba52b587-ba52b4e7 {
    justify-self: center;
  }

  #w-node-fa72f9c5-17ee-aebd-a6fe-4a17329aab51-9f76243e, #w-node-b3334060-7eed-ee23-ce54-8449192093fa-9f76243e {
    order: -9999;
  }

  #w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-9f76244e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0a90ae0-f70e-0dbb-da30-05cc4a1a1363-9f76247e {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_58ae1c0a-1981-be96-81d9-4be1cb31b8fe-5900e901 {
    justify-self: center;
  }

  #w-node-_878a68c4-0951-ea90-3aee-29e2174a66a1-ee60033e, #w-node-_878a68c4-0951-ea90-3aee-29e2174a66a2-ee60033e, #w-node-_51084970-d232-84b8-ed1b-a9ef5466b140-fe64b5f7, #w-node-_51084970-d232-84b8-ed1b-a9ef5466b141-fe64b5f7, #w-node-_30487627-8ec9-6f6c-4f8f-b68411d9ac8a-0b9c2b81, #w-node-_30487627-8ec9-6f6c-4f8f-b68411d9ac8b-0b9c2b81, #w-node-bb3153f9-7450-65a9-ce30-918fc64c6623-4af82a71, #w-node-bb3153f9-7450-65a9-ce30-918fc64c6624-4af82a71, #w-node-a749c6a8-1e02-e646-ff31-37ebcf8786f4-4af82a71, #w-node-a749c6a8-1e02-e646-ff31-37ebcf8786f5-4af82a71 {
    order: -9999;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-4653c71f {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-4653c71f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-4653c71f {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-4653c71f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-4653c71f {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-4653c71f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-4653c71f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-4653c71f {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-08fc1e29 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-08fc1e29 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-08fc1e29 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-08fc1e29 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-08fc1e29 {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-08fc1e29 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-08fc1e29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-08fc1e29 {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-73f2f464 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-73f2f464 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-73f2f464 {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-73f2f464 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-73f2f464 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-73f2f464 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-73f2f464 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-73f2f464 {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-fdec5743 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-fdec5743 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-fdec5743 {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-fdec5743 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-fdec5743 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-fdec5743 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-fdec5743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-fdec5743 {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-af6f959d {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-af6f959d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-af6f959d {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-af6f959d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-af6f959d {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-af6f959d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-af6f959d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-af6f959d {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-a1c93e2e {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-a1c93e2e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-a1c93e2e {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-a1c93e2e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-a1c93e2e {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-a1c93e2e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-a1c93e2e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-a1c93e2e {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-eeb76fc8 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-eeb76fc8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-eeb76fc8 {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-eeb76fc8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-eeb76fc8 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-eeb76fc8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-eeb76fc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-eeb76fc8 {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-86c1f408 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-86c1f408 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-86c1f408 {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-86c1f408 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-86c1f408 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-86c1f408 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-86c1f408 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-86c1f408 {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-839f5dcb {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-839f5dcb {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-839f5dcb {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-839f5dcb {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-839f5dcb {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-839f5dcb {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-839f5dcb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-839f5dcb {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-07c4174b {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-07c4174b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-07c4174b {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-07c4174b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-07c4174b {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-07c4174b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-07c4174b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-07c4174b {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-9f8d435b {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-9f8d435b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-9f8d435b {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-9f8d435b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-9f8d435b {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-9f8d435b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-9f8d435b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-9f8d435b {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-4d12e45d {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-4d12e45d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-4d12e45d {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-4d12e45d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-4d12e45d {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-4d12e45d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-4d12e45d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-4d12e45d {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-cf9d4a5c {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-cf9d4a5c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-cf9d4a5c {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-cf9d4a5c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-cf9d4a5c {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-cf9d4a5c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-cf9d4a5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-cf9d4a5c {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-f579c9f8 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-f579c9f8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-f579c9f8 {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-f579c9f8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-f579c9f8 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-f579c9f8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-f579c9f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-f579c9f8 {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-03955253 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-03955253 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-03955253 {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-03955253 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-03955253 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-03955253 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-03955253 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-03955253 {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-9f8fed17 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-9f8fed17 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-9f8fed17 {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-9f8fed17 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-9f8fed17 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-9f8fed17 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-9f8fed17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-9f8fed17 {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-7d2508c1 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-7d2508c1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-7d2508c1 {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-7d2508c1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-7d2508c1 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-7d2508c1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-7d2508c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-7d2508c1 {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-f100f659 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-f100f659 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-f100f659 {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-f100f659 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-f100f659 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-f100f659 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-f100f659 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-f100f659 {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-2e994bcc {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-2e994bcc {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-2e994bcc {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-2e994bcc {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-2e994bcc {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-2e994bcc {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-2e994bcc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-2e994bcc {
    justify-self: center;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-ebc76e4f {
    order: 9999;
    justify-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-ebc76e4f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-ebc76e4f {
    order: 9999;
    justify-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-ebc76e4f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-ebc76e4f {
    order: 9999;
    justify-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-ebc76e4f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-ebc76e4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81ddd-ebc76e4f {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d0f60bf3-44b3-419b-4e17-e96f218fe56c-ba52b4e7 {
    justify-self: center;
  }

  #w-node-d5c82ba3-b04d-3824-b5bf-2e06e68b1b90-9f762449 {
    grid-column: span 1 / span 1;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c62049f-9f762449 {
    grid-area: 1 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c6204a3-9f762449 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c6204b1-9f762449 {
    grid-area: 1 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c6204b5-9f762449 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c6204c3-9f762449 {
    grid-area: 1 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c6204c7-9f762449 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c6204d5-9f762449 {
    grid-area: 1 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c6204d9-9f762449 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1393c04f-8a54-729e-4965-2ef8fa8788c1-fa8788b4 {
    order: -9999;
  }

  #w-node-_1393c04f-8a54-729e-4965-2ef8fa8788c5-fa8788b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1393c04f-8a54-729e-4965-2ef8fa8788c9-fa8788b4 {
    order: -9999;
  }

  #w-node-d5d76a7c-da7e-b73d-5f30-3d0d340bca97-9f76247e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_58ae1c0a-1981-be96-81d9-4be1cb31b8f8-5900e901 {
    justify-self: center;
  }

  #w-node-_8dde79e1-f3b9-1f0e-31fd-be7a446b5252-ee60033e, #w-node-d5d76a7c-da7e-b73d-5f30-3d0d340bca97-fe64b5f7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c7c67cb7-1416-930f-a370-e1b50ce851ce-85fc47f8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30487627-8ec9-6f6c-4f8f-b68411d9aef4-0b9c2b81, #w-node-_51f7cb1f-5e6f-0f6d-ed36-3745ff93d6ae-4af82a71 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e759fb39-5753-8671-0e82-9156b87c265d-4af82a71 {
    order: -9999;
  }

  #w-node-e759fb39-5753-8671-0e82-9156b87c2661-4af82a71 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e759fb39-5753-8671-0e82-9156b87c2665-4af82a71 {
    order: -9999;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-4653c71f, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-08fc1e29, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-73f2f464, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-fdec5743, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-af6f959d, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-a1c93e2e, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-eeb76fc8, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-86c1f408, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-839f5dcb, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-07c4174b, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-9f8d435b, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-4d12e45d, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-cf9d4a5c, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-f579c9f8, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-03955253, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-9f8fed17, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-7d2508c1, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-f100f659, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-2e994bcc, #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81dd3-ebc76e4f {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb25ce9c-7e01-15fd-99e7-e36dba52b4fb-ba52b4e7, #w-node-d5c82ba3-b04d-3824-b5bf-2e06e68b1b90-9f762449 {
    grid-column: span 1 / span 1;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c62049f-9f762449 {
    grid-area: 1 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c6204a3-9f762449 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c6204b1-9f762449 {
    grid-area: 1 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c6204b5-9f762449 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c6204c3-9f762449 {
    grid-area: 1 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c6204c7-9f762449 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c6204d5-9f762449 {
    grid-area: 1 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-c2824591-315a-5581-d36b-75ef0c6204d9-9f762449 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_171bf357-0dcb-8928-81c6-992ebab91aa0-9f76247e, #w-node-_8dde79e1-f3b9-1f0e-31fd-be7a446b5247-ee60033e, #w-node-_171bf357-0dcb-8928-81c6-992ebab91aa0-fe64b5f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c7c67cb7-1416-930f-a370-e1b50ce851ce-85fc47f8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30487627-8ec9-6f6c-4f8f-b68411d9aee9-0b9c2b81, #w-node-_51f7cb1f-5e6f-0f6d-ed36-3745ff93d6a3-4af82a71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-4653c71f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-4653c71f {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-4653c71f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-4653c71f {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-4653c71f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-4653c71f {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-4653c71f {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-08fc1e29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-08fc1e29 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-08fc1e29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-08fc1e29 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-08fc1e29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-08fc1e29 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-08fc1e29 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-73f2f464 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-73f2f464 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-73f2f464 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-73f2f464 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-73f2f464 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-73f2f464 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-73f2f464 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-fdec5743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-fdec5743 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-fdec5743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-fdec5743 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-fdec5743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-fdec5743 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-fdec5743 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-af6f959d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-af6f959d {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-af6f959d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-af6f959d {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-af6f959d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-af6f959d {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-af6f959d {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-a1c93e2e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-a1c93e2e {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-a1c93e2e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-a1c93e2e {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-a1c93e2e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-a1c93e2e {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-a1c93e2e {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-eeb76fc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-eeb76fc8 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-eeb76fc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-eeb76fc8 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-eeb76fc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-eeb76fc8 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-eeb76fc8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-86c1f408 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-86c1f408 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-86c1f408 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-86c1f408 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-86c1f408 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-86c1f408 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-86c1f408 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-839f5dcb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-839f5dcb {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-839f5dcb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-839f5dcb {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-839f5dcb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-839f5dcb {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-839f5dcb {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-07c4174b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-07c4174b {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-07c4174b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-07c4174b {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-07c4174b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-07c4174b {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-07c4174b {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-9f8d435b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-9f8d435b {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-9f8d435b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-9f8d435b {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-9f8d435b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-9f8d435b {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-9f8d435b {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-4d12e45d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-4d12e45d {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-4d12e45d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-4d12e45d {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-4d12e45d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-4d12e45d {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-4d12e45d {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-cf9d4a5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-cf9d4a5c {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-cf9d4a5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-cf9d4a5c {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-cf9d4a5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-cf9d4a5c {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-cf9d4a5c {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-f579c9f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-f579c9f8 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-f579c9f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-f579c9f8 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-f579c9f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-f579c9f8 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-f579c9f8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-03955253 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-03955253 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-03955253 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-03955253 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-03955253 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-03955253 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-03955253 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-9f8fed17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-9f8fed17 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-9f8fed17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-9f8fed17 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-9f8fed17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-9f8fed17 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-9f8fed17 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-7d2508c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-7d2508c1 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-7d2508c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-7d2508c1 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-7d2508c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-7d2508c1 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-7d2508c1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-f100f659 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-f100f659 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-f100f659 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-f100f659 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-f100f659 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-f100f659 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-f100f659 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-2e994bcc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-2e994bcc {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-2e994bcc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-2e994bcc {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-2e994bcc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-2e994bcc {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-2e994bcc {
    grid-column: span 1 / span 1;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d7a-ebc76e4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81d8a-ebc76e4f {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e294-ebc76e4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab0b9be-5c46-7c57-4012-ef8d0d72e2a5-ebc76e4f {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5165-ebc76e4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76959090-7798-0410-119b-0252665f5176-ebc76e4f {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_3200bd52-c7a8-2a6c-6a46-e57d37c81da1-ebc76e4f {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow Font';
  src: url('../fonts/fontello.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alair Fonts 3';
  src: url('../fonts/Alair-Fonts-3.1-.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Run Wild';
  src: url('../fonts/Run-Wild.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abrilfatface';
  src: url('../fonts/AbrilFatface-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}