:root {
  --headings: Merriweather, serif;
  --black: black;
  --paragraphs: Poppins, sans-serif;
  --brand-secondary: #e9a94f;
  --brand-primary: #ea9216;
  --white: white;
  --medium-grey: #ededed;
  --round-edges: 5px;
  --red: #ff4040;
  --border-thin: 1px;
  --dark-grey: #ccc;
  --brand-quaternary: #1c1e30;
  --brand-tertiary: #313841;
  --light-grey: #fafafa;
  --space-between: 1rem;
  --untitled-ui--gray600\<deleted\|variable-10a0cd12\>: #475467;
  --flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>: #160042;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-500\<deleted\|variable-2268f126\>: #6b7094;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--white\<deleted\|variable-f397231a\>: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --green: #6bff3a;
  --orange: #ffe435;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
}

h1 {
  font-family: var(--headings);
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  font-family: var(--headings);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  font-family: var(--headings);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

h4 {
  font-family: var(--headings);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  font-family: var(--headings);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3em;
}

p {
  font-family: var(--paragraphs);
  color: var(--black);
  letter-spacing: .2px;
  margin-bottom: 10px;
  font-size: 1em;
}

.password-page-wrap {
  background-color: var(--brand-secondary);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.password-content-div {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.password-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-brand {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-brand.w--current {
  position: static;
}

.navbar-brand-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.navbar-brand-text-top {
  color: var(--brand-primary);
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
}

.navbar-brand-text-bottom {
  color: var(--white);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.password-lock-image {
  width: 250px;
  height: 250px;
}

.heading-2 {
  color: var(--brand-secondary);
  font-size: 2em;
}

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

.heading-2.centre {
  text-align: center;
}

.form-field-label {
  color: var(--brand-secondary);
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.form-field-label.brand {
  color: var(--brand-primary);
  display: none;
}

.form-field-label.white {
  color: var(--white);
}

.form-text-input-field {
  border: 1px solid var(--medium-grey);
  border-radius: var(--round-edges);
  background-color: var(--white);
  color: var(--brand-secondary);
  font-family: Poppins, sans-serif;
  font-size: 1em;
  transition: all .2s;
}

.form-text-input-field:hover {
  border: 1px solid var(--brand-primary);
  background-color: var(--white);
}

.form-text-input-field.is-message {
  min-height: 7rem;
}

.error-message-div {
  background-color: var(--red);
}

.hero-section {
  background-image: url('../images/pico-areeiro-para-paul-da-serra.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-main-div {
  height: 70em;
}

.style-headings-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: var(--border-thin) solid var(--dark-grey);
  border-radius: var(--round-edges);
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 3fr;
  grid-auto-columns: 1fr;
  padding: 1rem 2rem 5rem;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.heading-5 {
  font-size: 1em;
}

.heading-5.centre {
  text-align: center;
  font-size: 1.3em;
}

.heading-4 {
  font-size: 1.2em;
}

.heading-3 {
  font-size: 1.5em;
}

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

.heading-3.brand {
  color: var(--brand-primary);
  margin-bottom: 10px;
}

.heading-3.blue {
  color: var(--brand-quaternary);
}

.heading-1 {
  color: var(--brand-quaternary);
  font-size: 3em;
}

.heading-1.hero {
  z-index: 5;
  color: var(--white);
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 7em;
}

.heading-1.centre {
  text-align: center;
}

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

.heading-1.brand {
  color: var(--brand-primary);
}

.paragraph {
  color: var(--brand-quaternary);
  font-family: Poppins, sans-serif;
  line-height: 1.4em;
}

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

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

.paragraph.large {
  letter-spacing: 0;
  width: 75%;
  font-size: 1em;
  line-height: 1.4em;
}

.big-space-div {
  width: 100%;
  height: 5em;
}

.style-buttons-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: var(--border-thin) solid var(--dark-grey);
  border-radius: var(--round-edges);
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 1rem 2rem 5rem;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.button {
  border-radius: var(--round-edges);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 10rem;
  min-width: 10rem;
  height: 2.5rem;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button.gold {
  border-radius: var(--round-edges);
  background-color: var(--brand-primary);
  color: var(--white);
  align-self: flex-start;
}

.button.gold:hover {
  background-color: var(--brand-secondary);
  color: var(--white);
}

.button.gold.filled {
  background-color: var(--brand-primary);
  color: var(--white);
  transition: border-color .2s, color .2s, background-color .2s;
}

.button.gold.filled:hover {
  border-color: var(--brand-secondary);
  background-color: var(--brand-secondary);
}

.button.blue {
  border-radius: var(--round-edges);
  background-color: var(--brand-quaternary);
  color: var(--white);
  align-self: center;
  transition: color .2s, background-color .2s;
}

.button.blue:hover {
  background-color: var(--brand-primary);
}

.button.blue.filled {
  background-color: var(--brand-secondary);
  color: var(--white);
  transition: border-color .2s, color .2s, background-color .2s;
}

.button.blue.filled:hover {
  border-color: var(--brand-primary);
  background-color: var(--brand-primary);
}

.button.contact-us {
  border: 2px solid var(--brand-primary);
  background-color: var(--brand-secondary);
  color: var(--brand-primary);
}

.button.contact-us:hover {
  background-color: var(--brand-primary);
  color: var(--white);
}

.button.password {
  background-color: var(--brand-primary);
}

.button.password:hover {
  background-color: var(--brand-tertiary);
}

.footer-section {
  background-color: var(--brand-quaternary);
}

.footer-copyright-text {
  color: var(--white);
  text-align: center;
  padding: 18px 12px;
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.footer-copyright-text-span {
  color: var(--brand-primary);
}

.hero-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.style-colours-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: var(--border-thin) solid var(--dark-grey);
  border-radius: var(--round-edges);
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem 2rem 5rem;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.style-colour {
  border-radius: 100%;
  width: 7.5rem;
  height: 7.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: 2px 3px 10px 1px #0003;
}

.style-colour.primary {
  background-color: var(--brand-primary);
}

.style-colour.secondary {
  background-color: var(--brand-secondary);
}

.style-colour.white {
  background-color: var(--white);
}

.style-colour.dark-grey {
  background-color: var(--dark-grey);
}

.style-colour.light-grey {
  background-color: var(--light-grey);
}

.style-colour.medium-grey {
  background-color: var(--medium-grey);
}

.style-colour.tertiary {
  background-color: var(--brand-tertiary);
}

.style-colour.quaternary {
  background-color: var(--brand-quaternary);
}

.standard-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 10em;
  display: flex;
}

.standard-section.dark {
  background-color: var(--brand-quaternary);
}

.standard-section.page-top {
  background-image: url('../images/Madeira-Interior-Compressed_1Madeira-Interior-Compressed.avif');
  background-position: 50%;
  background-size: cover;
  min-height: 600px;
}

.standard-section.no-border {
  min-height: 75vh;
  padding-left: 0;
  padding-right: 0;
}

.hero-text-span {
  color: var(--brand-primary);
  margin-left: .3em;
  font-family: Great Vibes, cursive;
  font-size: 1.5em;
  font-weight: 600;
}

.popular-section-div {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.how-itworks-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.how-itworks-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.how-itworks-grid-div {
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.how-itworks-grid-block {
  border: 1px solid var(--light-grey);
  border-radius: var(--round-edges);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.how-itworks-grid-block:hover {
  transform: scale(1.01);
  box-shadow: 0 2px 5px 1px #0003;
}

.small-space-div {
  width: 100%;
  height: 2em;
}

.navbar-cart-button {
  border-radius: var(--round-edges);
  background-color: var(--brand-secondary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}

.navbar-cart-quantity {
  background-color: var(--brand-primary);
  color: var(--white);
  -webkit-text-stroke-color: var(--brand-secondary);
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  display: flex;
  position: absolute;
  inset: -20% -20% auto auto;
}

.navbar-cart-icon {
  width: 70px;
}

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

.footer-text-link {
  color: var(--brand-primary);
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
}

.footer-grid-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.footer-div.logo {
  border: 1px solid var(--brand-primary);
  border-radius: var(--round-edges);
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.how-itworks-image {
  width: 20em;
  height: 20em;
}

.our-features-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.madeira-content-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--brand-tertiary);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.cta-div.text-side {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1em;
  display: flex;
}

.navbar-search {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.navbar-search-input {
  border: 1.5px solid var(--brand-secondary);
  border-radius: var(--round-edges);
  width: 60%;
  margin-bottom: 0;
  margin-right: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  transition: all .2s;
}

.navbar-search-input:hover {
  border-color: var(--brand-primary);
}

.navbar-search-input:focus {
  border-color: var(--brand-primary);
  color: var(--brand-secondary);
  width: 80%;
}

.navbar-search-button {
  border: 1px solid var(--brand-secondary);
  border-radius: var(--round-edges);
  background-color: var(--brand-secondary);
  font-family: Poppins, sans-serif;
  font-weight: 400;
  transition: all .2s;
}

.navbar-search-button:hover {
  border-color: var(--brand-primary);
  background-color: var(--brand-primary);
}

.divider-div {
  background-color: var(--brand-primary);
  width: 100%;
  height: 3px;
}

.divider-div.vertical {
  width: 5px;
  height: 100%;
}

.divider-div.vertical.blue {
  width: 3px;
}

.search-page-form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.standard-grid {
  grid-column-gap: var(--space-between);
  grid-row-gap: 1.1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.standard-grid.cta {
  grid-template-rows: auto;
}

.standard-grid.our-services {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cta-image {
  border-radius: var(--round-edges);
  align-self: center;
}

._404-container {
  background-color: var(--brand-secondary);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

._404-content-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.back-button {
  border-radius: var(--round-edges);
  background-color: var(--brand-primary);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.back-button:hover {
  transform: scale(1.01);
}

.navbar-dropdown-paragraph {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  line-height: 1.5;
}

.navbar-dropdown-paragraph.white {
  color: var(--white);
  text-align: center;
  font-size: .9rem;
}

.navbar-dropdown-paragraph.hide-mobile-landscape {
  color: var(--brand-secondary);
}

.navbar-dropdown-heading {
  color: var(--brand-primary);
  margin-bottom: .5rem;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.navbar-dropdown-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.navbar-dropdown-heading.contact-us {
  font-size: 1.8em;
}

.navbar-right-div-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.navbar-dropdown-right-div-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar-dropdown-right-div-image-wrapper {
  border-radius: .375rem;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.navbar-dropdown-right-div-wrapper {
  z-index: 1;
  border-radius: var(--round-edges);
  background-color: var(--brand-secondary);
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: grid;
}

.navbar-dropdown-text-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.navbar-icon {
  color: var(--brand-secondary);
  width: 1.5rem;
  height: 1.5rem;
}

.navbar-dropdown-menu-icon {
  flex: none;
}

.navbar-dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border: .5px solid var(--white);
  border-radius: var(--round-edges);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.navbar-dropdown-link:hover {
  border: .5px solid var(--brand-primary);
}

.navbar-dropdown-titles {
  color: var(--brand-secondary);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.navbar-dropdown-list-div {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.navbar-dropdown-left-div {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.navbar-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-dropdown-list {
  position: static;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.navbar-dropdown-list.w--open {
  background-color: #fff;
  padding: 2.5rem 2rem 2rem;
  position: absolute;
  inset: 3.8rem auto auto 0%;
}

.navbar-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.navbar-link-dropdown-toggle {
  border-radius: var(--round-edges);
  background-color: var(--brand-secondary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 2.5rem;
  margin-right: 1rem;
  padding: 1rem 2.5rem 1rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.navbar-link-dropdown-toggle:hover {
  color: var(--brand-primary);
}

.navbar-link-dropdown {
  position: static;
}

.navbar {
  background-color: var(--brand-tertiary);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 2rem;
  display: flex;
}

.our-features-heading {
  color: var(--white);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.4em;
}

.our-features-icon {
  color: var(--white);
  width: 50px;
  height: 50px;
}

.navbar-right-div {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home-button-div {
  border: 2px solid var(--brand-secondary);
  border-radius: var(--round-edges);
  background-image: url('../images/home-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  transition: all .2s;
  display: flex;
}

.home-button-div:hover {
  background-color: var(--brand-secondary);
  color: var(--white);
  background-image: url('../images/home-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.code-embed {
  width: 1.6rem;
}

.home-button-link.w--current {
  color: var(--brand-secondary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-button-link.w--current:hover {
  color: var(--white);
}

.navbar-dropdown-transfers-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--dark-grey);
  border-radius: var(--round-edges);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1em;
  display: grid;
}

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

._404-image {
  width: 300px;
}

.footer-brand-text-top {
  color: var(--brand-primary);
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: .5em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
}

.footer-brand-text-bottom {
  color: var(--white);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.about-us-tab-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-us-tab-menu {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-us-tab-link {
  border: 2px solid var(--brand-secondary);
  border-radius: var(--round-edges);
  background-color: var(--white);
  color: var(--brand-secondary);
  text-align: center;
  text-transform: uppercase;
  margin: .5rem 1rem;
  font-family: Nunito;
  font-size: 1em;
  font-weight: 700;
  transition: all .2s;
}

.about-us-tab-link:hover {
  background-color: var(--brand-secondary);
  color: var(--white);
}

.about-us-tab-link.w--current {
  border-color: var(--brand-primary);
  background-color: var(--brand-primary);
  color: var(--white);
}

.about-us-image {
  border-top-left-radius: var(--round-edges);
  border-top-right-radius: var(--round-edges);
  border-bottom-left-radius: var(--round-edges);
  border-bottom-right-radius: var(--round-edges);
  filter: grayscale();
  border-radius: 100%;
  width: 15rem;
  height: 15rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.about-us-image:hover {
  filter: none;
}

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

.about-us-collection-wrapper {
  padding: 2rem 1rem;
}

.about-us-content-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 25rem;
  padding: 1rem;
  display: flex;
}

.about-us-role {
  color: var(--brand-primary);
  margin-bottom: 1rem;
  font-family: Nunito;
  font-weight: 700;
}

.about-us-languages-text {
  font-family: Nunito;
  font-weight: 700;
}

.collection-empty-state {
  border-radius: var(--round-edges);
  text-transform: uppercase;
  background-color: #ff8b8b;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Nunito;
  font-weight: 700;
}

.style-guide-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 3.5fr;
  padding: 4rem;
}

.style-forms-div {
  border: var(--border-thin) solid var(--dark-grey);
  border-radius: var(--round-edges);
  background-color: var(--white);
  padding: 1rem 2rem 5rem;
  box-shadow: 0 2px 5px #0003;
}

.style-colour-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-success-div {
  border-radius: var(--round-edges);
  background-color: #93dc6c;
  height: 5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.form-error-div {
  border-radius: var(--round-edges);
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  height: 5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 4rem;
}

.our-features-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 3fr;
  padding: 1rem;
  transition: all .2s;
}

.check-out-form {
  padding: 4rem 1rem;
}

.shipping-address-block, .shipping-method-block, .billing-address-toggle {
  display: none;
}

.order-summary-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.order-summary-block {
  align-self: stretch;
}

.order-heading-block {
  border-color: var(--brand-secondary);
  border-top-left-radius: var(--round-edges);
  border-top-right-radius: var(--round-edges);
  background-color: var(--brand-secondary);
}

.order-content-block {
  border-bottom-left-radius: var(--round-edges);
  border-bottom-right-radius: var(--round-edges);
}

.order-required-text-block {
  color: var(--brand-primary);
  font-family: Nunito;
  font-weight: 700;
}

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

.divider-image-div {
  width: 100vw;
  overflow: hidden;
}

.divider-image-div.blue {
  background-color: var(--brand-secondary);
}

.field-price {
  color: var(--brand-primary);
  font-family: Lato, sans-serif;
  font-size: 1em;
}

.remove-field {
  color: #db3737;
}

.remove-basket-button {
  text-decoration: none;
}

.basket-image {
  border-radius: var(--round-edges);
}

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

.popular-transfers-main-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  max-width: 300px;
  max-height: 400px;
  display: grid;
}

.style-guide-top-div {
  background-color: var(--brand-secondary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 5rem;
  display: flex;
  box-shadow: 0 3px 10px 1px #0003;
}

.sub-heading {
  font-family: var(--paragraphs);
  color: var(--dark-grey);
  text-transform: uppercase;
  font-weight: 600;
}

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

.sub-heading.centre {
  text-align: center;
}

.sub-heading.yellow {
  color: var(--brand-primary);
}

.style-info-div {
  text-align: right;
}

.style-icons-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: var(--border-thin) solid var(--dark-grey);
  border-radius: var(--round-edges);
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 1rem 2rem 5rem;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.style-spacing-div {
  border: var(--border-thin) solid var(--dark-grey);
  border-radius: var(--round-edges);
  background-color: var(--white);
  padding: 1rem 2rem 5rem;
  box-shadow: 0 2px 5px #0003;
}

.style-headings-left-div {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .2rem;
  display: flex;
}

.form-label {
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.form-select-field {
  border: 1px solid var(--medium-grey);
  border-radius: var(--round-edges);
  background-color: var(--white);
  color: var(--dark-grey);
  font-family: Poppins, sans-serif;
  font-size: 1em;
}

.form-select-field:hover {
  border-color: var(--brand-primary);
}

.review-card-div {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  padding: 1em;
}

.review-info-sub-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  place-items: center stretch;
  margin-bottom: .5rem;
  display: grid;
}

.review-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  margin-right: 16px;
}

.review-name-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.review-star-rating {
  border-radius: var(--round-edges);
  background-color: var(--brand-secondary);
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  padding: .2rem .4rem .05rem;
  transition: all .2s;
  display: flex;
}

.review-star-rating:hover {
  background-color: var(--brand-primary);
}

.review-star {
  color: var(--white);
  width: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.customer-reviews-div {
  grid-column-gap: var(--space-between);
  grid-row-gap: var(--space-between);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-heading-text {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

._404-text {
  color: var(--brand-primary);
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.style-buttons-inner-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.popular-transfers-image {
  max-height: 200px;
}

.page-top-div {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.transfers-collection-list-inner-div {
  grid-column-gap: var(--space-between);
  grid-row-gap: var(--space-between);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.transfers-empty-state-div {
  border-radius: var(--round-edges);
  background-color: var(--brand-secondary);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  display: flex;
}

.booking-inner-div {
  margin: 5rem 20rem;
}

.booking-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.booking-select-field {
  border: 1px solid var(--dark-grey);
  border-radius: var(--round-edges);
  background-color: var(--light-grey);
  color: var(--brand-secondary);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.booking-select-field:hover {
  border-color: var(--brand-primary);
}

.booking-form-individual-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.headers-div {
  text-align: center;
  width: 100%;
}

.our-features-card-grid {
  grid-column-gap: var(--space-between);
  grid-row-gap: var(--space-between);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: grid;
}

.our-features-card-div {
  border-radius: var(--space-between);
  transform-style: preserve-3d;
  height: 50vh;
  max-height: 50vh;
  transition: transform .5s linear;
  position: relative;
}

.our-features-card-div:hover {
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.our-features-front-card {
  border-radius: var(--round-edges);
  background-color: var(--dark-grey);
  backface-visibility: hidden;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.our-features-front-card.trail {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Madeira-Interior-Compressed_1Madeira-Interior-Compressed.avif');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.our-features-front-card.cities {
  background-image: linear-gradient(#00000080, #00000080), url('../images/funchal-sea.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.our-features-front-card.hotel {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pico-ruivo-aerial-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  inset: 0% 0% auto;
}

.our-features-front-card.custom {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-gantas-12360542.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.our-features-back-card {
  border-radius: var(--round-edges);
  background-color: var(--brand-secondary);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.click-arrow-animation {
  width: 50px;
  height: 50px;
  margin-bottom: 2rem;
  margin-right: 2rem;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-45deg);
}

.website-in-work-section {
  background-color: var(--brand-quaternary);
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding: 5px 10px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.website-in-work-text {
  color: var(--white);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.website-in-work-link {
  color: var(--brand-secondary);
}

.hero-text {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 7em;
  line-height: 1em;
  display: flex;
}

.text-span {
  color: var(--brand-tertiary);
}

.madeira-transfers-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.madeira-transfers-inner-div {
  border-radius: var(--round-edges);
  background-color: var(--white);
  text-align: center;
  align-self: stretch;
  max-width: 25rem;
  padding: 2rem 1rem 1rem;
  transition: all .2s;
  box-shadow: 0 2px 5px 2px #0003;
}

.madeira-transfers-inner-div:hover {
  transform: scale(1.01);
}

.ikonik-fg1oa, .ikonik-femad, .ikonik-da2k4, .ikonik-kp7c5, .ikonik-njgaj {
  color: #fff;
}

.transfers-icons {
  color: var(--brand-primary);
}

.how-does-it-work-number {
  color: var(--brand-primary);
  font-weight: 600;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500\<deleted\|variable-2268f126\>);
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500\<deleted\|variable-2268f126\>);
}

.f-field-label {
  font-family: var(--paragraphs);
  color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

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

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

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
  color: var(--flowui-component-library--white\<deleted\|variable-f397231a\>);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500\<deleted\|variable-2268f126\>);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-container-x-small {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.f-title-wrapper-left {
  max-width: 500px;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-contact-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 24px;
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.form-div {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-us-form-wrapper {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.livechat-button {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-icon-chat {
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #25d366;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #075e54;
  transform: scale(1.05);
}

.whatsapp-container.mail {
  background-color: #698fef;
  margin-bottom: 1rem;
}

.whatsapp-container.mail:hover {
  background-color: #4260ad;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.whatsapp-icon {
  width: 70%;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

@media screen and (min-width: 1920px) {
  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar-brand-text {
    display: flex;
  }

  .style-headings-div {
    grid-template-columns: 1fr 3fr;
  }

  .heading-1.hero {
    font-size: 7em;
    line-height: 1em;
  }

  .paragraph.large {
    width: 100%;
  }

  .big-space-div.howitworks {
    display: none;
  }

  .button.contact-us {
    margin-top: 10px;
  }

  .footer-section, .standard-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .small-space-div.howitworks {
    display: none;
  }

  .navbar-grid {
    grid-template-columns: .5fr 1fr;
  }

  .navbar-search {
    width: 100%;
  }

  .standard-grid.our-services {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar-dropdown-paragraph.white {
    margin-top: 10px;
  }

  .navbar-right-div-content {
    max-width: none;
  }

  .navbar-dropdown-link:hover {
    background-color: #0000;
  }

  .navbar-dropdown-left-div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-container {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .navbar-dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar-dropdown-list.w--open {
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown-icon {
    inset: auto 0% auto auto;
  }

  .navbar-link-dropdown-toggle {
    color: var(--white);
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar-link-dropdown-toggle:hover {
    color: var(--brand-primary);
    justify-content: center;
    align-items: center;
  }

  .navbar-dropdown-transfers-div {
    margin-bottom: 1.5rem;
  }

  .about-us-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    width: 100%;
  }

  .style-info-div {
    text-align: left;
  }

  .website-in-work-text {
    font-size: 12px;
  }

  .hero-text {
    font-size: 5em;
  }

  .madeira-transfers-div {
    padding-bottom: 1rem;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-main-div {
    height: 50em;
  }

  .heading-1 {
    font-size: 2em;
  }

  .heading-1.hero {
    font-size: 5em;
    line-height: 1em;
  }

  .heading-1.white {
    font-size: 2em;
  }

  .paragraph.large.white {
    font-size: 1.2em;
  }

  .style-buttons-div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-text-link {
    margin-bottom: 2rem;
  }

  .footer-div {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-search {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-dropdown-paragraph.hide-mobile-landscape, .hide-mobile-landscape {
    display: none;
  }

  .navbar-dropdown-list-div {
    grid-row-gap: .5rem;
  }

  .navbar-dropdown-left-div {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-link-dropdown-toggle {
    font-size: 1rem;
  }

  .navbar {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .our-features-heading {
    font-size: 2.5em;
  }

  .our-features-icon.trail {
    width: 40px;
  }

  .navbar-dropdown-transfers-div {
    margin-bottom: 0;
  }

  .about-us-tab-menu {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .style-guide-grid {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .divider-image-div {
    width: 180vw;
  }

  .sub-heading.white {
    font-size: 12px;
  }

  .review-card-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .customer-reviews-div {
    place-items: center;
  }

  .hero-text {
    font-size: 3.8em;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .form-details-wrapper {
    grid-template-columns: 1fr;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-container {
    width: 3rem;
    height: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-brand-text {
    text-align: center;
  }

  .hero-main-div {
    height: 40em;
  }

  .heading-1.hero {
    font-size: 3em;
  }

  .style-buttons-div {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-div {
    justify-content: center;
    align-items: center;
  }

  .how-itworks-grid-block {
    width: 90vw;
  }

  .footer-grid-block {
    grid-template-columns: 1fr;
  }

  .how-itworks-image {
    width: 12em;
    height: 12em;
  }

  .navbar-search-input, .navbar-search-input:focus {
    width: 100%;
  }

  .navbar-right-div-content {
    margin-top: .5rem;
  }

  .navbar-dropdown-right-div-wrapper {
    width: 100%;
  }

  .navbar-dropdown-left-div {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .home-button-div {
    display: none;
  }

  .about-us-tab-menu {
    flex-flow: column;
  }

  .about-us-tab-link {
    width: 100%;
    padding: 6px 8px;
  }

  .review-card-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .website-in-work-section {
    height: 5rem;
  }

  .hero-text {
    font-size: 2.5em;
  }

  .f-contact-submit-wrapper {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-contact-divider {
    display: none;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 3rem;
    height: 3rem;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }
}

#w-node-fb72a02d-10c8-14f5-68f4-59f8793bc459-614b61cf, #w-node-_9696ec18-bd65-e6ef-4b42-bdfd7afffba4-614b61cf, #w-node-_5b0ef3c7-e82a-a145-6929-6078422903a0-614b61cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_769b62f9-e63a-78fd-096a-5d21eacf9cc8-614b61cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b355288-4eba-39cd-3d3b-cfa979d264c5-614b61cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7ea2b036-297a-266c-ee46-1dda255c62e5-3e6065e2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cb0d98ca-19f7-756b-e1f8-6a1d82c14320-614b61db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_8f09b937-028a-e7a3-8df9-84f9be057fb7-614b61cf, #w-node-_67c24f4b-178c-6618-97cd-4ce8daa0fe46-614b61cf, #w-node-ded14a96-86a4-d363-904c-16ba12c7e83e-614b61cf, #w-node-_896e3a78-88ba-7676-1048-4918de60a70e-614b61cf, #w-node-_769b62f9-e63a-78fd-096a-5d21eacf9cc8-614b61cf, #w-node-_701cd34d-6f3a-3ddb-fe12-dbc73aa4313c-614b61cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6b355288-4eba-39cd-3d3b-cfa979d264c5-614b61cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_3bdf9086-30f6-2fc2-2ecd-e4d92ebb1a0c-614b61cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8f09b937-028a-e7a3-8df9-84f9be057fb7-614b61cf, #w-node-_67c24f4b-178c-6618-97cd-4ce8daa0fe46-614b61cf, #w-node-ded14a96-86a4-d363-904c-16ba12c7e83e-614b61cf, #w-node-_896e3a78-88ba-7676-1048-4918de60a70e-614b61cf, #w-node-_769b62f9-e63a-78fd-096a-5d21eacf9cc8-614b61cf, #w-node-_701cd34d-6f3a-3ddb-fe12-dbc73aa4313c-614b61cf {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6b355288-4eba-39cd-3d3b-cfa979d264c5-614b61cf, #w-node-_3bdf9086-30f6-2fc2-2ecd-e4d92ebb1a0c-614b61cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7ea2b036-297a-266c-ee46-1dda255c62e5-3e6065e2 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7ea2b036-297a-266c-ee46-1dda255c62e5-3e6065e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


