@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: Claritycity;
  src: url('../fonts/ClarityCity-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

:root {
  --neutral--600: #253c64;
  --neutral--800: #001943;
  --secondary--color-5: #2172e2;
  --accent--primary-1: #f4c542;
  --dfcons-primary-1: #0c132c;
  --neutral--100: white;
  --neutral--300: #b8c2d4;
  --general--shadow-01: #14142b0f;
  --neutral-200-30: #d0e1ff4d;
  --general--shadow-02: #14142b14;
  --neutral--200: #d0e1ff;
  --secondary--color-3: #063c88;
  --secondary--color-1: #006d77;
  --secondary--color-2: #ffd929;
  --neutral--700: #112952;
  --neutral--500: #314b79;
  --neutral--400: #6782b1;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --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;
  --general--shadow-03: #14142b1a;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #14142b3d;
  --button-shadow--color-01: #4a3aff0f;
  --button-shadow--color-2: #4a3aff14;
  --button-shadow--color-03: #4a3aff14;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --btn-primary-hover: #4caf50;
  --secondary--color-6: #ffbd12;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

.w-commerce-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 767px) {
  .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, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

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

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

p {
  margin-bottom: 16px;
}

a {
  color: var(--secondary--color-5);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--accent--primary-1);
}

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--800);
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--dfcons-primary-1);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  border-radius: 0 60px 60px;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 80px 142px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

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

figcaption {
  text-align: center;
  margin-top: 16px;
}

.page-wrapper {
  font-family: Poppins, sans-serif;
}

.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.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

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

.grid-2-columns.title-and-categories {
  grid-template-columns: .6fr 1fr;
  justify-content: space-between;
  margin-bottom: 80px;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.first {
  padding-top: 0;
}

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

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns.dropdown-columns-grid {
  grid-column-gap: 48px;
}

.grid-2-columns._1-3fr---1fr {
  grid-template-columns: 1.3fr 1fr;
}

.grid-2-columns._1fr---1-5fr {
  grid-template-columns: 1fr 1.5fr;
}

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

.grid-2-columns._1-4fr---1fr {
  grid-template-columns: 1.4fr 1fr;
}

.grid-2-columns.stats-grid {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  max-width: 670px;
  position: relative;
}

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

.grid-2-columns._1-8fr---1fr {
  grid-template-columns: 1.8fr 1fr;
}

.grid-2-columns._1fr---1-25fr {
  grid-template-columns: 1fr 1.25fr;
}

.grid-2-columns._1fr---1-4fr {
  grid-template-columns: 1fr 1.4fr;
}

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

.grid-2-columns._1fr---1-3fr {
  grid-template-columns: 1fr 1.3fr;
}

.grid-2-columns._1fr---1-55fr {
  grid-template-columns: 1fr 1.55fr;
}

.grid-2-columns._1-6fr---1fr {
  grid-template-columns: 1.6fr 1fr;
}

.grid-2-columns._1fr---1-65fr {
  grid-template-columns: 1fr 1.65fr;
}

.grid-2-columns.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-2-columns._1-42fr---1fr {
  grid-template-columns: 1.42fr 1fr;
}

.grid-2-columns._1fr---2-05fr {
  grid-template-columns: 1fr 2.05fr;
}

.grid-2-columns._1fr---1-44fr {
  grid-template-columns: 1fr 1.44fr;
}

.grid-2-columns._1fr---1-32fr {
  grid-template-columns: 1fr 1.32fr;
}

.grid-2-columns.footer-simple-grid {
  text-align: right;
  grid-template-columns: 1fr 2.25fr;
}

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

.grid-2-columns.footer-utility-pages {
  grid-column-gap: 32px;
  grid-template-columns: .5fr 1fr;
  align-items: start;
  max-width: 430px;
}

.style---navigation-sidebar {
  z-index: 1;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.card {
  background-color: var(--neutral-200-30);
  border-radius: 60px;
}

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

.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 {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  background-color: #0000;
  border-radius: 24px;
}

.card.figma-file {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  background-color: #0000;
  border-radius: 24px;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
  overflow: hidden;
}

.card.sales-home-page {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.322, 2.182, .713, 2.165), color .3s;
}

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

.card.buy-now {
  transform-style: preserve-3d;
  background-color: #4253ff;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.322, 2.182, .713, 2.165);
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.buy-now.white {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
}

.card.search-results-card {
  transform-style: preserve-3d;
  border-radius: 40px 40px 40px 0;
  height: 100%;
  padding: 48px 40px;
  text-decoration: none;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.322, 2.182, .713, 2.165);
}

.card.search-results-card:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.card-dark---square-bottom-left-corner {
  background-color: var(--dfcons-primary-1);
  color: var(--neutral--200);
  border-style: none;
  border-radius: 60px 60px 60px 0;
}

.card.card-dark---square-bottom-left-corner.icon-bottom {
  flex-direction: column;
  padding: 78px 34px;
  display: flex;
}

.card.card-dark---square-bottom-left-corner.icon-bottom-v2 {
  background-color: var(--dfcons-primary-1);
  flex-direction: column;
  padding: 78px 28px;
  display: flex;
}

.card.testimonial-card {
  flex-direction: column;
  padding: 74px 40px;
  display: flex;
}

.card.border-radius-0-top-left {
  border-top-left-radius: 0;
}

.card.border-radius-0-top-right {
  border-top-right-radius: 0;
}

.card.border-radius-0-bottom-left {
  border-bottom-left-radius: 0;
}

.card.border-radius-0-bottom-right {
  border-bottom-right-radius: 0;
}

.card.stat-card {
  background-color: var(--secondary--color-3);
  color: var(--neutral--200);
  text-align: center;
  padding: 80px 32px;
}

.card.pd-88px---32px {
  padding: 88px 32px;
}

.card.text-center-link-card-dark {
  z-index: 1;
  background-color: var(--secondary--color-3);
  text-align: center;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 64px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.link-card-dark-icon-top {
  z-index: 1;
  background-color: var(--secondary--color-3);
  transform-style: preserve-3d;
  flex-direction: column;
  padding: 60px 72px;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.322, 2.182, .713, 2.165);
  display: flex;
  position: relative;
}

.card.link-card-dark-icon-top:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.link-card-dark-icon-top.v3 {
  border-bottom-left-radius: 0;
  height: 100%;
  padding: 76px 30px;
}

.card.link-card-icon-left {
  grid-column-gap: 10px;
  transform-style: preserve-3d;
  border-radius: 30px 30px 0;
  align-items: flex-start;
  padding: 34px 24px 34px 36px;
  text-decoration: none;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.322, 2.182, .713, 2.165);
  display: flex;
}

.card.link-card-icon-left:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.contact-form-card {
  border-radius: 100px 100px 100px 0;
  width: 100%;
  padding: 94px 66px;
}

.card.link-card-icon-top {
  transform-style: preserve-3d;
  border-bottom-left-radius: 0;
  flex-direction: column;
  padding: 76px 40px;
  text-decoration: none;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.322, 2.182, .713, 2.165);
  display: flex;
}

.card.link-card-icon-top:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.link-card-icon-top.dark {
  background-color: var(--secondary--color-3);
}

.card.newsletter-cta-card {
  z-index: 1;
  background-color: var(--dfcons-primary-1);
  padding: 70px 70px 200px;
  position: relative;
  overflow: hidden;
}

.card.blog-post-author-link-card {
  background-color: var(--secondary--color-3);
  text-align: center;
  border-bottom-left-radius: 0;
  width: 100%;
  max-width: 426px;
  padding: 72px 40px 132px;
  text-decoration: none;
  transition-property: none;
}

.card.card-dark-icon-top {
  background-color: var(--secondary--color-3);
  border-bottom-left-radius: 0;
  flex-direction: column;
  padding: 64px 40px;
  display: flex;
}

.card.team-testimonial-center {
  grid-column-gap: 40px;
  border-radius: 0 100px 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: flex;
}

.card.link-card-details-bottom {
  transform-style: preserve-3d;
  border-bottom-left-radius: 0;
  flex-direction: column;
  height: 100%;
  padding: 74px 62px;
  text-decoration: none;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.322, 2.182, .713, 2.165);
  display: flex;
}

.card.link-card-details-bottom:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.pricing-card {
  background-color: var(--secondary--color-3);
  transform-style: preserve-3d;
  border-top-left-radius: 0;
  flex-direction: column;
  height: 100%;
  padding: 84px 30px;
  text-decoration: none;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.322, 2.182, .713, 2.165);
  display: flex;
}

.card.pricing-card:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.pricing-card.popular {
  background-color: var(--secondary--color-5);
}

.card.link-card-dark-icon-bottom {
  background-color: var(--secondary--color-3);
  transform-style: preserve-3d;
  border-bottom-left-radius: 0;
  flex-direction: column;
  height: 100%;
  padding: 80px 32px;
  text-decoration: none;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.322, 2.182, .713, 2.165);
  display: flex;
}

.card.link-card-dark-icon-bottom:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.link-card-horizontal {
  transform-style: preserve-3d;
  border-bottom-right-radius: 0;
  padding: 68px 80px;
  text-decoration: none;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.322, 2.182, .713, 2.165);
  display: block;
}

.card.link-card-horizontal:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.contact-form-dark-card---center {
  background-color: var(--secondary--color-3);
  border-bottom-left-radius: 0;
  max-width: 864px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 80px;
}

.card.contact-form-dark-card---center.v2 {
  max-width: 630px;
  margin-bottom: 0;
  padding: 80px 100px;
}

.card.password-protected-card {
  background-color: var(--secondary--color-3);
  border-bottom-left-radius: 0;
  width: 100%;
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
  padding: 144px 104px;
}

.card.cart-card {
  background-color: var(--neutral--100);
  border-bottom-left-radius: 0;
  width: 100%;
}

