:root {
  --navy-blue\<deleted\|variable-d00d192c-ffb1-3f35-c6f8-d9990494a230\>: #021dc1;
  --main-blue\<deleted\|variable-b30cc48a-c53c-01de-fd9a-0660e2d59c14\>: #021dc1;
  --white: white;
  --grey: dimgrey;
  --main-orange: #fd6c00;
  --black: #0f0f0f;
  --mild-orange: #fbb57d;
  --bg-orange: #fff8f2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-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;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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-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;
  }
}

.nav-bar-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0f0f0f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 11px 155px;
  display: flex;
}

.nav-bar-section {
  grid-column-gap: 399px;
  grid-row-gap: 399px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text {
  color: #f0f0f0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.frame-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.navigation {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 598px;
  display: flex;
}

.frame-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-2 {
  color: #f0f0f0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 1px;
  display: flex;
}

.text-3 {
  color: #f0f0f0;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.frame-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f0f0f0;
  border-radius: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 11px;
  display: flex;
}

.text-4 {
  color: #0f0f0f;
  text-align: center;
  padding-top: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.hero-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/Hero-container.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  min-height: 600px;
  padding: 101px 367px;
  display: flex;
}

.hero-section {
  grid-column-gap: 83px;
  grid-row-gap: 83px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 101px;
  margin-bottom: 33px;
  display: flex;
}

.heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-5 {
  color: #f0f0f0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.text-6 {
  color: #f0f0f0;
  text-align: center;
  margin-top: 47px;
  font-size: 61px;
  font-weight: 200;
}

.frame-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 37px;
  padding: 6px 11px;
  display: flex;
}

.frame-61 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f0f0f0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.choose-date {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 14px;
  display: flex;
}

.frame-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-7 {
  color: #aaa;
  text-align: center;
  font-size: 8px;
  font-weight: 300;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 48px;
  display: flex;
}

.vectors-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 34px;
  display: flex;
}

.vectors-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 48px;
  display: flex;
}

.frame-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.vectors-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 62px;
  display: flex;
}

.frame-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
}

.vectors-wrapper-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 62px;
  display: flex;
}

.book-now-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #cd8d5a;
  border-radius: 1px;
  flex: none;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: stretch;
  padding: 23px 16px 52px;
  display: flex;
}

.book-now {
  color: #f0f0f0;
  text-align: center;
  object-fit: scale-down;
  flex-direction: row-reverse;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 112.1%;
  display: flex;
}

.section {
  object-fit: contain;
  background-image: url('../images/Hero-container_1.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 50px;
  margin-bottom: -200px;
  margin-left: -9px;
  padding-top: 51px;
  padding-bottom: 67px;
}

.services-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #faf9f9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 110px 152px;
  display: flex;
}

.services-container {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.restaurant-description-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-46 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 377px;
  padding: 69px 40px;
  display: flex;
}

.tag-header-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cozy-comfy-tag {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.excellent-food {
  color: #adadad;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.vectors-wrapper-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 1px;
  display: flex;
}

.text-8 {
  color: #0f0f0f;
  text-align: center;
  font-size: 39px;
  font-weight: 300;
}

.text-9 {
  color: #0f0f0f;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 141.6%;
}

.frame-62 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #cd8d5a;
  border-radius: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 11px;
  text-decoration: underline;
  display: flex;
}

.text-10 {
  color: #cd8d5a;
  text-align: center;
  white-space: normal;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.jason-leung-poi7delfiva-unsplash {
  object-fit: cover;
}

.spa-center-description-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-47 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 377px;
  padding: 69px 40px;
  display: flex;
}

.section-2 {
  margin-bottom: 101px;
  padding-bottom: 600px;
}

.news-item-image {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  min-height: 160px;
}

.card-cta-tag {
  background-color: #fff;
  border-radius: 2px;
  padding: 5px 10px;
  position: absolute;
  top: 1rem;
  left: 1.2rem;
}

.card-cta-tag.card-cta-tag-small {
  background-color: #5748c5;
  padding-left: 8px;
  padding-right: 8px;
  left: 1rem;
}

.card-cta-tag.card-cta-tag-small.card-cta-colour2 {
  background-color: #4bb14b;
}

.card-cta-text {
  color: #20193a;
  font-weight: 500;
  text-decoration: none;
}

.card-cta-text.card-cta-text-sml {
  color: #fff;
  font-size: 12px;
}

.section-3 {
  overflow: hidden;
}

.blog3-articles-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-white {
  color: #111212;
  background-color: #fff;
  align-items: flex-end;
  display: inline-block;
}

.btn.btn-white.blog2-card-cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.card-headline {
  margin-top: 10px;
}

