:root {
  --black: black;
  --1-5-em: 1.5em;
  --steel-hover: #617985;
  --18: 18px;
  --17: 17px;
  --steel-white: #eaeff3;
  --dark-steel: #32465f;
  --gold: gold;
  --sea-green: #12965e;
  --white: white;
  --fixes-light-blue: #8accdd;
  --orange: #ffa32d;
  --royal-blue: #0269eb;
  --glass-grey: #0000000d;
  --coral: #dc6350;
  --glass-blue: #4f6da980;
  --whatsapp-green: #007d2f;
  --indian-red: #f64d52;
  --light-steel: #a4b5c3;
  --grey-light: #0000001a;
  --20: 20px;
  --mint-green: #3eb489;
  --fixes-blue: #1f7685;
  --1-7em: 1.7em;
  --gray-4-dark: #eaeff3;
  --deep-sky-blue: #00c6ff;
  --1-3-em: 1.3em;
  --coral-hover: #f68050;
  --light-steel-blue: #ddecff;
  --midnight-blue: #1a2980;
  --cadet-blue: #178295;
  --bg-grey: #00000008;
  --lunar-red: #93241d;
  --shubeda-blue: #00debc;
  --shubeda-light-blue: #97f0cd;
  --shubeda-dark-blue: #00a289;
  --dark-steel-transparent: #32465fc2;
}

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--black);
  font-size: 20px;
  line-height: var(--1-5-em);
  overflow: visible;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
}