.style---color-block {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 180px;
  position: relative;
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.grid-4-columns.pricing-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.grid-4-columns.dropdown-pages-grid {
  grid-column-gap: 32px;
  grid-row-gap: 18px;
  justify-content: start;
  justify-items: start;
}

.grid-4-columns.footer-pages-grid {
  grid-column-gap: 42px;
  grid-row-gap: 18px;
  grid-template-columns: auto auto auto auto;
}

.bg-accent-1 {
  background-color: var(--accent--primary-1);
}

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

.bg-secondary-2 {
  background-color: var(--secondary--color-2);
}

.bg-secondary-3 {
  background-color: var(--secondary--color-3);
}

.bg-secondary-4 {
  background-color: var(--dfcons-primary-1);
}

.bg-secondary-4.right-50 {
  z-index: -1;
  position: absolute;
  inset: 0% 50% 0% 0%;
}

.bg-secondary-5 {
  background-color: var(--secondary--color-5);
}

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-800.top-50 {
  z-index: -2;
  position: absolute;
  inset: 50% 0% 0%;
}

.bg-neutral-800.bg-full {
  z-index: -2;
  position: absolute;
  inset: 0%;
}

.bg-neutral-700 {
  background-color: var(--neutral--700);
}

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

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

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

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

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

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

.style---color-block-text-example {
  background-color: var(--neutral--100);
  border-radius: 40px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

.color-accent-1, .color-secondary-1 {
  color: var(--secondary--color-1);
}

.color-secondary-2 {
  color: var(--secondary--color-2);
}

.color-secondary-3 {
  color: var(--secondary--color-3);
}

.color-secondary-4 {
  color: var(--dfcons-primary-1);
}

.color-secondary-5 {
  color: var(--secondary--color-5);
}

.color-secondary-5.hover-accent:hover {
  color: var(--accent--primary-1);
}

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

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

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

.color-neutral-600.link:hover {
  color: var(--accent--primary-1);
}

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

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

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

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

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

.bg-blue-100 {
  background-color: var(--system--blue-100);
}

.color-blue-100 {
  color: var(--system--blue-100);
}

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

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

.bg-green-100 {
  background-color: var(--system--green-100);
}

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.color-red-100 {
  color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.color-orange-200 {
  color: var(--system--orange-200);
}

.bg-orange-100 {
  background-color: var(--system--orange-100);
}

.color-orange-100 {
  color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

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

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

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

.divider.mg-0 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.divider._168px---111px {
  margin-top: 168px;
  margin-bottom: 111px;
}

.divider.pricing-card-divider {
  background-color: var(--neutral--100);
  opacity: .3;
  margin-top: 18px;
  margin-bottom: 40px;
}

.divider._32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

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

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.list {
  line-height: 24px;
}

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

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

.text-200.mg-top-3px {
  margin-top: 3px;
}

.text-200.semi-bold {
  font-weight: 600;
}

.display-1 {
  color: var(--neutral--800);
  font-size: 90px;
  font-weight: 600;
  line-height: 1.044em;
}

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

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-content: start;
  justify-items: start;
}

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

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

.grid-1-column.our-process-grid {
  grid-row-gap: 56px;
  width: 100%;
  max-width: 552px;
}

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

.grid-1-column.contact-link-cards-grid {
  grid-row-gap: 40px;
  max-width: 330px;
}

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

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

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

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

.gap-column-8px {
  grid-column-gap: 8px;
}

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

.gap-column-32px {
  grid-column-gap: 32px;
}

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

.gap-column-48px {
  grid-column-gap: 48px;
}

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

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

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

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

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

.display-2 {
  color: var(--neutral--800);
  font-size: 72px;
  font-weight: 600;
  line-height: 1.167em;
}

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

.display-3 {
  color: var(--neutral--800);
  font-size: 58px;
  font-weight: 600;
  line-height: 1.276em;
}

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

.display-3.color-accent-1 {
  color: var(--accent--primary-1);
}

.display-3.color-secondary-2 {
  color: var(--secondary--color-2);
}

.display-3.color-secondary-1 {
  color: var(--secondary--color-1);
}

.display-3.color-secondary-5 {
  color: var(--secondary--color-5);
}

.display-4 {
  color: var(--neutral--800);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.429em;
}

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

.display-4.color-accent-1 {
  color: var(--accent--primary-1);
}

.display-4.color-secondary-1 {
  color: var(--secondary--color-1);
}

.display-4.color-secondary-2 {
  color: var(--secondary--color-2);
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

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

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

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

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

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

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

.text-300.bold.footer-title {
  color: var(--neutral--100);
  margin-bottom: 40px;
}

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

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

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

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

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

.text-strikethrough {
  text-decoration: line-through;
}

.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.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

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

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

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

.grid-3-columns.gap-column-32px {
  grid-column-gap: 32px;
}

.grid-3-columns.footer-pages-grid {
  grid-column-gap: 40px;
  grid-row-gap: 18px;
  grid-template-columns: auto auto auto;
}

.grid-3-columns.logo-strip-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  place-items: center;
  width: 100%;
  max-width: 100%;
}

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

.style---shadow-card {
  background-color: var(--neutral--100);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 44px;
  display: flex;
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  min-height: 70vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

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

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

.inner-container._574px {
  max-width: 574px;
}

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

.inner-container._900px {
  max-width: 900px;
}

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

.inner-container._700px {
  max-width: 700px;
}

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

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

.inner-container._520px {
  max-width: 520px;
}

.inner-container._366px {
  max-width: 366px;
}

.inner-container._188px {
  max-width: 188px;
}

.inner-container._452px {
  max-width: 452px;
}

.inner-container._652px {
  max-width: 652px;
}

.inner-container._626px {
  max-width: 626px;
}

.inner-container._542px {
  max-width: 542px;
}

.inner-container._478px {
  max-width: 478px;
}

.inner-container._555px {
  max-width: 555px;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._482px {
  max-width: 482px;
}

.inner-container._584px {
  max-width: 584px;
}

.inner-container._470px {
  max-width: 470px;
}

.inner-container._604px {
  max-width: 604px;
}

.inner-container._472px {
  max-width: 472px;
}

.inner-container._594px {
  max-width: 594px;
}

.inner-container._266px {
  max-width: 266px;
}

.inner-container._566px {
  max-width: 566px;
}

.inner-container._648px {
  max-width: 648px;
}

.inner-container._420px {
  max-width: 420px;
}

.inner-container._694px {
  max-width: 694px;
}

.inner-container._568px {
  max-width: 568px;
}

.inner-container._620px {
  max-width: 620px;
}

.inner-container._804px {
  max-width: 804px;
}

.inner-container._736px {
  max-width: 736px;
}

.inner-container._750px {
  max-width: 750px;
}

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

.inner-container._258px {
  max-width: 258px;
}

.inner-container._442px {
  max-width: 442px;
}

.inner-container._638px {
  max-width: 638px;
}

.inner-container._890px {
  max-width: 890px;
}

.inner-container._404px {
  max-width: 404px;
}

.inner-container._704px {
  max-width: 704px;
}

.inner-container._544px {
  max-width: 544px;
}

.inner-container._656px {
  max-width: 656px;
}

.inner-container._942px {
  max-width: 942px;
}

.inner-container._392px {
  max-width: 392px;
}

.inner-container._698px {
  max-width: 698px;
}

.inner-container._722px {
  max-width: 722px;
}

.inner-container._616px {
  max-width: 616px;
}

.inner-container._364px {
  max-width: 364px;
}

.inner-container._582px {
  max-width: 582px;
}

.inner-container._760px {
  max-width: 760px;
}

.inner-container._546px {
  max-width: 546px;
}

.inner-container._592px {
  max-width: 592px;
}

.inner-container._390px {
  max-width: 390px;
}

.inner-container._1098px {
  max-width: 1098px;
}

.inner-container._270px {
  max-width: 270px;
}

.inner-container._510px {
  max-width: 510px;
}

.inner-container._636px {
  max-width: 636px;
}

.inner-container._466px {
  max-width: 466px;
}

.inner-container._504px {
  max-width: 504px;
}

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

.inner-container._780px {
  max-width: 780px;
}

.inner-container._624px {
  max-width: 624px;
}

.inner-container._492px {
  max-width: 492px;
}

.inner-container._216px {
  max-width: 216px;
}

.inner-container._496px {
  max-width: 496px;
}

.inner-container._506px {
  max-width: 506px;
}

.inner-container._560px {
  max-width: 560px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  border-radius: 24px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--accent--primary-1);
  border-radius: 24px;
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-16px {
  border-radius: 16px;
}

.border-radius-64px {
  border-radius: 64px;
}

.border-radius-64px.border-radius-top-left-0 {
  border-top-left-radius: 0;
}

.style---card-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 24px;
}

.style---components-wrapper {
  background-color: var(--neutral--100);
  border-radius: 24px;
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 48px;
}

.btn-primary {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--dfcons-primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s cubic-bezier(.322, 2.182, .713, 2.165), color .3s;
}

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

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

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

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

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-primary.white:hover {
  border-color: var(--dfcons-primary-1);
  background-color: var(--dfcons-primary-1);
  color: var(--neutral--100);
}

.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: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

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

.btn-primary.width-100 {
  transform-style: preserve-3d;
}

.btn-primary.width-100:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.btn-primary.download-app {
  display: flex;
}

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

.btn-primary.no-hover:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  transform: none;
}

.btn-primary.next-btn {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
}

.btn-primary.bg-secondary-5 {
  border-color: var(--secondary--color-5);
  background-color: var(--secondary--color-5);
}

.btn-primary.bg-secondary-5:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.btn-primary.bg-secondary-5.hover-none {
  transition-property: none;
}

.btn-primary.bg-secondary-5.hover-none:hover {
  border-color: var(--secondary--color-5);
  background-color: var(--secondary--color-5);
  transform: none;
}

.btn-primary.buy-on-webflow-btn {
  background-color: var(--neutral--100);
  color: #4253ff;
  border-style: none;
  transition-property: none;
}

.btn-primary.buy-on-webflow-btn:hover {
  transform: none;
}

.btn-primary.explore-templates {
  background-color: #4a3aff;
  border-style: none;
  transition-property: none;
}

.btn-primary.explore-templates:hover {
  transform: none;
}

.btn-secondary {
  border: 1px solid var(--neutral--800);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s cubic-bezier(.322, 2.182, .713, 2.165), background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(1.04, 1.04, 1.01);
}

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

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-secondary.previous-btn {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
}

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 24px 24px 24px 0;
  padding: 18px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.badge-primary.light {
  background-color: var(--neutral--200);
  color: var(--accent--primary-1);
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-primary.link {
  transform-style: preserve-3d;
  text-decoration: none;
  transition: background-color .3s, transform .3s cubic-bezier(.322, 2.182, .713, 2.165);
}

.badge-primary.link:hover {
  background-color: var(--btn-primary-hover);
  color: var(--neutral--100);
  transform: scale3d(1.02, 1.02, 1.01);
}

.badge-primary.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

.badge-secondary {
  color: var(--neutral--500);
  text-align: center;
  background-color: #d0e1ff4d;
  border-radius: 24px 24px 24px 0;
  padding: 18px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: none;
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.small.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary.category-badges {
  transform-style: preserve-3d;
  margin-left: 24px;
  transition: transform .3s cubic-bezier(.322, 2.182, .713, 2.165), background-color .3s, color .3s;
}

.badge-secondary.category-badges:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(1.02, 1.02, 1.01);
}

.badge-secondary.category-badges.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  cursor: default;
}

.badge-secondary.category-badges.w--current:hover {
  background-color: var(--neutral--800);
}

.badge-secondary.category-badges.vertical-desktop {
  margin-bottom: 24px;
  margin-left: 0;
}

.input {
  border: 1px solid var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  border-radius: 100px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--neutral--300);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.input::placeholder {
  color: var(--neutral--600);
  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.small.mg-bottom-8px {
  margin-bottom: 8px;
}

.input.large {
  min-height: 76px;
}

.input.cart-quantity-input {
  border-color: var(--neutral--300);
  box-shadow: none;
  border-radius: 24px;
  width: 80px;
  min-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

.input.cart-quantity-input:hover {
  border-color: var(--neutral--400);
}

.input.cart-quantity-input:focus {
  border-color: var(--accent--primary-1);
}

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

.input.get-in-touch-btn-inside {
  padding-right: 168px;
}

.input.border-neutral-300 {
  border-color: var(--neutral--300);
  box-shadow: none;
}

.input.border-neutral-300:hover {
  border-color: var(--neutral--400);
}

.input.border-neutral-300:focus {
  border-color: var(--accent--primary-1);
}

.input.border-neutral-300::placeholder {
  color: var(--neutral--500);
}

.input.icon-inside-right {
  padding-right: 54px;
}

.input.dropdown-wrapper {
  min-height: auto;
  padding: 0 24px;
}

.input.dropdown-input {
  box-shadow: none;
  color: var(--neutral--600);
  border-style: none;
  padding: 0;
}

.input.border-neutral-200---shadow-none {
  border-color: var(--neutral--200);
  box-shadow: none;
}

.input.border-neutral-200---shadow-none:hover {
  border-color: var(--neutral--400);
}

.input.border-neutral-200---shadow-none:focus {
  border-color: var(--accent--primary-1);
}

.input.stay-tuned-btn-inside {
  padding-right: 160px;
}

.position-relative {
  position: relative;
}

.text-area {
  border: 1px solid var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-02);
  border-radius: 40px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--neutral--300);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

.text-area:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

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

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

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

.text-area.large {
  min-height: 200px;
  margin-bottom: 0;
}

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

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.large.mg-bottom-40px {
  margin-bottom: 40px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 100%;
  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(--dfcons-primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--dfcons-primary-1);
  background-color: var(--dfcons-primary-1);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

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

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
  margin-right: 16px;
}

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

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  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.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

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

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

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

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._02 {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
}

.avatar-circle._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

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

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

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

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

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

.social-icon-square {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.322, 2.182, .713, 2.165), background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--btn-primary-hover);
  color: var(--neutral--100);
  transform: scale3d(1.06, 1.06, 1.01);
}

.social-icon-square.size-10px {
  width: 10px;
}

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

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

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

.line-rounded-icon.link-icon-right.font-size-32px {
  font-size: 32px;
  line-height: 1em;
}

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

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

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  color: var(--accent--primary-1);
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon.dropdown-arrow-white {
  color: var(--neutral--100);
  margin-left: 8px;
}

.line-rounded-icon.font-size-24px {
  font-size: 24px;
  line-height: 1em;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

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

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text img {
  border-radius: 60px 60px 60px 0;
}

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

.rich-text h2 {
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

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

.rich-text ul {
  margin-top: 32px;
  margin-bottom: 64px;
}

.rich-text ol {
  margin-top: 32px;
  margin-bottom: 32px;
}

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

.rich-text a {
  font-weight: 600;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: 1px solid var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover, .style---dropdown-toggle.w--open {
  color: var(--accent--primary-1);
}

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

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

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--600);
  border-right: 4px solid #0000;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--neutral--800);
  background-color: var(--neutral--200);
  color: var(--neutral--800);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--accent--primary-1);
  background-color: var(--dfcons-primary-1);
  color: var(--neutral--100);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--accent--primary-1);
  border-radius: 8px;
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  color: var(--neutral--600);
  text-align: center;
  width: 100%;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

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

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

.elements---page-hero {
  background-color: var(--neutral-200-30);
  padding-top: 120px;
  padding-bottom: 120px;
}

.elements---page-hero.bg-neutral-100 {
  background-color: var(--neutral--100);
}

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

.section.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.template-pages-hero {
  background-color: var(--dfcons-primary-1);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-page {
  background-image: linear-gradient(to bottom, white 50%, var(--secondary--color-3) 50%);
  padding-top: 60px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.cta-home-pages {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--secondary--color-3) 28%, white 28%);
  border-bottom-right-radius: 200px;
  padding-top: 0;
  position: relative;
}

.section.border-radius-200px---top-left-and-bottom-right {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

.section.border-radius-200px---top-left-and-bottom-right.dark-link-cards-section {
  z-index: 1;
  background-color: var(--dfcons-primary-1);
  padding-top: 162px;
  padding-bottom: 162px;
  position: relative;
}

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

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

.section.pd-140px.pd-bottom-0 {
  padding-bottom: 0;
}

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

.section.pd-240px {
  padding-top: 240px;
  padding-bottom: 240px;
}

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

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

.section.pd-top-130px {
  padding-top: 130px;
}

.section.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

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

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

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

.top-bar-wrapper {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

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

.top-bar-flex.space-between {
  justify-content: space-between;
}

.link-wrapper {
  color: var(--neutral--800);
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

.link-wrapper.color-primary:hover {
  color: var(--neutral--800);
}

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

.link-wrapper.white:hover {
  color: var(--accent--primary-1);
}

.link-wrapper.white.hover-secondary-4:hover {
  color: var(--dfcons-primary-1);
}

.link-wrapper.color-secondary-5 {
  color: var(--secondary--color-5);
}

.link-wrapper.color-secondary-5:hover {
  color: var(--accent--primary-1);
}

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

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

.elements---element-title {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

.heading-h1-size {
  color: var(--neutral--800);
  font-size: 54px;
  font-weight: 600;
  line-height: 1.222em;
}

.heading-h1-size.mg-bottom-5px {
  margin-bottom: 5px;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.316em;
}

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

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

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

.heading-h5-size {
  color: var(--neutral--800);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

.heading-h5-size.color-secondary-5 {
  color: var(--secondary--color-5);
}

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

.heading-h6-size {
  color: var(--neutral--800);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: var(--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Poppins, sans-serif;
}

.header-wrapper.bg-secondary-4 {
  background-color: var(--dfcons-primary-1);
}

.header-content-wrapper {
  justify-content: space-between;
  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-link {
  color: var(--neutral--800);
  padding: 0;
}

.header-nav-link:hover {
  color: var(--accent--primary-1);
}

.header-nav-link.w--current {
  color: var(--neutral--800);
}

.header-nav-link.w--current:hover {
  color: var(--accent--primary-1);
}

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

.header-nav-link.color-neutral-100:hover {
  color: var(--accent--primary-1);
}

.header-nav-link.color-neutral-100.w--current {
  color: var(--neutral--100);
}

.header-nav-link.color-neutral-100.w--current:hover {
  color: var(--accent--primary-1);
}

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

.header-nav-list-item.show-in-tablet {
  display: none;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-column-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-54%);
}

.dropdown-column-wrapper.right--67 {
  transform: translate(-67%);
}

.dropdown-link {
  color: var(--neutral--600);
  text-align: left;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.w--current {
  color: var(--neutral--600);
}

.dropdown-link.w--current:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.bold {
  font-weight: 700;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  padding: 48px;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s cubic-bezier(.322, 2.182, .713, 2.165), color .3s;
}

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

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

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

.hamburger-menu-bar {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

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

.btn-circle-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.322, 2.182, .713, 2.165), background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  background-color: var(--btn-primary-hover);
  color: var(--neutral--100);
  transform: scale3d(1.06, 1.06, 1.01);
}

.btn-circle-primary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-circle-primary.white:hover {
  background-color: var(--secondary--color-5);
  color: var(--neutral--100);
}

.btn-circle-primary.right-slider-btn---top-right {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  top: -172px;
  right: 0;
}

.btn-circle-primary.right-slider-btn---top-right.top--140px {
  top: -140px;
}

.btn-circle-primary.right-slider-btn---bottom-right {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1em;
  bottom: 0;
  right: 0;
}

.btn-circle-primary.right-slider-btn---center {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
}

.btn-circle-secondary {
  background-color: var(--neutral-200-30);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s cubic-bezier(.322, 2.182, .713, 2.165), background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  background-color: var(--neutral--200);
  transform: scale3d(1.06, 1.06, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  border: 1px solid var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-circle-secondary.white:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.btn-circle-secondary.left-slider-btn---top-right {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin: 0 0 0 auto;
  top: -172px;
  right: 104px;
}

.btn-circle-secondary.left-slider-btn---top-right.top--140px {
  top: -140px;
}

.btn-circle-secondary.left-slider-btn---bottom-right {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 20px;
  line-height: 1em;
  bottom: 0;
  right: 64px;
}

.btn-circle-secondary.left-slider-btn---center {
  background-color: #eaedf2;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
}

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

.utility-page-wrap.password-protected {
  z-index: 1;
  background-color: var(--dfcons-primary-1);
  border-bottom-right-radius: 200px;
  align-items: flex-start;
  padding-top: 58px;
  padding-bottom: 214px;
  position: relative;
}

.utility-page-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

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

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

.flex-vertical {
  flex-direction: column;
  display: flex;
}

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

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

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

.flex-horizontal.align-end {
  align-items: flex-end;
}

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

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

.footer-wrapper {
  background-color: var(--dfcons-primary-1);
  margin-top: -1px;
}

.footer-wrapper.footer-simple-wrapper {
  background-color: #0000;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-top: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  box-shadow: 0 0 28px #6968a929;
}

.footer-wrapper.footer-simple-wrapper.bg-secondary-4 {
  background-color: var(--dfcons-primary-1);
  box-shadow: none;
  border-top: 1px solid #ffffff4d;
  border-radius: 0;
}

.footer-logo-wrapper {
  transform-style: preserve-3d;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.322, 2.182, .713, 2.165);
}

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

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

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

.footer-list-item.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-link {
  color: var(--neutral--200);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--accent--primary-1);
}

.footer-link.text-and-icon {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.footer-top {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 164px;
  padding-bottom: 136px;
  display: grid;
}

.footer-top.v2 {
  grid-template-columns: 1.25fr 1.3fr .5fr;
  padding-top: 76px;
  padding-bottom: 64px;
}

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

.footer-bottom.border-top-none {
  border-top-style: none;
}

.footer-middle {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dfcons-primary-1);
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.35fr 1fr;
  grid-auto-columns: 1fr;
  padding: 48px 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.success-message {
  color: var(--neutral--100);
  background-color: #0000;
  padding: 0;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.error-message.cart-message {
  margin: 0 24px 48px;
}

.grid-footer-logo---paragraph {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

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

.text-center.mobile-l {
  text-align: left;
}

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

.sticky-top.text-left---card-right-container {
  z-index: 2;
  margin-bottom: 480px;
}

.opacity-30 {
  opacity: .3;
}

.opacity-90 {
  opacity: .9;
}

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

.fit-cover.fit-position-right {
  object-position: 100% 50%;
}

.overflow-hidden {
  overflow: hidden;
}

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

.text-decoration-none.color-transition-none {
  transition-property: none;
}

.cta-section {
  z-index: 1;
  background-color: var(--dfcons-primary-1);
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  padding-top: 216px;
  padding-bottom: 216px;
  position: relative;
}

.cta-section.v2 {
  background-color: #0a1023;
  border-bottom-right-radius: 0;
  padding-top: 170px;
  padding-bottom: 170px;
  overflow: hidden;
}

.cta-section.v2.pd-bottom-0-tablet {
  background-color: #0a1023;
}

.cta-section.v3 {
  padding-top: 188px;
  padding-bottom: 188px;
}

.cta-section.v4 {
  padding-top: 188px;
  padding-bottom: 188px;
  overflow: hidden;
}

.cta-section.v5 {
  padding-top: 212px;
  padding-bottom: 268px;
}

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

.grid-5-columns.logo-strip-center {
  grid-column-gap: 40px;
  grid-row-gap: 66px;
  justify-content: center;
  place-items: center;
}

.grid-5-columns.logo-strip-center.small {
  grid-column-gap: 60px;
  grid-template-columns: auto auto auto auto auto;
}

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

.slider-mask {
  height: 100%;
}

.slider-mask.width-400px {
  max-width: 400px;
  overflow: visible;
}

.slider-mask.width-960px {
  max-width: 960px;
  overflow: visible;
}

.slider-mask.width-904px {
  max-width: 904px;
}

.slider-mask.width-904px.center {
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  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 {
  box-shadow: none;
  transform-style: preserve-3d;
  background-color: #0000;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 48px 0;
}

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

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

.accordion-item-wrapper.v2.first.pd-40px {
  padding-top: 0;
}

.accordion-item-wrapper.v2.pd-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.accordion-item-wrapper.v2.right-column-first {
  border-top-width: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.accordion-item-wrapper.v2-white {
  grid-column-gap: 16px;
  box-shadow: none;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #4e80c5;
  border-style: solid none;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 48px 0;
}

.accordion-item-wrapper.v2-white:hover {
  transform: translate3d(4px, 0, .01px);
}

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

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

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

.accordion-header.icon-right {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 100%;
}

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

.acordion-body.max-w-618px {
  max-width: 618px;
}

.acordion-body.max-w-564px {
  max-width: 564px;
}

.acordion-body.max-w-784px {
  max-width: 784px;
}

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

.accordion-spacer._6px {
  min-height: 6px;
}

.accordion-spacer._32px {
  min-height: 32px;
}

.accordion-btn-line {
  background-color: var(--secondary--color-5);
  width: 24px;
  height: 3px;
  position: absolute;
}

.accordion-btn-line.vertical {
  width: 3px;
  height: 24px;
}

.accordion-btn-line.bg-neutral-100 {
  background-color: var(--neutral--100);
}

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

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

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

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  padding: 26px 24px;
}

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

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.overflow-visible {
  overflow: visible;
}

.slide-item-mg {
  margin-right: 28px;
}

.slide-item-mg.mg-right-34px {
  margin-right: 34px;
}

.slide-item-mg.mg-right-80px {
  margin-right: 80px;
}

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

.height-100 {
  height: 100%;
}

.pricing-column.featured {
  background-color: var(--neutral-200-30);
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.pricing-table-top {
  border-bottom: 1px solid #b8c2d44d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 156px;
  padding: 36px 24px;
  display: flex;
}

.pricing-table-top.first {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.pricing-table-top.first.justify-end {
  justify-content: flex-end;
}

.pricing-content-wrapper {
  border-bottom: 1px solid #b8c2d44d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.pricing-content-wrapper.left {
  align-items: flex-start;
}

.pricing-content-wrapper.last {
  border-bottom-style: none;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.categories-badges-item-wrapper.vertical-desktop {
  flex-direction: column;
  align-items: flex-start;
}

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.categories-badges-wrapper.vertical-desktop {
  flex-direction: column;
}

.categories-badges-wrapper.center {
  justify-content: center;
}

.categories-badges-wrapper.tab-menu-top-right {
  position: absolute;
  top: -130px;
  right: 0;
}

._404-not-found {
  opacity: .5;
  color: var(--neutral--200);
  margin-bottom: -120px;
  font-size: 300px;
  font-weight: 600;
  line-height: 1em;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--600);
  background-color: #0000;
  border-radius: 64px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--neutral--200);
  color: var(--neutral--600);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--secondary--color-3);
  color: var(--neutral--100);
  font-weight: 700;
}

.template-pages---photography-wrapper {
  transform-style: preserve-3d;
  border-radius: 16px;
  transition: transform .3s cubic-bezier(.322, 2.182, .713, 2.165), color .3s;
  overflow: hidden;
}

.template-pages---photography-wrapper:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.cart-button-wrapper {
  margin-left: 32px;
}

.cart-button-white {
  color: var(--neutral--100);
  white-space: nowrap;
  background-color: #0000;
  padding: 0;
  transition-property: none;
  position: relative;
}

.cart-button-white:hover {
  color: var(--neutral--100);
}

.cart-quantity-white {
  color: var(--neutral--100);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
  display: flex;
  position: static;
}

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

.cart-container {
  box-shadow: none;
  background-color: #0000;
  max-width: 540px;
  padding: 24px;
}

.cart-header {
  border-bottom-color: var(--neutral--200);
  padding: 34px 32px;
}

.cart-list {
  padding: 24px 32px;
}

.cart-footer {
  padding: 40px 32px;
}

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

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

.cart-close-button {
  color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cart-close-button:hover {
  color: var(--accent--primary-1);
}

.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--300);
  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--300);
  padding: 31px 0;
}

.shipping-price {
  color: var(--neutral--800);
  font-weight: 700;
}

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

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

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

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

.order-item-image {
  border-radius: 14px;
}

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

.order-item-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-summary-price {
  color: var(--neutral--800);
}

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

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

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  display: flex;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  transform-style: preserve-3d;
  border-radius: 34px;
  flex: none;
  max-width: 422px;
  margin-left: 14px;
  margin-right: 14px;
  transition: transform .3s cubic-bezier(.322, 2.182, .713, 2.165), color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000000d;
}

.image-home-link-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.card-sales-home-image {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-bottom: -1px;
}

.card-sales-home-content {
  border: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  color: var(--neutral--300);
  text-align: center;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 32px 32px 42px;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 658px;
}

.figma-file-text-wrapper {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--neutral--200);
  background-color: var(--neutral--100);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 64px;
  padding-right: 38px;
  display: flex;
}

.badge-home {
  z-index: 1;
  background-color: var(--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--100);
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.home-surprises-card {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.cta-square-logo {
  border-radius: 22px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px #14142b1a;
}

.cta-square-logo.white {
  border: 1px solid var(--neutral--200);
}

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

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

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

.top-section {
  z-index: 1;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.top-section.large-image-right {
  background-color: var(--dfcons-primary-1);
  padding-bottom: 290px;
}

.top-section.floating-avatars-section {
  background-color: var(--dfcons-primary-1);
  padding-bottom: 308px;
}

.top-section.large-image-left {
  background-color: var(--dfcons-primary-1);
  border-bottom-left-radius: 200px;
  padding-bottom: 290px;
}

.top-section.pd-168px---144px {
  padding-top: 168px;
  padding-bottom: 144px;
}

.top-section.bg-secondary-4---bottom-right-200px {
  background-color: var(--dfcons-primary-1);
  border-bottom-right-radius: 200px;
}

.top-section.bg-secondary-4---bottom-right-200px.bg-shape-bottom-left {
  padding-bottom: 132px;
}

.top-section.bg-secondary-4---bottom-right-200px.pd-32px---122px {
  overflow: visible;
}

.top-section.pd-bottom-184px {
  padding-bottom: 184px;
}

.top-section.pd-bottom-244px {
  padding-bottom: 244px;
}

.top-section.pd-top-168px {
  padding-top: 168px;
}

.top-section.bg-secondary-4---bottom-left-200px {
  background-color: var(--dfcons-primary-1);
  border-bottom-left-radius: 200px;
}

.top-section.pd-bottom-156px {
  padding-bottom: 156px;
}

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

.top-section.pd-top-56px {
  padding-top: 56px;
}

.top-section.pd-32px---122px {
  padding-top: 32px;
  padding-bottom: 122px;
}

.top-section.pd-bottom-212px {
  padding-bottom: 212px;
}

.top-section.image-right {
  z-index: 2;
  padding-bottom: 154px;
}

.top-section.pd-16px---138px {
  padding-top: 16px;
  padding-bottom: 138px;
}

.top-section-large-image-right---wrapper {
  justify-content: center;
  align-items: center;
  width: 48%;
  max-width: 618px;
  display: flex;
  position: absolute;
  bottom: -290px;
  right: 0;
}

.position-relative---z-index-1 {
  z-index: 1;
  color: var(--dfcons-primary-1);
  position: relative;
}

.top-section-large-image-right---image-bg {
  z-index: -1;
  width: 76%;
  max-width: 1008px;
  display: block;
  position: absolute;
  bottom: -440px;
  right: -16%;
}

.mg-top-auto {
  margin-top: auto;
}

.flex {
  display: flex;
}

.flex.align-top {
  align-items: flex-start;
}

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

.flex.align-center.gap-column-30px {
  grid-column-gap: 30px;
}

.flex.align-end {
  align-items: flex-end;
}

.flex.align-end.gap-column-8px {
  text-align: center;
}

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

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

.stats-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.stats-container.v2 {
  grid-column-gap: 32px;
  justify-content: space-between;
  margin-bottom: 0;
}

.border-radius-100px---top-left-and-bottom-right {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.img-and-bg---wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.img---bg-pattern {
  z-index: -1;
  width: 108%;
  display: block;
  position: absolute;
}

.img---bg-pattern.v2 {
  width: 184%;
  bottom: 10px;
}

.img---bg-pattern.v3 {
  justify-content: center;
  align-items: center;
  width: 168%;
  max-width: 1312px;
  margin-bottom: -42px;
  display: flex;
}

.img---bg-pattern.v4 {
  justify-content: center;
  align-items: center;
  width: 106%;
  max-width: 598px;
  margin-right: 106px;
  display: flex;
  bottom: 48px;
}

.img---bg-pattern.v5 {
  width: 150%;
  max-width: 1190px;
  bottom: 1%;
}

.dot {
  background-color: var(--accent--primary-1);
  border-radius: 100%;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.dot.bg-secondary-2 {
  background-color: var(--secondary--color-2);
}

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

.link---image-wrapper {
  z-index: 1;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.link---image-wrapper.team-member-grid-image {
  justify-content: center;
  min-height: 378px;
  max-height: 378px;
  margin-bottom: 24px;
  display: flex;
}

.link---image-wrapper.blog-author-link-card {
  border-radius: 100px;
  min-width: 138px;
  max-width: 138px;
  min-height: 138px;
  max-height: 138px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link---image-wrapper.sales-home-main-page {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 0;
}

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

.color-secondary-6 {
  color: var(--secondary--color-6);
}

.bg-secondary-6 {
  background-color: var(--secondary--color-6);
}

.blog-post-details-container {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.blog-post-link-item {
  transform-style: preserve-3d;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.322, 2.182, .713, 2.165);
  display: flex;
}

.blog-post-link-item:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.blog-post-link-item.small-image-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 232px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.social-links-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.social-links-container.team-member-card-container {
  position: absolute;
  top: 410px;
  right: 0;
}

.social-links-container.blog-author-links-container {
  justify-content: center;
  position: absolute;
  bottom: 72px;
  left: 40px;
  right: 40px;
}

.circle-link-icon {
  transform-style: preserve-3d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.322, 2.182, .713, 2.165);
  display: flex;
}

.circle-link-icon:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.circle-link-icon.social-link-white {
  color: #fff;
  font-family: Social Icons Font, sans-serif;
  text-decoration: none;
}

.cta-section---image-right {
  width: 42%;
  max-width: 534px;
  position: absolute;
  bottom: -216px;
  right: 92px;
}

.cta-section---image-right.v2 {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 82%;
  max-width: none;
  padding-top: 152px;
  display: flex;
  top: 0;
  bottom: 0;
  right: -380px;
}

.cta-section---image-right.v3 {
  z-index: -1;
  align-items: center;
  width: 64%;
  max-width: 1006px;
  display: flex;
  top: 0;
  bottom: 0;
  right: 0;
}

.cta-section---image-right.v4 {
  justify-content: center;
  align-items: center;
  width: 32%;
  max-width: 418px;
  padding-bottom: 32px;
  display: flex;
  top: -170px;
  bottom: -170px;
  right: 140px;
}

.cta-section---bg-shape-wrapper {
  z-index: -1;
  border-top-left-radius: 199px;
  border-bottom-right-radius: 199px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.cta-section---bg-right {
  width: 60%;
  max-width: 854px;
  margin-top: 82px;
  margin-left: auto;
  display: block;
  position: absolute;
  right: -78px;
}

.cta-section---bottom-right-bg {
  background-color: #fff;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

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

.max-w-24px {
  max-width: 24px;
}

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

.top-section---floating-avatar {
  border-radius: 100%;
  max-width: 178px;
  position: absolute;
}

.top-section---floating-avatar.top-left {
  top: 140px;
  left: 9.5%;
}

.top-section---floating-avatar.top-right {
  top: 110px;
  right: 7%;
}

.top-section---floating-avatar.bottom-center {
  margin-left: auto;
  margin-right: auto;
  bottom: 62px;
  left: 216px;
  right: 0;
}

.top-section-floating-avatars---text-container {
  text-align: center;
  width: 54%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.top-section---floating-avatar-shape {
  z-index: -1;
  position: absolute;
}

.top-section---floating-avatar-shape.top-left {
  transform-origin: 0%;
  top: 246px;
  left: 0;
}

.top-section---floating-avatar-shape.top-right {
  transform-origin: 100%;
  top: 314px;
  right: -82px;
}

.top-section---floating-avatar-shape.bottom-center {
  transform-origin: 50% 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  bottom: 0;
  left: 0;
  right: 194px;
}

.stats-grid-bg-shape {
  z-index: -1;
  transform-origin: 0 0;
  width: 78%;
  max-width: 522px;
  position: absolute;
  bottom: -370px;
  right: -334px;
}

.section---top-left-bg-shape {
  transform-origin: 0 100%;
  width: 30%;
  max-width: 424px;
  position: absolute;
  top: -72px;
  left: 0;
}

.section---top-left-bg-shape.v2 {
  z-index: -1;
  transform-origin: 0 0;
  width: 20%;
  max-width: 268px;
  top: -138px;
}

.cta-section---image-left {
  width: 42%;
  max-width: 534px;
  position: absolute;
  bottom: -188px;
  left: 0;
}

.cta-section---bg-left {
  width: 50%;
  max-width: 692px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta-section---bg-left.v2 {
  z-index: -1;
  object-fit: cover;
  object-position: 100% 100%;
  width: 44%;
  max-width: 616px;
  height: 100%;
}

.our-process-text-container {
  margin-top: 8px;
  margin-left: 64px;
}

.our-process-line-left {
  z-index: -1;
  background-color: var(--neutral--300);
  transform-origin: 50% 0;
  min-width: 1px;
  max-width: 1px;
  position: absolute;
  top: 40px;
  bottom: -90px;
  left: 15px;
}

.top-section---large-image-right {
  transform-origin: 0 100%;
  object-fit: cover;
  object-position: 97% 50%;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  width: 42%;
  height: 100%;
  max-height: 758px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-section---bg-bottom-right {
  transform-origin: 100% 100%;
  width: 44%;
  max-width: 638px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-section---bg-bottom-right.v2 {
  z-index: -1;
  transform-origin: 50% 100%;
  width: auto;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  left: auto;
  right: 20%;
}

.top-section---bg-bottom-right.v3 {
  z-index: -1;
  width: 20%;
  max-width: 280px;
  bottom: -6px;
}

.top-section---bg-bottom-right.v4 {
  z-index: -1;
  width: 20%;
  max-width: 280px;
  bottom: 262px;
}

.top-section---bg-bottom-right.v5 {
  width: auto;
  max-width: none;
  right: 40px;
}

.top-section---bg-bottom-right.v6 {
  z-index: -1;
  transform-origin: 0 100%;
  width: 24%;
  max-width: 338px;
  right: 12%;
}

.large-image-right---container {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.large-image-right---image {
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  display: block;
}

.border-radius-140px {
  border-radius: 140px;
}

.border-radius-140px.top-right-0 {
  border-top-right-radius: 0;
}

.border-radius-140px.top-left-0 {
  border-top-left-radius: 0;
}

.image-and-bg-pattern-right---text-container {
  z-index: 2;
  margin-top: 40px;
  margin-bottom: 164px;
  position: relative;
}

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

.cta---bottom-left-shape {
  z-index: -1;
  transform-origin: 0 100%;
  width: 30%;
  max-width: 402px;
  display: block;
  position: absolute;
  bottom: -188px;
  left: -5%;
}

.cta---top-right-shape {
  z-index: -1;
  transform-origin: 100% 0;
  width: 26%;
  max-width: 362px;
  display: block;
  position: absolute;
  top: -188px;
  right: -2%;
}

.cta---bottom-right-shape {
  z-index: -1;
  transform-origin: 0 100%;
  width: 24%;
  max-width: 308px;
  display: block;
  position: absolute;
  bottom: -188px;
  right: 1%;
}

.slider-left---main-container {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-left---slider-container {
  width: 50%;
  max-width: 584px;
}

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

.section-bg-shape---bottom-right {
  z-index: -1;
  width: 48%;
  max-width: 622px;
  position: absolute;
  bottom: -330px;
  right: -62px;
}

.accordion-tab-menu {
  border-bottom: 1px solid var(--neutral--300);
  background-color: #0000;
  max-width: 426px;
  padding: 40px 0;
  transition-property: none;
}

.accordion-tab-menu.w--current {
  background-color: #0000;
}

.accordion-tab-menu.first {
  padding-top: 0;
}

.accordion-tab-menu.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.link-title-white---hover-secondary-1, .link-title-white---hover-accent, .link-title-white---hover-secondary-6 {
  color: var(--neutral--100);
}

.link-hover-scale-1-01 {
  transform-style: preserve-3d;
  transition: transform .3s cubic-bezier(.322, 2.182, .713, 2.165);
}

.link-hover-scale-1-01:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.text-center-link-card---bg-top-left {
  z-index: -1;
  width: 40%;
  max-width: 128px;
  position: absolute;
  top: 0;
  left: 18px;
}

.text-center-link-card---bg-bottom-right {
  z-index: -1;
  width: 48%;
  max-width: 148px;
  position: absolute;
  bottom: 30px;
  right: 0;
}

.form-success-message {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 630px;
  display: flex;
}

.form-success-message.min-h-502px {
  min-height: 502px;
}

.form-success-message.min-h-494px {
  min-height: 494px;
}

.top-section---bg-bottom-left {
  z-index: -1;
  transform-origin: 0 100%;
  width: 42%;
  max-width: 606px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-section---bg-bottom-left.v2 {
  width: 22%;
  max-width: 290px;
}

.top-section---bg-bottom-left.v3 {
  width: 90%;
  max-width: 1166px;
  bottom: -145%;
  left: -15.2%;
}

.top-section---bg-bottom-left.v4 {
  transform-origin: 0 0;
  width: 22%;
  max-width: 310px;
  bottom: 20%;
}

.top-section---bg-bottom-left.v5 {
  width: auto;
  max-width: 368px;
  bottom: -212px;
  left: 22%;
}

.top-section---bg-bottom-left.v6 {
  width: 18%;
  max-width: 250px;
}

.top-section---bg-bottom-left.v7 {
  transform-origin: 50% 100%;
  width: 52%;
  max-width: 784px;
}

.link-title-white---hover-secondary-2 {
  color: var(--neutral--100);
}

.section---top-right-shape {
  z-index: -1;
  transform-origin: 0 100%;
  width: 40%;
  max-width: 510px;
  position: absolute;
  top: -300px;
  right: -132px;
}

.section---top-right-shape.v2 {
  z-index: 0;
  transform-origin: 100% 100%;
  width: 20%;
  max-width: 290px;
  top: -58px;
  right: 0;
}

.section---top-right-shape.v3 {
  width: auto;
  max-width: 232px;
  top: -74px;
  right: 0;
}

.section---bottom-left-shape {
  z-index: -1;
  transform-origin: 0 0;
  width: 60%;
  max-width: 770px;
  position: absolute;
  bottom: -400px;
  left: -260px;
}

.section---bottom-left-shape.v2 {
  z-index: 0;
  width: 32%;
  max-width: 450px;
  bottom: -118px;
  left: 0;
}

.section---bottom-left-shape.v3 {
  transform-origin: 0 100%;
  width: auto;
  max-width: 208px;
  bottom: 284px;
  left: 0;
}

.top-section---bg-middle-right {
  z-index: -1;
  transform-origin: 100% 100%;
  width: 24%;
  max-width: 320px;
  position: absolute;
  top: 92px;
  right: 0;
}

.top-section---bg-middle-right.v2 {
  width: 20%;
  max-width: 346px;
  top: 186px;
}

.link-title---hover-secondary-5 {
  color: var(--neutral--800);
}

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

.slide-item---large-image-left {
  grid-column-gap: 48px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top-section---bg-middle-left {
  z-index: -1;
  transform-origin: 0 0;
  width: 20%;
  max-width: 332px;
  position: absolute;
  top: 24%;
  left: 0;
}

.top-section---bg-middle-left.v2 {
  width: 25%;
  max-width: 348px;
  top: 124px;
}

.border-radius-100px {
  border-radius: 100px;
}

.border-radius-100px.border-radius-0-bottom-left {
  border-bottom-left-radius: 0;
}

.border-radius-100px.border-radius-0-top-left {
  border-top-left-radius: 0;
}

.btn-small-inside-input-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
}

.btn-inside-input-success-message {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  display: flex;
}

.btn-inside-input-success-message.bg-light {
  background-color: var(--neutral-200-30);
  padding: 16px 24px;
}

.cta---middle-right-shape {
  z-index: -1;
  transform-origin: 100%;
  width: 15%;
  max-width: 214px;
  position: absolute;
  top: 21%;
  right: 0;
}

.cta---top-center-shape {
  z-index: -1;
  transform-origin: 0 0;
  width: 22%;
  max-width: 306px;
  position: absolute;
  top: 0;
  right: 43%;
}

.cta---bottom-center {
  z-index: -1;
  transform-origin: 50% 100%;
  width: 26%;
  max-width: 368px;
  position: absolute;
  bottom: 0;
  right: 38%;
}

.input-icon-btn-inside-right {
  color: var(--neutral--500);
  background-color: #0000;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  min-width: 44px;
  padding: 0;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 20px;
  line-height: 1em;
  transition: color .3s;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.input-icon-btn-inside-right:hover {
  color: var(--accent--primary-1);
}

.newsletter-cta-card---image-top {
  position: absolute;
  top: 0;
  left: 174px;
}

.newsletter-cta-card---image-bottom {
  position: absolute;
  bottom: 0;
  right: 74px;
}

.top-section---bg-top-right {
  z-index: -1;
  transform-origin: 100% 100%;
  width: 20%;
  max-width: 256px;
  position: absolute;
  top: 72px;
  right: 0;
}

.top-section---bg-top-right.v2 {
  z-index: 0;
  transform-origin: 100% 100%;
  width: 20%;
  max-width: 292px;
  top: -4%;
}

.top-section---bg-top-right.v3 {
  transform-origin: 100% 0;
  width: 16%;
  max-width: 218px;
  top: 0;
}

.border-radius-200px {
  border-radius: 200px;
}

.border-radius-200px.border-radius-0-top-left-bottom-right {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

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

.card-grid-2-col---bg-shape-bottom-left {
  z-index: -1;
  transform-origin: 100% 100%;
  width: 90%;
  max-width: 744px;
  position: absolute;
  bottom: 10px;
  left: -62%;
}

.border-radius-200px-bottom-right {
  border-bottom-right-radius: 200px;
}

.gap-column-12px {
  grid-column-gap: 12px;
}

.top-section---bg-top-left {
  z-index: -1;
  transform-origin: 0 0;
  width: 24%;
  max-width: 348px;
  position: absolute;
  top: 22px;
  left: 0;
}

.top-section---bg-top-left.v2 {
  transform-origin: 0 100%;
  width: 18%;
  max-width: 248px;
  top: -322px;
}

.pricing-table-mb-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-mobile-text.text-400.medium {
  font-size: 16px;
}

.top-section---image-right {
  z-index: 1;
  width: 48%;
  max-width: 608px;
  position: absolute;
  bottom: -156px;
  right: 120px;
}

.max-w-54px {
  max-width: 54px;
}

.full-page-section {
  z-index: 1;
  min-height: 90vh;
  position: relative;
}

.full-page-section.pd-16px---64px {
  padding-top: 16px;
  padding-bottom: 64px;
}

.full-page-section.large-image-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 122px;
  padding-bottom: 122px;
  display: flex;
}

.full-page-section.bg-right-full-height {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-center-container {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.full-page-section---top-right-shape {
  z-index: -1;
  transform-origin: 100% 100%;
  width: 18%;
  max-width: 240px;
  position: absolute;
  top: 22px;
  right: 0;
}

.full-page-section---top-right-shape.v3 {
  transform-origin: 100%;
  width: 328px;
  max-width: 24%;
  top: 190px;
}

.full-page-section---bottom-left-shape {
  z-index: -1;
  transform-origin: 0 100%;
  width: 18%;
  max-width: 240px;
  position: absolute;
  bottom: 302px;
  left: 0;
}

.full-page-section---bottom-left-shape.v3 {
  transform-origin: 100% 100%;
  width: 24%;
  max-width: 320px;
  bottom: 0;
}

.full-page-section---top-left-shape {
  z-index: -1;
  transform-origin: 0 100%;
  width: 22%;
  max-width: 290px;
  position: absolute;
  top: 12px;
  left: 0;
}

.full-page-section---top-left-shape.v2 {
  transform-origin: 0 0;
  width: 24%;
  max-width: 328px;
}

.full-page-section---bottom-right-shape {
  z-index: -1;
  transform-origin: 100% 100%;
  width: 22%;
  max-width: 310px;
  position: absolute;
  bottom: 72px;
  right: 0;
}

.full-page-section---large-image-left-wrapper {
  justify-content: center;
  align-items: center;
  width: 44%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.full-page-section---bg-left {
  object-fit: cover;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.full-page-section---large-image-left {
  transform-origin: 50% 100%;
  width: 86%;
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
}

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

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

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

.mg-top-and-bottom-256px {
  margin-top: 256px;
  margin-bottom: 256px;
}

.full-page-section---bg-right-container {
  z-index: -1;
  align-items: stretch;
  width: 112%;
  max-width: 798px;
  min-height: 90vh;
  display: flex;
  position: relative;
}

.full-page-section---image-right {
  transform-origin: 100%;
  width: 100%;
  max-width: 798px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 52px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.full-page-section---bg-right {
  object-fit: cover;
  border-radius: 0 100px 100px;
  width: 78%;
  max-width: 618px;
  margin-left: auto;
}

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

.text-capitalize {
  text-transform: capitalize;
}

.cart-button-dark {
  color: var(--neutral--800);
  white-space: nowrap;
  background-color: #0000;
  padding: 0;
  transition-property: none;
  position: relative;
}

.cart-button-dark:hover {
  color: var(--neutral--800);
}

.cart-quantity-dark {
  color: var(--neutral--800);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
  display: flex;
  position: static;
}

.loading-bar-wrapper {
  z-index: 2147483647;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.loading-bar {
  background-color: var(--accent--primary-1);
  min-height: 4px;
}

.cart-quantity-circle-bottom-left {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 1em;
  display: flex;
  position: absolute;
  bottom: -8px;
  left: -14px;
}

.min-w-26px {
  min-width: 26px;
}

.footer-middle-bg-left {
  object-fit: cover;
  object-position: 100% 50%;
  width: 54%;
  max-width: 664px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.empty-state-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #b8c2d4;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

.card-2 {
  background-color: #d0e1ff4d;
  border-radius: 60px;
}

.card-2.text-center-link-card-dark {
  z-index: 1;
  text-align: center;
  background-color: #063c88;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 64px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2 {
  padding-top: 280px;
  padding-bottom: 280px;
}

.section-2.border-radius-200px---top-left-and-bottom-right {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

.display-5 {
  color: #001943;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.276em;
}

.display-5.color-neutral-100 {
  color: #fff;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fc6575;
  border: 1px solid #fc6575;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s cubic-bezier(.322, 2.182, .713, 2.165), color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #ff374c;
  border-color: #ff374c;
  transform: scale3d(1.04, 1.04, 1.01);
}

.color-neutral-801 {
  color: #d0e1ff;
}

.display-6 {
  color: #001943;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.429em;
}

.display-6.color-neutral-100, .link-title-white---hover-secondary-7 {
  color: #fff;
}

.text-401 {
  font-size: 18px;
  line-height: 1.111em;
}

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

.text-401.medium.mg-bottom-8px {
  font-size: 17px;
}

.color-neutral-802 {
  color: #d0e1ff;
}

.link-title-white---hover-accent-2 {
  color: #fff;
}

.link-title-white---hover-accent-2.mg-bottom-0 {
  font-size: 21px;
}

.grid {
  display: block;
}

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

.section-offices.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-offices.template-pages-hero {
  background-color: var(--dfcons-primary-1);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-offices.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-offices.hero-page {
  background-image: linear-gradient(to bottom, white 50%, var(--secondary--color-3) 50%);
  padding-top: 60px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section-offices.cta-home-pages {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--secondary--color-3) 28%, white 28%);
  border-bottom-right-radius: 200px;
  padding-top: 0;
  position: relative;
}

.section-offices.border-radius-200px---top-left-and-bottom-right {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

.section-offices.border-radius-200px---top-left-and-bottom-right.dark-link-cards-section {
  z-index: 1;
  background-color: var(--dfcons-primary-1);
  padding-top: 162px;
  padding-bottom: 162px;
  position: relative;
}

.section-offices.pd-top-0 {
  padding-top: 0;
}

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

.section-offices.pd-140px.pd-bottom-0 {
  padding-bottom: 0;
}

.section-offices.pd-140px.pd-top-0 {
  padding-top: 0;
}

.section-offices.pd-240px {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-offices.pd-240px.pd-top-0 {
  padding-top: 0;
}

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

.section-offices.pd-top-130px {
  padding-top: 130px;
}

.section-offices.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-offices.pd-180px.pd-top-0 {
  padding-top: 0;
}

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

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

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

.section-offices-about.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-offices-about.template-pages-hero {
  background-color: var(--dfcons-primary-1);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-offices-about.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-offices-about.hero-page {
  background-image: linear-gradient(to bottom, white 50%, var(--secondary--color-3) 50%);
  padding-top: 60px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section-offices-about.cta-home-pages {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--secondary--color-3) 28%, white 28%);
  border-bottom-right-radius: 200px;
  padding-top: 0;
  position: relative;
}

.section-offices-about.border-radius-200px---top-left-and-bottom-right {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

.section-offices-about.border-radius-200px---top-left-and-bottom-right.dark-link-cards-section {
  z-index: 1;
  background-color: var(--dfcons-primary-1);
  padding-top: 162px;
  padding-bottom: 162px;
  position: relative;
}

.section-offices-about.pd-top-0 {
  padding-top: 0;
}

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

.section-offices-about.pd-140px.pd-bottom-0 {
  padding-bottom: 0;
}

.section-offices-about.pd-140px.pd-top-0 {
  padding-top: 0;
}

.section-offices-about.pd-240px {
  padding-top: 240px;
  padding-bottom: 240px;
  display: none;
}

.section-offices-about.pd-240px.pd-top-0 {
  padding-top: 0;
}

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

.section-offices-about.pd-top-130px {
  padding-top: 130px;
}

.section-offices-about.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-offices-about.pd-180px.pd-top-0 {
  padding-top: 0;
}

.section-offices-about.pd-100px---140px {
  padding-top: 100px;
  padding-bottom: 140px;
}

.section-offices-about.pd-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-team {
  padding-top: 280px;
  padding-bottom: 280px;
}

.section-team.border-radius-200px---top-left-and-bottom-right {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

.section-team.border-radius-200px---top-left-and-bottom-right.bg-secondary-4 {
  display: none;
}

.circle-link-icon-fb {
  transform-style: preserve-3d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.322, 2.182, .713, 2.165);
  display: none;
}

.circle-link-icon-fb:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.circle-link-icon-fb.social-link-white {
  color: #fff;
  font-family: Social Icons Font, sans-serif;
  text-decoration: none;
}

.circle-link-icon-ig {
  transform-style: preserve-3d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.322, 2.182, .713, 2.165);
  display: none;
}

.circle-link-icon-ig:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.circle-link-icon-ig.social-link-white {
  color: #fff;
  font-family: Social Icons Font, sans-serif;
  text-decoration: none;
}

.circle-link-icon-yt {
  transform-style: preserve-3d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.322, 2.182, .713, 2.165);
  display: none;
}

.circle-link-icon-yt:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.circle-link-icon-yt.social-link-white {
  color: #fff;
  font-family: Social Icons Font, sans-serif;
  text-decoration: none;
}

.circle-link-icon-tw {
  transform-style: preserve-3d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.322, 2.182, .713, 2.165);
  display: flex;
}

.circle-link-icon-tw:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.circle-link-icon-tw.social-link-white {
  color: #fff;
  font-family: Social Icons Font, sans-serif;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .img---bg-pattern {
    width: 130%;
  }

  .img---bg-pattern.v3 {
    margin-bottom: 142px;
  }

  .img---bg-pattern.v5 {
    width: 172%;
  }

  .cta-section---image-right.v3 {
    width: 70%;
  }

  .top-section---floating-avatar.top-right {
    right: 102px;
  }

  .top-section---floating-avatar-shape.top-right {
    right: 0;
  }

  .cta---bottom-left-shape {
    width: 32%;
  }

  .cta---top-right-shape {
    width: 28%;
  }

  .cta---bottom-right-shape, .top-section---bg-middle-right.v2, .top-section---bg-middle-left {
    width: 24%;
  }

  .top-section---bg-middle-left.v2 {
    top: 46px;
  }

  .full-page-section---top-right-shape {
    top: -34px;
  }
}

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .checkout-col-right {
    position: sticky;
    top: 24px;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 30px;
  }

  blockquote {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 64px 40px;
    font-size: 20px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-categories {
    grid-template-columns: 1fr;
    margin-bottom: 72px;
  }

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

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

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns._1-3fr---1fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.gap-column-32px.gap-column-24px-tablet {
    grid-column-gap: 24px;
  }

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

  .grid-2-columns._1fr---1-25fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-simple-grid {
    grid-row-gap: 16px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-2-columns.footer-utility-pages {
    max-width: none;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card {
    border-radius: 56px;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.search-results-card {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-dark---square-bottom-left-corner.icon-bottom, .card.card-dark---square-bottom-left-corner.icon-bottom-v2, .card.testimonial-card, .card.stat-card, .card.pd-88px---32px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card.text-center-link-card-dark {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .card.link-card-dark-icon-top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.link-card-dark-icon-top.v3 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .card.contact-form-card {
    padding-left: 56px;
    padding-right: 56px;
  }

  .card.link-card-icon-top {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .card.newsletter-cta-card {
    padding-left: 64px;
    padding-right: 64px;
  }

  .card.blog-post-author-link-card {
    padding: 48px 32px 108px;
  }

  .card.team-testimonial-center {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    border-radius: 0 64px 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
    grid-auto-columns: 1fr;
    padding: 72px 80px;
    display: grid;
  }

  .card.link-card-details-bottom {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 56px 40px;
  }

  .card.pricing-card {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .card.link-card-dark-icon-bottom {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.link-card-horizontal {
    padding: 56px 48px;
  }

  .card.contact-form-dark-card---center {
    padding: 72px 64px;
  }

  .card.contact-form-dark-card---center.v2 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .card.password-protected-card {
    padding: 100px 64px;
  }

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

  .grid-4-columns.pricing-table {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-4-columns.footer-pages-grid {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

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

  .divider._168px---111px {
    margin-top: 140px;
    margin-bottom: 100px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

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

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

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

  .mg-top-32px.mg-top-0-tablet {
    margin-top: 0;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-1 {
    font-size: 64px;
  }

  .grid-1-column.gap-row-28px.gap-row-24px-tablet, .grid-1-column.gap-row-40px.gap-row-24px-tablet {
    grid-row-gap: 24px;
  }

  .grid-1-column.contact-link-cards-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

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

  .display-2 {
    font-size: 56px;
  }

  .display-3 {
    font-size: 40px;
  }

  .display-4 {
    font-size: 22px;
  }

  .display-4.accordion-number {
    margin-top: 2px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

  .text-300.medium.pricing-table-features-text {
    font-size: 18px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

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

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.logo-strip-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-3-columns.gap-32px._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

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

  .inner-container._800px-tablet {
    max-width: 800px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .border-radius-64px {
    border-radius: 48px;
  }

  .btn-primary.large, .btn-secondary.large {
    padding: 26px 52px;
  }

  .badge-secondary.category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

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

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

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .line-rounded-icon.dropdown-arrow-white {
    color: var(--neutral--800);
  }

  .line-rounded-icon.font-size-24px {
    font-size: 20px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .rich-text img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .rich-text figure, .rich-text ul {
    margin-bottom: 56px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

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

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .elements---page-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .section.hero-page {
    padding-bottom: 164px;
  }

  .section.cta-home-pages {
    border-bottom-right-radius: 100px;
  }

  .section.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
  }

  .section.border-radius-200px---top-left-and-bottom-right.dark-link-cards-section {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.pd-240px {
    padding-top: 164px;
    padding-bottom: 164px;
  }

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

  .section.pd-top-130px {
    padding-top: 100px;
  }

  .section.pd-180px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.pd-100px---140px {
    padding-top: 72px;
    padding-bottom: 88px;
  }

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

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h1-size.mg-bottom-5px {
    margin-bottom: 2px;
  }

  .heading-h2-size {
    font-size: 30px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    border-top: 1px solid var(--neutral--300);
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-link.color-neutral-100 {
    color: var(--neutral--800);
  }

  .header-nav-link.color-neutral-100:hover {
    color: var(--accent--primary-1);
  }

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

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 48px 0 32px;
  }

  .hamburger-menu-wrapper {
    margin-left: 24px;
  }

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

  .hamburger-menu-bar {
    width: 40px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-bar.bg-neutral-100 {
    background-color: var(--neutral--100);
  }

  .btn-circle-primary.right-slider-btn---top-right {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    font-size: 24px;
  }

  .btn-circle-primary.right-slider-btn---top-right.top--140px {
    top: -122px;
  }

  .btn-circle-primary.right-slider-btn---center {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    right: -16px;
  }

  .btn-circle-secondary.left-slider-btn---top-right {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    font-size: 24px;
    right: 80px;
  }

  .btn-circle-secondary.left-slider-btn---top-right.top--140px {
    top: -122px;
  }

  .btn-circle-secondary.left-slider-btn---center {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    left: -16px;
  }

  .utility-page-wrap.password-protected {
    border-bottom-right-radius: 140px;
    padding-bottom: 164px;
  }

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

  .footer-wrapper.footer-simple-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-top {
    grid-column-gap: 32px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .footer-top.v2 {
    grid-template-columns: 1.5fr;
  }

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

  .footer-middle {
    grid-row-gap: 0px;
    border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .grid-footer-logo---paragraph {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .sticky-top.static-tablet {
    position: static;
    top: 0;
  }

  .sticky-top.text-left---card-right-container {
    margin-bottom: 0;
    position: static;
    top: 0;
  }

  .cta-section {
    border-top-left-radius: 140px;
    border-bottom-right-radius: 140px;
    padding-top: 164px;
    padding-bottom: 0;
  }

  .cta-section.v2 {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cta-section.v2.pd-bottom-0-tablet {
    padding-bottom: 0;
  }

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

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

  .cta-section.v5 {
    padding-top: 164px;
    padding-bottom: 180px;
  }

  .grid-5-columns.logo-strip-center {
    grid-column-gap: 38px;
    grid-row-gap: 32px;
  }

  .grid-5-columns.logo-strip-center.small {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .slider-mask {
    position: static;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .accordion-item-wrapper.v2-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .slide-item-mg.mg-right-80px {
    margin-right: 72px;
  }

  .pricing-column.featured {
    border-top-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .pricing-column.first {
    display: none;
  }

  .pricing-content-wrapper {
    min-height: 160px;
    padding: 44px 20px;
  }

  .categories-badges-item-wrapper.vertical-desktop {
    flex-direction: row;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .categories-badges-wrapper.vertical-desktop {
    flex-direction: row;
  }

  .categories-badges-wrapper.tab-menu-top-right {
    margin-bottom: 48px;
    position: static;
    top: 0;
  }

  ._404-not-found {
    margin-bottom: -94px;
    font-size: 240px;
  }

  .template-pages---photography-wrapper {
    border-radius: 10px;
  }

  .image-home-link-wrapper {
    border-radius: 20px;
    max-width: 260px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .figma-file-image-wrapper {
    max-width: none;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

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

  .top-section.large-image-right {
    padding-bottom: 0;
  }

  .top-section.floating-avatars-section {
    padding-bottom: 210px;
  }

  .top-section.large-image-left {
    border-bottom-left-radius: 140px;
    padding-bottom: 200px;
  }

  .top-section.pd-168px---144px {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .top-section.bg-secondary-4---bottom-right-200px {
    border-bottom-right-radius: 140px;
  }

  .top-section.bg-secondary-4---bottom-right-200px.bg-shape-bottom-left {
    padding-bottom: 100px;
  }

  .top-section.pd-bottom-184px {
    padding-bottom: 164px;
  }

  .top-section.pd-bottom-244px {
    padding-bottom: 180px;
  }

  .top-section.pd-top-168px {
    padding-top: 120px;
  }

  .top-section.bg-secondary-4---bottom-left-200px {
    border-bottom-left-radius: 140px;
  }

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

  .top-section.pd-32px---122px {
    padding-bottom: 100px;
  }

  .top-section.pd-bottom-212px {
    padding-bottom: 164px;
  }

  .top-section.image-right {
    padding-bottom: 64px;
  }

  .top-section.pd-16px---138px {
    padding-bottom: 120px;
  }

  .top-section-large-image-right---wrapper {
    width: 100%;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 0;
  }

  .top-section-large-image-right---image-bg {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    bottom: 6%;
    left: 0;
    right: 0;
  }

  .stats-container {
    flex-wrap: wrap;
  }

  .stats-container.v2 {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .border-radius-100px---top-left-and-bottom-right {
    border-top-left-radius: 64px;
    border-bottom-right-radius: 64px;
  }

  .img---bg-pattern.v2 {
    width: 160%;
  }

  .img---bg-pattern.v3 {
    margin-bottom: -80px;
  }

  .img---bg-pattern.v5 {
    width: 120%;
    top: -22%;
    bottom: auto;
    right: -16%;
  }

  .link---image-wrapper {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .link---image-wrapper.blog-author-link-card {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
  }

  .social-links-container.blog-author-links-container {
    bottom: 56px;
    left: 32px;
    right: 32px;
  }

  .cta-section---image-right {
    width: 60%;
    max-width: none;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .cta-section---image-right.v2 {
    width: 60%;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    right: -188px;
  }

  .cta-section---image-right.v3 {
    width: 64%;
    margin-bottom: -94px;
    margin-left: auto;
    margin-right: 0;
  }

  .cta-section---image-right.v4 {
    width: 64%;
    padding-bottom: 0;
    inset: 0;
  }

  .cta-section---bg-shape-wrapper {
    border-top-left-radius: 139px;
    border-bottom-right-radius: 139px;
  }

  .cta-section---bg-right {
    width: 68%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    left: 0;
    right: 50px;
    transform: rotate(-14deg);
  }

  .top-section---floating-avatar {
    max-width: 88px;
  }

  .top-section---floating-avatar.top-left {
    top: 46px;
    left: 1.5%;
  }

  .top-section---floating-avatar.top-right {
    top: 52px;
    right: 2%;
  }

  .top-section---floating-avatar.bottom-center {
    left: 100px;
  }

  .top-section-floating-avatars---text-container {
    width: 80%;
  }

  .top-section---floating-avatar-shape.top-left {
    max-width: 140px;
    top: 104px;
    left: -54px;
  }

  .top-section---floating-avatar-shape.top-right {
    max-width: 200px;
    top: 158px;
    right: -94px;
  }

  .top-section---floating-avatar-shape.bottom-center {
    max-width: 110px;
    right: 124px;
  }

  .stats-grid-bg-shape {
    max-width: 300px;
    bottom: -206px;
    right: -190px;
  }

  .section---top-left-bg-shape {
    top: -40px;
  }

  .section---top-left-bg-shape.v2 {
    top: -88px;
  }

  .cta-section---image-left {
    width: 60%;
    max-width: none;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .cta-section---bg-left {
    width: 86%;
    right: 0;
  }

  .cta-section---bg-left.v2 {
    width: 40%;
  }

  .top-section---large-image-right {
    border-top-right-radius: 140px;
    border-bottom-right-radius: 140px;
    max-height: 680px;
  }

  .top-section---bg-bottom-right.v2 {
    max-width: 140px;
    right: 2%;
  }

  .top-section---bg-bottom-right.v3 {
    width: 16%;
  }

  .top-section---bg-bottom-right.v4 {
    width: 28%;
    bottom: 180px;
  }

  .top-section---bg-bottom-right.v5 {
    max-width: 180px;
    right: 12px;
  }

  .top-section---bg-bottom-right.v6 {
    right: 4%;
  }

  .large-image-right---image {
    margin-left: auto;
    margin-right: -430px;
  }

  .border-radius-140px {
    border-radius: 80px;
  }

  .mg-bottom-140px {
    margin-bottom: 100px;
  }

  .cta---bottom-left-shape {
    width: 24%;
  }

  .cta---top-right-shape {
    width: 20%;
  }

  .cta---bottom-right-shape {
    right: 6%;
  }

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

  .section-bg-shape---bottom-right {
    right: -18px;
  }

  .form-success-message.min-h-494px {
    min-height: 485px;
  }

  .top-section---bg-bottom-left.v2 {
    width: 34%;
  }

  .top-section---bg-bottom-left.v3 {
    bottom: -114%;
    left: -12.2%;
  }

  .top-section---bg-bottom-left.v5 {
    max-width: 220px;
    bottom: -164px;
    left: 32%;
  }

  .top-section---bg-bottom-left.v7 {
    width: 42%;
    max-width: 322px;
  }

  .section---top-right-shape {
    top: -80px;
  }

  .section---top-right-shape.v2 {
    max-width: 154px;
    top: -38px;
  }

  .section---top-right-shape.v3 {
    max-width: 120px;
    top: -44px;
  }

  .section---bottom-left-shape {
    bottom: -154px;
  }

  .section---bottom-left-shape.v2 {
    max-width: 246px;
    bottom: -90px;
  }

  .section---bottom-left-shape.v3 {
    max-width: 140px;
    bottom: 308px;
  }

  .top-section---bg-middle-right {
    top: 220px;
  }

  .top-section---bg-middle-right.v2 {
    right: -84px;
  }

  .slide-item---large-image-left {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-section---bg-middle-left {
    top: 14%;
    left: -32px;
  }

  .top-section---bg-middle-left.v2 {
    width: 20%;
    top: 48%;
  }

  .border-radius-100px {
    border-radius: 64px;
  }

  .cta---middle-right-shape {
    width: 20%;
    top: 38%;
  }

  .cta---top-center-shape {
    top: 44%;
    left: 0;
    right: auto;
    transform: rotate(-90deg);
  }

  .newsletter-cta-card---image-top {
    left: 168px;
  }

  .top-section---bg-top-right {
    top: 180px;
  }

  .top-section---bg-top-right.v2 {
    max-width: 154px;
    top: -2%;
  }

  .border-radius-200px {
    border-radius: 120px;
  }

  .card-grid-2-col---bg-shape-bottom-left {
    width: 64%;
    left: -18%;
  }

  .border-radius-200px-bottom-right {
    border-bottom-right-radius: 120px;
  }

  .top-section---bg-top-left {
    width: 22%;
    max-width: 170px;
    top: 12px;
  }

  .top-section---bg-top-left.v2 {
    top: -170px;
  }

  .pricing-table-mb-grid {
    grid-row-gap: 16px;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .pricing-mobile-text.text-400.medium {
    font-size: 20px;
  }

  .top-section---image-right {
    width: 50%;
    bottom: -65px;
    right: 24px;
  }

  .full-page-section.large-image-left {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .full-page-section.bg-right-full-height {
    padding-top: 100px;
  }

  .full-page-section---top-right-shape {
    top: 232px;
  }

  .full-page-section---bottom-left-shape {
    bottom: 144px;
  }

  .full-page-section---large-image-left-wrapper {
    width: 100%;
    margin-top: 120px;
    padding-top: 80px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .full-page-section---bg-left {
    border-radius: 80px 80px 80px 0;
  }

  .full-page-section---large-image-left {
    width: 64%;
    position: relative;
  }

  .mg-top-and-bottom-256px.mg-top-and-bottom-0-tablet {
    margin-top: 0;
    margin-bottom: 0;
  }

  .full-page-section---bg-right-container {
    z-index: 1;
    width: 100%;
    max-width: none;
    min-height: auto;
  }

  .full-page-section---image-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    position: static;
  }

  .full-page-section---bg-right {
    z-index: -1;
    object-position: 50% 10%;
    border-radius: 64px 0 64px 64px;
    width: 100%;
    max-width: none;
    height: 76%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .footer-middle-bg-left {
    width: 80%;
    max-width: none;
    margin-left: -40px;
    position: relative;
  }

  .card-2 {
    border-radius: 56px;
  }

  .card-2.text-center-link-card-dark {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-2 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-2.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
  }

  .display-5 {
    font-size: 40px;
  }

  .display-6 {
    font-size: 22px;
  }

  .section-offices {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-offices.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-offices.hero-page {
    padding-bottom: 164px;
  }

  .section-offices.cta-home-pages {
    border-bottom-right-radius: 100px;
  }

  .section-offices.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
  }

  .section-offices.border-radius-200px---top-left-and-bottom-right.dark-link-cards-section {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section-offices.pd-240px {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .section-offices.pd-200px---100px {
    padding-top: 164px;
    padding-bottom: 80px;
  }

  .section-offices.pd-top-130px {
    padding-top: 100px;
  }

  .section-offices.pd-180px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-offices.pd-100px---140px {
    padding-top: 72px;
    padding-bottom: 88px;
  }

  .section-offices.pd-100px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-offices-about {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-offices-about.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-offices-about.hero-page {
    padding-bottom: 164px;
  }

  .section-offices-about.cta-home-pages {
    border-bottom-right-radius: 100px;
  }

  .section-offices-about.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
  }

  .section-offices-about.border-radius-200px---top-left-and-bottom-right.dark-link-cards-section {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-offices-about.pd-140px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-offices-about.pd-240px {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .section-offices-about.pd-200px---100px {
    padding-top: 164px;
    padding-bottom: 80px;
  }

  .section-offices-about.pd-top-130px {
    padding-top: 100px;
  }

  .section-offices-about.pd-180px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-offices-about.pd-100px---140px {
    padding-top: 72px;
    padding-bottom: 88px;
  }

  .section-offices-about.pd-100px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-team {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-team.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    margin-bottom: 12px;
    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: 56px 32px;
    font-size: 18px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

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

  .grid-2-columns.title-and-categories {
    margin-bottom: 64px;
  }

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

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

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

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

  .grid-2-columns.dropdown-columns-grid {
    grid-row-gap: 48px;
  }

  .grid-2-columns._1-3fr---1fr, .grid-2-columns._1fr---1-5fr, .grid-2-columns._3fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._3fr---1fr._2-col-mbl {
    grid-template-columns: 3fr 1fr;
  }

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

  .grid-2-columns.stats-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .grid-2-columns._1-1fr---1fr, .grid-2-columns._1-8fr---1fr, .grid-2-columns._1fr---1-25fr, .grid-2-columns._1fr---1-4fr, .grid-2-columns._1fr---1-3fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1fr---1-3fr.mg-bottom-64px {
    margin-bottom: 40px;
  }

  .grid-2-columns._1fr---1-55fr, .grid-2-columns._1-6fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-6fr---1fr._2-col-mbl {
    grid-template-columns: 1.6fr 1fr;
  }

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

  .grid-2-columns._1fr---1-65fr.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-2-columns._1-42fr---1fr, .grid-2-columns._1fr---2-05fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1fr---2-05fr.gap-row-64px {
    grid-row-gap: 56px;
  }

  .grid-2-columns._1fr---1-44fr, .grid-2-columns._1fr---1-32fr, .grid-2-columns._1fr---1-1fr {
    grid-template-columns: 1fr;
  }

  .card {
    border-radius: 40px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.search-results-card {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.card-dark---square-bottom-left-corner.icon-bottom {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 48px 32px;
  }

  .card.card-dark---square-bottom-left-corner.icon-bottom-v2 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.testimonial-card {
    padding: 48px 32px;
  }

  .card.stat-card {
    padding: 48px 24px;
  }

  .card.pd-88px---32px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.link-card-dark-icon-top {
    padding: 48px 32px;
  }

  .card.link-card-dark-icon-top.v3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.link-card-icon-left {
    width: 100%;
    max-width: 330px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.contact-form-card {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
    padding: 64px 32px;
  }

  .card.link-card-icon-top {
    padding: 48px 32px;
  }

  .card.newsletter-cta-card {
    padding: 56px 40px 150px;
  }

  .card.blog-post-author-link-card {
    max-width: 600px;
  }

  .card.card-dark-icon-top {
    padding: 48px 32px;
  }

  .card.team-testimonial-center {
    grid-column-gap: 20px;
    border-radius: 0 48px 48px;
    padding: 64px 32px;
  }

  .card.link-card-details-bottom {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    padding: 40px 32px;
  }

  .card.pricing-card {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .card.link-card-dark-icon-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.link-card-horizontal {
    padding: 48px 34px;
  }

  .card.contact-form-dark-card---center {
    margin-bottom: 56px;
    padding: 64px 32px;
  }

  .card.contact-form-dark-card---center.v2 {
    padding: 64px 40px;
  }

  .card.password-protected-card {
    padding: 64px 32px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .grid-4-columns.pricing-table {
    grid-template-columns: 1fr;
  }

  .grid-4-columns.dropdown-pages-grid {
    grid-column-gap: 40px;
    grid-row-gap: 14px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.footer-pages-grid {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

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

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

  .divider._168px---111px {
    margin-top: 100px;
    margin-bottom: 72px;
  }

  .divider.pricing-card-divider {
    margin-bottom: 32px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

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

  .mg-bottom-32px.mg-bottom-10px-mbl {
    margin-bottom: 10px;
  }

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

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

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

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

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

  .mg-top-32px {
    margin-top: 24px;
  }

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

  .text-200 {
    font-size: 16px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .text-200.medium.mg-top-3px {
    margin-top: 5px;
  }

  .text-200.bold.mg-bottom-24px {
    margin-bottom: 16px;
  }

  .display-1 {
    font-size: 48px;
  }

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

  .grid-1-column.dropdown-link-column {
    grid-row-gap: 14px;
  }

  .grid-1-column.gap-row-16px.mg-bottom-64px {
    margin-bottom: 48px;
  }

  .grid-1-column.our-process-grid {
    max-width: none;
  }

  .grid-1-column.contact-link-cards-grid {
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .display-2 {
    font-size: 40px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-3.font-size-40px-mbl {
    font-size: 40px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

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

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

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

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

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

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

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

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

  .grid-3-columns.footer-pages-grid {
    grid-row-gap: 10px;
  }

  .grid-3-columns.logo-strip-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .inner-container._216px._180px-mbl {
    max-width: 180px;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .border-radius-64px {
    border-radius: 40px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .btn-primary.next-btn {
    font-size: 16px;
  }

  .btn-secondary {
    padding: 20px 32px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-secondary.previous-btn {
    font-size: 16px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary.category-badges {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 10px;
  }

  .badge-secondary.category-badges.vertical-desktop {
    margin-bottom: 12px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input::placeholder {
    font-size: 16px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .input.get-in-touch-btn-inside {
    padding-right: 162px;
  }

  .input.icon-inside-right.border-neutral-300 {
    padding-right: 44px;
  }

  .input.stay-tuned-btn-inside {
    padding-right: 155px;
  }

  .text-area {
    border-radius: 18px;
  }

  .text-area.large {
    min-height: 160px;
    font-size: 16px;
  }

  .text-area.large::placeholder {
    font-size: 16px;
  }

  .checkbox-field-wrapper.large.mg-bottom-40px {
    margin-bottom: 32px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

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

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

  .avatar-circle._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .line-rounded-icon.link-icon-right.font-size-32px {
    font-size: 28px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text img {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

  .rich-text h3 {
    margin-top: 32px;
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-bottom: 48px;
  }

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

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 32px;
  }

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

  .style---logo-sidebar {
    max-width: 210px;
  }

  .container-default, .container-default.position-relative---z-index-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .elements---page-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.hero-page {
    padding-bottom: 140px;
  }

  .section.cta-home-pages {
    border-bottom-right-radius: 72px;
  }

  .section.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .section.border-radius-200px---top-left-and-bottom-right.dark-link-cards-section {
    border-top-left-radius: 64px;
    border-bottom-right-radius: 64px;
    margin-top: -1px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.pd-240px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .section.pd-top-130px {
    padding-top: 72px;
  }

  .section.pd-180px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.pd-100px---140px {
    padding-top: 64px;
    padding-bottom: 72px;
  }

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

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .dropdown-pd.pd-48px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-logo-link.max-w-220px-mbl {
    max-width: 220px;
  }

  .hamburger-menu-wrapper {
    margin-left: 16px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-primary.right-slider-btn---top-right {
    inset: auto 0% 0% 80px;
  }

  .btn-circle-primary.right-slider-btn---top-right.top--140px {
    top: auto;
  }

  .btn-circle-primary.right-slider-btn---bottom-right {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 16px;
  }

  .btn-circle-primary.right-slider-btn---center {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0% 80px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary.left-slider-btn---top-right {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
  }

  .btn-circle-secondary.left-slider-btn---top-right.top--140px {
    top: auto;
  }

  .btn-circle-secondary.left-slider-btn---bottom-right {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 16px;
    right: 48px;
  }

  .btn-circle-secondary.left-slider-btn---center {
    margin-left: auto;
    margin-right: auto;
    inset: auto 80px 0% 0%;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .utility-page-wrap.password-protected {
    border-bottom-right-radius: 100px;
    padding-bottom: 120px;
  }

  .flex-horizontal.gap-column-24px.gap-column-16px-mbl {
    grid-column-gap: 16px;
  }

  .flex-horizontal.mg-bottom-64px.mg-bottom-40px-mbl {
    margin-bottom: 40px;
  }

  .footer-wrapper.footer-simple-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-logo-wrapper {
    max-width: 222px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-top {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    padding-top: 80px;
    padding-bottom: 72px;
  }

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

  .footer-middle {
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .error-message.cart-message {
    margin-bottom: 40px;
  }

  .grid-footer-logo---paragraph {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .text-center.mg-bottom-64px.mg-bottom-40px-mbl {
    margin-bottom: 40px;
  }

  .sticky-top.static-mbl {
    position: static;
    top: 0;
  }

  .cta-section {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    padding-top: 100px;
  }

  .cta-section.v2 {
    border-top-left-radius: 72px;
    border-bottom-right-radius: 72px;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .cta-section.v2.pd-bottom-80px-mbl {
    padding-bottom: 80px;
  }

  .cta-section.v3 {
    padding-top: 100px;
  }

  .cta-section.v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-section.v5 {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .grid-5-columns.logo-strip-center {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-5-columns.logo-strip-center.small {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 496px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-wrapper {
    padding-bottom: 104px;
  }

  .slider-wrapper.pd-bottom-0-mbl {
    padding-bottom: 0;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v2.pd-40px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-item-wrapper.v2.right-column-first {
    border-top-width: 1px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-spacer._32px {
    min-height: 16px;
  }

  .accordion-btn-line {
    width: 18px;
  }

  .accordion-btn-line.vertical {
    height: 18px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .slide-item-mg.mg-right-34px {
    margin-right: 24px;
  }

  .slide-item-mg.mg-right-80px {
    margin-right: 64px;
  }

  .pricing-column.featured {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-bottom: 16px;
  }

  .pricing-table-top {
    min-height: auto;
    padding: 40px 18px 32px;
    position: static;
  }

  .pricing-content-wrapper {
    min-height: 100px;
    padding: 24px 0;
  }

  .pricing-content-wrapper.empty {
    display: none;
  }

  .pricing-content-wrapper.border-bottom-none-mbl {
    border-bottom-style: none;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .categories-badges-wrapper.tab-menu-top-right {
    margin-bottom: 40px;
  }

  ._404-not-found {
    margin-bottom: -70px;
    font-size: 180px;
  }

  .cart-button-wrapper {
    margin-left: 24px;
  }

  .cart-quantity-white {
    font-size: 16px;
  }

  .cart-header {
    padding: 26px 24px;
  }

  .cart-list {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cart-footer {
    padding: 32px 24px;
  }

  .image-home-link-wrapper {
    border-radius: 14px;
    max-width: 209px;
  }

  .figma-file-text-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .badge-home {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .home-surprises-card {
    border-radius: 28px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

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

  .top-section.floating-avatars-section {
    padding-bottom: 156px;
  }

  .top-section.large-image-left {
    border-bottom-left-radius: 64px;
    padding-bottom: 0;
  }

  .top-section.pd-168px---144px {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .top-section.bg-secondary-4---bottom-right-200px {
    border-bottom-right-radius: 100px;
  }

  .top-section.bg-secondary-4---bottom-right-200px.bg-shape-bottom-left {
    padding-bottom: 0;
  }

  .top-section.pd-bottom-184px, .top-section.pd-bottom-244px {
    padding-bottom: 140px;
  }

  .top-section.pd-top-168px {
    padding-top: 64px;
  }

  .top-section.bg-secondary-4---bottom-left-200px {
    border-bottom-left-radius: 100px;
  }

  .top-section.pd-bottom-156px {
    padding-bottom: 120px;
  }

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

  .top-section.pd-32px---122px {
    padding-bottom: 80px;
  }

  .top-section.pd-bottom-212px {
    padding-bottom: 124px;
  }

  .top-section.image-right {
    padding-bottom: 0;
  }

  .top-section.pd-16px---138px {
    padding-bottom: 100px;
  }

  .top-section-large-image-right---image-bg {
    padding-left: 16px;
    padding-right: 16px;
    bottom: 12%;
  }

  .mg-bottom-32px-mbl {
    margin-bottom: 32px;
  }

  .flex.align-center.gap-column-24px {
    grid-column-gap: 16px;
  }

  .flex.align-center.gap-column-30px {
    grid-column-gap: 20px;
  }

  .stats-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 32px;
  }

  .stats-container.v2 {
    grid-row-gap: 40px;
  }

  .border-radius-100px---top-left-and-bottom-right {
    border-top-left-radius: 56px;
    border-bottom-right-radius: 56px;
  }

  .img---bg-pattern {
    width: 108%;
    margin-top: 20px;
    transform: rotate(90deg);
  }

  .img---bg-pattern.v2 {
    margin-top: 0;
    transform: none;
  }

  .img---bg-pattern.v3 {
    margin-top: -40px;
    margin-bottom: 0;
    transform: none;
  }

  .img---bg-pattern.v4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
  }

  .img---bg-pattern.v5 {
    width: 130%;
    margin-top: auto;
    top: -8%;
    transform: none;
  }

  .link---image-wrapper.team-member-grid-image, .link---image-wrapper.blog-author-link-card {
    margin-bottom: 20px;
  }

  .blog-post-link-item.small-image-left {
    grid-template-columns: 180px 1fr;
  }

  .social-links-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .circle-link-icon {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
  }

  .cta-section---image-right.v2 {
    width: 100%;
    margin-top: 64px;
    margin-bottom: -190px;
    position: relative;
    right: auto;
  }

  .cta-section---image-right.v3 {
    width: 80%;
    margin-bottom: -80px;
  }

  .cta-section---bg-shape-wrapper {
    border-top-left-radius: 79px;
    border-bottom-right-radius: 79px;
  }

  .top-section---floating-avatar {
    max-width: 68px;
  }

  .top-section---floating-avatar.bottom-center {
    bottom: 40px;
  }

  .top-section---floating-avatar-shape.top-left {
    max-width: 80px;
    top: 91px;
    left: -32px;
  }

  .top-section---floating-avatar-shape.top-right {
    max-width: 140px;
    top: 134px;
    right: -70px;
  }

  .top-section---floating-avatar-shape.bottom-center {
    max-width: 80px;
    right: 74px;
  }

  .stats-grid-bg-shape {
    bottom: -190px;
    right: 16%;
  }

  .section---top-left-bg-shape {
    display: none;
  }

  .section---top-left-bg-shape.v2 {
    max-width: 96px;
    display: block;
    top: -62px;
  }

  .cta-section---bg-left.v2 {
    object-fit: fill;
    object-position: 50% 50%;
    width: 64%;
    margin-top: 48px;
    position: relative;
  }

  .our-process-text-container {
    margin-left: 50px;
  }

  .our-process-line-left {
    top: 25px;
    bottom: -68px;
  }

  .top-section---large-image-right {
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
    width: 64%;
    height: auto;
    max-height: none;
    margin-top: 64px;
    position: relative;
  }

  .top-section---bg-bottom-right {
    width: 44%;
    right: -10%;
  }

  .top-section---bg-bottom-right.v2 {
    max-width: 100px;
  }

  .top-section---bg-bottom-right.v3 {
    right: 0%;
  }

  .top-section---bg-bottom-right.v4 {
    bottom: 140px;
    right: 0%;
  }

  .top-section---bg-bottom-right.v5 {
    max-width: 140px;
  }

  .large-image-right---container {
    flex-direction: column;
    align-items: flex-start;
  }

  .large-image-right---image {
    margin-left: 0;
    margin-right: 0;
  }

  .border-radius-140px {
    border-radius: 64px;
  }

  .image-and-bg-pattern-right---text-container {
    margin-top: 0;
    margin-bottom: 124px;
  }

  .mg-bottom-140px {
    margin-bottom: 88px;
  }

  .cta---bottom-left-shape {
    bottom: -164px;
  }

  .cta---top-right-shape {
    top: -134px;
    right: -6%;
  }

  .cta---bottom-right-shape {
    bottom: -162px;
  }

  .slider-left---main-container {
    flex-direction: column-reverse;
  }

  .slider-left---slider-container {
    width: 100%;
  }

  .position-relative---z-index-2.mg-bottom-64px.mg-bottom-0-mbl {
    margin-bottom: 0;
  }

  .section-bg-shape---bottom-right {
    bottom: -208px;
    right: -20px;
  }

  .accordion-tab-menu {
    width: 100%;
    max-width: none;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .form-success-message {
    min-height: 512px;
  }

  .form-success-message.min-h-502px {
    min-height: 412px;
  }

  .form-success-message.min-h-494px {
    min-height: 425px;
  }

  .top-section---bg-bottom-left {
    width: 64%;
    margin-top: 48px;
    position: relative;
  }

  .top-section---bg-bottom-left.v2 {
    position: absolute;
  }

  .top-section---bg-bottom-left.v3 {
    width: 140%;
    max-width: 850px;
    margin-top: 0;
    position: absolute;
    bottom: -56%;
    left: -6%;
  }

  .top-section---bg-bottom-left.v4 {
    width: 40%;
    margin-top: 0;
    position: absolute;
    bottom: 8%;
  }

  .top-section---bg-bottom-left.v5 {
    max-width: 180px;
    position: absolute;
    bottom: -124px;
    left: 24%;
  }

  .top-section---bg-bottom-left.v6 {
    width: 14%;
    margin-top: 0;
    position: absolute;
  }

  .top-section---bg-bottom-left.v7 {
    width: 46%;
    max-width: 220px;
    margin-top: 0;
    position: absolute;
  }

  .section---top-right-shape {
    width: 60%;
    max-width: 350px;
    right: -155px;
  }

  .section---top-right-shape.v2 {
    width: 18%;
    max-width: 86px;
    top: -24px;
  }

  .section---bottom-left-shape {
    width: 80%;
    max-width: 450px;
    bottom: -164px;
    left: -160px;
  }

  .section---bottom-left-shape.v2 {
    width: 28%;
    max-width: 134px;
    bottom: -32px;
  }

  .top-section---bg-middle-right {
    top: 150px;
  }

  .top-section---bg-middle-right.v2 {
    top: 105px;
    right: -22px;
  }

  .slide-item---large-image-left {
    grid-row-gap: 32px;
  }

  .top-section---bg-middle-left {
    top: 55%;
    left: -10px;
  }

  .border-radius-100px {
    border-radius: 56px;
  }

  .btn-small-inside-input-wrapper {
    right: 6px;
  }

  .btn-inside-input-success-message {
    min-height: 60px;
  }

  .cta---bottom-center {
    max-width: 146px;
  }

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

  .input-icon-btn-inside-right {
    font-size: 18px;
  }

  .newsletter-cta-card---image-top {
    max-width: 132px;
    left: 120px;
  }

  .newsletter-cta-card---image-bottom {
    max-width: 180px;
  }

  .max-w-80px-mbl {
    max-width: 80px;
  }

  .top-section---bg-top-right.v2 {
    width: 24%;
    max-width: 120px;
    top: -1%;
  }

  .top-section---bg-top-right.v3 {
    width: 12%;
  }

  .border-radius-200px {
    border-radius: 80px;
  }

  .border-radius-200px-bottom-right {
    border-bottom-right-radius: 80px;
  }

  .top-section---bg-top-left {
    width: 40%;
    top: 200px;
  }

  .top-section---bg-top-left.v2 {
    width: 14%;
    top: -94px;
  }

  .pricing-table-mb-grid {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-columns: 1fr .5fr;
    justify-content: space-between;
    justify-items: start;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-mobile-text.text-400.medium {
    font-size: 18px;
  }

  .max-w-24px-mbl {
    max-width: 24px;
  }

  .top-section---image-right {
    width: 100%;
    max-width: 360px;
    position: static;
    bottom: auto;
    right: auto;
  }

  .max-w-54px.max-w-40px-mbl {
    max-width: 40px;
  }

  .full-page-section {
    min-height: 80vh;
  }

  .full-page-section.large-image-left, .full-page-section.bg-right-full-height {
    padding-top: 64px;
  }

  .features-center-container {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 24px;
  }

  .full-page-section---top-right-shape {
    top: 208px;
  }

  .full-page-section---bottom-left-shape {
    bottom: 190px;
  }

  .full-page-section---top-left-shape {
    width: 24%;
    top: 72px;
  }

  .full-page-section---bottom-right-shape {
    width: 24%;
  }

  .full-page-section---large-image-left-wrapper {
    margin-top: 100px;
  }

  .full-page-section---bg-left {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
  }

  .full-page-section---bg-right {
    border-radius: 48px 0 48px 48px;
  }

  .max-w-40px-mbl {
    max-width: 40px;
  }

  .cart-quantity-dark {
    font-size: 16px;
  }

  .footer-middle-bg-left {
    margin-left: -32px;
  }

  .card-2 {
    border-radius: 40px;
  }

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

  .section-2.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .display-5 {
    font-size: 26px;
  }

  .btn-primary-2 {
    padding: 20px 32px;
  }

  .display-6 {
    font-size: 20px;
  }

  .text-401 {
    font-size: 16px;
  }

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

  .section-offices.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-offices.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-offices.hero-page {
    padding-bottom: 140px;
  }

  .section-offices.cta-home-pages {
    border-bottom-right-radius: 72px;
  }

  .section-offices.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .section-offices.border-radius-200px---top-left-and-bottom-right.dark-link-cards-section {
    border-top-left-radius: 64px;
    border-bottom-right-radius: 64px;
    margin-top: -1px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section-offices.pd-240px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .section-offices.pd-top-130px {
    padding-top: 72px;
  }

  .section-offices.pd-180px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-offices.pd-100px---140px {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .section-offices.pd-100px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section-offices-about.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-offices-about.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-offices-about.hero-page {
    padding-bottom: 140px;
  }

  .section-offices-about.cta-home-pages {
    border-bottom-right-radius: 72px;
  }

  .section-offices-about.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .section-offices-about.border-radius-200px---top-left-and-bottom-right.dark-link-cards-section {
    border-top-left-radius: 64px;
    border-bottom-right-radius: 64px;
    margin-top: -1px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-offices-about.pd-140px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-offices-about.pd-240px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-offices-about.pd-200px---100px {
    padding-top: 100px;
    padding-bottom: 72px;
  }

  .section-offices-about.pd-top-130px {
    padding-top: 72px;
  }

  .section-offices-about.pd-180px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-offices-about.pd-100px---140px {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .section-offices-about.pd-100px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section-team.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .circle-link-icon-fb, .circle-link-icon-ig, .circle-link-icon-yt, .circle-link-icon-tw {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  blockquote {
    padding: 48px 24px;
    font-size: 16px;
  }

  .grid-2-columns.gap-56px {
    grid-row-gap: 36px;
  }

  .grid-2-columns.gap-row-48px {
    grid-row-gap: 40px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1fr---1-5fr.gap-row-64px, .grid-2-columns.gap-column-32px.gap-row-64px {
    grid-row-gap: 48px;
  }

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

  .grid-2-columns._1fr---1-65fr.gap-row-80px {
    grid-row-gap: 48px;
  }

  .grid-2-columns._1fr---1-32fr.gap-row-64px {
    grid-row-gap: 40px;
  }

  .card {
    border-radius: 32px;
  }

  .card.search-results-card {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card.card-dark---square-bottom-left-corner.icon-bottom, .card.card-dark---square-bottom-left-corner.icon-bottom-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.testimonial-card, .card.pd-88px---32px {
    padding: 40px 24px;
  }

  .card.text-center-link-card-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.link-card-dark-icon-top, .card.link-card-dark-icon-top.v3 {
    padding: 40px 24px;
  }

  .card.link-card-icon-left {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.contact-form-card {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    padding: 48px 24px;
  }

  .card.link-card-icon-top {
    padding: 40px 24px;
  }

  .card.newsletter-cta-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.blog-post-author-link-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-dark-icon-top {
    padding: 40px 24px;
  }

  .card.team-testimonial-center {
    grid-row-gap: 48px;
    border-radius: 0 40px 40px;
    grid-template-columns: 1fr;
    padding: 48px 24px;
  }

  .card.link-card-details-bottom {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.pricing-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.link-card-horizontal {
    padding: 40px 24px;
  }

  .card.contact-form-dark-card---center {
    padding: 48px 24px;
  }

  .card.contact-form-dark-card---center.v2 {
    padding: 54px 32px;
  }

  .grid-4-columns, .grid-4-columns.dropdown-pages-grid {
    grid-template-columns: 1fr;
  }

  .grid-4-columns.footer-pages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._168px---111px {
    margin-top: 80px;
    margin-bottom: 64px;
  }

  .mg-bottom-16px, .mg-bottom-24px.mg-bottom-12px-mbp {
    margin-bottom: 12px;
  }

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

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

  .mg-right-24px.mg-bottom-16px-mbp {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .text-200.color-neutral-200.mg-top-3px {
    margin-top: 4px;
  }

  .display-1 {
    font-size: 40px;
  }

  .grid-1-column.gap-row-16px.mg-bottom-64px {
    margin-bottom: 40px;
  }

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

  .display-2 {
    font-size: 34px;
  }

  .display-3 {
    font-size: 24px;
  }

  .display-3.font-size-40px-mbl {
    font-size: 36px;
  }

  .text-300.medium.pricing-table-features-text {
    font-size: 16px;
  }

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

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

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

  .grid-3-columns.logo-strip-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._100-mbp {
    max-width: 100%;
  }

  .inner-container._216px._180px-mbl {
    max-width: 164px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    width: 58px;
    margin-right: 14px;
  }

  .border-radius-64px {
    border-radius: 24px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.next-btn {
    margin: 6px 0;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-secondary.previous-btn {
    margin: 6px 0;
  }

  .badge-primary {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary.category-badges {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .input {
    min-height: 56px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.cart-quantity-input {
    width: 64px;
    min-height: 40px;
  }

  .input.get-in-touch-btn-inside, .input.stay-tuned-btn-inside {
    padding-right: 20px;
  }

  .text-area.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
  }

  .checkbox.large {
    min-width: 26px;
    min-height: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

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

  .radio-button.large {
    min-width: 26px;
    min-height: 26px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .line-rounded-icon.link-icon-right.font-size-32px {
    font-size: 26px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .rich-text h3 {
    margin-top: 24px;
    margin-bottom: 16px;
  }

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

  .rich-text ul {
    margin-bottom: 40px;
    padding-left: 24px;
  }

  .rich-text ol {
    padding-left: 24px;
  }

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

  .buttons-row {
    flex-direction: column;
  }

  .container-default, .container-default.position-relative---z-index-1 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.hero-page {
    background-image: linear-gradient(to bottom, white 65%, var(--secondary--color-3) 65%);
    padding-bottom: 94px;
  }

  .section.cta-home-pages {
    border-bottom-right-radius: 64px;
  }

  .section.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 72px;
    border-bottom-right-radius: 72px;
  }

  .section.border-radius-200px---top-left-and-bottom-right.dark-link-cards-section {
    border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .section.pd-240px {
    padding-top: 108px;
    padding-bottom: 108px;
  }

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

  .section.pd-top-130px {
    padding-top: 64px;
  }

  .section.pd-180px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.pd-100px---140px {
    padding-top: 56px;
    padding-bottom: 64px;
  }

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

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

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

  .heading-h1-size.mg-bottom-5px {
    margin-bottom: 0;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hamburger-menu-bar {
    width: 26px;
  }

  .btn-circle-primary.right-slider-btn---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 20px;
    left: 66px;
  }

  .btn-circle-primary.right-slider-btn---center {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    left: 66px;
  }

  .btn-circle-secondary.left-slider-btn---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 20px;
    right: 66px;
  }

  .btn-circle-secondary.left-slider-btn---center {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    right: 66px;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .utility-page-wrap.password-protected {
    border-bottom-right-radius: 64px;
    padding-bottom: 100px;
  }

  .flex-horizontal.gap-column-24px.gap-column-16px-mbl {
    grid-column-gap: 12px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-middle {
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-section, .cta-section.v2 {
    border-top-left-radius: 64px;
    border-bottom-right-radius: 64px;
    padding-top: 72px;
  }

  .cta-section.v2.pd-bottom-80px-mbl {
    padding-bottom: 72px;
  }

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

  .cta-section.v5 {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .grid-5-columns.logo-strip-center {
    grid-column-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-5-columns.logo-strip-center.small {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .slider-wrapper {
    padding-bottom: 96px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .slide-item-mg.mg-right-80px {
    margin-right: 48px;
  }

  .pricing-column.featured {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pricing-content-wrapper {
    min-height: 88px;
  }

  ._404-not-found {
    margin-bottom: -40px;
    font-size: 120px;
  }

  .cart-container {
    border-radius: 0;
  }

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

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .card-sales-home-content {
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .figma-file-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-surprises-card {
    border-radius: 22px;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .top-section.floating-avatars-section {
    padding-bottom: 400px;
  }

  .top-section.large-image-left {
    border-bottom-left-radius: 40px;
  }

  .top-section.pd-168px---144px {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .top-section.bg-secondary-4---bottom-right-200px {
    border-bottom-right-radius: 64px;
  }

  .top-section.pd-bottom-184px {
    padding-bottom: 120px;
  }

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

  .top-section.pd-top-168px {
    padding-top: 48px;
  }

  .top-section.bg-secondary-4---bottom-left-200px {
    border-bottom-left-radius: 64px;
  }

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

  .top-section.pd-top-80px, .top-section.pd-top-56px {
    padding-top: 48px;
  }

  .top-section.pd-32px---122px {
    padding-bottom: 72px;
  }

  .top-section.pd-bottom-212px {
    padding-bottom: 88px;
  }

  .top-section.pd-16px---138px {
    padding-bottom: 80px;
  }

  .top-section-large-image-right---wrapper {
    margin-top: 48px;
  }

  .top-section-large-image-right---image-bg {
    padding-left: 20px;
    padding-right: 20px;
    bottom: 10%;
  }

  .flex.align-center.gap-column-24px {
    grid-column-gap: 12px;
  }

  .flex.align-center.vertical-left-mbp {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .stats-container.v2 {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
  }

  .border-radius-100px---top-left-and-bottom-right {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .link---image-wrapper {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
  }

  .blog-post-link-item.small-image-left {
    grid-template-columns: 1fr;
  }

  .cta-section---image-right {
    width: 80%;
    margin-top: 48px;
  }

  .cta-section---image-right.v2 {
    margin-top: 48px;
    margin-bottom: -120px;
  }

  .cta-section---bg-shape-wrapper {
    border-top-left-radius: 63px;
    border-bottom-right-radius: 63px;
  }

  .cta-section---bg-right {
    width: 80%;
    right: 24px;
  }

  .top-section---floating-avatar {
    max-width: 80px;
  }

  .top-section---floating-avatar.top-left {
    top: auto;
    bottom: 246px;
    left: 40px;
  }

  .top-section---floating-avatar.top-right {
    top: auto;
    bottom: 264px;
  }

  .top-section-floating-avatars---text-container {
    width: 100%;
  }

  .top-section---floating-avatar-shape.top-left {
    max-width: 80px;
    top: auto;
    bottom: 164px;
    left: 0;
  }

  .top-section---floating-avatar-shape.top-right {
    top: auto;
    bottom: 134px;
    right: 0;
  }

  .top-section---floating-avatar-shape.bottom-center {
    max-width: 80px;
    right: 89px;
  }

  .stats-grid-bg-shape {
    max-width: 230px;
    bottom: -140px;
    right: 0%;
  }

  .section---top-left-bg-shape.v2 {
    width: 28%;
  }

  .cta-section---image-left {
    width: 80%;
    margin-top: 48px;
  }

  .cta-section---bg-left {
    width: 88%;
  }

  .cta-section---bg-left.v2 {
    width: 80%;
  }

  .top-section---large-image-right {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .top-section---bg-bottom-right.v2 {
    max-width: 40px;
  }

  .top-section---bg-bottom-right.v3 {
    max-width: 60px;
    bottom: -34px;
  }

  .top-section---bg-bottom-right.v5 {
    max-width: 88px;
    right: -14px;
  }

  .top-section---bg-bottom-right.v6 {
    width: 28%;
    max-width: 124px;
  }

  .border-radius-140px {
    border-radius: 48px;
  }

  .image-and-bg-pattern-right---text-container {
    margin-bottom: 56px;
  }

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

  .cta---bottom-left-shape {
    width: 28%;
    bottom: -150px;
  }

  .cta---top-right-shape {
    width: 28%;
    top: -126px;
    right: -4%;
  }

  .cta---bottom-right-shape {
    bottom: -130px;
    right: 12%;
  }

  .section-bg-shape---bottom-right {
    bottom: -158px;
    right: 0;
  }

  .text-center-link-card---bg-top-left {
    width: 30%;
  }

  .text-center-link-card---bg-bottom-right {
    width: 30%;
    bottom: 14px;
  }

  .form-success-message {
    min-height: 698px;
  }

  .form-success-message.min-h-746px-mbp {
    min-height: 746px;
  }

  .form-success-message.min-h-502px {
    min-height: 700px;
  }

  .form-success-message.min-h-494px {
    min-height: 416px;
  }

  .top-section---bg-bottom-left {
    width: 80%;
  }

  .top-section---bg-bottom-left.v3 {
    width: 160%;
    bottom: -44%;
    left: -12%;
  }

  .top-section---bg-bottom-left.v5 {
    max-width: 140px;
    bottom: -118px;
    left: 18%;
  }

  .section---top-right-shape {
    top: 52px;
    right: -124px;
  }

  .section---top-right-shape.v2 {
    width: 24%;
    max-width: none;
  }

  .section---bottom-left-shape {
    bottom: -110px;
  }

  .section---bottom-left-shape.v2 {
    width: 32%;
    max-width: none;
  }

  .top-section---bg-middle-left {
    top: 62%;
  }

  .top-section---bg-middle-left.v2 {
    top: 1%;
  }

  .border-radius-100px {
    border-radius: 40px;
  }

  .btn-small-inside-input-wrapper {
    margin-top: 16px;
    position: relative;
    right: 0;
  }

  .btn-inside-input-success-message {
    text-align: center;
    border-radius: 18px;
    flex-direction: column;
    min-height: 124px;
  }

  .cta---middle-right-shape {
    top: 63%;
  }

  .cta---top-center-shape {
    top: 58%;
  }

  .newsletter-cta-card---image-top {
    left: 112px;
  }

  .top-section---bg-top-right {
    width: 36%;
    top: 228px;
  }

  .border-radius-200px {
    border-radius: 48px;
  }

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

  .border-radius-200px-bottom-right {
    border-bottom-right-radius: 48px;
  }

  .top-section---bg-top-left {
    top: 236px;
  }

  .top-section---bg-top-left.v2 {
    width: 18%;
    top: -68px;
  }

  .pricing-table-mb-grid {
    grid-template-columns: 1.5fr .5fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-mobile-text.text-400.medium {
    font-size: 16px;
  }

  .top-section---image-right {
    width: 72%;
  }

  .full-page-section.large-image-left, .full-page-section.bg-right-full-height {
    padding-top: 48px;
  }

  .features-center-container {
    margin-left: 14px;
  }

  .full-page-section---top-right-shape {
    width: 24%;
    top: 386px;
  }

  .full-page-section---bottom-left-shape {
    width: 24%;
    bottom: 320px;
  }

  .full-page-section---large-image-left-wrapper {
    margin-top: 88px;
    padding-top: 64px;
  }

  .full-page-section---bg-left {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .full-page-section---large-image-left {
    width: 80%;
  }

  .full-page-section---bg-right {
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }

  .footer-middle-bg-left {
    margin-left: -24px;
  }

  .card-2 {
    border-radius: 32px;
  }

  .card-2.text-center-link-card-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-2.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 72px;
    border-bottom-right-radius: 72px;
  }

  .display-5 {
    font-size: 24px;
  }

  .btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section-offices {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-offices.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-offices.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-offices.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-offices.hero-page {
    background-image: linear-gradient(to bottom, white 65%, var(--secondary--color-3) 65%);
    padding-bottom: 94px;
  }

  .section-offices.cta-home-pages {
    border-bottom-right-radius: 64px;
  }

  .section-offices.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 72px;
    border-bottom-right-radius: 72px;
  }

  .section-offices.border-radius-200px---top-left-and-bottom-right.dark-link-cards-section {
    border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .section-offices.pd-240px {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .section-offices.pd-200px---100px {
    padding-top: 80px;
  }

  .section-offices.pd-top-130px {
    padding-top: 64px;
  }

  .section-offices.pd-180px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-offices.pd-100px---140px {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .section-offices.pd-100px {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-offices-about {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-offices-about.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-offices-about.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-offices-about.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-offices-about.hero-page {
    background-image: linear-gradient(to bottom, white 65%, var(--secondary--color-3) 65%);
    padding-bottom: 94px;
  }

  .section-offices-about.cta-home-pages {
    border-bottom-right-radius: 64px;
  }

  .section-offices-about.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 72px;
    border-bottom-right-radius: 72px;
  }

  .section-offices-about.border-radius-200px---top-left-and-bottom-right.dark-link-cards-section {
    border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-offices-about.pd-140px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-offices-about.pd-240px {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .section-offices-about.pd-200px---100px {
    padding-top: 80px;
  }

  .section-offices-about.pd-top-130px {
    padding-top: 64px;
  }

  .section-offices-about.pd-180px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-offices-about.pd-100px---140px {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .section-offices-about.pd-100px {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-team {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-team.border-radius-200px---top-left-and-bottom-right {
    border-top-left-radius: 72px;
    border-bottom-right-radius: 72px;
  }
}

#w-node-_351b5e08-3a1c-d102-aee0-f8d66379bb3e-9e6d76e3, #w-node-_59c3303f-04d8-f65e-5f56-6f39dad28273-9e6d76e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eeb2c40-f49e-41b6-1fd0-513165f33e06-65f33e03 {
  place-self: start;
}

#w-node-_5eeb2c40-f49e-41b6-1fd0-513165f33e59-65f33e03, #w-node-_5eeb2c40-f49e-41b6-1fd0-513165f33e76-65f33e03 {
  place-self: start end;
}

#w-node-f1f9a574-9198-ac3e-89d0-99018a41fd2c-65f33e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5eeb2c40-f49e-41b6-1fd0-513165f33e95-65f33e03 {
  justify-self: start;
}

#w-node-_5eeb2c40-f49e-41b6-1fd0-513165f33e97-65f33e03 {
  justify-self: end;
}

#w-node-_5ba000c1-8f01-261a-e136-0cf98b2c1a7e-9e6d76e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bf83969-4251-3ab6-ac28-8dbff89d2581-9e6d76e5 {
  align-self: start;
}

#w-node-f2e56498-0661-7624-e8bc-d155f263c826-9e6d76e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_40b78762-c38d-bc8e-d99b-f4828dfb8880-9e6d76e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-ecee4b36-9b20-4137-3758-90a0269d2e88-9e6d76e5 {
  justify-self: start;
}

#w-node-_309c1176-2484-7759-51f1-0fc0ee9d86ce-9e6d76e5, #w-node-_42583a5a-87a3-cd8f-497a-ed7c3a7dfbc6-9e6d76e5, #w-node-c76a4fc0-9c90-3da1-76a6-10797f6760ef-9e6d76e5, #w-node-_2a37027d-eac9-adb1-9aac-195e389e86d9-9e6d76e5, #w-node-d42cc3f7-e69c-5178-4659-dac83e3cba9b-9e6d76e5, #w-node-dad01559-a887-e9e6-f3c7-bb2ad8b50cd9-9e6d76e5, #w-node-_015f4230-291d-f0bf-cac7-50758c1844d3-9e6d76e5, #w-node-b54a0a44-0149-d4f1-b231-e513b61298bc-9e6d76e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc5d69e5-f7e1-e7bb-e27b-811d76dfcc23-9e6d76e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b154faaf-0fad-e8f1-0c0a-e07e4aa83b78-9e6d76e5, #w-node-fc5d69e5-f7e1-e7bb-e27b-811d76dfcc29-9e6d76e5, #w-node-f8a75a21-1959-0959-8703-94e21e0a7d23-9e6d76e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8a75a21-1959-0959-8703-94e21e0a7d25-9e6d76e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f8a75a21-1959-0959-8703-94e21e0a7d29-9e6d76e5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-f8a75a21-1959-0959-8703-94e21e0a7d44-9e6d76e5 {
  align-self: center;
}

#w-node-f9099241-2260-46b0-4764-dfdd2cd63b23-9e6d76e5, #w-node-_1e980e81-4dd0-e0ee-2542-4f29088bb0a5-9e6d76ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e980e81-4dd0-e0ee-2542-4f29088bb0a8-9e6d76ea, #w-node-_1e980e81-4dd0-e0ee-2542-4f29088bb0b9-9e6d76ea {
  align-self: stretch;
}

#w-node-_1e980e81-4dd0-e0ee-2542-4f29088bb0bd-9e6d76ea, #w-node-_0a12041f-74b9-5c7f-3277-87def359aeb5-9e6d76ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a37b977f-ac50-be30-5193-125cbd275272-9e6d76ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8261f3d2-b00f-d507-e8aa-c74d915f10a7-9e6d76ea {
  align-self: stretch;
}

#w-node-_4cd0f69f-4b08-1008-b931-47809b6216bb-9e6d76ea {
  justify-self: start;
}

#w-node-e3122323-6faf-4ccf-c462-b60140bf324f-9e6d76ea {
  align-self: stretch;
}

#w-node-_403597ec-cbc7-e7a0-b4e0-e89d4d6aafc2-9e6d76ea, #w-node-_403597ec-cbc7-e7a0-b4e0-e89d4d6aafc4-9e6d76ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bfcba36-524a-f767-3df2-b9354e1c801b-9e6d76eb {
  justify-self: end;
}

#w-node-b326beec-81a9-e9ed-1128-de0012f57b8b-9e6d76eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dd66876a-4e49-a535-bd72-69a0ec40f511-9e6d76eb, #w-node-_0510f6e7-e12a-b88f-b718-b5fcb3689f67-9e6d76eb, #w-node-f08c139d-56e1-c3ac-23b5-e2132e963596-9e6d76eb, #w-node-a971d660-92d9-7d6a-3fe7-74e3224bbfbd-9e6d76eb, #w-node-_49ceec6c-ef79-2867-22ec-d3c7d5e9dd67-9e6d76eb, #w-node-b65fd728-f712-f5b8-79aa-a588a9ce27f7-9e6d76eb, #w-node-bc0911f9-b08e-4203-685c-d0ed5651278d-9e6d76eb, #w-node-_0aa12229-183f-04e0-fa9d-8e13d596281d-9e6d76eb, #w-node-ddac38cd-0465-cd26-e509-1cc9665b245e-9e6d76eb, #w-node-e305a2a5-09ba-2108-e3b7-bf9daf154626-9e6d76eb, #w-node-fcd472ee-d61e-df05-da3e-32c278d12a7a-9e6d76eb, #w-node-afe2e11f-b9cc-019a-085a-9f1c6176fb0b-9e6d76eb, #w-node-c4618de3-1b2c-9fd1-ad9b-5ed65c53fb45-9e6d76eb {
  align-self: stretch;
}

#w-node-_523a0aab-94fa-07af-61a5-444928a9ed9f-9e6d76eb, #w-node-_441606df-4a4c-9c42-b27b-6ce2d1bcc93a-9e6d76ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e2ee549-489c-4332-b034-311ac5f2b7e8-9e6d76ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_17b20a90-939d-74da-ec95-6f504fe3dbbb-9e6d76ec, #w-node-_17b20a90-939d-74da-ec95-6f504fe3dbbd-9e6d76ec {
  align-self: stretch;
}

#w-node-_0b9902a4-7799-9247-acfd-e7eeb353e886-9e6d76ec {
  justify-self: end;
}

#w-node-_7a720c91-4b14-a878-eeaf-8ba04e92489f-9e6d76ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6c9f1de-fe72-390a-b941-4cf08b55fd21-9e6d76ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_49cf7fa6-1868-c01f-dc71-9a7b5602f1ba-9e6d76ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c6905e08-59ce-70d6-8aec-ef38a97438cf-9e6d76ec {
  align-self: stretch;
}

#w-node-c6905e08-59ce-70d6-8aec-ef38a97438d3-9e6d76ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_765ca11c-51ac-6f5c-b6aa-3ba81b5d710f-9e6d76ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de60e777-ed0b-c5d3-2416-4296330653ca-9e6d76ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de60e777-ed0b-c5d3-2416-4296330653cc-9e6d76ec {
  align-self: stretch;
}

#w-node-fbf79d2f-d42e-24ee-7d18-d202575ebc91-9e6d76ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ae0ad1f9-5c48-869f-9a54-3804f59f3580-9e6d76ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe946e9e-a839-786b-f609-5f0e99cf0af6-9e6d76ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c6ba43c5-2051-7256-b693-039ff55a58e7-9e6d76ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c693388c-c8d3-85da-24cc-5cfd1300d8ea-9e6d76ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f279fcca-52c0-0f65-4c5c-60610ca8d2ad-9e6d76ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7f406656-b1fc-b14f-218b-679ddca585c9-9e6d76ee, #w-node-_3cd7c6b8-252e-d7d3-59a0-53d499123e5a-9e6d76ee, #w-node-_2dde6a43-5191-bba0-936f-558e9cccb690-9e6d76ee, #w-node-_0cdc8387-a37e-3285-9e4f-635a7d8f4d05-9e6d76ee, #w-node-_77604e82-ceb6-8353-49c7-bccf169bfc5c-9e6d76ee, #w-node-acfa7e8a-dca4-f626-5db9-5bd1284f9177-9e6d76ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a34fc2c-c215-8d81-721e-3dd1d6a78fef-9e6d76ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-de9cc6bc-68a1-287f-b377-2ab596825336-9e6d76ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d97b014a-c7c5-0eba-8894-073f500f3a27-9e6d76ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d97b014a-c7c5-0eba-8894-073f500f3a28-9e6d76ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70706e48-18ec-5ce6-a7ef-362d8468173f-9e6d76ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_70706e48-18ec-5ce6-a7ef-362d84681740-9e6d76ee, #w-node-fc5c5c4c-e756-ecf2-14af-663c4363bf37-9e6d76ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5887b9e3-3dbc-b502-4e6f-ac8d4a5c2509-9e6d76ee {
  align-self: stretch;
}

#w-node-a12797bc-8e49-78a6-c5b8-2876201013fc-9e6d76ee, #w-node-_245a4701-8d10-b949-c8e0-4c942d063ff9-9e6d76f1, #w-node-_601be21c-6a88-75f9-6b93-c9f6e7610d09-9e6d76f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70cf8d1f-8504-9461-46cd-3fe07f285006-9e6d76f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_89039dba-cc65-f250-718c-bf57f2eac9c6-3233825e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_66dee655-e833-9d26-7650-185c32338261-3233825e {
  justify-self: start;
}

#w-node-_66dee655-e833-9d26-7650-185c32338263-3233825e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c638eb-8fc3-23dd-3793-0bb442d6e32a-9e6d76f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f6569b57-e607-26ab-2fe2-9dbcbfa9ebe9-9e6d76f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_94d86ccb-4107-fa2f-0499-e7f5a6d9a8f9-9e6d76f5 {
  align-self: start;
}

#w-node-_94d86ccb-4107-fa2f-0499-e7f5a6d9a90c-9e6d76f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_95db67f4-4581-c700-8665-dfd5ef28b051-9e6d76f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94d86ccb-4107-fa2f-0499-e7f5a6d9a910-9e6d76f5 {
  justify-self: start;
}

#w-node-_6e18b100-a38f-1346-109f-4ddd2747353b-9e6d76f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e18b100-a38f-1346-109f-4ddd2747353d-9e6d76f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6e18b100-a38f-1346-109f-4ddd27473541-9e6d76f5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6e18b100-a38f-1346-109f-4ddd27473578-9e6d76f5 {
  align-self: center;
}

#w-node-ebfd6944-ae1c-143a-7b86-7a86f184ea83-9e6d76f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a40d27ee-5f32-0629-db92-2a39fcc5dc15-9e6d76f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f4c59172-97da-be54-d005-33530cb46738-9e6d76f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2fde5f9-dc7e-10e6-5c5c-bcaa558164fb-9e6d76f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_17ac851d-fdca-421b-3d33-396cc0e50d25-9e6d76f5, #w-node-_1ca8efa9-bc27-38c0-da9a-2fb2042205c4-9e6d76f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c64e323-96e7-f754-c68d-77c17fb705e6-9e6d76f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c4bfed4c-0fcc-6577-2baf-b264905e52aa-9e6d76f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4069c9c2-85d7-bf01-262f-e3d1f95020c3-9e6d76f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_53cbe195-a89d-46a6-9ffe-cfcd59abf3d6-9e6d76f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7eb9c3fb-c3d5-41ab-bafd-7ecc81784191-9e6d76f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c3d9fb7b-6957-cd6a-0591-f3ddfb306ca8-9e6d76f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cf771e24-648f-7a3e-ae6a-4ae77998e35a-9e6d76f6, #w-node-_053a4700-6305-d961-9b38-8907ec8ac9c3-9e6d76f6, #w-node-c3d9fb7b-6957-cd6a-0591-f3ddfb306cb8-9e6d76f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3d9fb7b-6957-cd6a-0591-f3ddfb306cb9-9e6d76f6 {
  align-self: start;
}

#w-node-c3d9fb7b-6957-cd6a-0591-f3ddfb306cd0-9e6d76f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3d9fb7b-6957-cd6a-0591-f3ddfb306cd5-9e6d76f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3d9fb7b-6957-cd6a-0591-f3ddfb306cd6-9e6d76f6 {
  justify-self: start;
}

#w-node-_542e5058-bf64-6261-85a4-4d7dfcd613a4-9e6d76f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eddb75bc-2cfe-0df2-6b0e-0c504d26e797-9e6d76f6, #w-node-b554f1a0-57b7-1431-171b-afabfd07eade-9e6d76f6 {
  align-self: start;
}

#w-node-_5d44d0d7-c500-fa9a-72b2-2c2d02491d1f-9e6d76f6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eee0c541-2135-619c-8266-78403a26855a-9e6d76f7 {
  align-self: start;
}

#w-node-eee0c541-2135-619c-8266-78403a268571-9e6d76f7, #w-node-eee0c541-2135-619c-8266-78403a268576-9e6d76f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eee0c541-2135-619c-8266-78403a268577-9e6d76f7 {
  justify-self: start;
}

#w-node-c8a30678-c481-ed0f-a252-3d5545d750db-9e6d76f7, #w-node-a4034c88-37b6-88db-0e55-600cbf164f68-9e6d76f7, #w-node-b578a8e6-bfb9-8c29-2161-d176d60a60e3-9e6d76f7, #w-node-e5ea0a42-f3e0-3771-5746-bcdb3ff395c3-9e6d76f7, #w-node-db6cd836-e0bc-d4db-b498-f07b6abb9e46-9e6d76f7, #w-node-dfed8d4b-be23-8927-ad73-95f828793e82-9e6d76f7, #w-node-e703c06c-7e1b-c514-77b1-abdc2c4b50ea-9e6d76f7, #w-node-_5c07093e-cc11-61a8-c8e6-9d47b33f8f45-9e6d76f7, #w-node-_48b88141-c869-edb1-bf59-ab425f73b477-9e6d76f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef8ac7a9-8b49-30bb-82ff-7ce8d52bb2f7-9e6d76f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_69798670-9c22-db4e-4640-a1fdd6df0d7b-9e6d76f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9477b4f9-aa3c-5776-42e5-ca8b933ac66c-9e6d76f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_69a3ca69-ec7e-76b9-90c8-4e27378d5403-9e6d76f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddb2b0c7-a92c-419d-b244-62f40d626c0a-9e6d76fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3b7edb40-9fe4-526c-95cd-7af7a15fbe1b-9e6d76fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7795f280-2374-e11e-57c5-84a7fca4fb06-9e6d76fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_019f9e81-6edd-32fb-c00a-54dce80a77ba-9e6d76fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ace4dce-3b1f-35b1-5352-4d2e14362517-9e6d76fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_148aef75-bdc6-9959-e6e6-8f364df1ef16-9e6d76fa {
  align-self: stretch;
}

#w-node-_36f9aaea-4859-9b66-384a-2dcad1fa18d1-9e6d76fa, #w-node-_36f9aaea-4859-9b66-384a-2dcad1fa18d3-9e6d76fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d8afcc0-25b0-4c42-8310-f05716ad95f9-9e6d76fb {
  align-self: stretch;
}

#w-node-_655f8f73-b225-ef31-7d9c-0b65a0364e83-9e6d76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-d70d6b19-f41c-afd5-f1c2-d7b3c2a6e8bd-9e6d76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8c8eba05-61e4-ec99-8219-5bd731c1a7af-9e6d76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_8c8eba05-61e4-ec99-8219-5bd731c1a7b1-9e6d76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ce3c7975-ec75-b671-8fff-73962d280c36-9e6d76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-ce3c7975-ec75-b671-8fff-73962d280c38-9e6d76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d47b2228-a6a0-dc8a-7823-f2e6d80460b1-9e6d76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2050cde-0bcb-f42a-ca11-947513b761c6-9e6d76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8b7d5577-32c0-f1e3-265e-27913fdfbcd8-9e6d76fc {
  align-self: stretch;
}

#w-node-cd192cb4-cba5-8457-2ebf-fca01c367cb0-9e6d76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1caaebfc-77ee-acec-4d94-61df8bc877ca-9e6d76fd {
  align-self: stretch;
}

#w-node-_1caaebfc-77ee-acec-4d94-61df8bc877cb-9e6d76fd, #w-node-_1caaebfc-77ee-acec-4d94-61df8bc877cc-9e6d76fd, #w-node-_1caaebfc-77ee-acec-4d94-61df8bc877d4-9e6d76fd, #w-node-_1caaebfc-77ee-acec-4d94-61df8bc877d7-9e6d76fd, #w-node-_1caaebfc-77ee-acec-4d94-61df8bc877da-9e6d76fd, #w-node-_1caaebfc-77ee-acec-4d94-61df8bc877dd-9e6d76fd, #w-node-_263de8f3-ba5f-1fa9-7e91-ba48f0e187cf-9e6d76fe, #w-node-db7dc8ca-6e01-c82a-3b8a-49989446b3cb-9e6d76ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7fced15-a9bd-ca28-5700-28df99dd57f7-9e6d7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_64a63453-b7e1-b19e-17e4-def82430b397-9e6d7700, #w-node-_64a63453-b7e1-b19e-17e4-def82430b39a-9e6d7700, #w-node-_64a63453-b7e1-b19e-17e4-def82430b39d-9e6d7700, #w-node-_64a63453-b7e1-b19e-17e4-def82430b3a0-9e6d7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3235c00c-914b-7614-1e95-058a7e55d091-9e6d7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_2a68fc4a-d3f9-94cf-d69c-96279db7b112-9e6d7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48aef0b5-023a-db64-94ed-d24f0ab94a7c-9e6d7702 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a229116b-eef1-08f9-b775-3368f4e2a4ed-9e6d7702 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_39f2f1dc-1be6-4212-1558-9c13f4695c9c-9e6d7702, #w-node-_977cd331-549c-f3cb-73d8-622d8c50fac1-9e6d7702 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4da7463-1832-5f10-e9b1-2c715daa95f4-9e6d7702 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6ed918f9-7a1f-674d-e6b9-38eec47482ea-9e6d7702 {
  align-self: stretch;
}

#w-node-_08279611-e345-17bd-e5ac-9a0bc17456cd-9e6d7702, #w-node-_16c4d048-fdb3-2beb-c3fc-6e69208f62dc-9e6d7702 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_101e4e93-205a-fffc-42d3-9997d213eab1-9e6d7708 {
  place-self: start;
}

#w-node-_101e4e93-205a-fffc-42d3-9997d213eb04-9e6d7708 {
  align-self: start;
}

#w-node-_0c8ecdfe-d852-9cdb-3120-bd6f9bb4f8e2-9e6d7708 {
  justify-self: end;
}

#w-node-_78b442d5-c5c6-9319-b3bb-41f085bf5548-9e6d7708 {
  place-self: start end;
}

#w-node-ef3029b1-e109-3cd6-8dac-5e519f7ee601-9e6d7708 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d0974d88-1636-bc0e-40b5-f94a6e0325ca-9e6d7708, #w-node-_25eab2fa-dab8-a9a3-e929-2e3bf5b11f1d-9e6d7708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_101e4e93-205a-fffc-42d3-9997d213eb40-9e6d7708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_101e4e93-205a-fffc-42d3-9997d213eb41-9e6d7708 {
  justify-self: start;
}

#w-node-_101e4e93-205a-fffc-42d3-9997d213eb43-9e6d7708 {
  justify-self: end;
}

#w-node-_3bfa63bb-83ac-b29a-8478-91b540718e42-4f82c607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_43c0ae95-1509-1a75-98a1-41db4f82c60a-4f82c607 {
  justify-self: start;
}

#w-node-_43c0ae95-1509-1a75-98a1-41db4f82c60c-4f82c607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_550132d1-86f7-5ea1-035d-2adfe48899d4-9e6d770a, #w-node-_550132d1-86f7-5ea1-035d-2adfe48899d9-9e6d770a, #w-node-_550132d1-86f7-5ea1-035d-2adfe48899e8-9e6d770a, #w-node-_550132d1-86f7-5ea1-035d-2adfe48899f7-9e6d770a, #w-node-_550132d1-86f7-5ea1-035d-2adfe4889a04-9e6d770a, #w-node-_550132d1-86f7-5ea1-035d-2adfe4889a0f-9e6d770a {
  align-self: start;
}

#w-node-_0119f75b-00e6-d709-c866-e1a5935b25f5-9e6d770b, #w-node-cabb4a09-0256-b11b-51ac-0d060dc734df-9e6d770b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0130d8f9-d993-3965-8757-cd5f00c94b2a-9e6d770b {
  align-self: stretch;
}

#w-node-_3aeea8f4-9802-40e6-4bce-c1b000543d42-9e6d7748, #w-node-_2268abcb-4022-ded6-b11e-e13b4b57f8d6-9e6d7748, #w-node-fc05a216-9822-5065-2c92-8569c08f3b05-9e6d7748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8ec2c50-d85b-a2d8-e98a-44065d6b1b00-9e6d7748, #w-node-efff480c-916d-8d08-6377-daca3bd3812e-9e6d7748, #w-node-_140e9639-cb79-779a-89e0-c3bbf6185763-9e6d7748, #w-node-_1c650516-0d60-fa7d-2f3b-0b7f33d58b6b-9e6d7748, #w-node-_725af7a5-2f7f-131b-acb6-436375dd747c-9e6d7748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d04997a6-7276-d720-e47f-4783708bc08f-9e6d7748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da7ea64b-3e04-6540-d6d0-e2714029a3d1-9e6d7748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1becb44b-971f-b95d-dde8-ca7808ddc260-9e6d7748, #w-node-_50a5a564-646a-f603-b71f-135953876ba2-9e6d7748, #w-node-_49dc8bb5-9738-11e9-8b44-5b78a9252847-9e6d7748, #w-node-a312e31c-2c42-b1c9-b919-ff20feb6d22b-9e6d7748, #w-node-_9f7b4984-b05e-c715-b7bb-004f74da52e5-9e6d7748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c799b81a-4c9f-8eff-92f0-19330c6aeecb-9e6d7748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_91513379-dc43-6477-74d5-677991410e59-9e6d7748, #w-node-dad6e9f8-cc93-3d5a-d6ff-c742b0d8be43-9e6d7748, #w-node-_17a83b58-31c4-50e0-e1a6-56fabc145b78-9e6d7748, #w-node-db0012c3-ecfb-1e35-0144-8f90187c6967-9e6d7748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_12059c0b-7ab4-2a81-c790-241f4fc6f42b-9e6d7748 {
  align-self: stretch;
}

#w-node-_946354ae-9da9-b44c-17ed-687f1b98cc96-9e6d7748, #w-node-_8dd7fb92-b3f4-097b-c685-2243b46a8b7c-9e6d7749, #w-node-_0da0f060-fc83-c3f9-4b59-6925aed0d178-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b44cf5-95a6-e29f-b3e2-25dacdf625e2-9e6d7749, #w-node-e5b44cf5-95a6-e29f-b3e2-25dacdf625ea-9e6d7749, #w-node-e5b44cf5-95a6-e29f-b3e2-25dacdf625f2-9e6d7749, #w-node-e5b44cf5-95a6-e29f-b3e2-25dacdf625fa-9e6d7749, #w-node-e5b44cf5-95a6-e29f-b3e2-25dacdf62602-9e6d7749, #w-node-_08c881ef-50ad-4bbf-4e7b-ff02a7452a7a-9e6d7749, #w-node-_128837d4-8e81-8e58-c152-f4d94bcedfbd-9e6d7749, #w-node-_9ddf8cd1-7c43-1bb7-d1b8-954ab4bc818f-9e6d7749, #w-node-a107c897-08ef-a24e-326f-e29b94e8fbea-9e6d7749, #w-node-_6eab26ea-5d6a-0c09-daec-00f80f357534-9e6d7749, #w-node-_9c04202b-64b4-1725-58c3-10770f79181e-9e6d7749, #w-node-_5c4110d9-ab42-beb4-1bd9-bc7d6e69515f-9e6d7749, #w-node-f35ce089-9c09-d604-2525-d298b28450d6-9e6d7749, #w-node-_06172592-e6aa-c694-290b-940c994208f6-9e6d7749, #w-node-a72dab63-1c3c-4f88-b1e5-30dfa09f9c42-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_61e162b4-e486-17fe-fe9f-06f492f99c76-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0842a9f-4040-ea03-7309-f0982984bd6a-9e6d7749, #w-node-bbe45506-a08d-7c7f-3343-d2c197dd10ad-9e6d7749, #w-node-_063e76d2-7e2c-060e-1eaf-b36b3625f744-9e6d7749, #w-node-_727aca4a-481e-e53e-8d1b-b7b6373209e3-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5cf7b9ee-2120-444f-4bfb-6ae821d68778-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e01ca89-09d9-e535-f6f6-3686d6b251b3-9e6d7749, #w-node-_3f35a0b0-db71-a4f7-d2ce-40f73e497ff2-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c3438330-ccad-3d01-d419-53776dfd1134-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e8e24322-e555-a6da-17d2-dca6d76e0aba-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_9249c07c-5894-2dda-0c7e-40ca32f4eee1-9e6d7749, #w-node-_1cf2e6f0-0afd-eb15-30b8-2c2f6955d3c5-9e6d7749, #w-node-_70850cb1-c264-93fc-1c28-7417664a1a43-9e6d7749, #w-node-_70850cb1-c264-93fc-1c28-7417664a1a44-9e6d7749, #w-node-_2f0b4041-a1c9-ca13-4054-d83012740dc0-9e6d7749, #w-node-_2f0b4041-a1c9-ca13-4054-d83012740dc1-9e6d7749, #w-node-ad75a154-8b6d-7e8c-6039-04240e0d5526-9e6d7749, #w-node-c0fc4d8b-5cca-3642-46bc-cc8110cbe785-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ddbfe55-226f-7ccd-994d-955fe921f8e9-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-daf804fb-37dc-f5e7-53d7-91b495f78f48-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_411d654e-4f72-f335-3539-ff7120d62e32-9e6d7749, #w-node-_1c381a9d-f134-c336-1fd7-12702f3b0219-9e6d7749, #w-node-_8d9edd25-7527-fdf1-2aaa-05723a3a7f33-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf579196-3dec-c8a1-0c95-16a674477a60-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3ced3f0e-064e-2239-9d61-dce1cc9a3895-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2c928e1e-ae95-a432-4bcd-a8b4073dec85-9e6d7749, #w-node-_066b80fd-27ab-2e7e-ba44-f0db4dd63bd2-9e6d7749, #w-node-e5be769a-ef0b-5348-7f45-cf687f233bba-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58c6c636-a0f2-2135-9594-9d99b1f86842-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0a7f1c6c-39d2-f1b5-0c16-81e4d5757f8d-9e6d7749 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bd21bee6-167d-d6be-70ad-542626e7e02f-9e6d7749, #w-node-bd21bee6-167d-d6be-70ad-542626e7e022-9e6d7749, #w-node-bd21bee6-167d-d6be-70ad-542626e7e03c-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-da346ff8-a261-15eb-12d0-692169455fe1-9e6d7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_93dd073c-3bb9-57c3-4cf0-bd4045d8227b-9e6d7749 {
  align-self: stretch;
}

#w-node-_363d5f43-42d5-9fb5-7b9e-7c72e81e6fc7-9e6d7749, #w-node-c0f9ecef-0472-fa17-9d40-8bab158261bf-9e6d774a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_055e1223-db87-bc31-4fc8-f35d0c501697-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_055e1223-db87-bc31-4fc8-f35d0c501698-9e6d774a, #w-node-_055e1223-db87-bc31-4fc8-f35d0c501699-9e6d774a, #w-node-_055e1223-db87-bc31-4fc8-f35d0c50169a-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_055e1223-db87-bc31-4fc8-f35d0c50169b-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_055e1223-db87-bc31-4fc8-f35d0c50169c-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_055e1223-db87-bc31-4fc8-f35d0c50169d-9e6d774a, #w-node-_055e1223-db87-bc31-4fc8-f35d0c50169e-9e6d774a, #w-node-_055e1223-db87-bc31-4fc8-f35d0c50169f-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_055e1223-db87-bc31-4fc8-f35d0c5016a0-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_50762e82-0b1a-6b25-f5a4-1e534b521e64-9e6d774a, #w-node-_50762e82-0b1a-6b25-f5a4-1e534b521e6c-9e6d774a, #w-node-_50762e82-0b1a-6b25-f5a4-1e534b521e7c-9e6d774a, #w-node-_50762e82-0b1a-6b25-f5a4-1e534b521e84-9e6d774a, #w-node-_3beb9188-aeb9-c429-2598-be69f70be209-9e6d774a, #w-node-_50762e82-0b1a-6b25-f5a4-1e534b521e74-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_247cfba0-96ff-069f-f66a-95e3657b0660-9e6d774a, #w-node-_808d986f-9d85-7db9-7b68-b94256aa3807-9e6d774a, #w-node-_336fae89-5424-80d5-c8dd-fd270be4c504-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58dd406e-e466-0ce6-92d3-007e29770aab-9e6d774a, #w-node-_4b092226-20fc-6e27-e5af-6e2020424d51-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_55cd6086-2881-0771-6a79-441beb48c7aa-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_71de014c-71f0-bfae-7da0-423fd7af418e-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_1f85eeae-78fd-f07f-3dd5-185f7e6f4c0d-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_435ede19-3d4f-e0ae-b61a-72359a2447e7-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_350e06a5-4211-d6dd-fbaa-5f07602d166b-9e6d774a, #w-node-_891e4e7b-769b-1043-96df-0cfd4c978322-9e6d774a, #w-node-cfbed3fe-55a5-c47c-e64b-ddd48f3a59b1-9e6d774a, #w-node-_3cdded39-04c6-e115-6bc4-c702417d1c62-9e6d774a, #w-node-ac426682-23f9-17b2-8fd7-17f4d90ec990-9e6d774a, #w-node-_83b89869-abd0-322b-c99c-458d371f5860-9e6d774a, #w-node-f30a30e6-acdf-9061-e9cc-0876ee91dba3-9e6d774a, #w-node-_95d961a1-b3dd-097b-7634-9033d4766703-9e6d774a, #w-node-_89128c84-1f2b-9af1-4aba-f020b18bc47f-9e6d774a, #w-node-_0798eba0-f57e-6579-228e-81329fa0fb9c-9e6d774a, #w-node-aee9e492-3ceb-be26-9deb-9d601c9a9ec6-9e6d774a, #w-node-_9488b223-e396-7df4-1738-d9efa65721a4-9e6d774a, #w-node-e203e4e8-5bea-1976-5078-8fc97e13b47d-9e6d774a, #w-node-_25cf03ae-6102-4a1e-8fc0-f7c28a726c09-9e6d774a, #w-node-_48021492-00fd-a078-0fea-9b8c7836baad-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7088278-7075-95dc-297c-980da61225f1-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8f8eec43-8a5d-3e9b-a66f-81fe4314b879-9e6d774a, #w-node-_8fefc523-c7b7-debb-2d9d-b4e8a63607db-9e6d774a, #w-node-_1ecbbaee-556f-3e6f-6b5d-1a81071deaba-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ff8ed01-28ec-3932-7065-c4f7df496e0d-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e0e62166-4ba1-b200-8b4b-d2477eb55184-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81803d1b-ff2f-871a-8895-513159955427-9e6d774a, #w-node-adb53247-4124-3d8f-e427-fa0f02ccbbad-9e6d774a {
  align-self: stretch;
}

#w-node-_71a16f72-0e6b-08c9-27b6-1c25c3e49ba2-9e6d774a, #w-node-ac5c4b4b-b282-6baa-cf02-69e105de6c81-9e6d774a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97162f21-7d3f-a753-a148-3b40d3bb8f87-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f9205dca-d085-7cb8-05dc-541af727a29f-9e6d774b, #w-node-_40b80e00-bc49-7584-b9f0-12311a01d0d2-9e6d774b, #w-node-af4f3b77-f96f-6453-988a-46d26929ed6f-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fabaa04-8641-1297-b150-82cc45a201f6-9e6d774b {
  align-self: start;
}

#w-node-_6fabaa04-8641-1297-b150-82cc45a20212-9e6d774b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6fabaa04-8641-1297-b150-82cc45a20213-9e6d774b {
  justify-self: start;
}

#w-node-bd95f197-f46e-7733-7d54-935267add054-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bd95f197-f46e-7733-7d54-935267add055-9e6d774b, #w-node-bd95f197-f46e-7733-7d54-935267add056-9e6d774b, #w-node-bd95f197-f46e-7733-7d54-935267add057-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd95f197-f46e-7733-7d54-935267add058-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bd95f197-f46e-7733-7d54-935267add059-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bd95f197-f46e-7733-7d54-935267add05a-9e6d774b, #w-node-bd95f197-f46e-7733-7d54-935267add05b-9e6d774b, #w-node-bd95f197-f46e-7733-7d54-935267add05c-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd95f197-f46e-7733-7d54-935267add05d-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e025f8e3-a7d1-5612-1bab-06713847a546-9e6d774b, #w-node-e025f8e3-a7d1-5612-1bab-06713847a54e-9e6d774b, #w-node-e025f8e3-a7d1-5612-1bab-06713847a556-9e6d774b, #w-node-e025f8e3-a7d1-5612-1bab-06713847a55e-9e6d774b, #w-node-e025f8e3-a7d1-5612-1bab-06713847a566-9e6d774b, #w-node-e025f8e3-a7d1-5612-1bab-06713847a56e-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b984-9e6d774b, #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b985-9e6d774b, #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b99f-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9a3-9e6d774b, #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9a8-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9af-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9b6-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9bc-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9be-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9c6-9e6d774b, #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9ca-9e6d774b, #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9ce-9e6d774b, #w-node-_44252519-a421-9528-bbe2-8cb1ca16754a-9e6d774b, #w-node-_44252519-a421-9528-bbe2-8cb1ca167557-9e6d774b, #w-node-_44252519-a421-9528-bbe2-8cb1ca167564-9e6d774b, #w-node-_44252519-a421-9528-bbe2-8cb1ca167571-9e6d774b, #w-node-_44252519-a421-9528-bbe2-8cb1ca16757e-9e6d774b, #w-node-_44252519-a421-9528-bbe2-8cb1ca16758b-9e6d774b, #w-node-_44252519-a421-9528-bbe2-8cb1ca167598-9e6d774b, #w-node-_44252519-a421-9528-bbe2-8cb1ca1675a5-9e6d774b, #w-node-_44252519-a421-9528-bbe2-8cb1ca1675b2-9e6d774b, #w-node-_44252519-a421-9528-bbe2-8cb1ca1675c5-9e6d774b, #w-node-_44252519-a421-9528-bbe2-8cb1ca1675c6-9e6d774b, #w-node-_44252519-a421-9528-bbe2-8cb1ca1675c7-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44252519-a421-9528-bbe2-8cb1ca1675c8-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_44252519-a421-9528-bbe2-8cb1ca1675c9-9e6d774b, #w-node-_44252519-a421-9528-bbe2-8cb1ca1675ca-9e6d774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c125895-9cd7-de77-4655-b318c5637b0f-9e6d774b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e87456aa-8618-a4db-dbb9-c3ad6915d821-9e6d7753 {
  align-self: stretch;
}

#w-node-_5374bf84-8d89-4b35-9177-b5d67846a0a3-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a0a4-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a0af-9e6d7753, #w-node-_9f76d36b-656f-35f6-58a7-d8cd2588e1cc-9e6d7753, #w-node-_6669bdc4-e8d2-ef9d-91c8-5be9fccae274-9e6d7753, #w-node-_377930c0-51e3-42bf-d8e6-102cf37ada4e-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a0c2-9e6d7753, #w-node-e144187d-cff3-0c79-0107-88b0e74ecbea-9e6d7753, #w-node-e144187d-cff3-0c79-0107-88b0e74ecbed-9e6d7753, #w-node-e144187d-cff3-0c79-0107-88b0e74ecbf0-9e6d7753, #w-node-e144187d-cff3-0c79-0107-88b0e74ecbf3-9e6d7753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73aa21f5-68bf-0f99-88ea-0decb7732a01-9e6d7753 {
  align-self: stretch;
}

#w-node-_5374bf84-8d89-4b35-9177-b5d67846a135-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a13a-9e6d7753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_259b14c6-c5b8-fe42-88ef-84bc1a31f993-9e6d7753 {
  align-self: stretch;
}

#w-node-_5374bf84-8d89-4b35-9177-b5d67846a152-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a157-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a15c-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a162-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a167-9e6d7753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f00db9c-f18d-00d0-2fe0-0f7e86918212-9e6d7753 {
  align-self: stretch;
}

#w-node-_5374bf84-8d89-4b35-9177-b5d67846a17b-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a180-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a185-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a18b-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a190-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a195-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a19a-9e6d7753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5374bf84-8d89-4b35-9177-b5d67846a1d9-9e6d7753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_26590ce5-7e64-1ede-0432-5eeac875ecf0-9e6d7768, #w-node-_5557eab6-6bf2-a96b-c202-e133d30dcc24-9e6d7768, #w-node-_54fc8ff0-3f70-5e07-cdfd-725d7fe3b1dc-9e6d7768, #w-node-_79101d07-c0c1-a671-ebec-14fc596cfbde-9e6d7768, #w-node-_6d028d33-a91a-b129-2220-94d6447bbf97-9e6d7768, #w-node-_4816d93c-5aa8-af79-a459-4014a3c75645-9e6d7768, #w-node-f6821672-617f-871b-a618-8d0a8c5d2bf5-9e6d7768, #w-node-f6821672-617f-871b-a618-8d0a8c5d2bf6-9e6d7768, #w-node-f6821672-617f-871b-a618-8d0a8c5d2c01-9e6d7768, #w-node-f6821672-617f-871b-a618-8d0a8c5d2c05-9e6d7768, #w-node-f6821672-617f-871b-a618-8d0a8c5d2c09-9e6d7768, #w-node-f6821672-617f-871b-a618-8d0a8c5d2c0d-9e6d7768, #w-node-_193bc6b8-0cd5-9c8d-705b-54575e6fedb3-9e6d7768, #w-node-_193bc6b8-0cd5-9c8d-705b-54575e6fedb4-9e6d7768, #w-node-_193bc6b8-0cd5-9c8d-705b-54575e6fedbf-9e6d7768, #w-node-_193bc6b8-0cd5-9c8d-705b-54575e6fedc3-9e6d7768, #w-node-_193bc6b8-0cd5-9c8d-705b-54575e6fedc7-9e6d7768, #w-node-_193bc6b8-0cd5-9c8d-705b-54575e6fedcb-9e6d7768, #w-node-c29d367f-0587-097b-b615-fc61f333864e-9e6d7768, #w-node-_293a8dce-cedb-b236-6fb0-17ab110579cd-9e6d7768, #w-node-_4c2b1243-a7a4-ca86-8679-a27bd5bb74d2-9e6d7768, #w-node-b18eeea6-5da6-fef7-5e3a-c9fb4875a111-9e6d7768, #w-node-_47712818-31d8-fa9a-d98e-4c380e00d55b-9e6d7768, #w-node-_8dffd1b7-d514-1247-02e6-4197c88815f0-9e6d7768, #w-node-_390bb505-dfee-7196-472e-973ff180369c-9e6d7768, #w-node-_73e5fcb2-f3aa-fb91-07c5-c8e73db371dc-9e6d7768, #w-node-_4eedce2b-2a1c-3c85-d0b3-893f872be6ff-9e6d7768, #w-node-e39ac7f1-5da8-b493-9bd6-4d85c7412699-9e6d7768, #w-node-a68bd0fc-7646-1a8a-21a9-e843cf036e19-9e6d7768, #w-node-_6eb45f5f-ffbe-733b-1e43-258aad98fba2-9e6d7768, #w-node-_3adbaad5-40e1-d92d-0d97-e8927031a110-9e6d7768, #w-node-_4aeba7b9-d16d-a747-1789-abaed369a3f9-9e6d7768 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2736a108-c6b3-dcfc-ad69-e8f9f87fa921-9e6d7768 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3c79fc6b-ffe0-5771-77be-2c9e6ad78731-9e6d7769 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c79fc6b-ffe0-5771-77be-2c9e6ad78732-9e6d7769 {
  justify-self: start;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-9e6d776a {
  align-self: stretch;
}

#w-node-_6102b0a8-5a61-01de-1ebf-131eef030779-9e6d776b, #w-node-_6102b0a8-5a61-01de-1ebf-131eef030781-9e6d776b, #w-node-_6102b0a8-5a61-01de-1ebf-131eef030789-9e6d776b, #w-node-_6102b0a8-5a61-01de-1ebf-131eef030791-9e6d776b, #w-node-_6102b0a8-5a61-01de-1ebf-131eef030799-9e6d776b, #w-node-_6102b0a8-5a61-01de-1ebf-131eef0307a1-9e6d776b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_63148255-74fc-af5b-16d1-f1fe5f16ff7f-9e6d776b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6784a1c-dbaf-b393-f9cb-a19e45158315-9e6d776c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6784a1c-dbaf-b393-f9cb-a19e45158316-9e6d776c {
  justify-self: start;
}

#w-node-_79ec5bc5-f4ee-8687-199d-602533b09de4-9e6d776d {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_4eb92802-3983-d280-3baa-80a2a2042b9e-9e6d776d, #w-node-_4eb92802-3983-d280-3baa-80a2a2042bb2-9e6d776d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4eb92802-3983-d280-3baa-80a2a2042bb3-9e6d776d {
  justify-self: start;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-9e6d7770 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0f9ecef-0472-fa17-9d40-8bab158261bf-2cfe0311 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_50762e82-0b1a-6b25-f5a4-1e534b521e64-2cfe0311, #w-node-_50762e82-0b1a-6b25-f5a4-1e534b521e6c-2cfe0311, #w-node-_50762e82-0b1a-6b25-f5a4-1e534b521e7c-2cfe0311, #w-node-_50762e82-0b1a-6b25-f5a4-1e534b521e84-2cfe0311, #w-node-_3beb9188-aeb9-c429-2598-be69f70be209-2cfe0311, #w-node-_50762e82-0b1a-6b25-f5a4-1e534b521e74-2cfe0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_055e1223-db87-bc31-4fc8-f35d0c501697-2cfe0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_055e1223-db87-bc31-4fc8-f35d0c501698-2cfe0311, #w-node-_055e1223-db87-bc31-4fc8-f35d0c501699-2cfe0311, #w-node-_055e1223-db87-bc31-4fc8-f35d0c50169a-2cfe0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_055e1223-db87-bc31-4fc8-f35d0c50169b-2cfe0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_055e1223-db87-bc31-4fc8-f35d0c50169c-2cfe0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_055e1223-db87-bc31-4fc8-f35d0c50169d-2cfe0311, #w-node-_055e1223-db87-bc31-4fc8-f35d0c50169e-2cfe0311, #w-node-_055e1223-db87-bc31-4fc8-f35d0c50169f-2cfe0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_055e1223-db87-bc31-4fc8-f35d0c5016a0-2cfe0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_247cfba0-96ff-069f-f66a-95e3657b0660-2cfe0311, #w-node-_808d986f-9d85-7db9-7b68-b94256aa3807-2cfe0311, #w-node-_336fae89-5424-80d5-c8dd-fd270be4c504-2cfe0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58dd406e-e466-0ce6-92d3-007e29770aab-2cfe0311, #w-node-_4b092226-20fc-6e27-e5af-6e2020424d51-2cfe0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_55cd6086-2881-0771-6a79-441beb48c7aa-2cfe0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_71de014c-71f0-bfae-7da0-423fd7af418e-2cfe0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_1f85eeae-78fd-f07f-3dd5-185f7e6f4c0d-2cfe0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_435ede19-3d4f-e0ae-b61a-72359a2447e7-2cfe0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_350e06a5-4211-d6dd-fbaa-5f07602d166b-2cfe0311, #w-node-_891e4e7b-769b-1043-96df-0cfd4c978322-2cfe0311, #w-node-cfbed3fe-55a5-c47c-e64b-ddd48f3a59b1-2cfe0311, #w-node-_07e3fc58-7589-8ca1-b242-5a08da41893e-2cfe0311, #w-node-ac5c4b4b-b282-6baa-cf02-69e105de6c81-2cfe0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c638eb-8fc3-23dd-3793-0bb442d6e32a-7a3cb135 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f6569b57-e607-26ab-2fe2-9dbcbfa9ebe9-7a3cb135 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_94d86ccb-4107-fa2f-0499-e7f5a6d9a8f9-7a3cb135 {
  align-self: start;
}

#w-node-_94d86ccb-4107-fa2f-0499-e7f5a6d9a90c-7a3cb135 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_95db67f4-4581-c700-8665-dfd5ef28b051-7a3cb135 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#contacts-sendmessage-btn.w-node-_94d86ccb-4107-fa2f-0499-e7f5a6d9a910-7a3cb135 {
  justify-self: start;
}

#w-node-f1ab98e5-a362-75de-e0fc-87fe632422e8-7a3cb135 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1ab98e5-a362-75de-e0fc-87fe632422ea-7a3cb135 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f1ab98e5-a362-75de-e0fc-87fe632422ee-7a3cb135 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-f1ab98e5-a362-75de-e0fc-87fe63242309-7a3cb135 {
  align-self: center;
}

#w-node-ebfd6944-ae1c-143a-7b86-7a86f184ea83-7a3cb135, #w-node-f4c59172-97da-be54-d005-33530cb46738-7a3cb135 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2fde5f9-dc7e-10e6-5c5c-bcaa558164fb-7a3cb135 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_17ac851d-fdca-421b-3d33-396cc0e50d25-7a3cb135 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97162f21-7d3f-a753-a148-3b40d3bb8f87-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f9205dca-d085-7cb8-05dc-541af727a29f-e1fe7373, #w-node-_40b80e00-bc49-7584-b9f0-12311a01d0d2-e1fe7373, #w-node-af4f3b77-f96f-6453-988a-46d26929ed6f-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fabaa04-8641-1297-b150-82cc45a201f6-e1fe7373 {
  align-self: start;
}

#w-node-_6fabaa04-8641-1297-b150-82cc45a20212-e1fe7373 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6fabaa04-8641-1297-b150-82cc45a20213-e1fe7373 {
  justify-self: start;
}

#w-node-bd95f197-f46e-7733-7d54-935267add054-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bd95f197-f46e-7733-7d54-935267add055-e1fe7373, #w-node-bd95f197-f46e-7733-7d54-935267add056-e1fe7373, #w-node-bd95f197-f46e-7733-7d54-935267add057-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd95f197-f46e-7733-7d54-935267add058-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bd95f197-f46e-7733-7d54-935267add059-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bd95f197-f46e-7733-7d54-935267add05a-e1fe7373, #w-node-bd95f197-f46e-7733-7d54-935267add05b-e1fe7373, #w-node-bd95f197-f46e-7733-7d54-935267add05c-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd95f197-f46e-7733-7d54-935267add05d-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e025f8e3-a7d1-5612-1bab-06713847a546-e1fe7373, #w-node-e025f8e3-a7d1-5612-1bab-06713847a54e-e1fe7373, #w-node-e025f8e3-a7d1-5612-1bab-06713847a556-e1fe7373, #w-node-e025f8e3-a7d1-5612-1bab-06713847a55e-e1fe7373, #w-node-e025f8e3-a7d1-5612-1bab-06713847a566-e1fe7373, #w-node-e025f8e3-a7d1-5612-1bab-06713847a56e-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b984-e1fe7373, #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b985-e1fe7373, #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b99f-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9a3-e1fe7373, #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9a8-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9af-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9b6-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9bc-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9be-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9c6-e1fe7373, #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9ca-e1fe7373, #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9ce-e1fe7373, #w-node-_44252519-a421-9528-bbe2-8cb1ca16754a-e1fe7373, #w-node-_44252519-a421-9528-bbe2-8cb1ca167557-e1fe7373, #w-node-_44252519-a421-9528-bbe2-8cb1ca167564-e1fe7373, #w-node-_44252519-a421-9528-bbe2-8cb1ca167571-e1fe7373, #w-node-_44252519-a421-9528-bbe2-8cb1ca16757e-e1fe7373, #w-node-_44252519-a421-9528-bbe2-8cb1ca16758b-e1fe7373, #w-node-_44252519-a421-9528-bbe2-8cb1ca167598-e1fe7373, #w-node-_44252519-a421-9528-bbe2-8cb1ca1675a5-e1fe7373, #w-node-_44252519-a421-9528-bbe2-8cb1ca1675b2-e1fe7373, #w-node-_44252519-a421-9528-bbe2-8cb1ca1675c5-e1fe7373, #w-node-_44252519-a421-9528-bbe2-8cb1ca1675c6-e1fe7373, #w-node-_44252519-a421-9528-bbe2-8cb1ca1675c7-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44252519-a421-9528-bbe2-8cb1ca1675c8-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_44252519-a421-9528-bbe2-8cb1ca1675c9-e1fe7373, #w-node-_44252519-a421-9528-bbe2-8cb1ca1675ca-e1fe7373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c125895-9cd7-de77-4655-b318c5637b0f-e1fe7373 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_5eeb2c40-f49e-41b6-1fd0-513165f33e06-65f33e03 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5eeb2c40-f49e-41b6-1fd0-513165f33e59-65f33e03, #w-node-_5eeb2c40-f49e-41b6-1fd0-513165f33e76-65f33e03 {
    justify-self: auto;
  }

  #w-node-f1f9a574-9198-ac3e-89d0-99018a41fd2c-65f33e03, #w-node-_5eeb2c40-f49e-41b6-1fd0-513165f33e95-65f33e03, #w-node-_5eeb2c40-f49e-41b6-1fd0-513165f33e97-65f33e03 {
    justify-self: center;
  }

  #w-node-ecee4b36-9b20-4137-3758-90a0269d2e88-9e6d76e5 {
    justify-self: auto;
  }

  #w-node-_046d4c4e-3570-1796-69f0-4c8657786574-9e6d76e5 {
    order: 9999;
  }

  #w-node-fc5d69e5-f7e1-e7bb-e27b-811d76dfcc25-9e6d76e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fc5d69e5-f7e1-e7bb-e27b-811d76dfcc29-9e6d76e5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1e980e81-4dd0-e0ee-2542-4f29088bb0a8-9e6d76ea, #w-node-_1e980e81-4dd0-e0ee-2542-4f29088bb0b9-9e6d76ea, #w-node-dd66876a-4e49-a535-bd72-69a0ec40f511-9e6d76eb, #w-node-_0510f6e7-e12a-b88f-b718-b5fcb3689f67-9e6d76eb, #w-node-f08c139d-56e1-c3ac-23b5-e2132e963596-9e6d76eb, #w-node-a971d660-92d9-7d6a-3fe7-74e3224bbfbd-9e6d76eb, #w-node-_49ceec6c-ef79-2867-22ec-d3c7d5e9dd67-9e6d76eb, #w-node-b65fd728-f712-f5b8-79aa-a588a9ce27f7-9e6d76eb, #w-node-bc0911f9-b08e-4203-685c-d0ed5651278d-9e6d76eb, #w-node-_0aa12229-183f-04e0-fa9d-8e13d596281d-9e6d76eb, #w-node-ddac38cd-0465-cd26-e509-1cc9665b245e-9e6d76eb, #w-node-e305a2a5-09ba-2108-e3b7-bf9daf154626-9e6d76eb, #w-node-fcd472ee-d61e-df05-da3e-32c278d12a7a-9e6d76eb, #w-node-afe2e11f-b9cc-019a-085a-9f1c6176fb0b-9e6d76eb, #w-node-c4618de3-1b2c-9fd1-ad9b-5ed65c53fb45-9e6d76eb, #w-node-_17b20a90-939d-74da-ec95-6f504fe3dbbb-9e6d76ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c6905e08-59ce-70d6-8aec-ef38a97438cd-9e6d76ec {
    order: -9999;
  }

  #w-node-c6905e08-59ce-70d6-8aec-ef38a97438cf-9e6d76ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-de60e777-ed0b-c5d3-2416-4296330653ca-9e6d76ec {
    grid-column: span 1 / span 1;
  }

  #w-node-de60e777-ed0b-c5d3-2416-4296330653cc-9e6d76ec, #w-node-fbf79d2f-d42e-24ee-7d18-d202575ebc91-9e6d76ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe946e9e-a839-786b-f609-5f0e99cf0af6-9e6d76ee {
    justify-self: auto;
  }

  #w-node-c6ba43c5-2051-7256-b693-039ff55a58e7-9e6d76ee, #w-node-c693388c-c8d3-85da-24cc-5cfd1300d8ea-9e6d76ee, #w-node-f279fcca-52c0-0f65-4c5c-60610ca8d2ad-9e6d76ee, #w-node-_245a4701-8d10-b949-c8e0-4c942d063ff9-9e6d76f1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70cf8d1f-8504-9461-46cd-3fe07f285006-9e6d76f1 {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-_89039dba-cc65-f250-718c-bf57f2eac9c6-3233825e, #w-node-_66dee655-e833-9d26-7650-185c32338261-3233825e {
    justify-self: center;
  }

  #w-node-c3d9fb7b-6957-cd6a-0591-f3ddfb306ca8-9e6d76f6, #w-node-c3d9fb7b-6957-cd6a-0591-f3ddfb306cb8-9e6d76f6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5d44d0d7-c500-fa9a-72b2-2c2d02491d1f-9e6d76f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_148aef75-bdc6-9959-e6e6-8f364df1ef16-9e6d76fa, #w-node-_2d8afcc0-25b0-4c42-8310-f05716ad95f9-9e6d76fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3235c00c-914b-7614-1e95-058a7e55d091-9e6d7700 {
    place-self: auto;
  }

  #w-node-_6ed918f9-7a1f-674d-e6b9-38eec47482ea-9e6d7702, #w-node-_101e4e93-205a-fffc-42d3-9997d213eab1-9e6d7708 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_101e4e93-205a-fffc-42d3-9997d213eb04-9e6d7708 {
    justify-self: auto;
  }

  #w-node-_0c8ecdfe-d852-9cdb-3120-bd6f9bb4f8e2-9e6d7708 {
    justify-self: start;
  }

  #w-node-_78b442d5-c5c6-9319-b3bb-41f085bf5548-9e6d7708 {
    justify-self: auto;
  }

  #w-node-ef3029b1-e109-3cd6-8dac-5e519f7ee601-9e6d7708 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_101e4e93-205a-fffc-42d3-9997d213eb40-9e6d7708, #w-node-_101e4e93-205a-fffc-42d3-9997d213eb41-9e6d7708, #w-node-_101e4e93-205a-fffc-42d3-9997d213eb43-9e6d7708, #w-node-_3bfa63bb-83ac-b29a-8478-91b540718e42-4f82c607, #w-node-_43c0ae95-1509-1a75-98a1-41db4f82c60a-4f82c607 {
    justify-self: center;
  }

  #w-node-_12059c0b-7ab4-2a81-c790-241f4fc6f42b-9e6d7748 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf579196-3dec-c8a1-0c95-16a674477a60-9e6d7749 {
    justify-self: auto;
  }

  #w-node-_0a7f1c6c-39d2-f1b5-0c16-81e4d5757f8d-9e6d7749 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93dd073c-3bb9-57c3-4cf0-bd4045d8227b-9e6d7749 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_055e1223-db87-bc31-4fc8-f35d0c50169b-9e6d774a {
    justify-self: auto;
  }

  #w-node-_81803d1b-ff2f-871a-8895-513159955427-9e6d774a, #w-node-adb53247-4124-3d8f-e427-fa0f02ccbbad-9e6d774a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_97162f21-7d3f-a753-a148-3b40d3bb8f87-9e6d774b {
    grid-column: span 2 / span 2;
  }

  #w-node-_6fabaa04-8641-1297-b150-82cc45a201f6-9e6d774b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd95f197-f46e-7733-7d54-935267add058-9e6d774b {
    justify-self: auto;
  }

  #w-node-_5c125895-9cd7-de77-4655-b318c5637b0f-9e6d774b, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a1d9-9e6d7753, #w-node-_2736a108-c6b3-dcfc-ad69-e8f9f87fa921-9e6d7768 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79ec5bc5-f4ee-8687-199d-602533b09de4-9e6d776d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_055e1223-db87-bc31-4fc8-f35d0c50169b-2cfe0311 {
    justify-self: auto;
  }

  #w-node-_97162f21-7d3f-a753-a148-3b40d3bb8f87-e1fe7373 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6fabaa04-8641-1297-b150-82cc45a201f6-e1fe7373 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd95f197-f46e-7733-7d54-935267add058-e1fe7373 {
    justify-self: auto;
  }

  #w-node-_5c125895-9cd7-de77-4655-b318c5637b0f-e1fe7373 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5eeb2c40-f49e-41b6-1fd0-513165f33e95-65f33e03 {
    justify-self: center;
  }

  #w-node-_40b78762-c38d-bc8e-d99b-f4828dfb8880-9e6d76e5 {
    justify-self: stretch;
  }

  #w-node-_309c1176-2484-7759-51f1-0fc0ee9d86ce-9e6d76e5 {
    justify-self: center;
  }

  #w-node-_42583a5a-87a3-cd8f-497a-ed7c3a7dfbc6-9e6d76e5 {
    order: -9999;
  }

  #w-node-fc5d69e5-f7e1-e7bb-e27b-811d76dfcc23-9e6d76e5, #w-node-fc5d69e5-f7e1-e7bb-e27b-811d76dfcc25-9e6d76e5, #w-node-fc5d69e5-f7e1-e7bb-e27b-811d76dfcc29-9e6d76e5 {
    grid-column: span 1 / span 1;
  }

  #w-node-f8a75a21-1959-0959-8703-94e21e0a7d25-9e6d76e5 {
    justify-self: auto;
  }

  #w-node-_1e980e81-4dd0-e0ee-2542-4f29088bb0a8-9e6d76ea, #w-node-_1e980e81-4dd0-e0ee-2542-4f29088bb0b9-9e6d76ea {
    grid-column: span 1 / span 1;
  }

  #w-node-a37b977f-ac50-be30-5193-125cbd275272-9e6d76ea {
    justify-self: auto;
  }

  #w-node-_434c436f-dc86-5cd8-3ded-487ed4c10d27-9e6d76eb {
    justify-self: center;
  }

  #w-node-_2bfcba36-524a-f767-3df2-b9354e1c801b-9e6d76eb {
    order: -9999;
    justify-self: auto;
  }

  #w-node-dd66876a-4e49-a535-bd72-69a0ec40f511-9e6d76eb, #w-node-_0510f6e7-e12a-b88f-b718-b5fcb3689f67-9e6d76eb, #w-node-f08c139d-56e1-c3ac-23b5-e2132e963596-9e6d76eb, #w-node-a971d660-92d9-7d6a-3fe7-74e3224bbfbd-9e6d76eb, #w-node-_49ceec6c-ef79-2867-22ec-d3c7d5e9dd67-9e6d76eb, #w-node-b65fd728-f712-f5b8-79aa-a588a9ce27f7-9e6d76eb, #w-node-bc0911f9-b08e-4203-685c-d0ed5651278d-9e6d76eb, #w-node-_0aa12229-183f-04e0-fa9d-8e13d596281d-9e6d76eb, #w-node-ddac38cd-0465-cd26-e509-1cc9665b245e-9e6d76eb, #w-node-e305a2a5-09ba-2108-e3b7-bf9daf154626-9e6d76eb, #w-node-fcd472ee-d61e-df05-da3e-32c278d12a7a-9e6d76eb, #w-node-afe2e11f-b9cc-019a-085a-9f1c6176fb0b-9e6d76eb, #w-node-c4618de3-1b2c-9fd1-ad9b-5ed65c53fb45-9e6d76eb {
    grid-column: span 1 / span 1;
  }

  #w-node-_2e2ee549-489c-4332-b034-311ac5f2b7e8-9e6d76ec {
    justify-self: auto;
  }

  #w-node-_17b20a90-939d-74da-ec95-6f504fe3dbbb-9e6d76ec {
    grid-column: span 1 / span 1;
  }

  #w-node-_0b9902a4-7799-9247-acfd-e7eeb353e886-9e6d76ec {
    justify-self: auto;
  }

  #w-node-c6905e08-59ce-70d6-8aec-ef38a97438cf-9e6d76ec, #w-node-de60e777-ed0b-c5d3-2416-4296330653cc-9e6d76ec, #w-node-c6ba43c5-2051-7256-b693-039ff55a58e7-9e6d76ee, #w-node-c693388c-c8d3-85da-24cc-5cfd1300d8ea-9e6d76ee, #w-node-f279fcca-52c0-0f65-4c5c-60610ca8d2ad-9e6d76ee {
    grid-column: span 1 / span 1;
  }

  #w-node-_66dee655-e833-9d26-7650-185c32338261-3233825e {
    justify-self: center;
  }

  #w-node-f6569b57-e607-26ab-2fe2-9dbcbfa9ebe9-9e6d76f5, #w-node-_6e18b100-a38f-1346-109f-4ddd2747353d-9e6d76f5 {
    justify-self: auto;
  }

  #w-node-c3d9fb7b-6957-cd6a-0591-f3ddfb306ca8-9e6d76f6, #w-node-c3d9fb7b-6957-cd6a-0591-f3ddfb306cb8-9e6d76f6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7795f280-2374-e11e-57c5-84a7fca4fb06-9e6d76fa {
    justify-self: start;
  }

  #w-node-_148aef75-bdc6-9959-e6e6-8f364df1ef16-9e6d76fa, #w-node-_2d8afcc0-25b0-4c42-8310-f05716ad95f9-9e6d76fb {
    grid-column: span 1 / span 1;
  }

  #w-node-e2050cde-0bcb-f42a-ca11-947513b761c6-9e6d76fc, #w-node-a229116b-eef1-08f9-b775-3368f4e2a4ed-9e6d7702, #w-node-d4da7463-1832-5f10-e9b1-2c715daa95f4-9e6d7702 {
    justify-self: auto;
  }

  #w-node-_6ed918f9-7a1f-674d-e6b9-38eec47482ea-9e6d7702, #w-node-_101e4e93-205a-fffc-42d3-9997d213eab1-9e6d7708 {
    grid-column: span 1 / span 1;
  }

  #w-node-_101e4e93-205a-fffc-42d3-9997d213eb41-9e6d7708, #w-node-_43c0ae95-1509-1a75-98a1-41db4f82c60a-4f82c607 {
    justify-self: center;
  }

  #w-node-_3a50043f-5d8c-2f96-4861-014685586c64-9e6d7748 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da7ea64b-3e04-6540-d6d0-e2714029a3d1-9e6d7748, #w-node-c799b81a-4c9f-8eff-92f0-19330c6aeecb-9e6d7748 {
    justify-self: auto;
  }

  #w-node-_12059c0b-7ab4-2a81-c790-241f4fc6f42b-9e6d7748 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9e01ca89-09d9-e535-f6f6-3686d6b251b3-9e6d7749, #w-node-_3f35a0b0-db71-a4f7-d2ce-40f73e497ff2-9e6d7749 {
    order: -9999;
  }

  #w-node-e8e24322-e555-a6da-17d2-dca6d76e0aba-9e6d7749, #w-node-daf804fb-37dc-f5e7-53d7-91b495f78f48-9e6d7749, #w-node-_3ced3f0e-064e-2239-9d61-dce1cc9a3895-9e6d7749 {
    justify-self: auto;
  }

  #w-node-_58c6c636-a0f2-2135-9594-9d99b1f86842-9e6d7749 {
    grid-area: 4 / 2 / 5 / 3;
    justify-self: auto;
  }

  #w-node-da346ff8-a261-15eb-12d0-692169455fe1-9e6d7749 {
    justify-self: auto;
  }

  #w-node-_93dd073c-3bb9-57c3-4cf0-bd4045d8227b-9e6d7749 {
    grid-column: span 1 / span 1;
  }

  #w-node-_363d5f43-42d5-9fb5-7b9e-7c72e81e6fc7-9e6d7749, #w-node-c0f9ecef-0472-fa17-9d40-8bab158261bf-9e6d774a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_055e1223-db87-bc31-4fc8-f35d0c501697-9e6d774a, #w-node-_055e1223-db87-bc31-4fc8-f35d0c50169c-9e6d774a {
    justify-self: auto;
  }

  #w-node-_055e1223-db87-bc31-4fc8-f35d0c5016a0-9e6d774a {
    grid-area: 4 / 2 / 5 / 3;
    justify-self: auto;
  }

  #w-node-_71de014c-71f0-bfae-7da0-423fd7af418e-9e6d774a, #w-node-_1f85eeae-78fd-f07f-3dd5-185f7e6f4c0d-9e6d774a {
    justify-self: center;
  }

  #w-node-_435ede19-3d4f-e0ae-b61a-72359a2447e7-9e6d774a {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_7ff8ed01-28ec-3932-7065-c4f7df496e0d-9e6d774a {
    justify-self: auto;
  }

  #w-node-_81803d1b-ff2f-871a-8895-513159955427-9e6d774a, #w-node-adb53247-4124-3d8f-e427-fa0f02ccbbad-9e6d774a {
    grid-column: span 1 / span 1;
  }

  #w-node-bd95f197-f46e-7733-7d54-935267add054-9e6d774b, #w-node-bd95f197-f46e-7733-7d54-935267add059-9e6d774b {
    justify-self: auto;
  }

  #w-node-bd95f197-f46e-7733-7d54-935267add05d-9e6d774b {
    grid-area: 4 / 2 / 5 / 3;
    justify-self: auto;
  }

  #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9b6-9e6d774b, #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9bc-9e6d774b {
    justify-self: center;
  }

  #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9be-9e6d774b {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_5374bf84-8d89-4b35-9177-b5d67846a12f-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a135-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a13a-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a14c-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a152-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a157-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a15c-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a162-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a167-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a175-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a17b-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a180-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a185-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a18b-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a190-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a195-9e6d7753, #w-node-_5374bf84-8d89-4b35-9177-b5d67846a19a-9e6d7753, #w-node-d4bfda2d-e828-7af3-37b8-185c0997ad45-9e6d7768, #w-node-c29d367f-0587-097b-b615-fc61f333864e-9e6d7768, #w-node-_293a8dce-cedb-b236-6fb0-17ab110579cd-9e6d7768, #w-node-_93b474db-fcb2-faef-d53c-f67bf90af8b0-9e6d7768, #w-node-_4c2b1243-a7a4-ca86-8679-a27bd5bb74d2-9e6d7768, #w-node-b18eeea6-5da6-fef7-5e3a-c9fb4875a111-9e6d7768, #w-node-_47712818-31d8-fa9a-d98e-4c380e00d55b-9e6d7768, #w-node-_8dffd1b7-d514-1247-02e6-4197c88815f0-9e6d7768, #w-node-_390bb505-dfee-7196-472e-973ff180369c-9e6d7768, #w-node-e457995b-95d8-d16a-dadf-1dae57b1143e-9e6d7768, #w-node-_73e5fcb2-f3aa-fb91-07c5-c8e73db371dc-9e6d7768, #w-node-_4eedce2b-2a1c-3c85-d0b3-893f872be6ff-9e6d7768, #w-node-e39ac7f1-5da8-b493-9bd6-4d85c7412699-9e6d7768, #w-node-a68bd0fc-7646-1a8a-21a9-e843cf036e19-9e6d7768, #w-node-_6eb45f5f-ffbe-733b-1e43-258aad98fba2-9e6d7768, #w-node-_3adbaad5-40e1-d92d-0d97-e8927031a110-9e6d7768, #w-node-_4aeba7b9-d16d-a747-1789-abaed369a3f9-9e6d7768 {
    justify-self: end;
  }

  #w-node-_3c79fc6b-ffe0-5771-77be-2c9e6ad78746-9e6d7769 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-9e6d7770, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-9e6d7770, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-9e6d7770, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-9e6d7770, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-9e6d7770, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-9e6d7770, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-9e6d7770, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-9e6d7770, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-9e6d7770, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-9e6d7770, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-9e6d7770, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-9e6d7770, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-9e6d7770, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-9e6d7770, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-9e6d7770, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-9e6d7770, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-9e6d7770, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-9e6d7770, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-9e6d7770, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-9e6d7770, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-9e6d7770, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-9e6d7770, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-9e6d7770, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-9e6d7770, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-9e6d7770, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-9e6d7770 {
    order: -9999;
  }

  #w-node-c0f9ecef-0472-fa17-9d40-8bab158261bf-2cfe0311 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_055e1223-db87-bc31-4fc8-f35d0c501697-2cfe0311, #w-node-_055e1223-db87-bc31-4fc8-f35d0c50169c-2cfe0311 {
    justify-self: auto;
  }

  #w-node-_055e1223-db87-bc31-4fc8-f35d0c5016a0-2cfe0311 {
    grid-area: 4 / 2 / 5 / 3;
    justify-self: auto;
  }

  #w-node-_71de014c-71f0-bfae-7da0-423fd7af418e-2cfe0311, #w-node-_1f85eeae-78fd-f07f-3dd5-185f7e6f4c0d-2cfe0311 {
    justify-self: center;
  }

  #w-node-_435ede19-3d4f-e0ae-b61a-72359a2447e7-2cfe0311 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-f6569b57-e607-26ab-2fe2-9dbcbfa9ebe9-7a3cb135, #w-node-f1ab98e5-a362-75de-e0fc-87fe632422ea-7a3cb135, #w-node-bd95f197-f46e-7733-7d54-935267add054-e1fe7373, #w-node-bd95f197-f46e-7733-7d54-935267add059-e1fe7373 {
    justify-self: auto;
  }

  #w-node-bd95f197-f46e-7733-7d54-935267add05d-e1fe7373 {
    grid-area: 4 / 2 / 5 / 3;
    justify-self: auto;
  }

  #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9b6-e1fe7373, #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9bc-e1fe7373 {
    justify-self: center;
  }

  #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9be-e1fe7373 {
    order: -9999;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5eeb2c40-f49e-41b6-1fd0-513165f33e06-65f33e03 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7a720c91-4b14-a878-eeaf-8ba04e92489f-9e6d76ec {
    grid-column: span 2 / span 2;
  }

  #w-node-f6c9f1de-fe72-390a-b941-4cf08b55fd21-9e6d76ec {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-de9cc6bc-68a1-287f-b377-2ab596825336-9e6d76ee, #w-node-d97b014a-c7c5-0eba-8894-073f500f3a28-9e6d76ee {
    order: 9999;
  }

  #w-node-d97b014a-c7c5-0eba-8894-073f500f3a2a-9e6d76ee {
    order: -9999;
  }

  #w-node-_70706e48-18ec-5ce6-a7ef-362d84681740-9e6d76ee {
    order: 9999;
  }

  #w-node-_70706e48-18ec-5ce6-a7ef-362d84681745-9e6d76ee {
    order: -9999;
  }

  #w-node-_94d86ccb-4107-fa2f-0499-e7f5a6d9a90c-9e6d76f5, #w-node-c3d9fb7b-6957-cd6a-0591-f3ddfb306cd0-9e6d76f6, #w-node-eee0c541-2135-619c-8266-78403a268571-9e6d76f7, #w-node-eee0c541-2135-619c-8266-78403a268576-9e6d76f7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_019f9e81-6edd-32fb-c00a-54dce80a77ba-9e6d76fa {
    grid-column: span 2 / span 2;
  }

  #w-node-_3ace4dce-3b1f-35b1-5352-4d2e14362517-9e6d76fa {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_101e4e93-205a-fffc-42d3-9997d213eab1-9e6d7708 {
    grid-column: span 1 / span 1;
  }

  #w-node-_58c6c636-a0f2-2135-9594-9d99b1f86842-9e6d7749, #w-node-_055e1223-db87-bc31-4fc8-f35d0c5016a0-9e6d774a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b092226-20fc-6e27-e5af-6e2020424d51-9e6d774a, #w-node-_55cd6086-2881-0771-6a79-441beb48c7aa-9e6d774a {
    grid-column: span 2 / span 2;
  }

  #w-node-_6fabaa04-8641-1297-b150-82cc45a20212-9e6d774b {
    grid-column: span 1 / span 1;
  }

  #w-node-bd95f197-f46e-7733-7d54-935267add05d-9e6d774b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9a8-9e6d774b, #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9af-9e6d774b {
    grid-column: span 2 / span 2;
  }

  #w-node-_3c79fc6b-ffe0-5771-77be-2c9e6ad78731-9e6d7769 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3c79fc6b-ffe0-5771-77be-2c9e6ad78746-9e6d7769 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c6784a1c-dbaf-b393-f9cb-a19e45158315-9e6d776c, #w-node-_4eb92802-3983-d280-3baa-80a2a2042b9e-9e6d776d, #w-node-_4eb92802-3983-d280-3baa-80a2a2042bb2-9e6d776d {
    grid-column: span 1 / span 1;
  }

  #w-node-_055e1223-db87-bc31-4fc8-f35d0c5016a0-2cfe0311 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b092226-20fc-6e27-e5af-6e2020424d51-2cfe0311, #w-node-_55cd6086-2881-0771-6a79-441beb48c7aa-2cfe0311 {
    grid-column: span 2 / span 2;
  }

  #w-node-_94d86ccb-4107-fa2f-0499-e7f5a6d9a90c-7a3cb135, #w-node-_6fabaa04-8641-1297-b150-82cc45a20212-e1fe7373 {
    grid-column: span 1 / span 1;
  }

  #w-node-bd95f197-f46e-7733-7d54-935267add05d-e1fe7373 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9a8-e1fe7373, #w-node-d2cc37d0-cfc6-4e2c-951a-f0e047e3b9af-e1fe7373 {
    grid-column: span 2 / span 2;
  }
}


@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: 'Claritycity';
  src: url('../fonts/ClarityCity-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apex';
  src: url('../fonts/Apex-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}