.card-headline._6col-card {
  width: 50%;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.blog3-card {
  color: #fff;
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.blog3-card.blog3-card3-content {
  color: #111212;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card1-content {
  color: #fff;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.blog3-card.blog3-card6-content {
  color: #fff;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card4-content {
  color: #111212;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card2-content {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1px;
}

.blog3-card.blog3-card5-content {
  color: #111212;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

._3-col {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Login.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  background-image: url('../images/BG-Light.png');
  margin-right: 0;
}

.section-4 {
  object-fit: fill;
  background-color: #ce1818;
  flex-flow: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 500px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 162px;
  display: flex;
}

.section-4.white {
  background-color: #eee3e3;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.heading-2 {
  text-align: center;
}

.container {
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body {
  border: 1px #000;
  min-height: 0;
  margin-bottom: 0;
  font-family: Opensans variablefont wdth wght;
}

.section-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 600px;
  padding-top: 63px;
  display: flex;
  transform: translate(0);
}

.button {
  text-align: right;
  object-fit: fill;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-self: flex-end;
  align-items: baseline;
  max-width: 500px;
  margin-left: 134px;
  padding-left: 182px;
  padding-right: 182px;
  display: block;
}

.section-6 {
  background-image: url('../images/Hero-container_1.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: stretch;
  min-height: 600px;
  max-height: 600px;
  display: flex;
}

.section-7 {
  background-image: url('../images/Hero-container_1.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  display: flex;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 71px;
  grid-auto-flow: row;
}

.heading-3 {
  color: #d29999;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr .25fr .75fr;
}

.grid-3 {
  grid-column-gap: 195px;
  grid-template: "."
                 "."
                 "."
                 / 26fr 8.25fr 10fr 1fr 1fr;
  grid-auto-columns: .25fr;
}

.grid-4 {
  grid-template: "Area"
                 "."
                 "."
                 / minmax(404px, 3fr) minmax(404px, .25fr) minmax(404px, 3fr);
  grid-auto-flow: row;
}

.image {
  object-fit: cover;
  width: auto;
  height: auto;
}

.deluxe-double-room-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.iwood-r5v8xtc0ecg-unsplash {
  object-fit: fill;
  align-self: stretch;
  width: 100%;
  height: 100%;
}

.frame-42 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 566px;
  padding: 95px 92px 95px 105px;
  display: flex;
}

.frame-41 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-11 {
  color: #0f0f0f;
  text-align: center;
  font-size: 31px;
  font-weight: 500;
}

.frame-40 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-39 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-12 {
  color: #cd8d5a;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}

.text-13 {
  color: #0f0f0f;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.frame-38 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-35 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-14 {
  color: #adadad;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.luxury-double-room-suite-has-a-comfortable-queen-size-or-twin-bed-a-sitting-are-seperate-desk-and-bathroom-with-walk-in-rain-dance-showe-or-a-bath-and-showe-and-modern-art-and-neutral-colors {
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 300;
  line-height: 141.6%;
}

.frame-37 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.book-now-button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #cd8d5a;
  border-radius: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 11px;
  display: flex;
}

.frame-63 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #0f0f0f;
  border-radius: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 11px;
  display: flex;
}

.text-15 {
  color: #0f0f0f;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

._2-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: fill;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.hero {
  background-image: url('../images/Hero-container_1.png');
  background-position: 50% 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 600px;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 83px;
  display: flex;
}

.heading-4 {
  color: #f0f0f0;
  text-align: left;
  flex: 8 0 auto;
  align-self: auto;
  margin-top: -14px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 61px;
  font-weight: 200;
}

.paragraph {
  color: #f0f0f0;
  text-align: left;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-2 {
  color: #f0f0f0;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f0f0f0;
  border-radius: 1px;
  margin-top: 32px;
  font-size: 16px;
  display: inline-block;
}

.grid-5 {
  background-color: #f0f0f0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 50%;
  min-width: 550px;
  max-width: 0;
  min-height: 82px;
  padding-left: 14px;
}

.div-block {
  background-color: #f0f0f0;
}

.paragraph-2 {
  text-align: center;
  object-fit: fill;
  border: 1px #aaa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 300;
  display: flex;
}

.paragraph-3 {
  color: #0f0f0f;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
}

.div-block-2 {
  background-color: #cd8d5a;
}

.section-9 {
  border: 0 #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 1100px;
  padding-top: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
}

.heading-5 {
  color: #0f0f0f;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 300;
}

.heading-6 {
  color: #adadad;
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 300;
}

.div-block-3 {
  background-color: #cd8d5a80;
  width: 54px;
  min-width: 54px;
  min-height: 1px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 1130px;
  height: 480px;
  margin-bottom: 32px;
  display: grid;
}

.div-block-4 {
  outline-offset: 0px;
  background-color: #f0f0f0;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #333;
  padding-top: 96px;
  padding-left: 105px;
  padding-right: 117px;
}

.heading-7 {
  color: #0f0f0f;
  font-size: 31px;
  font-weight: 600;
}

.paragraph-4 {
  color: #cd8d5a;
  font-size: 25px;
  font-weight: 600;
}

.text-span {
  color: #0f0f0f;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-5 {
  color: #0f0f0f;
  text-align: justify;
  padding-top: 24px;
  padding-bottom: 0;
}

.button-3 {
  color: #0f0f0f;
  background-color: #0000;
  border: 1px solid #0f0f0f;
  border-radius: 1px;
  margin-left: 18px;
}

.button-4 {
  color: #f0f0f0;
  background-color: #cd8d5a;
  border-radius: 1px;
  margin-top: 24px;
}

.grid-7 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 1130px;
  height: 308px;
}

.div-block-5 {
  opacity: 1;
  outline-offset: 0px;
  background-image: url('../images/Frame-34.png');
  background-position: 0 0;
  background-size: auto;
  outline: 3px #5550;
}

.div-block-6 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/Frame-30.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
}

.text-span-2 {
  color: #fff;
}

.text-span-3 {
  color: #cd8d5a;
}

.paragraph-6 {
  background-color: #000;
  width: 179px;
  margin-top: 24px;
  padding: 4px 12px;
}

.div-block-7 {
  background-image: url('../images/Frame-31.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-8 {
  background-image: url('../images/Frame-32.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-9 {
  background-image: url('../images/Frame-33.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-10 {
  background-image: url('../images/Frame-34.png');
  background-position: 50%;
  background-size: cover;
}

.hero-section {
  background-color: #000;
  background-image: url('../images/Header-graphic.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 680px;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-8 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100vw;
  font-family: Open Sans, sans-serif;
  font-size: 61px;
  font-weight: 700;
  display: flex;
}

.container-4 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  width: 100vw;
}

.brand {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-3 {
  flex: 0 auto;
  align-self: center;
  padding-top: 9px;
}

.container-5 {
  margin-left: 40px;
  margin-right: 40px;
}

.nav-link, .nav-link-2 {
  color: #f5f5f5;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-7 {
  background-color: #8b0b0b;
  width: auto;
  min-width: 500px;
  min-height: 600px;
}

.header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Header-graphic.png');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 0;
  min-height: 682px;
  max-height: 0%;
  margin-top: -106px;
  display: block;
  position: static;
}

.navbar-2 {
  -webkit-text-fill-color: inherit;
  background-color: #ddd0;
  background-clip: border-box;
  min-height: 82px;
}

.container-8 {
  height: 100%;
  min-height: 100%;
}

.brand-2 {
  background-image: url('../images/Softech-Logo.png');
  background-position: 0 0;
  background-size: auto;
  min-height: 100%;
  position: relative;
}

.menu-button {
  margin-left: 0;
  margin-right: 0;
}

.navbar-3 {
  margin-left: 20px;
  margin-right: 20px;
  top: 0;
}

.brand-3 {
  min-width: 120px;
}

.image-4 {
  object-fit: fill;
  min-height: 100%;
  margin: auto 0;
  position: static;
}

.image-5 {
  max-width: 90%;
  max-height: 90%;
}

.container-9 {
  min-width: 100vw;
}

.image-6 {
  position: absolute;
  top: 0;
}

.image-7 {
  min-width: 90%;
  max-width: 90%;
  display: inline-block;
}

.navbar-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: baseline;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  position: static;
}

.brand-4 {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.nav-menu {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.image-8 {
  min-width: 90%;
  max-width: 90%;
}

.nav-menu-2 {
  flex: 0 auto;
  align-items: baseline;
  margin-right: 30px;
  font-family: Opensans variablefont wdth wght;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.container-10 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.navbar-5 {
  z-index: 999;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 82px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.div-block-11 {
  background-color: #ffffff80;
  min-width: 100%;
  min-height: 1px;
}

.container-11 {
  background-color: #fff;
  min-width: 100%;
  min-height: 1px;
}

.nav-link-3 {
  color: #e88901;
}

.nav-link-4 {
  color: #f5f5f5;
  text-align: right;
}

.nav-link-5, .nav-link-6, .nav-link-7 {
  color: #f5f5f5;
}

.button-5 {
  color: #f5f5f5;
  background-color: #3898ec00;
  border: 1px solid #f5f5f5;
  border-radius: 1px;
  padding: 15px 18px;
  font-size: 18px;
  font-weight: 700;
}

.button-5.new {
  font-family: Opensans variablefont wdth wght;
  font-size: 16px;
}

.heading-9 {
  color: #f5f5f5;
  max-width: 700px;
  font-family: Opensans variablefont wdth wght;
  font-size: 61px;
  line-height: 65px;
}

.paragraph-7 {
  color: #f5f5f5;
  max-width: 700px;
  margin-top: 52px;
  padding-bottom: 32px;
  font-family: Opensans variablefont wdth wght;
  font-size: 20px;
  line-height: 30px;
}

.button-7 {
  color: #f5f5f5;
  background-color: #e88901;
  border-radius: 1px;
  margin-bottom: 118px;
  padding: 15px 18px;
  font-family: Opensans variablefont wdth wght;
  font-size: 16px;
  font-weight: 700;
}

.button-7.new-button {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.button-7.new-button.new-new {
  justify-content: center;
  width: 210px;
  display: flex;
}

.container-12 {
  max-width: 800px;
  margin-top: 140px;
  margin-left: auto;
}

.section-10 {
  justify-content: space-between;
  max-width: 1110px;
  display: block;
}

.flex-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 90%;
  margin: 100px auto;
}

.heading-10 {
  color: #2f4858;
  min-width: 100%;
  max-width: 100%;
  font-family: Opensans variablefont wdth wght;
  font-size: 38px;
}

.paragraph-8 {
  color: #2f4858;
  min-width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Opensans variablefont wdth wght;
  font-size: 16px;
  line-height: 24px;
}

.image-9 {
  flex: 0 3 auto;
  align-self: center;
  max-height: 50%;
  display: inline-block;
}

.container-13 {
  max-width: 100%;
}

.text-block {
  color: #e88901;
  max-width: 100%;
  font-family: Opensans variablefont wdth wght;
  font-size: 14px;
  font-weight: 700;
}

.image-10 {
  display: block;
}

.text-block-2 {
  font-size: 13px;
}

.text-block-3 {
  color: #2f4858;
  font-family: Opensans variablefont wdth wght;
  font-size: 13px;
}

.text-block-4 {
  font-size: 13px;
}

.text-block-5 {
  color: #e88901;
  font-family: Opensans variablefont wdth wght;
  font-size: 13px;
  font-weight: 600;
}

.container-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}

.section-11 {
  background-image: url('../images/4931029-2.png');
  background-position: 50%;
  background-size: cover;
  max-height: 600px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 100%;
  display: block;
  position: static;
  left: 32px;
}

.div-block-13 {
  background-color: #f5f5f5;
  flex: 1;
  padding: 20px;
}

.div-block-14 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  justify-content: space-between;
  margin-left: 60px;
  padding-top: 52px;
  display: flex;
}

.div-block-15 {
  background-color: #e88901;
  max-width: 500px;
  max-height: 90%;
  position: relative;
  bottom: -84px;
  left: -167px;
}

.div-block-16 {
  z-index: auto;
  background-color: #6e1685;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-17 {
  background-color: #e88901;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  top: 0;
  left: -180px;
}

.div-block-18 {
  background-color: #e88901;
  flex: 0 auto;
  max-width: 325px;
  padding: 40px 16px;
  position: absolute;
  top: 1636px;
  left: 113.5px;
}

.heading-11 {
  color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensans variablefont wdth wght;
  font-size: 23px;
  line-height: 34px;
}

.image-11 {
  max-width: 100%;
  max-height: 100%;
}

.text-block-6 {
  color: #f5f5f5;
  margin-top: 40px;
  margin-bottom: 101px;
  font-family: Opensans variablefont wdth wght;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.heading-12 {
  font-family: Opensans variablefont wdth wght;
}

.heading-13 {
  color: #2f4858;
  margin-top: 28px;
  margin-bottom: 0;
  font-family: Opensans variablefont wdth wght;
  font-size: 20px;
  line-height: 30px;
}

.text-block-7 {
  color: #2f4858;
  margin-top: 18px;
  margin-bottom: 28px;
  font-family: Opensans variablefont wdth wght;
  font-size: 16px;
  line-height: 22px;
}

.heading-14 {
  margin-top: 28px;
  margin-bottom: 0;
  font-family: Opensans variablefont wdth wght;
  font-size: 20px;
  line-height: 30px;
}

.text-block-8 {
  color: #2f4858;
  margin-top: 18px;
  margin-bottom: 28px;
  font-family: Opensans variablefont wdth wght;
  font-size: 16px;
  line-height: 22px;
}

.text-block-9, .text-block-10 {
  color: #e88901;
  font-family: Opensans variablefont wdth wght;
  font-size: 16px;
  font-weight: 700;
}

.container-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/4931029-2.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  grid-template: "Area"
  / 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 100%;
  max-height: 100%;
  display: grid;
}

.section-12 {
  max-height: 600px;
}

.image-12 {
  max-height: 100%;
}

.div-block-19 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-13 {
  background-image: url('../images/4931029-2.png');
  background-position: 0 0;
  background-size: cover;
}

.quick-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding: 0;
}

.quick-stack-2 {
  padding: 50px 0 0;
}

.text-block-11 {
  color: #2f4858;
  margin-top: 28px;
  margin-bottom: 18px;
  font-family: Opensans variablefont wdth wght;
  font-size: 23px;
  font-weight: 700;
}

.text-block-12 {
  color: #2f4858;
  margin-bottom: 28px;
  font-family: Opensans variablefont wdth wght;
  font-size: 16px;
  line-height: 26px;
}

.text-block-13 {
  color: #e88901;
  font-family: Opensans variablefont wdth wght;
  font-size: 16px;
  font-weight: 700;
}

.cell, .cell-2 {
  background-color: #f5f5f5;
  padding: 20px;
}

.section-14 {
  background-image: url('../images/4931029-2.png');
  background-position: 0 0;
  background-size: cover;
}

.flex-block-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-20 {
  flex: 0 auto;
}

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-21 {
  background-color: #f5f5f5;
  margin-top: 37px;
  padding: 20px;
}

.div-block-22 {
  background-color: #f5f5f5;
  margin-top: 38px;
  padding: 20px;
}

.div-block-23 {
  background-color: #e88901;
  padding: 60px 20px;
  display: inline-block;
  position: absolute;
  top: 1399px;
  left: 215px;
}

.text-block-14 {
  font-family: Opensans variablefont wdth wght;
}

.text-block-15 {
  color: #f5f5f5;
  font-family: Opensans variablefont wdth wght;
  font-size: 27px;
  font-weight: 700;
  line-height: 36px;
  display: inline-block;
}

.text-block-16 {
  color: #f5f5f5;
  margin-top: 41px;
  padding-bottom: 50px;
  font-family: Opensans variablefont wdth wght;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.button-8 {
  background-color: #3898ec00;
  border: 1px solid #f5f5f5;
  font-family: Opensans variablefont wdth wght;
  font-weight: 700;
}

.heading-15 {
  color: #2f4858;
  text-align: center;
  margin: 0 auto 40px;
  font-family: Opensans variablefont wdth wght;
  font-size: 31px;
  display: block;
}

.div-block-24 {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block-17 {
  color: #2f4858;
  text-align: left;
  margin-left: 16px;
  font-family: Opensans variablefont wdth wght;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.text-block-18 {
  color: #e88901;
  margin-top: 22px;
  margin-bottom: 6px;
  margin-left: 16px;
  font-family: Opensans variablefont wdth wght;
  font-size: 13px;
  font-weight: 600;
}

.section-15 {
  margin-top: 100px;
}

.div-block-31 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-19 {
  color: #2f4858;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensans variablefont wdth wght;
  font-size: 13px;
  font-weight: 600;
}

.button-9 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block-32 {
  justify-content: space-between;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.section-16 {
  background-image: url('../images/Group-10.png'), url('../images/new-background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.text-block-20 {
  color: #f5f5f5;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Opensans variablefont wdth wght;
  font-weight: 400;
  line-height: 24px;
}

.image-13 {
  position: static;
  top: 3237.16px;
  left: 718.8px;
}

.div-block-33 {
  position: absolute;
  top: 2824.7px;
  left: 611px;
  right: 15px;
}

.section-17 {
  margin-top: 80px;
}

.div-block-34 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-21 {
  color: #2f4858;
  font-family: Opensans variablefont wdth wght;
  font-size: 28px;
  font-weight: 700;
}

.div-block-35 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-22 {
  color: #2f4858;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Opensans variablefont wdth wght;
  font-size: 18px;
  font-weight: 700;
}

.text-block-23 {
  color: #2f4858;
  text-align: center;
  font-family: Opensans variablefont wdth wght;
  font-size: 14px;
}

.image-14 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-37 {
  display: block;
}

.image-15, .image-16, .image-17, .image-18 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-38, .div-block-39, .div-block-40, .div-block-41, .div-block-42 {
  background-color: #f4f4f4;
  padding: 20px;
}

.text-block-24 {
  color: #e88901;
  text-align: right;
  font-family: Opensans variablefont wdth wght;
  font-size: 16px;
  font-weight: 600;
}

.div-block-43 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-block-44 {
  grid-column-gap: 80px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-18 {
  background-image: url('../images/Group-12png.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 129px;
  margin-bottom: 120px;
}

.div-block-45 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f4f4f400;
  flex-direction: column;
  display: flex;
}

.div-block-46, .div-block-47 {
  grid-column-gap: 24px;
  display: flex;
}

.div-block-48 {
  display: block;
}

.form-block {
  background-color: #f4f4f4;
}

.text-block-25 {
  color: #2f4858;
  margin-bottom: 40px;
  font-family: Opensans variablefont wdth wght;
  font-size: 23px;
  font-weight: 700;
}

.div-block-49 {
  background-color: #f4f4f4;
  padding: 20px 60px 40px;
  position: absolute;
  top: 3782px;
  left: 606px;
  box-shadow: 0 4px 12px #0003;
}

.checkbox-label {
  color: #2f4858;
  margin-bottom: 0;
  font-family: Opensans variablefont wdth wght;
  font-size: 16px;
  font-weight: 400;
}

.checkbox {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-width: 1px;
  border-color: #213745;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-field {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: -12px;
  padding-left: 0;
  display: flex;
}

.submit-button {
  background-color: #213745;
  font-family: Opensans variablefont wdth wght;
  font-weight: 700;
}

.textarea {
  height: 130px;
  min-height: 1px;
}

.container-16 {
  max-width: 90%;
}

.section-19 {
  background-color: #2f4858;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-26 {
  color: #f5f5f5;
  border: 1px #172833;
  margin-bottom: 20px;
  font-family: Opensans variablefont wdth wght;
  font-size: 16px;
  font-weight: 700;
}

.text-block-27 {
  color: #f5f5f5;
  margin-bottom: 8px;
  font-family: Opensans variablefont wdth wght;
  font-size: 16px;
  font-weight: 400;
}

.div-block-51 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-2 {
  display: flex;
}

.text-field {
  color: #f5f5f5;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #172833;
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-block-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.submit-button-2 {
  background-color: #e88901;
  font-size: 16px;
  font-weight: 700;
}

.brand-5 {
  margin-left: 30px;
}

.menu-button-2 {
  margin-right: 0;
}

.text-field-2 {
  color: #060606;
  font-weight: 500;
}

.about-us {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-17 {
  max-width: 100%;
  margin: 0 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.dropdown-toggle {
  border: 1px solid #000;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.dropdown {
  height: 80px;
}

.dropdown-2 {
  display: block;
  overflow: hidden;
}

.dropdown-toggle-2 {
  border: 1px solid #000;
  align-items: center;
  height: 80px;
  display: flex;
}

.dropdown-list {
  aspect-ratio: auto;
  flex-direction: column;
  display: flex;
  position: static;
  overflow: hidden;
}

.dropdown-link {
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  display: flex;
}

.text-block-28 {
  padding: 20px;
}

.section-20 {
  background-color: #e6a9a9;
}

.section-21 {
  background-color: #4ebbad;
  height: auto;
}

.slide {
  height: auto;
}

.div-block-52 {
  height: 100vh;
  min-height: auto;
  max-height: 100vh;
}

.section-22 {
  height: auto;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.collection-list-wrapper {
  flex-flow: column;
  display: flex;
}

.heading-16 {
  font-family: Noto Sans;
}

.container-18 {
  background-color: #dc1111;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-link-8 {
  padding-left: 0;
  padding-right: 0;
}

.container-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #a72a2a;
  border: 1px solid #000;
  border-radius: 1px;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  min-width: 100%;
  max-width: 0;
  min-height: 0%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar-6 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.button-10 {
  background-color: var(--navy-blue\<deleted\|variable-d00d192c-ffb1-3f35-c6f8-d9990494a230\>);
  border-radius: 20px;
  flex: 0 auto;
  align-self: center;
  margin-left: 0;
  padding: 12px 20px;
  font-family: Noto Sans;
  display: inline-block;
}

.brand-6 {
  align-self: center;
  margin-right: 0;
}

.nav-link-9 {
  font-family: Noto Sans;
  font-weight: 400;
}

.nav-link-10, .nav-link-11, .nav-link-12, .nav-link-13 {
  font-family: Noto Sans;
}

.nav-menu-3 {
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.brand-7 {
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-19 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  position: static;
}

.container-20 {
  min-width: 100%;
  margin-left: 40px;
  margin-right: 0;
  padding-right: 40px;
  display: flex;
}

.nav-menu-4 {
  flex: 0 auto;
  display: block;
}

.section-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: block;
}

.container-21 {
  background-color: #981313;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  min-width: 100%;
  min-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-22 {
  min-width: 0%;
  max-width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.heading-17 {
  margin-top: 0;
}

.container-23 {
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 0%;
  min-height: 0%;
  max-height: 100%;
  margin: 21px 40px 0;
  display: block;
  overflow: visible;
}

.image-20 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
}

.brand-8 {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-7 {
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  max-height: 0;
  display: block;
}

.nav-menu-5 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-right: 0;
  display: flex;
}

.button-12 {
  margin-left: 171px;
}

.container-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-6 {
  color: #1e1927;
  flex: 0 auto;
  font-family: Noto Sans;
  font-size: 16px;
  display: flex;
}

.navbar-8 {
  background-color: #fff;
  justify-content: space-between;
  min-height: 100px;
  max-height: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.div-block-53 {
  background-color: #ac1c1c;
  max-width: 100px;
  max-height: 100px;
}

.div-block-54 {
  background-color: var(--navy-blue\<deleted\|variable-d00d192c-ffb1-3f35-c6f8-d9990494a230\>);
  max-width: 100px;
}

.div-block-55 {
  justify-content: space-between;
  display: flex;
}

.div-block-56 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.button-13 {
  background-color: var(--navy-blue\<deleted\|variable-d00d192c-ffb1-3f35-c6f8-d9990494a230\>);
  border-radius: 20px;
  padding: 12px 20px;
  font-family: Noto Sans;
  font-size: 16px;
}

.div-block-57 {
  flex-flow: column;
  display: flex;
}

.nav-link-14 {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.hero-1 {
  text-align: center;
  min-height: 0;
  max-height: 0;
}

.div-block-58 {
  color: #0b0b0cc9;
  background-color: #d7eff6c9;
  border-bottom-left-radius: 34px;
  max-width: 50%;
  min-height: 600px;
  max-height: 0%;
  display: block;
}

.container-26 {
  background-image: url('../images/portrait-happy-family-kitchen-decorated-christmas-1-1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  max-width: 100%;
  min-height: 600px;
  max-height: 100%;
  position: static;
}

.div-block-59 {
  background-color: #d7eff6c9;
  max-width: 50%;
  min-height: 600px;
  max-height: 0;
}

.div-block-60 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-top: 16px;
  font-family: Noto Sans;
  font-size: 16px;
  display: flex;
}

.text-block-29 {
  color: #1e1927;
  font-size: 18px;
  font-weight: 500;
}

.heading-18 {
  color: var(--navy-blue\<deleted\|variable-d00d192c-ffb1-3f35-c6f8-d9990494a230\>);
  text-align: left;
  margin-top: 32px;
  margin-bottom: 0;
  margin-right: 24px;
  font-family: Noto Sans;
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
}

.button-14 {
  border: 1px solid var(--navy-blue\<deleted\|variable-d00d192c-ffb1-3f35-c6f8-d9990494a230\>);
  color: var(--navy-blue\<deleted\|variable-d00d192c-ffb1-3f35-c6f8-d9990494a230\>);
  background-color: #3898ec00;
  border-radius: 30px;
  padding: 14px 20px;
  font-family: Noto Sans;
  font-weight: 300;
}

.div-block-61 {
  margin-top: 36px;
  margin-bottom: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-62 {
  margin-top: 0;
  margin-left: 0;
  padding-top: 135px;
  padding-left: 40px;
}

.button-15 {
  background-color: var(--navy-blue\<deleted\|variable-d00d192c-ffb1-3f35-c6f8-d9990494a230\>);
  border-radius: 20px;
  padding: 12px 20px;
  font-family: Noto Sans;
  font-size: 16px;
}

.container-27 {
  background-color: #021dc108;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
}

.heading-19 {
  color: var(--navy-blue\<deleted\|variable-d00d192c-ffb1-3f35-c6f8-d9990494a230\>);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans;
  font-size: 39px;
  font-weight: 900;
}

.paragraph-9 {
  text-align: center;
  margin-top: 16px;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 300;
}

.div-block-63 {
  margin-left: 40px;
  margin-right: 40px;
}

.grid-8 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
  margin-left: 40px;
  margin-right: 40px;
}

.image-21 {
  display: block;
}

.div-block-64 {
  border-radius: 36px;
  flex-flow: column;
  padding-bottom: 32px;
  display: flex;
  box-shadow: 3px 2px 40px #0003;
}

.text-block-30 {
  text-align: center;
  margin-top: 32px;
  font-family: Noto Sans;
  font-size: 20px;
  font-weight: 800;
}

.text-block-31 {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 40px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Noto Sans;
  font-size: 16px;
  line-height: 24px;
}

.button-17 {
  background-color: var(--main-blue\<deleted\|variable-b30cc48a-c53c-01de-fd9a-0660e2d59c14\>);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  font-family: Noto Sans;
  font-size: 16px;
  display: flex;
}

.div-block-66 {
  display: flex;
}

.grid-9 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-67 {
  padding-top: 6px;
  position: relative;
  top: 32px;
}

.image-22 {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 4px;
}

.heading-20 {
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: 48px;
  padding-top: 0;
  padding-left: 40px;
  font-family: Noto Sans;
  font-size: 25px;
  font-weight: 900;
}

.paragraph-10 {
  margin-bottom: 0;
  margin-left: 48px;
  padding-left: 40px;
  font-family: Noto Sans;
  font-size: 16px;
  line-height: 25px;
}

.div-block-68 {
  line-height: 2024px;
  position: relative;
  top: 32px;
}

.grid-10 {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-69 {
  z-index: 2;
  background-color: var(--main-blue\<deleted\|variable-b30cc48a-c53c-01de-fd9a-0660e2d59c14\>);
  border-radius: 20px;
  position: relative;
}

.text-block-32 {
  color: #fff;
  padding: 18px;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  position: relative;
}

.image-23 {
  z-index: 1;
  position: relative;
  top: -29px;
  left: 63px;
  right: -58px;
}

.div-block-70 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -16px;
  display: flex;
}

.text-block-33 {
  font-family: Noto Sans;
  font-size: 16px;
}

.div-block-71 {
  display: none;
}

.section-24 {
  background-color: #d7eff6;
}

.container-28 {
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 0;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-72 {
  align-items: flex-end;
  display: flex;
}

.text-block-34 {
  margin-bottom: 42px;
  margin-right: -63px;
  font-family: Noto Sans;
  font-size: 16px;
}

.text-span-4 {
  font-weight: 700;
}

.div-block-73 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 16px;
  display: flex;
}

.heading-21 {
  color: var(--navy-blue\<deleted\|variable-d00d192c-ffb1-3f35-c6f8-d9990494a230\>);
  margin-top: 20px;
  margin-bottom: 42px;
  font-family: Noto Sans;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
}

.div-block-74 {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 0;
  display: block;
}

.text-block-35, .text-block-36, .text-block-37 {
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 500;
}

.button-18 {
  background-color: var(--main-blue\<deleted\|variable-b30cc48a-c53c-01de-fd9a-0660e2d59c14\>);
  border-radius: 30px;
  margin-top: 60px;
  padding: 12px 20px;
  font-family: Noto Sans;
  font-size: 16px;
}

.container-29 {
  max-width: 100%;
  margin: 60px 40px;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.paragraph-11 {
  margin-top: 8px;
  margin-bottom: 38px;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.link {
  color: #0f0f0f;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 600;
}

.heading-22 {
  color: var(--navy-blue\<deleted\|variable-d00d192c-ffb1-3f35-c6f8-d9990494a230\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans;
  font-weight: 900;
}

.text-block-38 {
  margin-top: 16px;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 600;
}

.container-right {
  max-width: 50%;
  margin: 60px 0;
}

.dropdown-3 {
  display: flex;
}

.section-25 {
  background-color: #021dc100;
  margin-bottom: 0;
  display: flex;
}

.div-block-78 {
  justify-content: flex-start;
  display: flex;
}

.div-block-79 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  display: flex;
}

.div-block-80 {
  min-width: 50%;
  max-width: 50%;
}

.div-block-81 {
  min-width: 50%;
  max-width: 0%;
}

.container-30 {
  background-color: #021dc100;
  min-width: 100%;
  max-width: 0%;
  margin-left: 40px;
  margin-right: 40px;
  padding: 20px 0;
}

.container-31 {
  background-color: #021dc11a;
  min-width: 50%;
  max-width: 0;
  padding: 20px;
}

.progress-bar {
  background-color: var(--navy-blue\<deleted\|variable-d00d192c-ffb1-3f35-c6f8-d9990494a230\>);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 0%;
  object-fit: fill;
  width: 100%;
  height: 10px;
  position: fixed;
  inset: 0% auto auto 0%;
  transform: none;
}

.div-block-82 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 16px;
  display: flex;
}

.text-block-39 {
  margin-bottom: 16px;
}

.link-2 {
  color: #141414;
  text-decoration: none;
}

.text-block-40 {
  color: #2c2c2c;
  font-family: Noto Sans;
  font-weight: 500;
  text-decoration: none;
}

.div-block-83 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 16px;
  display: flex;
}

.div-block-84 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.link-3 {
  color: #292727;
  text-decoration: none;
}

.container-32 {
  background-color: #021dc133;
  flex: 0 auto;
  width: 50vw;
  min-width: 0%;
  max-width: 0;
  margin: 0;
  padding-right: 0;
}

.div-block-85 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-13 {
  grid-template-columns: 1.75fr .25fr 5fr;
}

.grid-14 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  min-width: 0%;
  max-width: 100%;
}

.div-block-86 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  min-width: 100%;
  max-width: 0%;
  display: flex;
}

.link-4 {
  flex: none;
  padding-right: 0;
}

.image-25 {
  flex: 0 auto;
  align-self: flex-start;
}

.paragraph-12 {
  flex: 1;
}

.div-block-87 {
  flex: 1;
  padding-right: 99px;
}

.dropdown-4 {
  flex-flow: column;
  width: 100%;
  min-width: 0%;
  max-width: 0%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.text-block-41 {
  margin-right: 200px;
}

.dropdown-toggle-3 {
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  display: block;
}

.dropdown-5 {
  flex-flow: row;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.dropdown-toggle-4 {
  display: flex;
}

.dropdown-list-2 {
  display: block;
}

.container-33 {
  background-color: #021dc170;
  width: 50vw;
  max-width: 0;
}

.container-34 {
  background-color: #021dc13d;
  min-width: 100%;
  max-width: 0;
  margin: 40px;
}

.container-35 {
  background-color: #021dc1ab;
  min-width: 50%;
  max-width: 0;
}

.section-26 {
  background-color: #021dc14d;
  display: block;
}

.link-5 {
  align-self: center;
  margin-right: 39px;
}

.div-block-88 {
  display: flex;
}

.container-36 {
  max-width: 100%;
  margin: 40px;
}

.grid-15 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-89 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.image-26 {
  flex: 0 auto;
  align-self: baseline;
}

.link-6, .div-block-90 {
  flex: none;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr 1fr;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr 1fr;
  grid-auto-columns: 1fr;
}

.container-37 {
  max-width: 100%;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.div-block-91, .div-block-92 {
  flex: 1;
  max-width: 50%;
}

.grid-18 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  place-content: center;
  justify-items: center;
}

.grid-19 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  place-items: stretch center;
}

.collection-list {
  flex-flow: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-item {
  margin-top: 54px;
}

.collection-list-wrapper-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.container-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  min-width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.nav-link-15 {
  color: var(--grey);
  padding: 12px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-15:lang(en) {
  color: var(--main-orange);
}

.nav-link-16 {
  color: var(--grey);
  padding: 12px 12px 12px 24px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-16.w--current {
  color: var(--grey);
  margin-left: 0;
  margin-right: 0;
  padding-left: 26px;
}

.nav-link-16.w--current:lang(en) {
  color: var(--main-orange);
}

.nav-link-17 {
  color: var(--grey);
  padding: 12px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-17.w--current:lang(en) {
  color: var(--main-orange);
}

.nav-link-18 {
  color: var(--grey);
  padding: 12px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-18.w--current:lang(en) {
  color: var(--main-orange);
}

.nav-link-19 {
  color: var(--grey);
  padding: 12px 24px 12px 12px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-19:lang(en) {
  color: var(--main-orange);
}

.nav-menu-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 136px;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
}

.container-39 {
  min-width: 100%;
  max-width: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 0;
  display: block;
  position: static;
}

.flex-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-27 {
  display: block;
}

.heading-23 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 58px;
}

.text-block-42 {
  color: var(--black);
  font-family: Opensans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: none;
}

.button-19 {
  background-color: var(--main-orange);
  color: var(--white);
  border-radius: 16px;
  margin-right: 0;
  padding: 24px 43px;
  font-family: Opensans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.button-19:hover {
  background-color: #d45c03;
}

.div-block-93 {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  display: block;
}

.div-block-94 {
  flex: none;
  align-self: baseline;
  min-width: 100%;
  display: block;
}

.section-27 {
  background-color: var(--white);
  margin-top: 125px;
  display: none;
  position: static;
  top: 137px;
}

.div-block-95, .image-29 {
  display: none;
}

.text-block-43 {
  color: var(--black);
  font-family: Opensans, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.container-40 {
  background-color: #fff;
  min-width: 100%;
  max-width: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 40px 100px 40px
}

.flex-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
}

.paragraph-13 {
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.heading-24 {
  color: var(--black);
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 39px;
  font-weight: 800;
  line-height: 48px;
}

.text-block-44 {
  color: var(--main-orange);
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.container-41 {
  background-image: url('../images/Background-circle.webp');
  background-position: 50%;
  background-size: auto;
  min-width: 100%;
  max-width: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 40px;
}

.paragraph-14 {
  color: var(--black);
  margin-bottom: 0;
  padding-top: 40px;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: none;
}

.image-31 {
  margin-top: 60px;
}

.flex-block-6 {
  justify-content: space-between;
}

.div-block-97 {
  grid-column-gap: 80px;
  grid-row-gap: 31px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-45 {
  text-align: center;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-98 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.paragraph-15 {
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-16 {
  display: none;
}

.container-42 {
  min-width: 100%;
  max-width: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 40px;
}

.flex-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  margin-bottom: 60px;
}

.paragraph-17 {
  color: var(--black);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-46 {
  color: #626161;
  text-align: center;
  font-family: Opensans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.div-block-99 {
  flex-flow: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  display: flex;
}

.flex-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
}

.image-32 {
  display: block;
}

.container-43 {
  justify-content: space-between;
  min-width: 100%;
  max-width: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 40px;
  display: block;
}

.flex-block-9 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
}

.paragraph-18 {
  color: var(--black);
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: none;
}

.container-44 {
  min-width: 100%;
  max-width: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 40px;
}

.div-block-100 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-47 {
  color: var(--black);
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-48 {
  color: var(--black);
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-49 {
  color: var(--black);
  font-family: Opensans, sans-serif;
  font-size: 18px;
}

.div-block-101 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.div-block-102 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-103 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-104 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.flex-block-10 {
  justify-content: space-between;
}

.submit-button-3 {
  background-color: var(--main-orange);
  min-width: 100%;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.submit-button-3:hover {
  background-color: #d45c03;
}

.form-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 12px;
  flex-flow: column;
  min-width: 500px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 34px 28px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-50 {
  color: var(--black);
  font-family: Opensans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.form-3 {
  flex-flow: column;
  display: flex;
}

.field-label {
  color: var(--black);
  margin-bottom: 6px;
  font-family: Opensans, sans-serif;
  font-weight: 600;
}

.field-label-2, .field-label-3 {
  color: var(--black);
  font-family: Opensans, sans-serif;
  font-weight: 600;
}

.field-label-4 {
  font-family: Opensans, sans-serif;
  font-weight: 600;
}

.textarea-2 {
  color: #525252;
  background-color: #f2f2f2;
  border: 0 #000;
  border-radius: 8px;
  min-height: 172px;
  font-family: Opensans, sans-serif;
  font-weight: 300;
}

.text-field-3, .text-field-4, .text-field-5 {
  color: #525252;
  background-color: #f2f2f2;
  border: 0 #000;
  border-radius: 8px;
  font-family: Opensans, sans-serif;
  font-weight: 300;
}

.link-7, .link-8 {
  color: var(--black);
  text-decoration: none;
}

.container-45 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar-10 {
  z-index: 98;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: 224px;
  display: block;
  position: relative;
}

.section-28 {
  min-height: 0;
}

.brand-10 {
  padding-left: 0;
}

.nav-link-20 {
  color: var(--grey);
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-20:lang(en) {
  color: var(--main-orange);
}

.nav-link-21 {
  color: var(--grey);
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-21:lang(en) {
  color: var(--main-orange);
}

.nav-link-22 {
  color: var(--grey);
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-22:hover, .nav-link-22.w--current {
  color: var(--main-orange);
}

.nav-link-23 {
  color: var(--grey);
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-23:hover, .nav-link-23.w--current {
  color: var(--main-orange);
}

.nav-link-24 {
  color: var(--grey);
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-24:hover, .nav-link-24.w--current {
  color: var(--main-orange);
}

.nav-link-25 {
  color: var(--grey);
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-25:hover, .nav-link-25.w--current {
  color: var(--main-orange);
}

.nav-link-26 {
  color: var(--grey);
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-26:hover {
  color: var(--main-orange);
}

.nav-link-26:focus {
  color: var(--mild-orange);
}

.nav-link-26.w--current {
  color: var(--main-orange);
}

.nav-link-27 {
  color: var(--grey);
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-27:hover {
  color: var(--main-orange);
}

.nav-link-27.w--current {
  color: var(--main-orange);
  font-family: Opensans, sans-serif;
}

.nav-link-27:lang(en) {
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-51 {
  color: var(--white);
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.success-message {
  background-color: #0b6623;
}

.text-block-52 {
  color: var(--grey);
  font-family: Opensans, sans-serif;
}

.div-block-107 {
  z-index: 99;
  background-color: var(--mild-orange);
  transform-origin: 0%;
  min-width: 100%;
  height: 10px;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-block-53 {
  color: var(--black);
  text-align: center;
  font-family: Opensans, sans-serif;
  font-weight: 400;
}

.container-46 {
  min-width: 100%;
  max-width: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-29 {
  background-color: #f8f8f8;
}

.image-35 {
  display: block;
}

.image-36 {
  margin-left: 0;
}

.container-47 {
  min-width: 100%;
  max-width: 0;
  margin-left: 40px;
  margin-right: 0;
}

.container-48 {
  min-width: 100%;
  max-width: 0;
  margin-top: 125px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.heading-25 {
  color: var(--black);
  font-family: Opensans, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 54px;
}

.text-block-54 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.button-20 {
  background-color: var(--main-orange);
  color: var(--white);
  border-radius: 16px;
  flex: 0 auto;
  align-self: auto;
  padding: 20px 40px;
  font-family: Opensans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}

.button-20:hover {
  background-color: #d45c03;
}

.div-block-108 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-flow: column;
  align-self: center;
  display: block;
}

.flex-block-11 {
  justify-content: space-between;
}

.image-37 {
  vertical-align: baseline;
  max-width: 100%;
  display: block;
}

.div-block-109 {
  background-color: #82ce50;
  align-self: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.text-block-55 {
  color: var(--white);
  text-align: center;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.flex-block-12 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
}

.div-block-110 {
  padding-top: 40px;
}

.link-9 {
  color: var(--black);
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.link-9:hover {
  color: var(--main-orange);
}

@media screen and (min-width: 1440px) {
  .body {
    margin-bottom: 0;
  }

  .hero {
    width: 100vw;
    height: 600px;
    min-height: 0;
  }

  .header {
    background-image: url('../images/Header-graphic.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: auto;
    min-width: 100vw;
    min-height: 682px;
    margin-top: -126px;
  }

  .image-8 {
    display: block;
  }

  .nav-menu-2 {
    display: flex;
  }

  .container-10 {
    grid-column-gap: 0px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #9e121200;
    background-clip: border-box;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    min-height: 0;
    max-height: 0;
    margin: 20px 0 0;
    display: block;
  }

  .navbar-5 {
    background-color: #ddd0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding-left: 0;
    display: block;
  }

  .button-5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-9 {
    color: #f5f5f5;
    max-width: 700px;
    font-family: Opensans variablefont wdth wght;
    font-size: 61px;
    line-height: 80px;
  }

  .paragraph-7 {
    color: #f5f5f5;
    max-width: 700px;
    margin-top: 52px;
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .button-7 {
    color: #f5f5f5;
    background-color: #e88901;
    padding: 15px 18px;
    font-family: Opensans variablefont wdth wght;
    font-size: 16px;
    font-weight: 700;
  }

  .container-12 {
    max-width: 100vw;
    margin-left: 152px;
  }

  .section-17 {
    margin-top: 70px;
  }

  .div-block-34 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-21 {
    color: #2f4858;
    font-family: Opensans variablefont wdth wght;
    font-size: 31px;
    font-weight: 700;
  }

  .div-block-35 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-36 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    max-width: 100%;
    display: grid;
  }

  .div-block-49 {
    top: 4316px;
  }

  .div-block-62 {
    padding-top: 136px;
    padding-bottom: 0;
  }

  .grid-8 {
    display: none;
  }

  .text-block-30 {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
  }

  .text-block-31 {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 40px;
    padding-left: 28px;
    padding-right: 28px;
    font-family: Noto Sans;
    font-size: 16px;
    line-height: 23px;
  }

  .button-16 {
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .button-17 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .div-block-65 {
    display: flex;
  }

  .navbar-9 {
    position: relative;
  }

  .container-38 {
    position: absolute;
  }

  .nav-link-15, .nav-link-16, .nav-link-17, .nav-link-18, .nav-link-19 {
    color: var(--grey);
    font-family: Opensans, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-menu-7 {
    background-color: var(--white);
    border-radius: 8px;
    margin-left: 136px;
  }

  .container-39 {
    min-width: 100%;
    max-width: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .flex-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .image-27 {
    vertical-align: baseline;
    display: inline-block;
  }

  .heading-23 {
    color: var(--black);
    font-family: Opensans, sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 56px;
    text-decoration: none;
  }

  .text-block-42 {
    color: var(--black);
    font-family: Opensans, sans-serif;
    font-size: 30px;
    font-weight: 300;
  }

  .button-19 {
    background-color: var(--main-orange);
    color: var(--white);
    border-radius: 16px;
    padding: 24px 43px;
    font-family: Opensans, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  .div-block-93 {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 195px;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .heading-4 {
    text-align: center;
  }

  .div-block-5 {
    outline-offset: 0px;
    object-fit: contain;
    outline: 3px dotted #555;
  }

  .header {
    background-size: cover;
  }

  .div-block-49 {
    top: 4515px;
    left: 1298px;
  }
}

@media screen and (max-width: 991px) {
  .blog3-articles-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .btn.btn-white.blog2-card-cta {
    text-align: center;
    display: block;
    bottom: 20px;
    left: 30px;
  }

  .card-headline {
    width: 60%;
    max-width: 100%;
    display: block;
  }

  .card-headline._6col-card {
    width: 60%;
    display: block;
  }

  .wrap {
    width: 645px;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog3-card {
    text-align: left;
  }

  .blog3-card.blog3-card1-content {
    width: auto;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .body {
    display: block;
  }

  .f2wf-columns {
    flex-direction: column;
    align-items: center;
  }

  .heading-4 {
    text-align: center;
    line-height: 60px;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    width: 100%;
    display: flex;
  }

  .div-block-4 {
    width: 50%;
  }

  .grid-7 {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    width: 100%;
    min-height: 900px;
    display: grid;
  }

  .image-2 {
    width: 50%;
  }

  .hero-section {
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .header {
    background-position: 50%;
  }

  .nav-menu-2 {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    inset: 80% -4% auto -2%;
  }

  .nav-link-4 {
    text-align: left;
  }

  .button-5 {
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    display: none;
  }

  .button-7.new-button {
    margin-bottom: 56px;
  }

  .container-12 {
    margin-left: 25px;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    max-width: 80%;
  }

  .text-block-5 {
    margin-bottom: 80px;
  }

  .container-14 {
    flex-direction: column;
    justify-content: space-around;
    max-width: 100%;
  }

  .div-block-12 {
    flex: 0 auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .div-block-18 {
    top: 2679.13px;
  }

  .image-11 {
    margin-right: 170px;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-end;
    display: flex;
  }

  .section-13 {
    display: block;
  }

  .quick-stack {
    flex: none;
    order: 0;
    align-self: stretch;
  }

  .quick-stack-2 {
    order: 0;
  }

  .flex-block-2, .flex-block-3 {
    flex-direction: column;
  }

  .div-block-23 {
    top: 2870px;
    left: 322px;
  }

  .text-block-15 {
    color: #f5f5f5;
    font-size: 27px;
  }

  .text-block-16 {
    color: #f5f5f5;
    font-size: 14px;
  }

  .button-8 {
    color: #f5f5f5;
    background-color: #3898ec00;
    border: 1px solid #f5f5f5;
    border-radius: 1px;
    padding: 10px 20px;
    font-family: Opensans variablefont wdth wght;
    font-weight: 700;
  }

  .div-block-24 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
  }

  .div-block-32 {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: space-between;
  }

  .div-block-33 {
    align-self: flex-start;
    margin-left: 0;
    margin-right: auto;
    position: static;
  }

  .div-block-36 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-44 {
    flex-direction: column;
    padding-bottom: 41px;
  }

  .section-18 {
    margin-top: 59px;
    margin-bottom: 60px;
  }

  .div-block-45 {
    padding-top: 40px;
  }

  .div-block-49 {
    padding-top: 40px;
    position: static;
  }

  .div-block-50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 150px 150px 150px 150px;
    grid-template-columns: 1fr;
  }

  .container-23 {
    flex: 0 auto;
    justify-content: space-around;
    align-items: stretch;
    min-width: 0;
    margin: auto 25px;
    padding-right: 0;
    display: flex;
  }

  .brand-8 {
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 531px;
    display: flex;
  }

  .navbar-7 {
    justify-content: flex-start;
    display: flex;
  }

  .button-11 {
    overflow: visible;
  }

  .button-13 {
    text-align: center;
    flex: 0 auto;
    display: none;
  }

  .hero-1 {
    background-position: 50%;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .container-26 {
    background-position: 100%;
  }

  .div-block-59 {
    background-color: #d7eff6a6;
    max-width: 100%;
  }

  .heading-18 {
    text-align: left;
  }

  .div-block-61 {
    text-align: center;
  }

  .div-block-62 {
    text-align: left;
    padding-right: 40px;
  }

  .button-15 {
    text-align: center;
    display: block;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .div-block-64 {
    border-radius: 62px;
  }

  .grid-9 {
    grid-column-gap: 104px;
    grid-row-gap: 104px;
    grid-template-columns: 1fr;
  }

  .grid-10 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .div-block-71 {
    display: block;
  }

  .grid-11 {
    grid-template-columns: 1fr;
  }

  .heading-21 {
    text-align: center;
  }

  .div-block-74 {
    grid-row-gap: 0px;
    align-items: center;
    display: flex;
  }

  .grid-12 {
    grid-template-columns: 1.5fr;
  }

  .div-block-75 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-76 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    align-items: center;
    display: flex;
  }

  .div-block-77 {
    margin-bottom: 24px;
  }

  .section-26 {
    flex-flow: row;
  }

  .navbar-9 {
    background-color: var(--white);
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: fixed;
  }

  .container-38 {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .nav-link-16 {
    padding-left: 12px;
  }

  .nav-link-16.w--current {
    padding-left: 32px;
  }

  .nav-menu-7 {
    background-color: #f8f5f5;
    flex: none;
    min-width: 100%;
    margin-left: 83px;
  }

  .container-39 {
    flex-flow: column;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .flex-block-4 {
    background-image: url('../images/Hero-Image-All_1.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-width: 100%;
  }

  .image-27 {
    z-index: 0;
    position: static;
    top: -600px;
  }

  .heading-23 {
    color: var(--white);
    text-align: center;
  }

  .text-block-42 {
    color: var(--white);
    text-align: center;
    line-height: 34px;
    display: block;
  }

  .div-block-93 {
    z-index: 99;
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
  }

  .div-block-94 {
    z-index: 1;
    flex: 1;
    align-self: center;
    display: none;
    position: relative;
    top: -638px;
  }

  .brand-9 {
    flex: none;
  }

  .menu-button-3 {
    background-color: var(--white);
    margin-top: 44px;
    margin-bottom: 0;
    position: static;
  }

  .menu-button-3:lang(en) {
    background-color: #fff;
  }

  .section-27 {
    margin-top: 122px;
    display: block;
  }

  .icon {
    color: var(--main-orange);
  }

  .div-block-95 {
    display: block;
  }

  .image-28 {
    position: relative;
    top: -482px;
    left: 0;
  }

  .text-block-43 {
    display: none;
  }

  .container-40 {
    padding-top: 60px;
    padding-bottom: 70px;
    padding-right: 40px;
  }

  .flex-block-5 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .div-block-96 {
    align-self: center;
    display: none;
  }

  .container-41 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .image-31 {
    margin-bottom: 60px;
  }

  .flex-block-6 {
    flex-flow: column;
  }

  .div-block-97 {
    align-self: center;
  }

  .paragraph-15 {
    display: none;
  }

  .container-42 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .flex-block-7 {
    flex-flow: column;
  }

  .paragraph-17 {
    display: none;
  }

  .flex-block-8 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .image-32 {
    margin-top: 60px;
    padding-top: 0;
  }

  .container-43 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .flex-block-9 {
    flex-flow: column;
  }

  .paragraph-18 {
    margin-top: 40px;
    margin-bottom: 0;
    display: block;
  }

  .container-44 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .flex-block-10 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-105 {
    align-self: center;
  }

  .container-45 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .navbar-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
  }

  .nav-menu-8 {
    background-color: var(--white);
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    min-width: 100%;
    margin-left: 0;
    display: flex;
  }

  .image-33 {
    margin-left: 0;
  }

  .menu-button-4 {
    flex: 0 auto;
    align-self: center;
    align-items: center;
    margin-left: 464px;
    margin-right: 0;
    padding: 20px;
    display: flex;
  }

  .menu-button-4:active {
    background-color: #f8f8f8;
  }

  .menu-button-4.w--open {
    background-color: var(--white);
  }

  .icon-2 {
    color: var(--main-orange);
    justify-content: flex-end;
    display: flex;
  }

  .brand-10 {
    flex: 0 auto;
    align-self: auto;
    padding-left: 0;
  }

  .img {
    color: var(--main-orange);
    display: block;
  }

  .image-34 {
    flex: 0 auto;
  }

  .container-48 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .heading-25 {
    color: var(--white);
    text-align: center;
    line-height: 54px;
  }

  .text-block-54 {
    color: var(--white);
    text-align: center;
  }

  .button-20 {
    text-align: left;
  }

  .div-block-108 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .flex-block-11 {
    flex-flow: column;
  }

  .section-30 {
    background-image: url('../images/Hero-Image-All_1.webp');
    background-position: 50%;
    background-size: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .news-item-image {
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .btn.btn-white.blog2-card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .card-headline {
    width: 60%;
    display: block;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._6-col {
    margin-right: 0;
  }

  .hero-section {
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .flex-block {
    max-width: 70%;
  }

  .heading-10 {
    min-width: 100%;
    max-width: 100%;
  }

  .container-13 {
    max-width: 100%;
  }

  .div-block-23 {
    top: 2567px;
    left: 148px;
  }

  .div-block-24 {
    grid-template-columns: 1fr;
  }

  .div-block-25, .div-block-26, .div-block-27, .div-block-28, .div-block-29, .div-block-30 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-26 {
    background-position: 85%;
  }

  .heading-18 {
    font-size: 29px;
  }

  .div-block-62 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-75 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .div-block-76 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .image-24 {
    margin-top: 24px;
  }

  .heading-23 {
    font-size: 46px;
    line-height: 48px;
  }

  .text-block-42 {
    font-size: 26px;
  }

  .button-19 {
    font-size: 18px;
  }

  .paragraph-13 {
    font-size: 17px;
    display: none;
  }

  .paragraph-14 {
    display: block;
  }

  .paragraph-15 {
    display: none;
  }

  .paragraph-16 {
    color: var(--black);
    margin-top: 40px;
    margin-bottom: 0;
    font-family: Opensans, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    display: block;
  }

  .paragraph-17 {
    display: none;
  }

  .menu-button-4 {
    margin-left: 285px;
  }

  .heading-25 {
    font-size: 44px;
    line-height: 44px;
  }

  .text-block-54 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .btn {
    text-align: center;
    display: block;
  }

  .btn.btn-white {
    display: block;
  }

  .paragraph {
    text-align: center;
  }

  .hero-section {
    background-size: cover;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .header {
    object-fit: fill;
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    min-width: 320px;
    max-width: 100vw;
    max-height: 80%;
  }

  .image-8 {
    min-width: 60%;
    max-width: 80%;
  }

  .heading-9 {
    max-width: 90%;
    font-size: 46px;
  }

  .paragraph-7 {
    text-align: left;
    max-width: 90%;
    font-size: 18px;
  }

  .button-7.new-button {
    margin-bottom: 60px;
  }

  .flex-block {
    max-width: 100%;
    margin-top: 61px;
  }

  .heading-10 {
    font-size: 30px;
    line-height: 38px;
  }

  .container-13 {
    max-width: 80%;
  }

  .container-14 {
    max-width: 100%;
  }

  .div-block-14 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-18 {
    left: -3.5px;
  }

  .flex-block-2 {
    max-width: 100%;
  }

  .div-block-23 {
    position: static;
  }

  .text-block-21 {
    line-height: 28px;
  }

  .div-block-36 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-44 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-46, .div-block-47 {
    flex-direction: column;
  }

  .text-block-25 {
    font-size: 20px;
  }

  .div-block-49 {
    box-shadow: none;
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-left: -8px;
    margin-right: auto;
    display: flex;
  }

  .submit-button {
    margin-top: 20px;
  }

  .div-block-56 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-26 {
    background-position: 70% 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .div-block-60 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    justify-items: start;
    font-size: 15px;
    display: flex;
  }

  .text-block-29 {
    font-size: 13px;
    display: block;
  }

  .heading-18 {
    font-size: 24px;
    line-height: 36px;
  }

  .div-block-61 {
    display: block;
  }

  .div-block-62 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-15 {
    margin-top: 0;
    font-size: 14px;
    display: block;
  }

  .navbar-9 {
    flex-flow: row;
    justify-content: flex-start;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .container-38 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex: 1;
    order: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-23 {
    font-size: 26px;
    line-height: 34px;
  }

  .text-block-42 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }

  .button-19 {
    padding: 18px 26px;
    font-size: 16px;
  }

  .div-block-93 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .menu-button-3 {
    margin-top: 7px;
  }

  .section-27 {
    margin-top: 97px;
  }

  .image-29 {
    display: block;
  }

  .image-30 {
    display: none;
  }

  .container-40 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-24 {
    font-size: 34px;
    line-height: 44px;
  }

  .container-41 {
    background-position: 50% 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-97 {
    grid-row-gap: 41px;
    grid-template-columns: 1fr;
  }

  .container-42 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-46 {
    line-height: 32px;
  }

  .container-43 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-9 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .container-44 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block-3 {
    min-width: 400px;
    display: flex;
  }

  .div-block-106 {
    flex-flow: column;
    display: flex;
  }

  .container-45 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button-4 {
    flex: none;
    margin-left: 108px;
  }

  .brand-10 {
    flex: 0 auto;
  }

  .heading-25 {
    font-size: 30px;
    line-height: 32px;
  }
}

#w-node-_49225c57-0273-d1fc-ce67-86cb51f584f0-f4106675, #w-node-f70057a9-b10d-ccff-b263-17e1cf22824f-f4106675, #w-node-e0dc4d21-769b-44f9-0dbb-d2b60c823ec6-f4106675, #w-node-_873c5091-4746-cec0-0274-09a6173dafee-f4106675, #w-node-d4d930fc-5507-94a4-7ae8-0445b537cf05-f4106675, #w-node-_462e18fa-3c13-9259-3a93-c9fc4869d694-f4106675, #w-node-_50bf9eb4-7f84-f58f-f589-147f652967ca-f4106675, #w-node-_59dc409c-d5f5-5bc1-f699-0289e5e1830d-f4106675, #w-node-_2c4d38ac-f4c8-0d96-d12b-29f75aa2b49a-f4106675, #w-node-_1e1cdbad-a734-149b-d6bb-b9235adc2fac-f4106675 {
  place-self: center;
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}