a {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

img {
  object-fit: contain;
  display: inline-block;
}

strong {
  font-weight: 700;
}

em {
  color: #5e5e5e;
  font-style: italic;
}

blockquote {
  background-color: var(--steel-hover);
  color: #fff;
  font-size: var(--18);
  text-align: left;
  border-left: 1px #000;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 31px 37px;
  line-height: 32px;
}

figure {
  margin-bottom: 10px;
}

.hero-section {
  background-color: var(--steel-white);
  justify-content: center;
  align-items: center;
  padding: 120px 5% 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation {
  background-color: var(--dark-steel);
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.leader-quote-flex {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.container.contact-container {
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

.container.align-center {
  color: var(--black);
  text-align: left;
}

.container.nav-flex {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
}

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

.nav-menu {
  order: 1;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--dark-steel);
  min-width: 238px;
  box-shadow: 3px 3px 0 2px var(--black);
  text-align: center;
  text-shadow: none;
  border: 2px solid #000;
  border-radius: 8px;
  margin: 6px 8px;
  padding: 20px 26px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s ease-in-out;
}

.button:hover {
  box-shadow: none;
}

.button.yellow {
  background-color: var(--gold);
  color: var(--black);
  border: 2px solid #000;
}

.button.glass {
  border: 2px solid var(--steel-white);
  text-shadow: none;
  background-color: #0000;
  padding: 19px 25px;
}

.button.glass:hover {
  background-color: var(--steel-white);
  color: var(--dark-steel);
}

.button.glass.black {
  border-color: var(--dark-steel);
  color: var(--black);
}

.button.whatsapp {
  background-color: var(--sea-green);
}

.button.smaller {
  min-width: 150px;
  box-shadow: 3px 3px 0 1px var(--black);
  border-width: 1px;
  border-radius: 8px;
  margin: 4px 0 4px 8px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.5em;
}

.button.smaller:hover {
  box-shadow: none;
}

.button.smaller.yellow {
  background-color: var(--gold);
}

.button.tiny {
  background-color: var(--dark-steel);
  min-width: 120px;
  color: var(--white);
  border-width: 1px;
  margin: 16px 0;
  padding: 6px 20px 6px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

.button.tiny.symptom, .button.tiny.quotation {
  background-color: var(--fixes-light-blue);
  color: var(--black);
}

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

.button.repair-item {
  background-color: var(--gold);
  min-width: 300px;
  color: var(--black);
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.button.repair-item.steel-plate {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--steel-white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 260px;
  min-width: 260px;
  height: 260px;
  display: flex;
}

.button.blue {
  background-color: var(--royal-blue);
}

.button.fixes-blue {
  background-color: var(--fixes-light-blue);
  color: var(--black);
}

.button.blue-yellow {
  color: var(--black);
  background-image: url('///images/button3.svg');
  background-position: 50%;
}

.button.place-order {
  background-color: var(--gold);
  color: var(--black);
  border: 2px solid #000;
}

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

.section {
  background-color: var(--steel-white);
  padding: 100px 5%;
  position: relative;
}

.section.dark-bg {
  background-color: var(--dark-steel);
}

.section._60px-buttom-padding {
  padding-bottom: 60px;
}

.section.white-bg {
  background-color: var(--white);
}

.section.white-bg.no-space-bottom {
  padding-bottom: 0;
}

.section.repair-case {
  background-color: var(--white);
}

.section.faq {
  background-color: var(--white);
  padding-top: 80px;
  padding-left: 0%;
  padding-right: 0%;
}

.section.quotation {
  border-bottom: 2px dashed #000;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
}

.section.quotation.hero {
  background-color: var(--dark-steel);
}

.section.quotation.accordion {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.quotation.accordion.note {
  padding-top: 60px;
}

.section.quotation.dark {
  background-color: var(--dark-steel);
}

.section.quotation.info {
  background-color: var(--dark-steel);
  border-bottom-style: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.quotation.last {
  border-bottom-style: none;
}

.hero-title {
  color: #000;
  margin-top: 20px;
  font-size: 70px;
  font-weight: 700;
  line-height: 84px;
}

.hero-title._40px {
  font-size: 40px;
  line-height: 1.3em;
}

.hero-title._40px.flex-center {
  text-align: center;
  justify-content: center;
}

.hero-title.color-white {
  color: #fff;
  display: inline-block;
}

.hero-title.larger-text {
  font-size: 80px;
  line-height: 88px;
}

.hero-title.smaller-text {
  font-size: 60px;
  line-height: 72px;
}

.add-scribble-below {
  background-image: url('///images/scribbles-4.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 1px;
  display: inline-block;
}

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

.button-flex {
  justify-content: flex-start;
  align-items: center;
  margin: -8px;
  display: flex;
}

.button-flex.horizontal-button.symptom-buttons {
  margin-top: 24px;
  margin-bottom: 24px;
}

.button-flex.flex-center {
  justify-content: center;
}

.boxes-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.features-content {
  background-color: var(--steel-white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 32px;
  display: flex;
}

.features-content.padding-box {
  align-items: flex-start;
  padding-left: 18px;
  padding-right: 18px;
}

._80-percent-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

._80-percent-block.align-left {
  margin-left: 0;
}

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

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

.illustrator-grid.margin-40px {
  grid-template-columns: 1fr 2fr;
}

.list-circle-wrapper {
  margin-top: 24px;
}

.list-flex {
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: flex-end;
  display: flex;
}

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

.list-item {
  margin-top: 16px;
  margin-bottom: 40px;
  margin-right: 16px;
  display: flex;
}

.number-text {
  color: var(--steel-hover);
  margin-top: 5px;
  margin-right: 16px;
  font-size: 30px;
}

.align-center {
  color: #fff;
  text-align: center;
  display: block;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.form.schelude {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.text-field {
  color: #222;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  height: 55px;
  margin-bottom: 0;
  font-size: 16px;
}

.text-field::placeholder {
  color: #111;
}

.text-field.margin-bottom {
  margin-bottom: 10px;
}

.text-field.area {
  height: auto;
  padding-top: 11px;
  padding-bottom: 78px;
}

.sub-heading {
  color: #000;
  font-size: 22px;
  line-height: 1.5em;
}

.sub-heading.color-white._20px {
  line-height: 32px;
}

.sub-heading.color-white._20px.thin {
  display: inline-block;
}

.sub-heading.color-white.thin {
  font-weight: 400;
}

.sub-heading.color-white {
  color: #fff;
}

.sub-heading._20px.text-white {
  color: var(--steel-white);
}

.sub-heading.thin {
  font-weight: 300;
}

.sub-heading.text-gray-4 {
  color: #0000008c;
}

.sub-heading.text-gray-4.no-bottom-margin {
  margin-bottom: 0;
}

.sub-heading.text-gray-4-dark {
  color: #dfdfdf;
}

.hero-title-center {
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hero-title-center.flex-inner {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-contact {
  border-bottom: 2px solid #000;
  font-size: 24px;
}

.features-second-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 48px;
  display: grid;
}

.tag-text {
  background-color: var(--glass-grey);
  text-align: left;
  border-bottom: 1px solid #000;
  border-left: 3px solid #000;
  padding: 2px 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

.tag-text.orange {
  border-bottom: 1px solid var(--coral);
  color: var(--coral);
}

.tag-text.color-white {
  border-bottom-color: var(--steel-white);
  border-left-color: var(--steel-white);
  background-color: var(--glass-blue);
  color: var(--white);
}

._2-titles-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  display: grid;
}

.carers-block {
  background-color: var(--coral);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 48px;
  display: flex;
}

.carers-block.blue {
  background-color: var(--dark-steel);
}

.carers-photo {
  border: 1px #000;
  border-radius: 10px;
  position: relative;
}

.carers-photo.office {
  background-image: url('/images/fixes1-57de9a5790f7.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.flex-block {
  display: flex;
}

._90-percent-block {
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: var(--whatsapp-green);
  color: #fff;
  border-radius: 10px;
  font-size: 17px;
}

.error-message {
  background-color: var(--indian-red);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  width: 100%;
}

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

.points {
  flex-flow: column wrap;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.points.align-left {
  justify-content: flex-start;
  margin-left: -10px;
}

.utility-page-wrap {
  background-color: var(--steel-white);
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-about {
  background-image: url('/images/fixes-ca45191fdf4b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  min-height: 500px;
}

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

.rounded-image {
  border-radius: 12px;
  max-width: 100%;
}

.rounded-image.factory-image {
  object-fit: cover;
  width: 536px;
  height: 384px;
}

.footer {
  justify-content: center;
  align-items: center;
  padding: 80px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer.white-bg, .footer.steel {
  background-color: var(--steel-white);
}

.footer-gird {
  grid-column-gap: 71px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-24px {
  margin-top: 24px;
}

.footer-divider {
  background-color: var(--light-steel);
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.copyright {
  margin-bottom: 0;
  font-size: 16px;
}

.copyright.text-gray-4 {
  color: #0000008c;
}

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

.text-highlight {
  opacity: .7;
}

.text-highlight.underline.white {
  border-bottom-color: var(--white);
}

.full-body-image {
  width: 285px;
  height: 480px;
}

.sub-page-section {
  background-color: var(--dark-steel);
  padding: 100px 5%;
  position: relative;
}

.sub-page-section.in-faq-page {
  padding-top: 80px;
  padding-bottom: 60px;
}

.gray-section {
  background-color: var(--steel-white);
  padding: 120px 5%;
  position: relative;
}

.footer-link {
  margin-bottom: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #ffffffd1;
}

.footer-link.black {
  color: #000;
}

.footer-link.black:hover {
  color: #000000b3;
}

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

.hero-title-left {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.symptoms-section {
  background-color: var(--steel-white);
  padding: 120px 5%;
  position: relative;
}

.white-navbar {
  background-color: var(--steel-white);
  box-shadow: 1px 1px 1px 0 var(--light-steel);
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

._20px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.brands-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--steel-hover);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 120px;
  display: grid;
}

.brands-grid.show-6 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
  padding: 20px;
}

.brand-logo-intro-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
}

.display {
  color: #000;
  width: 90%;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 50px;
  line-height: 54px;
}

.line-divider {
  background-color: #000;
  width: 25px;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.display-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.testimonials-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

.paragraph-no-margin {
  margin-bottom: 0;
}

.setup-1 {
  background-color: #eaeff3;
  align-items: center;
  padding: 80px 50px;
}

.setup-1.right {
  background-color: var(--light-steel);
  flex-direction: column;
  align-items: flex-start;
}

.setup-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--light-steel);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  overflow: hidden;
}

.meta-tag-flex {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.one-line-feature {
  margin-bottom: 0;
}

.margin-8px {
  margin-top: 8px;
}

._3-points-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5em;
}

.underline {
  border-bottom: 1px solid #000;
}

.underline.light {
  border-bottom-style: none;
}

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

.washer-image {
  object-fit: contain;
  width: 410px;
  height: 480px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.top-and-bottom-margin {
  margin-top: 20px;
  margin-bottom: 10px;
}

.tooltip {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  padding: 8px 12px;
}

.comparison-header-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.1;
}

.comparison-header-title.feature {
  color: var(--white);
}

.tooltip-arrow {
  z-index: 0;
  background-color: #000;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: rotate(45deg);
}

.tooltip-button {
  cursor: default;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: flex;
  position: relative;
}

.comparison-feature {
  color: #727272;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.tooltip-wrap {
  z-index: 10;
  justify-content: center;
  width: 300px;
  display: none;
  position: absolute;
  bottom: 40px;
}

.comparison-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #dcdcdc;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-left: 8px;
  display: grid;
}

.comparison-row.header {
  z-index: 5;
  grid-column-gap: 0px;
  background-color: var(--dark-steel);
  color: var(--white);
  position: sticky;
  top: 73px;
}

.pricing-comparison-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-item {
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.comparison-item.x {
  background-image: url('///images/x.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.comparison-item.check {
  background-image: url('///images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.comparison-item.check.with-text {
  padding-left: 24px;
}

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

._2-according {
  flex: 1;
}

.fixes-logo {
  width: 116px;
  height: 30px;
  margin-bottom: 4px;
}

.fixes-logo.quotation {
  width: 168px;
  height: 50px;
}

.brand-logo-image {
  object-fit: contain;
  width: 135px;
  height: 135px;
}

.brand-logo-image.show-3 {
  width: 110px;
  height: 110px;
}

.machine-cms-item {
  padding-left: 0;
  padding-right: 0;
}

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

.hero-commander-grid {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero-commander-grid._4-appliances {
  grid-row-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr .75fr;
}

.one-item {
  border-bottom: 1px dashed #8f8f8f;
  position: relative;
}

.bar-2 {
  background-color: #1a1a1a;
  width: 30px;
  height: 2px;
  position: static;
  inset: 0%;
  transform: translate(0, 1px);
}

.one-item-list {
  z-index: 2222;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-origin: 50% 0;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  width: 80%;
  position: relative;
  overflow: hidden;
}

.one-trigger {
  justify-content: center;
  align-items: center;
  width: 10%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.one-name-text {
  color: #1a1a1a;
  font-size: var(--20);
  margin-top: 0;
  margin-bottom: 0;
}

.bar-1 {
  background-color: #1a1a1a;
  width: 30px;
  height: 2px;
  position: static;
  inset: 0%;
  transform: translate(0, -1px);
}

.one-name {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  text-decoration: none;
  display: flex;
}

.plus-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.one-item-link {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.one-item-link.hover-x {
  flex-direction: column;
  align-items: flex-start;
}

.one-item-display {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.one-item-display.hover-x {
  cursor: default;
}

.one-item-display.hover-x.no-top-padding {
  padding-top: 0;
}

.one-item-list-wrap-two {
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.one-item-paragraph {
  font-size: 18px;
  line-height: 1.5em;
}

.heart-emoji, .like-emoji {
  width: 476px;
  height: 500px;
}

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

.reason-icon {
  align-self: center;
  width: 120px;
  height: 120px;
}

.reason-title {
  align-self: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.one-item-button {
  display: flex;
}

.hero-title-html-embed {
  display: inline-block;
}

.symptom-header-grid {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.similar-symptoms {
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 16px;
  display: flex;
}

.collection-list-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
}

.single-brand-image {
  object-fit: contain;
  width: 110px;
  height: 110px;
}

.fixes-brand-image {
  width: 100px;
  height: 30px;
  padding-bottom: 5px;
}

.x-sign-image {
  margin: 16px;
}

.supported-brand {
  margin-bottom: -30px;
}

.thank-you-column-grid {
  grid-template: "."
                 "."
                 "."
                 / 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.rating-with-message {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-details-wrap {
  flex-direction: row;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.pricing-column-03 {
  width: 33.3333%;
  padding: 10px;
}

.pricing-check {
  align-items: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.pricing-card {
  background-color: var(--steel-white);
  border-radius: 10px;
  padding: 40px 20px 40px 24px;
}

.pricing-card.blue {
  background-color: var(--dark-steel);
}

.pricing-wrap {
  flex-wrap: wrap;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.pricing-text {
  color: #0a1f44;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.pricing-text.white {
  color: #fff;
}

.pricing {
  color: var(--mint-green);
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.pricing.white {
  color: #fff;
}

.pricing.washer {
  color: var(--dark-steel);
}

.plus {
  color: var(--mint-green);
  font-size: 26px;
  line-height: 1.5em;
}

.plus.white {
  color: #fff;
}

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

.pricing-header {
  color: #0a1f44;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.pricing-header.white {
  color: #fff;
}

.check {
  width: 24px;
  height: 24px;
  margin-right: 9px;
}

.pricing-check-wrap {
  margin-bottom: 35px;
}

.collection-item-3 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block-2 {
  width: 80%;
  height: 80%;
}

.faq-page-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

._4-teams-icon {
  object-fit: contain;
  width: 160px;
  height: 160px;
}

.washer-brand-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.repair-washer-grid {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.why-choose-us-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 85%;
  display: grid;
}

.nav-button-wrapper {
  margin-left: 16px;
  margin-right: 16px;
}

.contribute-wrapper {
  border: 1px solid var(--steel-hover);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  min-height: 80px;
  margin: 48px auto 36px;
  padding: 16px 24px;
  display: flex;
}

.circle-tag-text {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 2px;
  white-space: nowrap;
  border-radius: 30px;
  margin-top: 24px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.5em;
}

.circle-tag-text.space-bottom {
  color: var(--white);
}

.notification-bar {
  background-color: var(--whatsapp-green);
  width: 100%;
  font-size: 16px;
  line-height: var(--1-5-em);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 6px;
  text-decoration: none;
}

.bottom-banner-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.dynamic-item {
  padding: 10px;
}

.dynamic-listr {
  margin-bottom: 40px;
}

.category {
  color: var(--white);
  text-transform: capitalize;
  background-color: #efefef;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  border-radius: 8px 0;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.card-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.3em;
}

.list {
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0;
  list-style-type: decimal;
}

.price {
  text-align: left;
  margin: 0 8px;
  font-size: 28px;
  display: inline-block;
}

.row {
  margin-top: 50px;
}

.row.services {
  margin-top: 0;
  margin-bottom: 20px;
}

.title {
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 32px;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.5em;
  display: inline-block;
}

.title.includes {
  font-size: 2em;
}

.repair-item-section {
  background-color: var(--steel-white);
  padding-top: 10vh;
  padding-bottom: 5vh;
  position: relative;
}

._6-reason-icon {
  background-color: #0000;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.line-divider-thick {
  background-color: #0072ff;
  border-radius: 5px;
  width: 25px;
  height: 5px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.line-divider-thick.black {
  background-color: #000;
}

.wrap {
  text-align: left;
  border-style: solid;
  border-width: 5px;
  border-radius: 25px;
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 50px 100px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
}

.wrap.price-tag {
  text-align: center;
  border-width: 5px;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.5em;
  line-height: 1.5em;
  display: flex;
}

.wrap.price-tag.total {
  background-color: var(--gold);
}

.wrap.padding {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 32px 20px;
  position: relative;
  box-shadow: 0 0 25px #0000001a;
}

.wrap.time {
  text-align: center;
  border-width: 5px;
  padding: 25px 50px;
}

.repair-item-hero-section {
  background-color: var(--steel-white);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.repair-subtitle {
  color: #000;
  margin-left: 2.5px;
  margin-right: 2.5px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
}

.repair-item-container {
  text-align: center;
}

.more {
  text-align: center;
  margin-top: -16px;
  padding-bottom: 16px;
  font-size: 28px;
  line-height: 1.5em;
}

.link {
  border-bottom: 1px solid #000;
}

.footer-text {
  margin-bottom: 16px;
  font-size: 16px;
}

.quotation-list-item {
  display: inline-block;
}

.quotation-wrapper {
  margin-top: 16px;
  margin-right: 16px;
}

.quotation-explaination-list-item {
  background-color: var(--steel-white);
  color: var(--black);
  padding: 0;
}

.quotation-explaination-list {
  margin-top: 10px;
  padding-left: 24px;
  list-style-type: lower-roman;
}

.lightbox-gallery-collection-wrapper {
  margin-top: 60px;
}

.lightbox-gallery-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  perspective: 2000px;
  grid-template-rows: 500px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 500px;
  display: grid;
}

.lightbox-gallery-collection-item {
  height: 100%;
}

.lightbox-gallery-item-wrapper {
  flex-direction: column;
  justify-content: space-around;
  width: 250px;
  height: 500px;
  transition: box-shadow .4s ease-out;
  display: flex;
  overflow: hidden;
}

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

.repair-item-hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  padding: 40px 60px 80px 20px;
}

.panel-body {
  z-index: 1;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  display: flex;
  position: relative;
}

.panel-body.justify-content-center {
  justify-content: center;
}

.space-bottom-large {
  margin-bottom: 32px;
}

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

.grid-image.rounded-image {
  width: 490px;
  height: 422px;
}

.grid-image.rounded-image.washer {
  width: 440px;
  height: 380px;
}

.panel {
  background-color: var(--steel-white);
  direction: ltr;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.panel.bg-white {
  background-color: #eaeff3;
}

.hero-3a-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  margin-bottom: 60px;
}

.hero-3b-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.bordered-list-item {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.large-heading {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  display: inline-flex;
}

.large-heading.space-bottom-extra-small.text-primary-3 {
  color: #3c5ccf;
}

.large-heading.space-bottom-extra-small.text-primary-5 {
  color: var(--sea-green);
}

.large-heading.space-bottom-extra-small.text-primary-1 {
  color: var(--coral);
  -webkit-text-stroke-color: var(--coral);
}

.large-heading.no-bottom-space {
  margin-bottom: 0;
}

.large-heading.repair {
  display: block;
}

.bordered-list-item-small {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

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

.grid-thirds.panel-height-large {
  grid-template-columns: 1fr .5fr;
  min-height: 550px;
}

.grid-thirds.contact-us-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: .75fr 1fr .75fr;
  margin-top: 48px;
  margin-bottom: 24px;
}

.text-gray-4 {
  color: #00000080;
}

.live-chat-bubbble---brix {
  z-index: 1;
  background-color: var(--sea-green);
  cursor: pointer;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  display: flex;
}

.live-chat-logo---brix {
  object-fit: fill;
  width: 63px;
  height: 63px;
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.live-chat-content-right---brix {
  margin-right: 18px;
}

.live-chat-message-bubble---brix {
  background-color: #fff;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
}

.live-chat-message-bubble---brix.whatsapp {
  border-radius: 10px;
}

.live-chat-content---brix {
  color: #0000;
  align-items: flex-end;
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
}

.live-chat-bubble-subtext---brix.whatsapp {
  color: var(--steel-hover);
}

.live-chat-wrapper---brix {
  z-index: 998;
  flex-direction: column;
  align-items: flex-end;
  max-width: 300px;
  position: fixed;
  bottom: 20px;
  right: 12px;
}

.live-chat-wrapper---brix.preview-page {
  display: none;
  position: fixed;
}

.live-chat-avatar-wrapper---brix {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 4px 14px #170f491a;
}

.live-chat-button---brix {
  width: 100%;
  box-shadow: none;
  color: #fff;
  background-color: #4a3aff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.live-chat-button---brix:hover {
  background-color: #170f49;
  transition-property: none;
}

.live-chat-button---brix.whatsapp {
  background-color: var(--sea-green);
  box-shadow: none;
  padding-top: 20px;
  padding-bottom: 20px;
  transition-property: none;
}

.live-chat-avatar---brix {
  width: 60px;
  height: 60px;
}

.live-chat-bubble-title---brix {
  color: var(--black);
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-bubble-title---brix.whatsapp {
  line-height: 1.3em;
}

.live-chat-content-left---brix {
  display: none;
}

.whatsapp-button-text {
  font-size: 20px;
  line-height: 24px;
}

.review-wrapper {
  z-index: 999;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 300px;
  display: none;
  position: fixed;
  bottom: 12px;
  left: 12px;
}

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

.navbar-controls {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: -16px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.nav-link {
  margin-left: 6px;
  margin-right: 6px;
  padding: 16px 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

.nav-link:hover {
  opacity: 1;
  color: var(--fixes-blue);
}

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

.arrow-icon {
  opacity: .65;
  color: var(--black);
  margin-right: -12px;
  font-size: 14px;
  top: 1px;
  transform: rotate(-90deg);
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  box-shadow: 1px 1px 3px 0 var(--steel-hover);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
}

.dropdown-link {
  border-bottom: 1px dashed var(--glass-blue);
  width: 180px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link:hover {
  opacity: .9;
  color: var(--fixes-blue);
}

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

.dropdown-link.last-dropdown {
  border-bottom-style: none;
}

.dropdown {
  margin-right: 8px;
}

.nav-icon {
  width: 28px;
  height: 28px;
}

.check-point-wrapper {
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.check-point-wrapper.last-line {
  margin-bottom: 24px;
}

.motor-image {
  width: 551px;
  height: 480px;
}

.fridge-image {
  width: 629px;
  height: 500px;
}

.repair-fridge-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.washer-image-flex {
  width: 410px;
  height: 480px;
}

.small-check {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.hero-1-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}

.hero-1-grid.faq-youtube-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

.point-title {
  margin-top: 20px;
  font-size: 24px;
}

._3-similar-symptoms {
  margin-top: 8px;
}

._3-similar-symptoms-hook {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.similar-symptoms-wrapper {
  background-color: var(--dark-steel);
  border-radius: 15px;
  padding: 24px;
}

.nav-button-flex {
  align-items: center;
  margin: -8px;
  display: flex;
}

.nav-button-flex.smaller {
  margin-top: 0;
  margin-bottom: 0;
}

.tel {
  color: var(--whatsapp-green);
  margin-top: 1px;
  font-size: 18px;
  font-weight: 700;
}

.tel.clickable {
  display: none;
}

.post-heading-medium {
  font-size: 18px;
  line-height: 28px;
}

.post-card {
  flex-direction: column;
  display: block;
  position: relative;
}

.post-heading-link {
  color: #151515;
  text-transform: capitalize;
}

.post-heading-link:hover {
  text-decoration: underline;
}

.repair-case-2-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.repair-case-3-grid {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.leader-quote {
  background-color: var(--steel-white);
  color: var(--black);
  font-size: var(--20);
  line-height: var(--1-7em);
  margin-top: 20px;
}

.leader-quote-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._3-paragraphs-desc {
  text-align: left;
  font-size: 18px;
}

._4-teams-content {
  background-color: var(--steel-white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 32px 40px;
  display: flex;
}

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

.space-top-large {
  margin-top: 60px;
}

.blog-image-wrap {
  height: 0;
  padding-top: 100%;
  position: relative;
}

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

.blog-link {
  width: 100%;
  height: 100%;
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._3-points-each-wrapper {
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

._3-points-wrapper {
  border: 1px solid var(--glass-blue);
  background-color: var(--gray-4-dark);
  width: 60%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px;
  font-weight: 700;
}

.hero-4a-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: center start;
  margin-bottom: 100px;
}

.hero-4b-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: center end;
  margin-bottom: 100px;
}

.post {
  background-color: var(--steel-white);
  border-radius: 10px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.post.cta {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 70px 80px;
  display: flex;
}

.fix-archor {
  height: 0;
  position: relative;
  top: -90px;
}

.full-height-div {
  text-align: center;
  padding-top: 26px;
  padding-bottom: 26px;
}

.full-height-div.highlight-color {
  background-color: var(--deep-sky-blue);
  color: var(--black);
}

._4-teams-desc {
  font-size: 18px;
  line-height: 1.5em;
}

.review-image {
  width: 500px;
  height: 500px;
  display: block;
}

.rating-images-wrapper {
  flex-direction: column;
  display: flex;
}

.symptom-page-section {
  background-color: var(--steel-white);
  padding: 100px 5%;
  position: relative;
}

.accordion-wrap-faq {
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 10px;
  margin-bottom: 16px;
}

.accordion-heading-faq {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.accordion-title {
  font-size: var(--20);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 4px;
  line-height: 1.3em;
}

.accordion-icon {
  width: 16px;
  height: 16px;
  transform: rotate(0);
}

.accordion-icon.first-item {
  transform: rotate(45deg);
}

.accordion-content-faq {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.highlight-title {
  color: var(--fixes-blue);
}

.highlight-title.english {
  letter-spacing: -.08em;
  -webkit-text-stroke-width: 4px;
  padding-right: 4px;
}

.highlight-title.small {
  -webkit-text-stroke-width: 1.5px;
  padding-right: 0;
}

.highlight-title.red {
  -webkit-text-stroke-color: var(--coral);
}

.highlight-title.yellow {
  -webkit-text-stroke-color: var(--gold);
}

.macnine-introduce-image {
  width: 410px;
  height: 480px;
}

.faq-wrap {
  width: 80%;
  margin-top: 40px;
}

.accordion-description {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.7em;
}

.price-button {
  font-size: var(--20);
  line-height: var(--1-5-em);
  text-align: left;
  margin: 0 8px;
}

.faq-rich-text p {
  font-size: var(--18);
  line-height: var(--1-7em);
  margin-bottom: 24px;
}

.faq-rich-text li {
  font-size: var(--18);
  line-height: var(--1-7em);
}

.faq-rich-text h1 {
  font-size: 40px;
  line-height: var(--1-3-em);
}

.post-board {
  background-color: #f6f6f6;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 40px 40px 20px;
  position: relative;
  overflow: hidden;
}

.post-board.answer {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.menu-arrow-icon {
  opacity: .65;
  color: #000;
  margin-right: -12px;
  font-size: 14px;
  top: 1px;
  transform: rotate(-90deg);
}

.no-bottom-space {
  margin-bottom: 0;
  padding-bottom: 0;
}

.card-heading {
  letter-spacing: -.02em;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.square-large {
  background-color: var(--dark-steel);
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  display: flex;
}

.container-3 {
  perspective: 500px;
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
}

.panel-body-2 {
  z-index: 1;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 16px;
  display: flex;
  position: relative;
}

.panel-body-2.square-icon-grid {
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
}

.grid-thirds-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-heading {
  color: #fff;
  letter-spacing: -.02em;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: black;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.square-background {
  background-color: #eaeff3;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 320px;
  padding: 48px 40px 40px;
  display: flex;
}

.panel-2 {
  direction: ltr;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.space-bottom-extra-small {
  margin-bottom: 6px;
}

.fixes-team-image {
  width: 800px;
  height: 414px;
}

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

.utility-page-content {
  text-align: center;
  border: 2px solid #000;
  border-radius: 10px;
  flex-direction: column;
  width: 650px;
  padding: 60px 40px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px #000;
}

._404-image {
  object-fit: contain;
  align-self: center;
  width: 300px;
  height: 300px;
  padding-left: 40px;
}

.spacing-small {
  margin-top: 30px;
  margin-bottom: 30px;
}

.decoration {
  position: absolute;
}

.decoration.shape-15 {
  inset: -12% auto auto -7%;
}

.regular-icon {
  width: 150px;
  height: 150px;
}

._3-issues-icon {
  margin-left: -12px;
}

._3-point-icon {
  width: 110px;
  height: 110px;
  margin-left: -18px;
}

._6-reason-paragraph {
  line-height: 30px;
}

.repair-item-icon {
  border-radius: 16px;
  width: 500px;
  height: 500px;
  margin-bottom: 20px;
}

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

.repair-paragraph {
  opacity: 1;
  margin-bottom: 0;
}

.repair-item {
  width: 160px;
  height: 160px;
}

.repair-item-gallery {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.repair-item-block {
  border: 5px solid #000;
  border-radius: 25px;
  padding: 72px 100px 60px;
}

.accordion-wrap {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 30px;
}

.accordion-heading-quotation {
  cursor: default;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.accordion-title-quotation {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 4px;
  font-size: 22px;
  line-height: 1.3em;
}

.accordion-icon-quotation {
  width: 14px;
  display: none;
  transform: rotate(0);
}

.accordion-content-quotation {
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  overflow: hidden;
}

.accordion-description-note {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5em;
}

.accordion-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.accordion-image-quotation {
  width: 25vw;
  height: 25vw;
  margin-bottom: 30px;
}

.quotation-inline-title {
  color: var(--steel-white);
  letter-spacing: -.02em;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  display: inline;
}

.quotation-title-wrapper {
  margin-top: 24px;
}

.quotation-inline-text {
  letter-spacing: -.02em;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 1.3em;
  display: inline-flex;
}

.quotation-inline-text.paragraph {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 1.3em;
}

.quotation-inline-text.paragraph.last {
  margin-top: 20px;
}

.quotation-inline-text.one-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.3em;
}

.quotation-inline-text.one-paragraph.last {
  margin-top: 20px;
}

.quotation-inline-text.one-paragraph.white {
  color: var(--steel-white);
}

.accordion-heading-note {
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.accordion-content-note {
  margin-top: 8px;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  overflow: hidden;
}

.accordion-title-note {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 4px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3em;
}

.accordion-icon-note {
  width: 14px;
  transform: rotate(0);
}

.accordion-description-quotation {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.7em;
}

.place-order-wrapper {
  z-index: 999;
  flex-direction: column;
  align-items: flex-end;
  max-width: 300px;
  position: fixed;
  bottom: 12px;
  right: 12px;
}

.quotation-text {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  display: inline-flex;
}

.quotation-text.paragraph {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 1.3em;
}

.quotation-text.paragraph.last {
  margin-top: 20px;
}

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

.quotation-text.paragraph.single {
  margin-top: 20px;
  margin-bottom: 20px;
}

.machine-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.quotation-title {
  color: var(--steel-white);
  letter-spacing: -.02em;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

@media screen and (min-width: 1920px) {
  .container.leader-quote-flex {
    max-width: 4560px;
    overflow: auto;
  }

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

  .repair-item-block {
    margin-left: auto;
    margin-right: auto;
    padding: 80px 100px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }

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

  .navigation {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    grid-template-columns: 1.25fr 1fr;
  }

  .container.leader-quote-flex {
    justify-content: flex-end;
  }

  .container.contact-container {
    max-width: 612px;
  }

  .nav-menu {
    background-color: var(--steel-white);
    width: 250px;
    box-shadow: 1px 1px 3px 0 var(--steel-hover);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    justify-content: center;
    margin-top: -1px;
    margin-left: auto;
    margin-right: 12px;
    padding-top: 8px;
    padding-bottom: 32px;
    padding-left: 16px;
  }

  .button.repair-item {
    min-width: 270px;
  }

  .hero-title._40px.flex-center {
    text-align: center;
  }

  .hero-title.smaller-text {
    font-size: 52px;
    line-height: 62px;
  }

  .button-flex.horizontal-button.symptom-buttons {
    display: flex;
  }

  .boxes-grid {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .features-content {
    width: 60%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features-content.padding-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._80-percent-block {
    width: 100%;
  }

  ._80-percent-block.align-left {
    width: 90%;
  }

  .list-circle-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

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

  .list-item {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .form {
    width: 100%;
  }

  .form.schelude {
    width: 50%;
  }

  .hero-title-center {
    width: 90%;
  }

  .features-second-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .tag-text {
    flex: none;
  }

  ._2-titles-grid {
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .carers-photo.office {
    min-height: 500px;
  }

  .points {
    flex-direction: column;
  }

  .points.align-left {
    align-items: flex-start;
  }

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

  .footer-gird {
    grid-column-gap: 48px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .full-body-image {
    max-height: 450px;
  }

  .sub-page-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .symptoms-section {
    height: auto;
  }

  .brands-grid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .brands-grid.show-6 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brand-logo-intro-text {
    margin-bottom: 16px;
  }

  .display {
    width: 100%;
  }

  .setup-1 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .setup-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .tooltip-wrap {
    display: none;
  }

  .comparison-row.header {
    top: 63px;
  }

  .brand-logo-image.show-3 {
    margin-left: 0;
    margin-right: 0;
  }

  ._6-brand-logos {
    padding-left: 0;
  }

  .hero-commander-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1.5fr 1fr;
  }

  .hero-commander-grid._4-appliances {
    grid-template-columns: 2.5fr .5fr;
  }

  .bar-2 {
    width: 20px;
  }

  .one-item-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.75fr .75fr;
    width: 100%;
  }

  .bar-1 {
    width: 20px;
  }

  .plus-wrap {
    width: 40px;
    height: 20px;
  }

  .one-item-display.hover-x {
    align-items: center;
  }

  .heart-emoji {
    width: 286px;
    height: 300px;
  }

  .like-emoji {
    width: 380px;
    height: 400px;
  }

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

  .hero-title-html-embed {
    max-width: 90%;
  }

  .symptom-header-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr 1fr;
  }

  .thank-you-column-grid {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-columns: 1.25fr;
  }

  .rating-with-message {
    grid-row-gap: 16px;
  }

  .pricing-column-03 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .pricing-card {
    min-height: auto;
    padding: 32px 40px;
  }

  .pricing-wrap {
    width: 75%;
    margin-right: auto;
  }

  .collection-item-3 {
    width: 25%;
  }

  .link-block-2 {
    width: 90%;
    height: 90%;
  }

  ._4-teams-icon {
    width: 130px;
    height: 130px;
  }

  .washer-brand-grid {
    grid-template-columns: 1.25fr 1fr;
  }

  .repair-washer-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1.5fr 1fr;
  }

  .why-choose-us-grid {
    width: 100%;
  }

  .nav-button-wrapper {
    justify-content: flex-start;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 16px;
    display: flex;
  }

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

  .circle-tag-text {
    flex: none;
    margin-right: 0;
  }

  .circle-tag-text.space-bottom {
    margin-top: 16px;
  }

  .notification-bar {
    padding-left: 4px;
    padding-right: 4px;
  }

  .title, .title.includes {
    font-size: 2.4em;
  }

  .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .wrap.price-tag {
    padding-left: 50px;
    padding-right: 50px;
  }

  .wrap.padding {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.3em;
  }

  .quotation-explaination-list {
    list-style-type: lower-roman;
  }

  .lightbox-gallery-collection-wrapper {
    margin-bottom: 0;
  }

  .lightbox-gallery-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 400px;
    width: 100%;
    height: 400px;
  }

  .lightbox-gallery-item-wrapper {
    width: 150px;
    height: 400px;
  }

  .repair-item-hero-grid {
    flex: 1;
    padding-right: 20px;
  }

  .grid-image.rounded-image.fridge {
    padding-left: 30px;
  }

  .hero-3a-grid {
    grid-column-gap: 48px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-bottom: 150px;
  }

  .hero-3b-grid {
    grid-column-gap: 48px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .grid-thirds {
    grid-template-columns: 1fr;
    max-width: 824px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.contact-us-grid {
    grid-template-columns: 1fr;
  }

  .menu-button-backup {
    margin-left: 12px;
    padding: 12px;
  }

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

  .navbar-controls {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 0;
  }

  .nav-link {
    border-bottom: 1px dashed var(--dark-steel);
    margin-left: 0;
    margin-right: 0;
    padding: 16px 12px;
  }

  .nav-link.dropdown {
    display: flex;
  }

  .arrow-icon {
    margin-right: 20px;
  }

  .arrow-icon.white-arrow {
    display: block;
  }

  .dropdown-list.w--open {
    margin-top: -12px;
    position: relative;
  }

  .dropdown-link, .dropdown {
    width: 100%;
  }

  .motor-image {
    width: 440.8px;
    height: 384px;
  }

  .fridge-image {
    width: 559.81px;
    height: 400px;
  }

  .repair-fridge-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-1-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-1-grid.faq-youtube-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .post-heading-medium {
    font-size: 15px;
  }

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

  .repair-case-3-grid {
    grid-row-gap: 31px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .leader-quote-container {
    grid-template-columns: 1fr;
  }

  ._4-teams-content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  ._3-points-wrapper {
    width: 100%;
  }

  .hero-4a-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .hero-4b-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .post {
    margin-left: 8px;
    margin-right: 8px;
  }

  .post.cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1.5fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .brand-feature-wrapper {
    text-align: left;
  }

  .review-image {
    width: 400px;
    height: 400px;
    margin-bottom: 0;
  }

  .rating-images-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .symptom-page-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .accordion-content-faq {
    max-width: 100%;
  }

  .macnine-introduce-image {
    width: 328px;
    height: 384px;
    transform: rotate(0);
  }

  .faq-wrap {
    width: 90%;
    margin-top: 20px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    box-shadow: 1px 1px 1px 0 var(--light-steel);
    text-align: center;
    border-radius: 10px;
    order: 9999;
    justify-content: center;
    align-items: center;
    padding: 11px 10px 10px;
    transition: background-color .5s;
  }

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

  .icon-2 {
    padding-top: 2px;
  }

  .post-board {
    margin-left: 8px;
    margin-right: 8px;
  }

  .post-board.answer {
    width: 90%;
  }

  .menu-arrow-icon {
    margin-right: 20px;
  }

  .grid-thirds-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .square-background {
    width: 280px;
    height: 280px;
    padding-top: 56px;
  }

  .menu-button-flex {
    margin-left: -8px;
    padding-bottom: 4px;
    padding-right: 12px;
  }

  .repair-item-icon {
    width: 400px;
    height: 400px;
  }

  .repair-item-gallery {
    grid-template-columns: 1.25fr 1fr;
  }

  .repair-item-block {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 48px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .accordion-content-quotation {
    max-width: 100%;
  }

  .accordion-container {
    grid-template-columns: 1.25fr 1fr;
  }

  .accordion-image-quotation {
    width: 33vw;
    height: 33vw;
  }

  .accordion-content-note {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: var(--17);
  }

  .hero-section {
    padding-top: 40px;
  }

  .button.repair-item {
    min-width: 300px;
  }

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

  .section.faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.faq {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-title {
    font-size: 56px;
    line-height: 66px;
  }

  .hero-title._40px.color-white {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-title.larger-text {
    font-size: 68px;
    line-height: 80px;
  }

  .hero-title.smaller-text {
    font-size: 44px;
    line-height: 52px;
  }

  .hero-title._20px {
    font-size: 20px;
    line-height: 26px;
  }

  .button-flex {
    flex-direction: row;
    align-items: flex-start;
  }

  .button-flex.horizontal-button {
    flex-direction: column;
    display: flex;
  }

  .button-flex.horizontal-button.symptom-buttons {
    flex-direction: row;
  }

  .button-flex.align-center.mobile-center {
    text-align: center;
  }

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

  .features-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  ._80-percent-block, ._80-percent-block.align-left {
    width: 100%;
  }

  .illustrator-grid {
    grid-template-rows: auto auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .illustrator-grid.margin-40px {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .list-circle-wrapper {
    align-items: center;
    display: block;
  }

  .list-flex {
    grid-template-rows: .25fr .25fr .25fr;
    margin-top: 0;
  }

  .list-item {
    margin-top: 20px;
  }

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

  .form.schelude {
    width: 100%;
  }

  .sub-heading {
    text-align: left;
    font-size: 20px;
  }

  .hero-title-center {
    width: 100%;
  }

  .features-second-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-titles-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  ._90-percent-block {
    width: 100%;
  }

  .photo-about {
    min-height: 150px;
  }

  .rounded-image {
    border-radius: 6px;
  }

  .full-body-image {
    width: 173px;
    height: 300px;
    display: block;
  }

  .sub-page-section {
    padding-top: 60px;
  }

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

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

  .hero-title-left {
    width: 100%;
  }

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

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

  .brands-grid.show-6 {
    grid-template-columns: 1fr;
  }

  .underline.light {
    border-bottom-style: solid;
    border-bottom-color: var(--grey-light);
  }

  .washer-image {
    flex: 1;
    width: 308px;
    height: 360px;
  }

  .tooltip {
    position: relative;
  }

  .tooltip.right {
    margin-left: -50px;
    margin-right: 50px;
    position: static;
  }

  .tooltip.left {
    margin-left: 50px;
    margin-right: -50px;
    position: static;
  }

  .comparison-header-title.feature {
    display: none;
  }

  .comparison-feature {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .tooltip-wrap {
    width: 180px;
    display: none;
  }

  .comparison-row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Feature-Row Feature-Row Feature-Row";
  }

  .comparison-item {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .brand-logo-image {
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .machine-cms-list {
    grid-template-columns: 1fr 1fr;
  }

  .hero-commander-grid {
    grid-template-columns: 2.25fr 1fr;
  }

  .one-item-list {
    grid-template-columns: 2.25fr .75fr;
    padding-bottom: 0;
  }

  .one-name-text {
    font-size: 18px;
    line-height: var(--1-5-em);
  }

  .plus-wrap {
    height: 15px;
  }

  .one-item-link.hover-x {
    padding-bottom: 10px;
  }

  .one-item-display.hover-x {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heart-emoji {
    flex: 0 auto;
  }

  .like-emoji {
    width: 304px;
    height: 320px;
    padding-right: 0%;
  }

  .thank-you-column-grid {
    grid-template-columns: 2.25fr;
  }

  .rating-with-message {
    grid-row-gap: 16px;
  }

  .pricing-column-03 {
    margin-bottom: 35px;
  }

  .pricing-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-wrap {
    width: 100%;
    max-width: 420px;
    margin-right: auto;
  }

  .collection-item-3 {
    width: 33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-page-grid {
    grid-template-rows: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  ._4-teams-icon {
    width: 120px;
    height: 120px;
  }

  .washer-brand-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.25fr 1fr;
  }

  .repair-washer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 2.25fr 1fr;
  }

  .list {
    text-align: left;
  }

  .price {
    font-size: 24px;
  }

  .row.services {
    margin-bottom: 0;
  }

  .title {
    font-size: 2em;
  }

  .repair-item-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .repair-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .wrap.padding {
    margin-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap.time {
    font-size: 1.8em;
  }

  .more {
    font-size: 24px;
  }

  .quotation-list-item {
    margin-right: 16px;
    display: inline-block;
  }

  .quotation-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .lightbox-gallery-collection-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-gallery-collection-list {
    grid-template-rows: 225px 225px;
    grid-template-columns: 1fr 1fr;
    height: 416px;
  }

  .lightbox-gallery-item-wrapper {
    width: 250px;
    height: 225px;
  }

  .repair-item-hero-grid {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-3a-grid, .hero-3b-grid {
    justify-items: center;
  }

  .large-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .live-chat-content-left---brix {
    margin-bottom: 40px;
  }

  .menu-button-backup {
    margin-left: 12px;
  }

  .motor-image {
    flex: 0 auto;
  }

  .repair-fridge-grid {
    grid-template-columns: 2.25fr 1fr;
  }

  .washer-image-flex {
    width: 308px;
    height: 360px;
  }

  .nav-button-flex {
    flex-direction: row;
    align-items: flex-start;
  }

  .tel {
    display: none;
  }

  .tel.clickable {
    color: var(--whatsapp-green);
    margin-right: 12px;
    font-size: 20px;
    font-style: italic;
    display: block;
  }

  .post-heading-medium {
    margin-top: 8px;
  }

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

  .repair-case-3-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .leader-quote {
    font-size: var(--18);
  }

  ._4-teams-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-neg {
    margin-top: -8px;
  }

  .hero-4b-grid {
    justify-items: start;
  }

  .post {
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .post.cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .symptom-page-section {
    padding-top: 60px;
  }

  .accordion-title {
    font-size: var(--18);
  }

  .macnine-introduce-image {
    flex: 0 auto;
  }

  .faq-wrap {
    width: 100%;
  }

  .accordion-description {
    font-size: 18px;
  }

  .faq-rich-text p, .faq-rich-text li {
    font-size: var(--17);
  }

  .post-board {
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-board.answer {
    width: 95%;
  }

  .icon-heading {
    -webkit-text-stroke-width: .6px;
    -webkit-text-stroke-color: black;
  }

  .fixes-team-image {
    width: 640px;
    height: 331px;
  }

  ._404-image {
    padding-right: 0%;
  }

  .repair-item-icon {
    width: 300px;
    height: 300px;
  }

  .repair-item-block {
    padding: 48px 16px 32px;
  }

  .accordion-image-quotation {
    width: 50vw;
    height: 50vw;
  }

  .quotation-inline-title {
    font-size: 28px;
  }

  .quotation-inline-text {
    margin-bottom: 0;
    font-size: 28px;
  }

  .accordion-description-quotation {
    font-size: 18px;
  }

  .machine-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
  }

  .quotation-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }

  blockquote {
    padding: 30px;
  }

  .hero-section {
    padding-top: 40px;
  }

  .container.contact-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.tiny {
    width: auto;
  }

  .button.tiny.quotation {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .button.repair-item {
    min-width: 288px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .button.place-order {
    min-width: 128px;
  }

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

  .section._60px-buttom-padding {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .section.faq {
    padding-top: 60px;
  }

  .hero-title {
    text-align: left;
    font-size: 46px;
    line-height: 58px;
  }

  .hero-title._40px {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .hero-title._40px.color-white {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-title._40px.flex-center {
    text-align: left;
    flex: 1;
  }

  .hero-title.color-white {
    display: block;
  }

  .hero-title.larger-text {
    font-size: 54px;
    line-height: 64px;
  }

  .hero-title.smaller-text {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 44px;
  }

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

  .button-flex.horizontal-button {
    display: block;
  }

  .button-flex.horizontal-button.symptom-buttons {
    flex-direction: column;
  }

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

  .button-flex.align-left {
    display: block;
  }

  .boxes-grid {
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .features-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._80-percent-block {
    text-align: center;
  }

  ._80-percent-block.align-left {
    text-align: left;
  }

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

  .number-text {
    font-size: 35px;
    line-height: 38px;
  }

  .form {
    grid-column-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .sub-heading {
    text-align: left;
  }

  .sub-heading.color-white._20px {
    font-size: 18px;
    line-height: 30px;
  }

  .sub-heading._20px {
    font-size: 18px;
  }

  .sub-heading._80-percent-block {
    text-align: left;
  }

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

  .hero-title-center {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-title-center.flex-inner {
    display: flex;
  }

  .tag-text {
    letter-spacing: 0;
    flex: 0 auto;
  }

  .carers-block {
    padding: 32px 24px;
  }

  .photo-about {
    min-height: 140px;
  }

  .footer-gird {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .copyright {
    margin-bottom: 5px;
  }

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

  .sub-page-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .sub-page-section.in-faq-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .align-left {
    align-self: flex-start;
  }

  .brands-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .brands-grid.show-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-columns: 1fr;
  }

  .display {
    font-size: 32px;
    line-height: 40px;
  }

  .line-divider {
    width: 50px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0;
    padding-top: 0;
  }

  .display-2 {
    font-size: 23px;
    line-height: 30px;
  }

  .setup-1 {
    padding: 40px 16px 40px 20px;
  }

  .meta-tag-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  ._3-points-title {
    margin-top: 5px;
  }

  .washer-image {
    width: 246px;
    height: 288px;
  }

  .comparison-header-title {
    font-size: 18px;
  }

  .text-block {
    white-space: normal;
  }

  .fixes-logo.quotation {
    width: 150px;
    height: 45px;
  }

  .brand-logo-image.show-3 {
    object-fit: contain;
    width: 90px;
    height: 90px;
  }

  .bar-2 {
    width: 20px;
  }

  .one-trigger {
    width: 16.6667%;
    padding-right: 20px;
  }

  .one-name-text {
    text-align: left;
  }

  .bar-1 {
    width: 20px;
  }

  .one-name {
    width: 83.3333%;
    padding-left: 0;
  }

  .one-item-list-text {
    margin-bottom: 8px;
  }

  .one-item-link.hover-x {
    justify-content: flex-end;
  }

  .one-item-display.hover-x.no-top-padding {
    padding-top: 5px;
  }

  .one-item-paragraph {
    text-align: left;
    font-weight: 400;
  }

  .heart-emoji {
    width: 223px;
    height: 250px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .like-emoji {
    height: 280px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
  }

  .hero-title-html-embed {
    max-width: 100%;
  }

  .supported-brand {
    margin-bottom: -32px;
  }

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

  .rating-with-message {
    grid-row-gap: 24px;
  }

  .pricing-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing {
    font-weight: 900;
  }

  .collection-item-3 {
    width: 50%;
  }

  .washer-brand-grid {
    grid-row-gap: 18px;
  }

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

  .why-choose-us-grid {
    grid-template-rows: auto;
  }

  .contribute-wrapper {
    flex-direction: column;
    min-height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .notification-bar {
    padding-left: 2px;
    padding-right: 2px;
  }

  .bottom-banner-text {
    text-align: left;
    margin-left: 8px;
    margin-right: 8px;
    line-height: 24px;
  }

  .dynamic-item {
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    padding-left: 32px;
  }

  .price {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 20px;
    display: flex;
  }

  .price.time {
    justify-content: center;
    align-items: center;
  }

  .title {
    font-size: 1.7em;
    line-height: 1.2em;
  }

  .title.includes {
    font-size: 1.7em;
  }

  .repair-item-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrap {
    border-width: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.3em;
  }

  .wrap.price-tag {
    border-width: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrap.padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .wrap.time {
    font-size: 1.5em;
  }

  .repair-subtitle {
    font-size: 1.2em;
  }

  .more {
    font-size: 20px;
  }

  .quotation-list-item {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .quotation-explaination-list-item {
    font-size: 18px;
    line-height: 30px;
  }

  .lightbox-gallery-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-gallery-item-wrapper {
    width: 140px;
    height: 225px;
  }

  .repair-item-hero-grid {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .panel-body {
    padding: 24px;
  }

  .grid-image {
    object-fit: contain;
    border-radius: 6px;
    max-height: 300px;
  }

  .grid-image.rounded-image {
    flex: 1;
  }

  .grid-image.rounded-image.fridge {
    padding-left: 12px;
    padding-right: 8px;
  }

  .grid-image.rounded-image.washer {
    flex: 0 auto;
    width: 352px;
    height: 300px;
  }

  .panel {
    border-radius: 6px;
  }

  .hero-3a-grid, .hero-3b-grid {
    justify-items: start;
  }

  .large-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .grid-thirds {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .live-chat-bubbble---brix {
    cursor: pointer;
    width: 56px;
    height: 56px;
  }

  .live-chat-content-right---brix {
    margin-right: 0;
  }

  .live-chat-message-bubble---brix {
    padding: 34px 24px 30px;
  }

  .live-chat-content---brix {
    width: 260px;
  }

  .live-chat-wrapper---brix {
    max-width: 100%;
    left: 16px;
  }

  .live-chat-wrapper---brix.preview-page {
    width: 60px;
    inset: auto 12px 20px auto;
  }

  .review-wrapper {
    max-width: 100%;
  }

  .menu-button-backup {
    margin-left: 8px;
  }

  .motor-image {
    width: 392px;
    height: 286px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .fridge-image {
    width: 314.5px;
    height: 250px;
  }

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

  .washer-image-flex {
    width: 246px;
    height: 288px;
  }

  .hero-1-grid, .hero-1-grid.faq-youtube-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .similar-symptoms-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-button-flex {
    flex-direction: column;
  }

  .tel.clickable {
    margin-right: 8px;
    font-style: italic;
  }

  .post-heading-medium {
    font-size: 18px;
  }

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

  .repair-case-3-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  ._3-paragraphs-desc {
    align-self: flex-start;
  }

  ._4-teams-content {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  ._3-points-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-4a-grid, .hero-4b-grid {
    justify-items: start;
  }

  .post {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .post.cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._4-teams-desc {
    align-self: flex-start;
  }

  .review-image {
    width: 250px;
    height: 250px;
    overflow: scroll;
  }

  .symptom-page-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .accordion-title {
    padding-right: 20px;
  }

  .highlight-title.english {
    -webkit-text-stroke-width: 3px;
  }

  .macnine-introduce-image {
    width: 328px;
    height: 384px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .post-board {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .card-heading {
    color: #000;
    font-size: 26px;
    line-height: 32px;
  }

  .panel-body-2 {
    flex-flow: column;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .square-background {
    width: 265px;
    height: 265px;
  }

  .space-bottom-extra-small {
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
  }

  .fixes-team-image {
    width: 400px;
    height: 207px;
  }

  .utility-page-content {
    padding: 40px 15px;
  }

  ._404-image {
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }

  .repair-item-icon {
    width: 275px;
    height: 275px;
  }

  .repair-item-block {
    margin-left: auto;
    margin-right: auto;
    padding: 32px 12px 16px;
  }

  .accordion-heading-quotation {
    padding-right: 10px;
  }

  .accordion-title-quotation {
    padding-right: 20px;
  }

  .accordion-container {
    width: 100%;
  }

  .accordion-image-quotation {
    width: 77vw;
    height: 77vw;
  }

  .quotation-inline-title {
    font-size: 28px;
    line-height: 38px;
  }

  .quotation-inline-text {
    margin-bottom: 0;
  }

  .accordion-heading-note {
    padding-right: 10px;
  }

  .accordion-title-note {
    padding-right: 20px;
  }

  .place-order-wrapper {
    max-width: 100%;
  }

  .quotation-text, .quotation-title {
    font-size: 28px;
    line-height: 38px;
  }
}

#w-node-f5f7a6bb-bccf-5580-af6c-052bac2bb0bc-79298d36 {
  justify-self: start;
}

#w-node-f5f7a6bb-bccf-5580-af6c-052bac2bb0be-79298d36, #w-node-f5f7a6bb-bccf-5580-af6c-052bac2bb0c6-79298d36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_576fdb0b-0ad5-af66-69b2-8d4647a6f2bd-ad448d73, #w-node-a7caa819-f104-0859-6bff-309e11e2c20c-ad448d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50e8edd7-a6e8-8389-0fe3-5461d9500e4f-ad448d73 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-b863e4b6-0f26-eb18-fa11-1b738650d134-8650d130 {
  align-self: stretch;
}

#w-node-b863e4b6-0f26-eb18-fa11-1b738650d145-8650d130 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#hero-image.w-node-_238b661d-dddb-76a3-1975-d186e716c597-79298d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_0ae1a816-b171-f3cd-1e96-0c23e726016d-e7260162, #w-node-_0ae1a816-b171-f3cd-1e96-0c23e7260188-e7260162 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14deedd8-1d17-5641-95c6-2a6362500eb2-79298d78 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d971e785-f3f0-360b-0401-f0bd8fe61cee-79298d78 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9639236-ca9a-1a0b-e033-435a04372b92-79298d78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec3c0c89-df97-7a81-9534-cd55367c89f9-367c89f3 {
  place-self: center start;
}

#w-node-_935dce91-2694-3fe6-87aa-63bf0a232a6f-0a232a6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_935dce91-2694-3fe6-87aa-63bf0a232a7f-0a232a6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_90ae689f-9352-233a-d01d-93b8bfd61e9f-79298d7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_90ae689f-9352-233a-d01d-93b8bfd61ea5-79298d7a {
  grid-area: 1 / 2 / 4 / 3;
  place-self: end center;
}

#w-node-_90ae689f-9352-233a-d01d-93b8bfd61ea7-79298d7a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_90ae689f-9352-233a-d01d-93b8bfd61ec2-79298d7a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_90ae689f-9352-233a-d01d-93b8bfd61ec5-79298d7a {
  grid-area: 2 / 1 / 3 / 3;
  place-self: end start;
}

#w-node-_1f88b855-f63d-2fcd-5866-289530fbcc4a-30fbcc36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end stretch;
}

#w-node-_25038b1c-2be5-47cf-dcb4-27d3c7335624-79298d7c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_25038b1c-2be5-47cf-dcb4-27d3c733562b-79298d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_25038b1c-2be5-47cf-dcb4-27d3c7335640-79298d7c {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_9b94db7d-8805-519c-0ec6-8661c78b8896-79298d7c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3cbfb434-e0f3-1780-8244-f44fe9f6e6b0-79298d7c {
  place-self: center stretch;
}

#w-node-_3cbfb434-e0f3-1780-8244-f44fe9f6e6b2-79298d7c {
  place-self: stretch end;
}

#w-node-eea97e4e-f5bb-bfb2-3fec-8a1f04cc6406-79298d7c, #w-node-eea97e4e-f5bb-bfb2-3fec-8a1f04cc6412-79298d7c {
  align-self: stretch;
}

#w-node-a5014eb8-3cdb-4ffa-93a0-be720b1b0cb3-79298d95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a5014eb8-3cdb-4ffa-93a0-be720b1b0cbd-79298d95 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end center;
}

#w-node-e207543d-c532-a097-8d3b-31554cc3ef2e-79298d95, #w-node-a5014eb8-3cdb-4ffa-93a0-be720b1b0cbf-79298d95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5a5bb-2ca2-a974-bb12-dbe9257e0a1f-79298d95, #w-node-_1d046062-b2fe-8474-b8d0-5bc1f2038c97-79298d95 {
  align-self: start;
}

#w-node-dcedc907-f626-72d0-5eee-fbe0f026a78e-79298d95 {
  align-self: end;
}

#w-node-_2b333b44-488e-8a4c-2ce6-a3a12139e188-79298d95, #w-node-_0d80dd18-e835-df68-8331-81cc39b4a129-79298d95, #w-node-d24a151a-f737-ac11-e5b0-4961da50b348-79298d95 {
  align-self: start;
}

#w-node-_404548bc-5270-0002-57fd-71e4ad44e1c3-79298d95 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9351166e-d397-85d2-1abd-1313bf87b335-79298d95 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: end start;
}

#w-node-_103a1cc6-f647-5658-622a-9b0955f5d105-55f5d102 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_103a1cc6-f647-5658-622a-9b0955f5d10e-55f5d102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_6830ebf9-fd7b-f3a5-d4ec-991f1cc4bc23-79298d97 {
  place-self: center;
}

#w-node-_644cd38a-8ad0-9838-88da-8bd6331ba3f1-79298d97 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7a206a0c-0659-4f56-bd5d-e714da3a717c-79298dab {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_7a206a0c-0659-4f56-bd5d-e714da3a7183-79298dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7a206a0c-0659-4f56-bd5d-e714da3a7196-79298dab {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_6cb0fba0-938c-46fc-d2c7-aabb779be34e-79298dab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b4f97dc-04be-7203-a19d-68bc31f69dba-79298dab {
  place-self: end stretch;
}

#w-node-_3b4f97dc-04be-7203-a19d-68bc31f69dbc-79298dab {
  place-self: stretch end;
}

#w-node-ea0572e0-26c8-009b-e075-ae6312c31b03-79298dab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ea0572e0-26c8-009b-e075-ae6312c31b0c-79298dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_8150f3c9-56b6-8608-dc32-aa0ffa539671-79298dab {
  align-self: stretch;
}

#w-node-_8150f3c9-56b6-8608-dc32-aa0ffa53967d-79298dab {
  align-self: end;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fab5f-79298dac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fab63-79298dac {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fab70-79298dac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fab76-79298dac {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fab83-79298dac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fab86-79298dac {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fab93-79298dac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fab96-79298dac {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7faba3-79298dac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7faba6-79298dac {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fabb3-79298dac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fabb6-79298dac {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fabc3-79298dac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fabc6-79298dac {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fabd3-79298dac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fabd6-79298dac {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fabe3-79298dac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fabe6-79298dac {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fabf3-79298dac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fabf6-79298dac {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fac03-79298dac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7274b9b8-aea4-16af-158a-adc98d7fac06-79298dac {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_67c5efd8-02eb-fa89-7967-bf4ba2604b31-ca979ef3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end stretch;
}

#w-node-a8ad6c51-d4aa-7123-0168-d2d678df7baa-79298dae {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a8ad6c51-d4aa-7123-0168-d2d678df7bc1-79298dae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a8ad6c51-d4aa-7123-0168-d2d678df7bc4-79298dae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8ad6c51-d4aa-7123-0168-d2d678df7bcb-79298dae {
  grid-area: 1 / 2 / 4 / 3;
  place-self: stretch center;
}

#w-node-_20829ede-123e-5106-9ceb-cb79a742a0d4-a742a0ad {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_20829ede-123e-5106-9ceb-cb79a742a0c3-a742a0ad {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_20829ede-123e-5106-9ceb-cb79a742a0cb-a742a0ad {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_20829ede-123e-5106-9ceb-cb79a742a0bb-a742a0ad {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_3f689336-cbc3-7688-73da-fe1df6d8d055-79298de8, #w-node-_17c01723-c75c-8242-9bae-1ce235f5ee7a-79298de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56315e61-d0a6-d025-8d8b-becf809f965d-79298de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_05697a7d-238a-08a5-d964-70989e52c84c-79298dec {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_05697a7d-238a-08a5-d964-70989e52c862-79298dec {
  align-self: center;
}

#w-node-_05697a7d-238a-08a5-d964-70989e52c869-79298dec {
  grid-area: 1 / 2 / 4 / 3;
  place-self: end center;
}

#w-node-_05697a7d-238a-08a5-d964-70989e52c86b-79298dec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ac08d8f-1312-d270-4a3c-a577fa44c7f0-79298dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_05697a7d-238a-08a5-d964-70989e52c86e-79298dec, #w-node-_05697a7d-238a-08a5-d964-70989e52c876-79298dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-a6bb7e91-8619-592f-caf1-4c18d09f5391-79298ded {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a051f83-0a77-65fd-c607-a48c652630c8-79298ded {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-aac07579-9af1-3d18-80b6-9dbec46c7315-79298ded {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-_5e57d2f9-f3e0-69e9-16eb-01820e6bf8a3-79298e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f2fe0f08-971e-65af-2036-dcedacb9d68c-79298e16 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5e57d2f9-f3e0-69e9-16eb-01820e6bf8a9-79298e16 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5e57d2f9-f3e0-69e9-16eb-01820e6bf8ab-79298e16 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: start;
}

#lcp-img.w-node-_5e57d2f9-f3e0-69e9-16eb-01820e6bf8b1-79298e16 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: end start;
}

#w-node-_31552deb-4c47-099c-f901-57444e051572-4e051556 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_31552deb-4c47-099c-f901-57444e051578-4e051556 {
  grid-area: 2 / 1 / 2 / 3;
  place-self: end start;
}

#w-node-_04bf84bb-be3f-a4f8-5114-9962d6da5444-79298e17 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_9e4449da-872e-88b6-6567-69c6393fa043-79298e17 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8dfb76b7-aac1-cd10-b8ed-7ae1dabecf0e-79298e17 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end center;
}

#w-node-db070ec1-6598-77aa-856c-babd455268dd-455268c8 {
  grid-area: 2 / 1 / 2 / 3;
  place-self: end start;
}

#w-node-_5f998a9b-7e0d-442f-30b3-fe56f6eb144d-79298e1a {
  align-self: stretch;
}

#w-node-_5f998a9b-7e0d-442f-30b3-fe56f6eb1459-79298e1a {
  align-self: end;
}

#w-node-_5a1c57a5-d411-b9a5-0241-737133c8687a-79298e22 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_1ae5fe93-17d8-f34e-1669-9d90215f8fdd-79298e22 {
  align-self: end;
}

#w-node-_82d73226-8746-a3eb-d7a3-5ecf4b66ba30-79298e22 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_0e929732-b22f-32ce-8a20-f90bbea8d9eb-bea8d9e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53368922-d317-974d-c81f-cfaee859f88a-de77e0a9, #w-node-bcac22db-4f41-5d61-e0d8-00c79584be54-de77e0a9, #w-node-_160ca40b-5a74-95bb-08f9-faf2c73c2f52-de77e0a9, #w-node-_16259805-5654-1054-5bb2-e9f7de7d0edc-de77e0a9, #w-node-a0d36980-9850-a4aa-27f2-9a0d335ca0a2-de77e0a9, #w-node-_2e77bb41-53b2-8b57-8947-670d26d6ac2a-de77e0a9, #w-node-b04812d0-b346-1bf6-f91c-c54be615a701-de77e0a9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5749b72d-338c-f4d9-8559-f64c101d03e3-79298e25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2a47d4c4-6826-95bc-1711-21850063577a-79298e25, #w-node-_5749b72d-338c-f4d9-8559-f64c101d03f8-79298e25 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5749b72d-338c-f4d9-8559-f64c101d03fa-79298e25 {
  grid-area: 3 / 1 / 4 / 2;
}

#lcp-img.w-node-_5749b72d-338c-f4d9-8559-f64c101d0400-79298e25 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: end start;
}

#w-node-_5749b72d-338c-f4d9-8559-f64c101d0401-79298e25 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_078f2292-be4d-736e-e4b1-f0fcac11e796-ac11e795, #w-node-f3d2b32b-f807-6c7c-ea79-735a09688789-ac11e795, #w-node-_66cfb980-be22-2259-e04a-cfb052178383-ac11e795 {
  align-self: end;
}

#w-node-d659cc9b-a35d-9964-823e-4c56d482e200-d482e1ff {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: start;
}

#w-node-d659cc9b-a35d-9964-823e-4c56d482e204-d482e1ff, #w-node-d659cc9b-a35d-9964-823e-4c56d482e20c-d482e1ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d659cc9b-a35d-9964-823e-4c56d482e214-d482e1ff {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-d659cc9b-a35d-9964-823e-4c56d482e21c-d482e1ff {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-_91380e0c-4017-e749-854a-b331dfc4b0ff-a8f0ee9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fabcede0-72db-714b-9824-9b93d307477f-d3074765 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_74b61583-717e-52ef-910b-c8d8c8539c31-d3074765 {
  place-self: end;
}

#w-node-fabcede0-72db-714b-9824-9b93d307479b-d3074765 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3aa0b1ef-aafe-c655-a7de-b2a5b6a917f3-d3074765 {
  place-self: end;
}

#w-node-fabcede0-72db-714b-9824-9b93d30747c6-d3074765 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_449162e9-46f0-59be-4bf1-309cc45997db-d3074765 {
  place-self: end;
}

#w-node-fabcede0-72db-714b-9824-9b93d30747e2-d3074765 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ac901089-afc3-384d-a4a8-213d4f624a9c-d3074765 {
  place-self: end;
}

#w-node-fabcede0-72db-714b-9824-9b93d307480e-d3074765 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_480ba623-ff35-5c2a-0901-7ba69ca8beb4-d3074765 {
  place-self: end;
}

#w-node-fabcede0-72db-714b-9824-9b93d307482a-d3074765 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_49210a40-d835-db64-1af5-b3689faad14d-d3074765 {
  place-self: end;
}

#w-node-_888b9a0e-a366-14b8-0f31-49952e631954-68aa5586 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_888b9a0e-a366-14b8-0f31-49952e63195c-68aa5586 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_888b9a0e-a366-14b8-0f31-49952e631962-68aa5586 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e263a5c-52e2-b7ce-0fad-6827a7c2a21d-68aa5586 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_888b9a0e-a366-14b8-0f31-49952e631985-68aa5586 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: end center;
}

#w-node-afcc3b05-02e5-a8b4-c8eb-1fb79543bea6-68aa5586 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_888b9a0e-a366-14b8-0f31-49952e631954-e6c773be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_888b9a0e-a366-14b8-0f31-49952e63195c-e6c773be, #w-node-_888b9a0e-a366-14b8-0f31-49952e63195f-e6c773be, #w-node-_888b9a0e-a366-14b8-0f31-49952e631962-e6c773be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e263a5c-52e2-b7ce-0fad-6827a7c2a21d-e6c773be {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_888b9a0e-a366-14b8-0f31-49952e631985-e6c773be {
  grid-area: 1 / 2 / 5 / 3;
  place-self: end center;
}

@media screen and (min-width: 1920px) {
  #hero-image.w-node-_238b661d-dddb-76a3-1975-d186e716c597-79298d62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_935dce91-2694-3fe6-87aa-63bf0a232a7f-0a232a6c, #w-node-_103a1cc6-f647-5658-622a-9b0955f5d10e-55f5d102 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }

  #w-node-_6830ebf9-fd7b-f3a5-d4ec-991f1cc4bc23-79298d97 {
    place-self: center stretch;
  }

  #w-node-ea0572e0-26c8-009b-e075-ae6312c31b0c-79298dab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ca2efb65-1ee7-ce25-fece-e844e1711c45-79298d36 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ca2efb65-1ee7-ce25-fece-e844e1711c47-79298d36 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f5f7a6bb-bccf-5580-af6c-052bac2bb0bc-79298d36 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: start;
  }

  #w-node-f5f7a6bb-bccf-5580-af6c-052bac2bb0be-79298d36 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: stretch;
  }

  #w-node-f5f7a6bb-bccf-5580-af6c-052bac2bb0c6-79298d36 {
    grid-area: 2 / 4 / 3 / 7;
    justify-self: stretch;
  }

  #w-node-_576fdb0b-0ad5-af66-69b2-8d4647a6f2a2-ad448d73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_576fdb0b-0ad5-af66-69b2-8d4647a6f2bd-ad448d73 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a7caa819-f104-0859-6bff-309e11e2c20c-ad448d73 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_50e8edd7-a6e8-8389-0fe3-5461d9500e4f-ad448d73 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #hero-image.w-node-_238b661d-dddb-76a3-1975-d186e716c597-79298d62 {
    justify-self: center;
  }

  #w-node-_0ae1a816-b171-f3cd-1e96-0c23e726017c-e7260162 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0ae1a816-b171-f3cd-1e96-0c23e7260188-e7260162 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-a9639236-ca9a-1a0b-e033-435a04372b92-79298d78, #w-node-_935dce91-2694-3fe6-87aa-63bf0a232a6f-0a232a6c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_935dce91-2694-3fe6-87aa-63bf0a232a7f-0a232a6c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_90ae689f-9352-233a-d01d-93b8bfd61e9f-79298d7a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_90ae689f-9352-233a-d01d-93b8bfd61ea5-79298d7a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_90ae689f-9352-233a-d01d-93b8bfd61ea7-79298d7a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_90ae689f-9352-233a-d01d-93b8bfd61ec2-79298d7a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_90ae689f-9352-233a-d01d-93b8bfd61ec5-79298d7a {
    grid-row-end: 3;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-a94b011f-f14e-77cd-5e71-2ebd1b16d1eb-1b16d1e2 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a94b011f-f14e-77cd-5e71-2ebd1b16d1f1-1b16d1e2 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-a94b011f-f14e-77cd-5e71-2ebd1b16d1f7-1b16d1e2 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_25038b1c-2be5-47cf-dcb4-27d3c7335624-79298d7c {
    grid-column-end: 3;
  }

  #w-node-_25038b1c-2be5-47cf-dcb4-27d3c733562b-79298d7c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_25038b1c-2be5-47cf-dcb4-27d3c7335640-79298d7c {
    grid-row: 2 / 3;
    grid-column-start: 1;
    place-self: center;
  }

  #w-node-a5014eb8-3cdb-4ffa-93a0-be720b1b0cb3-79298d95 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a5014eb8-3cdb-4ffa-93a0-be720b1b0cbd-79298d95 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: end center;
  }

  #w-node-e207543d-c532-a097-8d3b-31554cc3ef2e-79298d95 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a5014eb8-3cdb-4ffa-93a0-be720b1b0cbf-79298d95 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_404548bc-5270-0002-57fd-71e4ad44e1c3-79298d95 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9351166e-d397-85d2-1abd-1313bf87b335-79298d95 {
    grid-row-end: 3;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-fadb8bf1-6847-6393-7cde-3281d30d591c-9feed6a4 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-fadb8bf1-6847-6393-7cde-3281d30d5922-9feed6a4 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-fadb8bf1-6847-6393-7cde-3281d30d5928-9feed6a4 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_103a1cc6-f647-5658-622a-9b0955f5d105-55f5d102 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_103a1cc6-f647-5658-622a-9b0955f5d10e-55f5d102 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_542a9998-0dd4-9892-3bde-70349e84179e-79298d97 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_644cd38a-8ad0-9838-88da-8bd6331ba3f1-79298d97 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7a206a0c-0659-4f56-bd5d-e714da3a717c-79298dab {
    grid-column-end: 3;
  }

  #w-node-_7a206a0c-0659-4f56-bd5d-e714da3a7183-79298dab {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7a206a0c-0659-4f56-bd5d-e714da3a7196-79298dab {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-ea0572e0-26c8-009b-e075-ae6312c31b03-79298dab {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ea0572e0-26c8-009b-e075-ae6312c31b0c-79298dab {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab5f-79298dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab63-79298dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab70-79298dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab76-79298dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab83-79298dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab86-79298dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab93-79298dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab96-79298dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7faba3-79298dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7faba6-79298dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabb3-79298dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabb6-79298dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabc3-79298dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabc6-79298dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabd3-79298dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabd6-79298dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabe3-79298dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabe6-79298dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabf3-79298dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabf6-79298dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fac03-79298dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fac06-79298dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a8ad6c51-d4aa-7123-0168-d2d678df7baa-79298dae {
    grid-column-end: 3;
  }

  #w-node-a8ad6c51-d4aa-7123-0168-d2d678df7bc1-79298dae {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-a8ad6c51-d4aa-7123-0168-d2d678df7bc4-79298dae {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-a8ad6c51-d4aa-7123-0168-d2d678df7bcb-79298dae {
    grid-area: 3 / 1 / 4 / 3;
    align-self: end;
  }

  #w-node-bd06a54f-af4c-5b48-5e14-90b5f09a26f9-79298dae {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-bd06a54f-af4c-5b48-5e14-90b5f09a26ff-79298dae {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-bd06a54f-af4c-5b48-5e14-90b5f09a2705-79298dae {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_05697a7d-238a-08a5-d964-70989e52c84c-79298dec {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
  }

  #w-node-_05697a7d-238a-08a5-d964-70989e52c864-79298dec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_05697a7d-238a-08a5-d964-70989e52c869-79298dec {
    grid-area: 1 / 2 / 3 / 3;
    align-self: end;
  }

  #w-node-_3ac08d8f-1312-d270-4a3c-a577fa44c7f0-79298dec {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: start;
  }

  #w-node-_05697a7d-238a-08a5-d964-70989e52c86e-79298dec {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: stretch;
  }

  #w-node-_05697a7d-238a-08a5-d964-70989e52c876-79298dec {
    grid-area: 2 / 4 / 3 / 7;
    justify-self: stretch;
  }

  #w-node-_9a051f83-0a77-65fd-c607-a48c652630c8-79298ded {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aac07579-9af1-3d18-80b6-9dbec46c7315-79298ded {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_27ccbc48-ce66-ecdc-3a04-31cd812fb9a2-79298ded {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5e57d2f9-f3e0-69e9-16eb-01820e6bf8a3-79298e16 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f2fe0f08-971e-65af-2036-dcedacb9d68c-79298e16 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_5e57d2f9-f3e0-69e9-16eb-01820e6bf8a9-79298e16 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5e57d2f9-f3e0-69e9-16eb-01820e6bf8ab-79298e16 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #lcp-img.w-node-_5e57d2f9-f3e0-69e9-16eb-01820e6bf8b1-79298e16 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: end start;
  }

  #w-node-_31552deb-4c47-099c-f901-57444e051572-4e051556 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_31552deb-4c47-099c-f901-57444e051578-4e051556 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: end start;
  }

  #w-node-_04bf84bb-be3f-a4f8-5114-9962d6da5444-79298e17 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
  }

  #w-node-_9e4449da-872e-88b6-6567-69c6393fa043-79298e17 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_8dfb76b7-aac1-cd10-b8ed-7ae1dabecf0e-79298e17 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-db070ec1-6598-77aa-856c-babd455268dd-455268c8 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: end start;
  }

  #w-node-_5a1c57a5-d411-b9a5-0241-737133c8687a-79298e22 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_8a057049-7aad-17a8-5188-f9ee5bec4e92-79298e22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ae5fe93-17d8-f34e-1669-9d90215f8fdd-79298e22 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_82d73226-8746-a3eb-d7a3-5ecf4b66ba30-79298e22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_53368922-d317-974d-c81f-cfaee859f88a-de77e0a9, #w-node-bcac22db-4f41-5d61-e0d8-00c79584be54-de77e0a9, #w-node-_160ca40b-5a74-95bb-08f9-faf2c73c2f52-de77e0a9, #w-node-_16259805-5654-1054-5bb2-e9f7de7d0edc-de77e0a9, #w-node-a0d36980-9850-a4aa-27f2-9a0d335ca0a2-de77e0a9, #w-node-_2e77bb41-53b2-8b57-8947-670d26d6ac2a-de77e0a9, #w-node-b04812d0-b346-1bf6-f91c-c54be615a701-de77e0a9, #w-node-_5749b72d-338c-f4d9-8559-f64c101d03e3-79298e25 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2a47d4c4-6826-95bc-1711-21850063577a-79298e25 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_5749b72d-338c-f4d9-8559-f64c101d03f8-79298e25 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5749b72d-338c-f4d9-8559-f64c101d03fa-79298e25 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #lcp-img.w-node-_5749b72d-338c-f4d9-8559-f64c101d0400-79298e25 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: end start;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e200-d482e1ff {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: start;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e204-d482e1ff {
    grid-area: 2 / 1 / 2 / 4;
    justify-self: stretch;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e20c-d482e1ff {
    grid-area: 2 / 4 / 3 / 7;
    justify-self: stretch;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e214-d482e1ff {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: stretch;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e21c-d482e1ff {
    grid-area: 3 / 4 / 4 / 7;
    justify-self: stretch;
  }

  #w-node-_6aac6b97-1b2c-1c13-6d1c-e529f239759d-79298e28, #w-node-_3d29ffa0-ec61-37cd-8f86-c19cafff451b-79298e28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bb2d07ec-325d-fa05-c5e5-f40dc525d7f8-79298e28, #w-node-bb2d07ec-325d-fa05-c5e5-f40dc525d805-79298e28, #w-node-_62908170-dec2-f359-ea22-09cc9abe569f-79298e28 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_91380e0c-4017-e749-854a-b331dfc4b0de-a8f0ee9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_91380e0c-4017-e749-854a-b331dfc4b0ff-a8f0ee9f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fabcede0-72db-714b-9824-9b93d307477f-d3074765, #w-node-fabcede0-72db-714b-9824-9b93d307479b-d3074765, #w-node-fabcede0-72db-714b-9824-9b93d30747c6-d3074765, #w-node-fabcede0-72db-714b-9824-9b93d30747e2-d3074765, #w-node-fabcede0-72db-714b-9824-9b93d307480e-d3074765, #w-node-fabcede0-72db-714b-9824-9b93d307482a-d3074765 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_888b9a0e-a366-14b8-0f31-49952e631954-68aa5586 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_888b9a0e-a366-14b8-0f31-49952e63195c-68aa5586, #w-node-_888b9a0e-a366-14b8-0f31-49952e631962-68aa5586 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_888b9a0e-a366-14b8-0f31-49952e631985-68aa5586 {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-afcc3b05-02e5-a8b4-c8eb-1fb79543bea6-68aa5586 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_888b9a0e-a366-14b8-0f31-49952e631954-e6c773be {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_888b9a0e-a366-14b8-0f31-49952e63195c-e6c773be, #w-node-_888b9a0e-a366-14b8-0f31-49952e63195f-e6c773be, #w-node-_888b9a0e-a366-14b8-0f31-49952e631962-e6c773be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_888b9a0e-a366-14b8-0f31-49952e631985-e6c773be {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f5f7a6bb-bccf-5580-af6c-052bac2bb0bc-79298d36 {
    grid-area: 1 / 1 / 2 / 6;
    justify-self: start;
  }

  #w-node-f5f7a6bb-bccf-5580-af6c-052bac2bb0be-79298d36 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: stretch;
  }

  #w-node-f5f7a6bb-bccf-5580-af6c-052bac2bb0c6-79298d36 {
    grid-area: 3 / 1 / 4 / 6;
    justify-self: stretch;
  }

  #w-node-_576fdb0b-0ad5-af66-69b2-8d4647a6f2bd-ad448d73, #w-node-a7caa819-f104-0859-6bff-309e11e2c20c-ad448d73 {
    grid-column-end: 3;
  }

  #w-node-_50e8edd7-a6e8-8389-0fe3-5461d9500e4f-ad448d73 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-d971e785-f3f0-360b-0401-f0bd8fe61cee-79298d78 {
    grid-column: 1 / 3;
    grid-row-start: 1;
  }

  #w-node-a9639236-ca9a-1a0b-e033-435a04372b92-79298d78 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_90ae689f-9352-233a-d01d-93b8bfd61ea5-79298d7a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_90ae689f-9352-233a-d01d-93b8bfd61ea7-79298d7a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_25038b1c-2be5-47cf-dcb4-27d3c733562b-79298d7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_25038b1c-2be5-47cf-dcb4-27d3c7335640-79298d7c {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_3cbfb434-e0f3-1780-8244-f44fe9f6e6b0-79298d7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end center;
  }

  #w-node-_3cbfb434-e0f3-1780-8244-f44fe9f6e6b2-79298d7c {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: stretch end;
  }

  #todo2.w-node-_3cbfb434-e0f3-1780-8244-f44fe9f6e6bd-79298d7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5014eb8-3cdb-4ffa-93a0-be720b1b0cbd-79298d95 {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-e207543d-c532-a097-8d3b-31554cc3ef2e-79298d95 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a5014eb8-3cdb-4ffa-93a0-be720b1b0cbf-79298d95 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7a206a0c-0659-4f56-bd5d-e714da3a7183-79298dab {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_7a206a0c-0659-4f56-bd5d-e714da3a7196-79298dab {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_6cb0fba0-938c-46fc-d2c7-aabb779be34e-79298dab {
    grid-column-end: 3;
  }

  #reminder-content.w-node-_019cde81-413c-6e4f-4a0f-c5bfe9f6c351-79298dab {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3b4f97dc-04be-7203-a19d-68bc31f69dba-79298dab {
    grid-area: 2 / 1 / 3 / 3;
    place-self: end center;
  }

  #w-node-_3b4f97dc-04be-7203-a19d-68bc31f69dbc-79298dab {
    grid-area: 1 / 1 / 2 / 3;
    place-self: stretch end;
  }

  #todo2.w-node-_3b4f97dc-04be-7203-a19d-68bc31f69dc5-79298dab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab63-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab76-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab86-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab96-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7faba6-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabb6-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabc6-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabd6-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabe6-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabf6-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fac06-79298dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a8ad6c51-d4aa-7123-0168-d2d678df7bc1-79298dae {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-a8ad6c51-d4aa-7123-0168-d2d678df7bc4-79298dae {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a8ad6c51-d4aa-7123-0168-d2d678df7bcb-79298dae {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_9ad21eab-7513-eb11-9c45-337a66244fbd-79298de8, #w-node-b10c5cf3-8263-9fd5-5137-21dacfdeb6ae-79298de8, #w-node-a97433bf-d032-9df2-a19b-6c2190f0ccad-79298de8, #w-node-ec54f58b-311f-c64b-a5a5-98b7e12751ea-79298de8, #w-node-_9ad21eab-7513-eb11-9c45-337a66244fcc-79298de8, #w-node-_4db358f1-bfac-d028-b79f-e239f41a3026-79298de8, #w-node-_9ad21eab-7513-eb11-9c45-337a66244fe1-79298de8, #w-node-_9ad21eab-7513-eb11-9c45-337a66245040-79298de8, #w-node-_9ad21eab-7513-eb11-9c45-337a6624502f-79298de8, #w-node-_58a7c620-bd1a-c6c2-68ef-2ada7b9a8d97-79298de8, #w-node-_9ad21eab-7513-eb11-9c45-337a6624500b-79298de8, #w-node-_7240ad7f-b4cb-ac88-7945-06f9fc144906-79298de8, #w-node-_9ad21eab-7513-eb11-9c45-337a66245020-79298de8, #w-node-_9ad21eab-7513-eb11-9c45-337a66245055-79298de8 {
    grid-area: Feature-Row;
  }

  #w-node-_05697a7d-238a-08a5-d964-70989e52c84c-79298dec {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
  }

  #w-node-_05697a7d-238a-08a5-d964-70989e52c862-79298dec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_05697a7d-238a-08a5-d964-70989e52c864-79298dec {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_05697a7d-238a-08a5-d964-70989e52c869-79298dec {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-_05697a7d-238a-08a5-d964-70989e52c86e-79298dec {
    grid-area: 2 / 1 / 3 / 7;
    justify-self: stretch;
  }

  #w-node-_05697a7d-238a-08a5-d964-70989e52c876-79298dec {
    grid-area: 3 / 1 / 4 / 7;
    justify-self: stretch;
  }

  #w-node-_5e57d2f9-f3e0-69e9-16eb-01820e6bf8ab-79298e16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8dfb76b7-aac1-cd10-b8ed-7ae1dabecf0e-79298e17 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: end center;
  }

  #w-node-_27f434a3-bf09-4076-f2b8-88b9de77e0ae-de77e0a9, #w-node-_5749b72d-338c-f4d9-8559-f64c101d03fa-79298e25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #lcp-img.w-node-_5749b72d-338c-f4d9-8559-f64c101d0400-79298e25 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: end start;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e200-d482e1ff {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e204-d482e1ff {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: stretch;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e20c-d482e1ff {
    grid-area: 3 / 1 / 4 / 6;
    justify-self: stretch;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e214-d482e1ff {
    grid-area: 4 / 1 / 5 / 6;
    justify-self: stretch;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e21c-d482e1ff {
    grid-area: 5 / 1 / 6 / 6;
    justify-self: stretch;
  }

  #w-node-_3d29ffa0-ec61-37cd-8f86-c19cafff451b-79298e28, #w-node-bb2d07ec-325d-fa05-c5e5-f40dc525d7f8-79298e28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bb2d07ec-325d-fa05-c5e5-f40dc525d805-79298e28 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_62908170-dec2-f359-ea22-09cc9abe569f-79298e28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fabcede0-72db-714b-9824-9b93d30747b8-d3074765 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_888b9a0e-a366-14b8-0f31-49952e631954-68aa5586 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
  }

  #w-node-_55c7ee41-3055-e9a2-e9da-5120f4b83149-68aa5586 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9ca491ba-f6b2-39ec-0a80-bd2b3e936097-3e936080 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_888b9a0e-a366-14b8-0f31-49952e631954-e6c773be {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f5f7a6bb-bccf-5580-af6c-052bac2bb0be-79298d36 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: stretch;
  }

  #w-node-f5f7a6bb-bccf-5580-af6c-052bac2bb0c6-79298d36 {
    grid-area: 3 / 1 / 4 / 6;
    justify-self: stretch;
  }

  #w-node-_576fdb0b-0ad5-af66-69b2-8d4647a6f2bd-ad448d73, #w-node-a7caa819-f104-0859-6bff-309e11e2c20c-ad448d73, #w-node-_50e8edd7-a6e8-8389-0fe3-5461d9500e4f-ad448d73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f5112d2c-f06e-e923-6191-3657a69a0c8f-5924784a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f5112d2c-f06e-e923-6191-3657a69a0ca5-5924784a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #hero-image.w-node-_238b661d-dddb-76a3-1975-d186e716c597-79298d62 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-d971e785-f3f0-360b-0401-f0bd8fe61cee-79298d78 {
    grid-column-start: 1;
  }

  #w-node-a9639236-ca9a-1a0b-e033-435a04372b92-79298d78 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ec3c0c89-df97-7a81-9534-cd55367c89f8-367c89f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_935dce91-2694-3fe6-87aa-63bf0a232a6f-0a232a6c, #w-node-_935dce91-2694-3fe6-87aa-63bf0a232a7f-0a232a6c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_90ae689f-9352-233a-d01d-93b8bfd61ea7-79298d7a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_25038b1c-2be5-47cf-dcb4-27d3c7335624-79298d7c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_25038b1c-2be5-47cf-dcb4-27d3c7335640-79298d7c {
    justify-self: center;
  }

  #w-node-e207543d-c532-a097-8d3b-31554cc3ef2e-79298d95 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a5014eb8-3cdb-4ffa-93a0-be720b1b0cbf-79298d95 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2b333b44-488e-8a4c-2ce6-a3a12139e188-79298d95 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_0d80dd18-e835-df68-8331-81cc39b4a129-79298d95 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d24a151a-f737-ac11-e5b0-4961da50b348-79298d95 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_103a1cc6-f647-5658-622a-9b0955f5d105-55f5d102, #w-node-_103a1cc6-f647-5658-622a-9b0955f5d10e-55f5d102 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_542a9998-0dd4-9892-3bde-70349e84179e-79298d97 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_68c5db72-a5b5-1d61-4e8d-e6a95d7644ae-79298d97 {
    justify-self: center;
  }

  #w-node-_7a206a0c-0659-4f56-bd5d-e714da3a717c-79298dab {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ea0572e0-26c8-009b-e075-ae6312c31b03-79298dab, #w-node-ea0572e0-26c8-009b-e075-ae6312c31b0c-79298dab {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab63-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab76-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab86-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fab96-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7faba6-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabb6-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabc6-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabd6-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabe6-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fabf6-79298dac, #w-node-_7274b9b8-aea4-16af-158a-adc98d7fac06-79298dac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a8ad6c51-d4aa-7123-0168-d2d678df7baa-79298dae {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_20829ede-123e-5106-9ceb-cb79a742a0d4-a742a0ad {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_20829ede-123e-5106-9ceb-cb79a742a0c3-a742a0ad {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_20829ede-123e-5106-9ceb-cb79a742a0cb-a742a0ad {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_20829ede-123e-5106-9ceb-cb79a742a0bb-a742a0ad {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_05697a7d-238a-08a5-d964-70989e52c84c-79298dec {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
  }

  #w-node-_05697a7d-238a-08a5-d964-70989e52c86e-79298dec {
    grid-area: 2 / 1 / 3 / 7;
    justify-self: stretch;
  }

  #w-node-_05697a7d-238a-08a5-d964-70989e52c876-79298dec {
    grid-area: 3 / 1 / 4 / 7;
    justify-self: stretch;
  }

  #w-node-_5e57d2f9-f3e0-69e9-16eb-01820e6bf8a3-79298e16 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5e57d2f9-f3e0-69e9-16eb-01820e6bf8ab-79298e16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #lcp-img.w-node-_5e57d2f9-f3e0-69e9-16eb-01820e6bf8b1-79298e16 {
    grid-column-end: 3;
  }

  #w-node-_5a1c57a5-d411-b9a5-0241-737133c8687a-79298e22 {
    grid-row-end: 3;
    grid-column-start: 1;
  }

  #w-node-_27f434a3-bf09-4076-f2b8-88b9de77e0ae-de77e0a9, #w-node-_5749b72d-338c-f4d9-8559-f64c101d03e3-79298e25 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5749b72d-338c-f4d9-8559-f64c101d03fa-79298e25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_078f2292-be4d-736e-e4b1-f0fcac11e796-ac11e795 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f3d2b32b-f807-6c7c-ea79-735a09688789-ac11e795 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_66cfb980-be22-2259-e04a-cfb052178383-ac11e795 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e200-d482e1ff {
    grid-area: 1 / 1 / 2 / 6;
    justify-self: start;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e204-d482e1ff {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: stretch;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e20c-d482e1ff {
    grid-area: 3 / 1 / 4 / 6;
    justify-self: stretch;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e214-d482e1ff {
    grid-area: 4 / 1 / 5 / 6;
    justify-self: stretch;
  }

  #w-node-d659cc9b-a35d-9964-823e-4c56d482e21c-d482e1ff {
    grid-area: 5 / 1 / 6 / 6;
    justify-self: stretch;
  }

  #w-node-_3d29ffa0-ec61-37cd-8f86-c19cafff451b-79298e28, #w-node-bb2d07ec-325d-fa05-c5e5-f40dc525d7f7-79298e28, #w-node-bb2d07ec-325d-fa05-c5e5-f40dc525d812-79298e28, #w-node-_62908170-dec2-f359-ea22-09cc9abe569e-79298e28, #w-node-_91380e0c-4017-e749-854a-b331dfc4b0ff-a8f0ee9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_91380e0c-4017-e749-854a-b331dfc4b0eb-a8f0ee9f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_8c185bce-6bfd-2320-012b-d776bf322ed8-a8f0ee9f {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_888b9a0e-a366-14b8-0f31-49952e631954-68aa5586 {
    align-self: end;
  }

  #w-node-afcc3b05-02e5-a8b4-c8eb-1fb79543bea6-68aa5586 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_888b9a0e-a366-14b8-0f31-49952e631954-e6c773be {
    align-self: end;
  }
}
