@font-face {
  font-family: "Dubaiw 23";
  src: url('../fonts/DubaiW23-Bold.woff2') format("woff2"), url('../fonts/DubaiW23-Bold.woff') format("woff"), url('../fonts/DubaiW23-Bold.ttf') format("truetype"), url('../fonts/DubaiW23-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dubaiw 23";
  src: url('../fonts/DubaiW23-Light.woff2') format("woff2"), url('../fonts/DubaiW23-Light.eot') format("embedded-opentype"), url('../fonts/DubaiW23-Light.woff') format("woff"), url('../fonts/DubaiW23-Light.ttf') format("truetype"), url('../fonts/DubaiW23-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dubaiw 23";
  src: url('../fonts/DubaiW23-Regular.woff2') format("woff2"), url('../fonts/DubaiW23-Regular.eot') format("embedded-opentype"), url('../fonts/DubaiW23-Regular.woff') format("woff"), url('../fonts/DubaiW23-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dubaiw 23";
  src: url('../fonts/DubaiW23-Medium.woff2') format("woff2"), url('../fonts/DubaiW23-Medium.eot') format("embedded-opentype"), url('../fonts/DubaiW23-Medium.woff') format("woff"), url('../fonts/DubaiW23-Medium.ttf') format("truetype"), url('../fonts/DubaiW23-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --main-color: black;
  --second-color: #4361ee;
  --body-text-color: #d9dae2;
  --third-color: #f2f2fa;
  --blue: #1674ac;
  --skyblue: #9dc3df;
  --darkblue: #385e85;
  --textwhite: var(--white);
  --titlewhite: #fff;
  --grey: #445567;
  --divider-color: #d8dfe0;
  --gold: #b27905;
  --green: #43946c;
  --red: #cf364c;
  --light-blue: #dee9f2;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--white);
  color: var(--main-color);
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

a {
  color: var(--main-color);
  text-decoration: none;
}

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

ol {
  opacity: .5;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: 600;
}

li {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
}

img {
  max-width: 100%;
  font-size: 14px;
  display: inline-block;
}

blockquote {
  border-left: 2px solid var(--main-color);
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

figcaption {
  opacity: .55;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.subhead {
  opacity: .7;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.subhead.second {
  opacity: .6;
  font-size: 17px;
  font-weight: 600;
}

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

.error-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f71818;
  border-radius: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  font-weight: 600;
}

.button {
  background-color: var(--second-color);
  color: var(--white);
  cursor: pointer;
  border-style: none;
  border-radius: 30px;
  padding: 17px 30px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  background-color: #5670ee;
  background-image: none;
}

.button.subscribe {
  background-color: var(--second-color);
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 6px 8px auto auto;
}

.button.full {
  width: 100%;
}

.button.dark {
  background-color: var(--main-color);
}

.button.dark:hover {
  opacity: .74;
}

.subscribe-field {
  background-color: var(--body-text-color);
  height: 64px;
  color: var(--second-color);
  background-image: url('../images/user_1user.avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #c1c1be80;
  border-radius: 30px;
  align-self: center;
  margin-bottom: 0;
  padding-left: 50px;
}

.subscribe-field::placeholder {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 500;
}

.subscribe-field.for-search {
  background-color: var(--white);
  height: 62px;
  color: var(--main-color);
  background-image: url('../images/Search-Color.svg');
  background-size: 22px;
  margin-bottom: 30px;
  padding-left: 48px;
}

.subscribe-field.for-search::placeholder {
  color: #0009;
  font-size: 16px;
}

.subscribe-field.plain {
  background-color: var(--white);
  max-width: 300px;
  color: var(--main-color);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 20px;
}

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.utility-page-content.second {
  justify-content: center;
  align-items: center;
  width: 800px;
}

.search-link {
  color: var(--main-color);
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.search-result-item {
  background-color: var(--third-color);
  color: var(--main-color);
  border: 1px solid #ffffff26;
  border-radius: 30px;
  flex-flow: column;
  padding: 40px 50px 40px 45px;
  display: flex;
}

.search-container {
  max-width: 740px;
}

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

.search-link-text {
  padding-top: 3px;
  padding-bottom: 3px;
}

.search {
  position: relative;
}

._404-title {
  margin-top: 30px;
  font-size: 9vw;
  font-weight: 600;
  line-height: 1;
}

.password-title {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ddd0;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 20px 2% 30px;
  display: grid;
}

.nav-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.nav-menu.first {
  order: -1;
  display: flex;
}

.main-logo {
  width: 60px;
}

.nav-link {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--white);
  text-shadow: 0 1px 3px #90afca;
  background-color: #fff3;
  border: 1px solid #295d9f4d;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Changa, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.nav-link:hover {
  opacity: .84;
  background-color: #1674ac;
}

.nav-link.w--current {
  color: var(--white);
  background-color: #fff6;
  border-radius: 10px;
}

.nav-link.dark {
  filter: invert();
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white);
  background-color: #ffffff12;
}

.nav-link.dark:hover {
  opacity: .7;
}

.nav-link.dark.w--current {
  font-family: Changa, sans-serif;
  font-weight: 400;
}

.nav-link.hide-desktop {
  display: none;
}

.nav-link.active {
  background-color: var(--second-color);
  color: var(--white);
  font-weight: 500;
}

.nav-link.active:hover {
  background-color: #5f79f5;
}

.nav-link.ar {
  border-color: #295d9f4d;
  border-radius: 10px;
  align-self: center;
  padding: 10px;
  font-family: Changa, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.nav-link.ar.unique {
  background-color: #2261b9;
}

.nav-link.unique {
  background-color: var(--blue);
  text-transform: uppercase;
}

.hero {
  z-index: 3;
  background-image: url('../images/alsheraa-bg.jpg'), linear-gradient(#0000000d, #0000000d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.for-inner {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.hero.for-inner-second {
  background-image: linear-gradient(#0000, #0000), url('../images/hero-3_2hero-3.avif');
  min-height: 700px;
}

.hero.for-inner-second.for-about {
  background-image: url('../images/ideal-design-inside-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.for-inner-second.for-about.clean {
  background-image: url('../images/clean-energy-inside-image.jpg');
}

.hero.for-inner-second.for-about.modern {
  background-image: linear-gradient(#002a64b3, #0000 45%), url('../images/modern-technologies-inside-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.for-inner-second.for-about.location {
  background-image: linear-gradient(#011f3b, #0000 38%), url('../images/locationarea-updated.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.for-inner-second.for-contact {
  background-image: url('../images/dosdonts.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.for-inner-second.for-contact.hidden {
  display: none;
}

.hero.for-inner-second.for-package {
  background-image: url('../images/photo-8_1photo-8.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.for-inner-second.faq {
  background-image: url('../images/faqimg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.for-inner-second.faq.hidden {
  display: none;
}

.hero.for-inner-second.transitionguide {
  background-image: url('../images/relocation-main.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.for-inner-second.transitionguide.hidden {
  display: none;
}

.hero.for-inner-second.directory {
  background-image: url('../images/loc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.for-inner-second.directory.hidden {
  display: none;
}

.hero.for-inner-second.checklist {
  background-image: url('../images/gettingreadymain.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.for-inner-second.checklist.hidden {
  display: none;
}

.hero.for-inner-second.evacuation {
  background-image: url('../images/evacuation2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.for-inner-second.evacuation.hidden {
  display: none;
}

.hero.en {
  background-image: url('../images/alsheraa-bg.jpg'), linear-gradient(#0000, #0000), url('../images/imagelaunch-en.jpg');
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.container {
  justify-content: center;
  align-self: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 49px;
  display: block;
  position: relative;
}

.container.for-checkout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

.container.with-vh {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--main-color);
  text-align: center;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.container.add-percent {
  padding-left: 3%;
  padding-right: 3%;
}

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

.container.less {
  padding-top: 0;
}

.main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-grid.flex {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 50px;
}

.main-grid._5vw {
  grid-row-gap: 6vw;
}

.hero-subhead {
  opacity: 1;
  color: var(--white);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
}

.hero-subhead._26px {
  font-size: 26px;
  font-weight: 600;
}

.hero-subhead.dark {
  color: var(--main-color);
}

.hero-subhead.dark.second {
  margin-top: 15px;
  font-size: 27px;
}

.hero-subhead.withbg {
  background-color: #00000087;
  border-radius: 17px;
  padding: 15px;
}

.hero-subhead.withbg.ar {
  text-align: justify;
  letter-spacing: -1.2px;
  direction: rtl;
  font-family: Changa, sans-serif;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1.4;
}

.hero-subhead.withbg.ar.smaller {
  background-color: #385e85;
  font-size: 20px;
}

.hero-subhead.withbg.ar.smaller.spaced {
  border: 1px solid var(--skyblue);
  color: var(--darkblue);
  text-align: center;
  background-color: #fff;
  margin-top: -125px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.hero-subhead.withbg.smaller {
  text-align: justify;
  background-color: #385e85;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-subhead.withbg.smaller.edited {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--skyblue);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--skyblue);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--skyblue);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--skyblue);
  background-color: var(--textwhite);
  color: var(--darkblue);
  text-align: center;
  -webkit-text-stroke-color: #385e85;
  margin-top: -106px;
  font-size: 1.4rem;
}

.hero-subhead.withbg.smaller.hideen {
  display: none;
}

.section {
  z-index: 3;
  background-color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
  min-height: 35vh;
  padding: 120px 3% 100px;
  position: relative;
}

.section.for-checkout {
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.for-rounded {
  padding: 10px;
  display: none;
}

.section.overflow {
  display: none;
  overflow: hidden;
}

.section.make-overflow {
  padding-top: 50px;
  overflow: hidden;
}

.section.make-overflow.less {
  padding-bottom: 28px;
}

.section.for-inner {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.make-overflow-copy {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.reduce {
  padding-bottom: 31px;
}

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

.section.less.hidden {
  display: none;
}

.category-ticket {
  z-index: 5;
  letter-spacing: -1px;
  white-space: nowrap;
  word-break: normal;
  font-size: 16vw;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  inset: auto 0% 50px;
  overflow: hidden;
}

.category-ticket.relative {
  display: none;
  position: relative;
  bottom: 0;
}

.ticket-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.ticket-content.hide {
  display: none;
}

.ticker-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ticker-flex._1 {
  display: none;
}

.subhead-big-center {
  opacity: 1;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.margin-60px.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-60px.flex.make-20px {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.work-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.work-link.add-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  z-index: 2;
  background-color: var(--white);
  padding-top: 70px;
  padding-bottom: 35px;
  position: relative;
}

.flex-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-flex {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: none;
}

.logo-footer {
  position: relative;
}

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

.copyrights-text {
  opacity: .63;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.copyright-flex-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line-move {
  opacity: 1;
  position: relative;
  top: -2px;
}

.logo-link {
  position: relative;
}

.field-label {
  opacity: .7;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 600;
}

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

.margin-25px.flex {
  display: flex;
}

.text-field {
  background-color: var(--white);
  height: 56px;
  color: var(--white);
  border-width: 1px;
  border-color: #ffffff1f;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
  box-shadow: 14px 14px 50px -20px #0000001a;
}

.text-field:hover, .text-field:focus, .text-field.-wfp-focus {
  border-color: #ffffff3b;
}

.text-field::placeholder {
  color: #ffffffb3;
  font-size: 15px;
  font-weight: 400;
}

.text-field.less-height {
  height: 46px;
  color: var(--main-color);
  border-color: #0000001a;
  border-radius: 30px;
  font-size: 16px;
}

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

.style-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.5;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  color: var(--main-color);
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
}

.title-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.color-block {
  background-color: var(--white);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.color-block.second {
  background-color: #000;
}

.color-block.third {
  background-color: var(--second-color);
}

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.light-block-second.rounded-bottom {
  padding-bottom: 30px;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.white-block {
  width: 100%;
  padding: 20px 20px 40px 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 15px 0;
  display: flex;
}

.title-1 {
  z-index: 1;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.licensing-content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

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

.licensing-title {
  font-size: 34px;
}

.licensing-link {
  color: var(--main-color);
  text-decoration: underline;
}

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

.pricing-text {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.pricing-text.blue {
  color: var(--second-color);
  margin-bottom: 15px;
}

.pricing-text.blue._10px {
  margin-bottom: 10px;
}

.cart-quantity {
  min-width: auto;
  height: auto;
  color: var(--main-color);
  background-color: #fff0;
  border: 1px solid #00000026;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 0;
  font-size: 15px;
  font-weight: 500;
}

.cart-quantity.for-cart {
  color: var(--white);
  border-style: none none none solid;
  border-left-color: #ffffff4d;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 0;
  font-weight: 600;
}

.last-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-container {
  background-color: var(--white);
  border: 1px solid #ffffff26;
  border-radius: 30px;
  max-width: 600px;
}

.block-header {
  background-color: var(--third-color);
  border-style: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.block-content {
  background-color: var(--third-color);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 3px;
}

.main-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.9;
}

.checkbox-label {
  opacity: .47;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.quantity-opacity {
  opacity: .5;
}

.subtotal {
  font-size: 16px;
  font-weight: 600;
}

.pricing-subtotal {
  font-size: 16px;
}

.pricing-subtotal.total {
  font-size: 18px;
  font-weight: 600;
}

.checkout-text {
  opacity: .7;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.2;
}

.close-button {
  background-color: #91919126;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.icon {
  filter: none;
  width: 10px;
}

.cart-wrapper {
  background-color: #00000080;
}

.cart-header {
  border-bottom-color: #5f5f5f26;
}

.cart-footer {
  border-top-color: #5f5f5f26;
  padding-top: 20px;
}

.remove-button {
  opacity: .59;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.5;
}

.empty-state {
  flex-flow: column;
}

.absolute-element {
  z-index: 999;
  position: absolute;
  inset: 10px 0% auto;
}

.absolute-element.bg {
  background-image: linear-gradient(#1674ac, #1674ac), linear-gradient(270deg, #1674ac, #fff0 72%);
  position: absolute;
}

.top-content {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.top-content.less {
  padding-top: 0;
}

.ticket-flex-main {
  color: var(--white);
}

.ticket-flex-main.dark {
  color: var(--main-color);
  text-decoration: none;
}

.lightbox-circle {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff4d;
  border-width: 3px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  display: flex;
  position: relative;
  left: auto;
}

.lightbox-circle.add-image {
  background-image: url('../images/serv-3_1serv-3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14vw;
  height: 14vw;
}

.lightbox-circle.add-image.second {
  background-image: url('../images/serv-1_1serv-1.avif');
}

.lightbox-circle.add-image.third {
  background-image: url('../images/serv-2_1serv-2.avif');
}

.play-image {
  z-index: 2;
  position: relative;
}

.circle-overlay {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
}

.exprt-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10vw;
  padding-left: 3%;
  padding-right: 3%;
  display: grid;
}

.exprt-grid.hidden {
  display: none;
}

.video-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .55fr) 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.video-grid.hidden {
  display: none;
}

.video-wrap {
  z-index: 1;
  object-fit: cover;
  border-radius: 30px;
  flex: none;
  height: 9.5vw;
  position: relative;
  overflow: hidden;
}

.paralax-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  bottom: 0;
}

.paralax-image.for-video {
  aspect-ratio: 1;
  object-fit: cover;
  display: none;
}

.small-text {
  opacity: .5;
  color: var(--main-color);
  font-size: 22px;
  font-weight: 600;
}

.small-text.white {
  z-index: 5;
  opacity: 1;
  color: var(--white);
  position: relative;
}

.small-text.white._21px {
  color: var(--white);
  font-size: 20px;
  line-height: 1.2;
}

.small-text.blue {
  opacity: 1;
  color: var(--second-color);
}

.small-text.ar {
  text-align: left;
  direction: rtl;
  font-family: Changa, sans-serif;
}

.small-text.ar.left {
  text-align: left;
  direction: rtl;
}

.main-title-page {
  text-align: justify;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.3;
}

.main-title-page.white {
  color: var(--white);
  font-weight: 600;
}

.main-title-page.smaller {
  font-size: 20px;
  line-height: 1.5;
}

.main-title-page.smaller.ar {
  direction: rtl;
  font-family: Changa, sans-serif;
  font-weight: 500;
}

.main-title-page.arabic {
  direction: rtl;
  font-family: Changa, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.symbol {
  opacity: .3;
  vertical-align: super;
  margin-left: 3px;
  font-size: 30px;
  display: inline-block;
}

.gray-text-color {
  opacity: .45;
}

.gray-text-color.lighter {
  opacity: .4;
}

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

.margin-120px.less {
  margin-top: 30px;
}

.carousel {
  z-index: 5;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-carousel-wrap {
  backface-visibility: hidden;
  flex: none;
  display: flex;
  transform: perspective(1px);
}

.logo-carousel-wrap.add-left {
  margin-right: 120px;
}

.logo-carousel {
  grid-column-gap: 120px;
  filter: invert();
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: none;
  padding: 1rem .5rem;
}

.client-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrap {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 30px;
  flex: none;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.image-wrap.for-services {
  aspect-ratio: 1;
}

.image-wrap.for-blog {
  aspect-ratio: 3 / 2;
}

.image-wrap.for-team {
  aspect-ratio: 2 / 3;
}

.section-logo {
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: relative;
}

.second-title {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 69px;
  font-weight: 600;
  line-height: 1.1;
}

.second-title.with-vw {
  margin-bottom: 20px;
  font-size: 100px;
  font-weight: 600;
  line-height: .8;
}

.plus {
  vertical-align: top;
  margin-top: -4px;
  margin-left: 9px;
  font-size: 50px;
  font-weight: 400;
  display: inline-block;
}

.social-icon-main {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
  overflow: hidden;
  transform: rotate(-45deg);
}

.social-icon-main.for-social {
  padding-left: 0;
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}

.team-wrapper-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 7px 7px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.team-list {
  max-width: 100%;
}

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

.service-wrapper {
  z-index: 3;
  float: left;
  width: 100%;
  height: 100%;
  color: var(--white);
  font-size: 18px;
  position: relative;
}

.service-content {
  z-index: 3;
  mix-blend-mode: normal;
  max-width: 73%;
  position: absolute;
  inset: 50px auto auto 50px;
}

.subhead-big {
  opacity: 1;
  margin-top: 10px;
  font-size: 25px;
}

.absolute-bottom-arrow {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: -37px 0% auto;
}

.absolute-bottom-arrow.bottom {
  inset: auto 0% -1px;
}

.shape-main {
  width: 180px;
}

.shape-main.second {
  width: 50px;
}

.arrow-right {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto -.3px 30px auto;
}

.arrow-bottom {
  width: 25px;
  position: absolute;
  bottom: 2px;
  transform: rotate(-90deg);
}

.arrow-bottom.second {
  bottom: auto;
  transform: rotate(-180deg);
}

.arrow-bottom.second.invert {
  filter: none;
  width: 22px;
}

.arrow-bottom.second.invert.rotate {
  transform: none;
}

.arrow-bottom.back-to-top {
  margin-right: 3px;
  transform: rotate(90deg);
}

.sub-text {
  opacity: .5;
  font-size: 16px;
  font-weight: 600;
}

.section-rounded {
  background-color: var(--main-color);
  border-radius: 30px;
  padding: 150px 3%;
  position: relative;
}

.section-rounded.gray {
  background-color: var(--third-color);
}

.section-rounded.blue {
  background-color: var(--second-color);
}

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

.max-w-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary {
  z-index: 10;
  background-color: var(--second-color);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 14px 25px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper {
  z-index: 10;
  height: 23px;
  color: var(--white);
  flex-direction: column;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: #f1f3f8;
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.button-text.dark {
  color: var(--white);
}

.button-text.dark.semi {
  font-weight: 600;
}

.button-overlay {
  background-color: #5f79f5;
  border-radius: 100%;
  width: 130%;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

.subhead-testi {
  opacity: 1;
  color: var(--white);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-testi.small {
  font-size: 17px;
}

.arrow-slider-left {
  background-color: var(--third-color);
  color: #fff;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  transform-style: preserve-3d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -180px 55px auto auto;
}

.arrow-slider-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.slider-mask {
  max-width: 440px;
  height: 100%;
  overflow: visible;
}

.slide-item {
  margin-right: 15px;
}

.brand-image {
  filter: invert();
  object-fit: contain;
  width: 90px;
  height: 50px;
  margin-bottom: 35px;
}

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

.card-testimonial {
  aspect-ratio: 1;
  background-color: var(--second-color);
  box-shadow: none;
  color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 75px 48px 50px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.dots-slider-hidden {
  display: none;
}

.main-color {
  opacity: .6;
}

.slide-wrapper {
  background-color: #0000;
  height: auto;
}

.arrow-slider-right {
  background-color: var(--third-color);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2px;
  font-size: 23px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -180px;
}

.arrow-slider-right:hover {
  transform: scale(.94);
}

.blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

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

.data-image {
  justify-content: space-between;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: flex;
}

.data-image.invert {
  opacity: .7;
  filter: invert();
}

.data-text {
  opacity: .7;
  margin-bottom: 0;
  font-size: 14px;
}

.data-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.data-inside {
  background-color: var(--white);
  color: var(--main-color);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 14px 6px 9px;
  font-weight: 600;
  display: flex;
}

.blog-main-wrapper {
  width: 100%;
  color: var(--main-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.blog-main {
  width: 100%;
}

.button-flex {
  display: flex;
}

.collection-item {
  position: sticky;
}

.copyright-wrap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  opacity: .54;
  color: var(--main-color);
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.copyright-wrap.for-copyright {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  position: relative;
  bottom: 0;
  left: 0;
}

.copyright-wrap.for-copyright:hover {
  opacity: .69;
}

.hero-overlay {
  background-image: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-overlay.second {
  background-image: linear-gradient(#0000004d, #0000004d);
}

.hero-overlay.hidden {
  background-image: none;
  display: none;
}

.rich-text-blog p {
  font-size: 20px;
}

.rich-text-blog ol {
  opacity: .7;
  font-weight: 500;
}

.social-wrapper-footer {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 17px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.social-icon.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.social-icon.is-absolute.invert {
  opacity: 1;
}

.social-icon.invert {
  opacity: .53;
}

.project-title {
  margin-bottom: 8px;
}

.team-wrapper {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

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

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

.faq-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.faq-title {
  color: var(--white);
  letter-spacing: normal;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.space-divider {
  width: 100%;
  min-height: 17px;
}

.input {
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 30px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 20px 16px 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  box-shadow: 0 1px #00000026;
}

.input::placeholder {
  color: var(--main-color);
  font-size: 17px;
  font-weight: 500;
}

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

.text-area {
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 18px 20px 55px 18px;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  box-shadow: 0 1px #00000026;
}

.text-area:focus {
  color: #211f54;
}

.text-area::placeholder {
  color: var(--main-color);
  font-size: 17px;
  font-weight: 500;
}

.success-message {
  color: #00aeef;
  text-align: center;
  text-transform: uppercase;
  background-color: #f1f4ff;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}

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

.check-item {
  grid-column-gap: 5px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.pricing-plan-justify {
  background-color: var(--white);
  border: 1px solid #0000001a;
  border-radius: 30px;
  padding: 40px 45px 45px;
  position: relative;
  box-shadow: 0 1px #00000026;
}

.check-image {
  opacity: .6;
  width: 20px;
}

.button-first-line-2 {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: .95rem;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

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

.pricing-column.top {
  grid-row-gap: 15px;
}

.pricing-column._15px {
  grid-column-gap: 36px;
  grid-row-gap: 15px;
}

.pricing-column._25px {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.pricing-divider {
  background-color: var(--main-color);
  opacity: .09;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.subhead-pricing {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.subhead-pricing.with-margin {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.main-text-small {
  opacity: .6;
  color: var(--main-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

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

.default-state {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.select-field {
  color: #63666d;
  background-color: #0000;
  border: 1px #000;
  padding-left: 5px;
  padding-right: 6px;
  font-size: 16px;
  position: relative;
  top: 4px;
}

.cart-flex {
  grid-column-gap: 0px;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.cart-quantity-3 {
  color: #3f4242;
  background-color: #0000;
  border-style: solid;
  border-color: #b8b6b4;
  border-radius: 0;
  width: 50px;
  font-weight: 500;
}

.cart-quantity-3.white-line {
  color: #3f424280;
  background-color: #0000;
  border-style: solid;
  border-color: #b8b6b4;
  border-radius: 15px;
  width: 70px;
  height: 50px;
  font-size: 16px;
}

.month-button {
  color: #000000ad;
  border-color: #00000024;
  border-radius: 30px;
  font-size: 14px;
  box-shadow: 0 1px #0003;
}

.option {
  opacity: .63;
  font-size: 15px;
}

.bigtextblock {
  text-transform: uppercase;
  text-shadow: 0 2px 2px #000000eb;
  margin-top: -20px;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.bigtextblock.ar {
  direction: rtl;
  margin-top: -20px;
  font-family: Changa, sans-serif;
  font-weight: 700;
}

.big-numbers-wrapper {
  grid-column-gap: 10.5rem;
  grid-row-gap: 10.5rem;
  background-color: #f0f0f0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.big-numbers-card {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-numbers {
  font-size: 5.3vw;
  font-weight: 400;
  line-height: 1;
}

.big-numbers.ar {
  font-size: 5.3vw;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.1;
}

.text-size-medium.centered {
  text-align: center;
}

.text-size-medium.centered.ar {
  direction: rtl;
  font-family: Changa, sans-serif;
  font-weight: 400;
}

.text-span {
  font-size: 1.5vw;
}

.text-span.ar {
  font-family: Changa, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.text-span-2 {
  font-size: 1.5vw;
}

.text-span-2.ar {
  direction: rtl;
}

.text-span-3 {
  font-size: 1.5vw;
}

.numbers-section {
  background-color: #eee;
  padding-top: 200px;
  padding-bottom: 200px;
}

.text-block, .titlebig {
  font-size: 2.5vw;
}

.bold-text {
  font-weight: 500;
}

.text-block-2 {
  font-family: Changa, sans-serif;
  font-size: 11vw;
  line-height: 1.6;
}

.uniticon {
  margin-bottom: 15px;
}

.text-block-3 {
  font-family: Changa, sans-serif;
  font-size: 13vw;
}

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

.margin-120px-copy {
  margin-top: 0;
}

.big-numbers-wrapper-img {
  grid-column-gap: 10.5rem;
  grid-row-gap: 10.5rem;
  background-color: #f0f0f0;
  background-image: linear-gradient(96deg, #f1f1f1, #fff 53%, #fff0 91%), url('../images/clean-energy.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 600px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 78px;
  padding-bottom: 78px;
  display: flex;
}

.btntext {
  font-family: Changa, sans-serif;
  font-size: 20px;
}

.btntext.ar {
  direction: rtl;
  line-height: 25px;
}

.linknews {
  background-color: #ececec;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  padding: 20px;
}

.linknews.ar {
  margin-left: 30px;
}

.slider {
  border-radius: 20px;
  width: 95vw;
  height: 90vh;
  overflow: hidden;
}

.mask, .slide {
  width: 100%;
  height: 100%;
}

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

.div-block {
  padding: 20px;
}

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

.section-2.hidden {
  display: none;
}

.animation {
  width: 60px;
  height: 60px;
}

.animation.ar {
  transform: rotate(180deg);
}

.question-title {
  color: #0b1033;
  font-size: 16px;
  line-height: 24px;
}

.question-title.ar {
  direction: rtl;
  font-family: "Dubaiw 23", Verdana, sans-serif;
  font-weight: 500;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-question-wrap.hidden {
  display: none;
}

.faq-section {
  min-height: 600px;
  padding: 140px 5% 120px;
  position: relative;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.faq-wrap {
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-text-details {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  margin-top: 15px;
  font-family: Google Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.faq-text-details.hidden {
  display: none;
}

.paragraph {
  opacity: 1;
  color: #445567;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-family: Google Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph.ar {
  text-align: right;
  direction: rtl;
  font-family: "Dubaiw 23", Verdana, sans-serif;
  font-weight: 400;
}

.paragraph.ar.less, .paragraph.less {
  padding-bottom: 0;
}

.paragraph.less.upanddown {
  padding-top: 15px;
}

.faq-question-bar {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 60px #f2f3f6;
}

.highlight {
  color: #784fe0;
}

.listarabic {
  direction: rtl;
  padding-left: 0;
}

.listitemarabic {
  opacity: 1;
  color: var(--grey);
  margin-bottom: 10px;
  font-family: "Dubaiw 23", Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-list-2, .dropdown-list-2:hover, .dropdown-list-2.w--open {
  background-color: #4791c0;
}

.dropdown-list-2.home.w--open {
  text-align: center;
  direction: ltr;
  background-color: #fff0;
}

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

.dropdown-list-2.home.ar.w--open {
  text-align: right;
  background-color: #fff0;
  right: -1px;
}

.linkdropdownen {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  direction: rtl;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  font-weight: 300;
  transition: background-color .4s;
}

.linkdropdownen:hover {
  background-color: #4791c0;
}

.linkdropdownen.w--current {
  color: #fff;
}

.linkdropdownen.homer.arabbic {
  background-color: var(--blue);
  text-align: right;
}

.linkdropdownen.homer.arabbic:hover {
  background-color: #000;
}

.linkdropdownen.homer.arabbic.top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.linkdropdownen.homer.arabbic.bottom {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.linkdropdownen.homer.arabbic.bottom.hidden, .linkdropdownen.homer.arabbic.hidden {
  display: none;
}

.linkdropdownen.englishh:hover {
  background-color: #105c08;
}

.linkdropdownen.englishh.en {
  background-color: var(--blue);
  text-align: left;
  letter-spacing: 0;
  padding-left: 10px;
  font-family: Changa, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.linkdropdownen.englishh.en:hover {
  background-color: #000;
}

.linkdropdownen.englishh.en.top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.linkdropdownen.englishh.en.bot {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.linkdropdownen.englishh.en.bot.hidden, .linkdropdownen.englishh.en.hidden {
  display: none;
}

.menutexter {
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  font-family: Changa, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menutexter.homer {
  letter-spacing: 1px;
  text-shadow: none;
  font-size: 13px;
  font-weight: 500;
}

.dropinsideer {
  transition: all .4s;
}

.dropinsideer.homer {
  background-color: #0000;
  align-self: center;
  font-family: Changa, sans-serif;
  font-weight: 500;
}

.droptogglerinside {
  color: #fff;
  letter-spacing: 2px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 300;
}

.droptogglerinside:hover {
  background-color: #4791c0;
}

.droptogglerinside.home.homes {
  text-align: left;
  background-color: #fff6;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.droptogglerinside.home.homes {
  text-align: left;
  text-shadow: 0 1px 3px #80a3c2;
  background-color: #fff3;
  border: 1px solid #295d9f4d;
  border-radius: 10px;
  padding-left: 11px;
}

.droptogglerinside.home.homes:hover {
  background-color: #1674ac;
}

.infosection {
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.divimg {
  background-image: url('../images/infobackground.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 50vw;
  min-width: 50vw;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-2 {
  width: 50vw;
}

.div-block-2-copy {
  width: 50vw;
  padding-top: 145px;
  padding-bottom: 200px;
}

.itemcontainer {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 100px;
  padding: 0 50px 100px;
  display: flex;
}

.itemcontainer._1 {
  padding-left: 25px;
  padding-right: 25px;
}

.stylesquare {
  background-color: #000;
  width: 10px;
  margin-bottom: 200px;
}

.paragraph-2 {
  color: var(--blue);
  text-align: justify;
  margin-left: 20px;
  font-size: 1.3rem;
}

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

.insidecontainer {
  flex-flow: row;
  display: flex;
}

.image-2 {
  align-self: flex-start;
}

.infotext {
  opacity: 1;
  color: var(--blue);
  text-align: justify;
  margin-left: 20px;
  font-size: 1.5rem;
}

.infotext.ar {
  direction: rtl;
  margin-left: 0;
  margin-right: 20px;
  font-family: Changa, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.clickerdiv {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 75vh;
  min-height: 75vh;
  margin-top: 150px;
  margin-right: 0;
  padding: 50px 5px;
  display: flex;
  position: sticky;
  top: 10vh;
  bottom: 10vh;
}

.linkbox {
  border: 1px solid #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  transition: all .4s;
}

.linkbox:hover {
  border: 1px solid var(--divider-color);
  background-color: #f8f8f8;
  border-radius: 5px;
}

.wavy {
  background-image: url('../images/wavy.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.dosdonts-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 140px 5% 120px;
  display: flex;
}

.tabs.hidden {
  display: none;
}

.card-holder {
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
}

.card-holder.resized {
  justify-content: flex-start;
  align-self: flex-start;
}

.card-holder.right {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: stretch;
}

.do-card {
  background-image: linear-gradient(259deg, #e5f0fc, #e3f0fe);
  border: 1px solid #cde9d4;
  border-radius: 15px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 48%;
  padding: 20px;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.do-card:hover {
  box-shadow: 0 8px 20px -3px #0003;
}

.do-card.ar {
  justify-content: space-between;
}

.do-card.blue {
  background-image: linear-gradient(90deg, #e5f0fc, #e3f0fe);
  border-color: #e0eefb;
}

.do-card.db {
  background-image: linear-gradient(#295a9a, #295a9a);
}

.dont-card {
  background-image: linear-gradient(263deg, #ffedc8, #ffe1a5);
  border: 1px solid #f6cfd4;
  border-radius: 20px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 48%;
  padding: 20px;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.dont-card:hover {
  box-shadow: 0 8px 20px -3px #0003;
}

.dont-card.b {
  background-image: linear-gradient(264deg, #e8f3ff, #deedfd);
  border-color: #a8d2fd8f;
}

.dont-card.g {
  background-image: linear-gradient(71deg, #ffedc8, #ffe1a5);
  border-color: #b2790540;
}

.dont-card.resized {
  background-image: linear-gradient(71deg, #ffedc6, #ffe2a7);
  border-color: #b2790540;
  flex: 0 auto;
  width: 48%;
}

.dont-card.resized.right {
  width: 48%;
}

.dont-card.dg {
  background-image: linear-gradient(#9eb3c6, #9eb3c6), linear-gradient(#fcf1f1, #fbe8e9);
}

.divider {
  background-color: #aaa;
  width: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.imgcard {
  background-image: url('../images/dosdonts1.jpg');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 15px;
  width: 150px;
  min-width: 150px;
  height: 150px;
}

.imgcard.dont {
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.do {
  background-image: url('../images/access.jpg');
  background-position: 0%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.do.access {
  background-image: url('../images/Gemini_Generated_Image_fjlpenfjlpenfjlp.jpg');
  background-position: 50%;
}

.imgcard.access-1 {
  background-image: url('../images/Gemini_Generated_Image_rn74zrn74zrn74zr.jpg');
  background-position: 50%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.access-1.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
}

.imgcard.safetyreporting {
  background-image: url('../images/safetyreporting.jpg');
  background-position: 75%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.safetyreporting.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.imgcard.safetyexits {
  background-image: url('../images/safetyexits.jpg');
  background-position: 50%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.safetyexits.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.imgcard.equipementsafety {
  background-image: url('../images/equipement-safety.jpg');
  background-position: 50%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.equipementsafety.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.imgcard.cleandesk {
  background-image: url('../images/cleandesk.jpg');
  background-position: 50%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.cleandesk.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.imgcard.waste {
  background-image: url('../images/waste.jpg');
  background-position: 85%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.waste.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.imgcard.outlets {
  background-image: url('../images/outlets.jpg');
  background-position: 50%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.outlets.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.imgcard.reporting {
  background-image: url('../images/reporting.jpg');
  background-position: 50%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.reporting.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.imgcard.switchoff {
  background-image: url('../images/dosdonts1.jpg');
  background-position: 100%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.switchoff.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.imgcard.dealing {
  background-image: url('../images/dealing.jpg');
  background-position: 50%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.dealing.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.imgcard.meetings {
  background-image: url('../images/meetings.jpg');
  background-position: 100%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.meetings.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.imgcard.office {
  background-image: url('../images/Gemini_Generated_Image_fvl50dfvl50dfvl5.jpg');
  background-position: 0%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.office.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.imgcard.office2 {
  background-image: url('../images/Gemini_Generated_Image_fvl50dfvl50dfvl5.jpg');
  background-position: 50%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.office2.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.imgcard.office3 {
  background-image: url('../images/Gemini_Generated_Image_fvl50dfvl50dfvl5.jpg');
  background-position: 100%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.office3.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.imgcard.driving {
  background-image: url('../images/driving.jpg');
  background-position: 50%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.driving.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.imgcard.safetyinstuctions {
  background-image: url('../images/safety_instructions.jpg');
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.hallways {
  background-image: url('../images/Gemini_Generated_Image_cozo9qcozo9qcozo.jpg');
  background-position: 90% 0;
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.fire {
  background-image: url('../images/Gemini_Generated_Image_zbea01zbea01zbea.jpg');
  background-position: 50% 0;
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.electrical {
  background-image: url('../images/Gemini_Generated_Image_nj5qtjnj5qtjnj5q.jpg');
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.technical {
  background-image: url('../images/Gemini_Generated_Image_c7h6f9c7h6f9c7h6.jpg');
  background-position: 50% 0;
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.sensors {
  background-image: url('../images/Gemini_Generated_Image_1sr8dv1sr8dv1sr8.jpg');
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.unapproved {
  background-image: url('../images/Gemini_Generated_Image_ew9rlhew9rlhew9r.jpg');
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.unsafequipement {
  background-image: url('../images/Gemini_Generated_Image_woe38ewoe38ewoe3.jpg');
  background-position: 50% 0;
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.cables {
  background-image: url('../images/Gemini_Generated_Image_ebajjrebajjrebaj.jpg');
  background-position: 100%;
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.eat {
  background-image: url('../images/Gemini_Generated_Image_lpwjplpwjplpwjpl.jpg');
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.leftovers {
  background-image: url('../images/Gemini_Generated_Image_ociqb4ociqb4ociq.jpg');
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.unattended {
  background-image: url('../images/Gemini_Generated_Image_vd3z5cvd3z5cvd3z.jpg');
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.shared {
  background-image: url('../images/Gemini_Generated_Image_ovunt4ovunt4ovun.jpg');
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.vip {
  background-image: url('../images/Gemini_Generated_Image_qrba8aqrba8aqrba.jpg');
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.training {
  background-image: url('../images/Gemini_Generated_Image_xj924kxj924kxj92.jpg');
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.noise {
  background-image: url('../images/Gemini_Generated_Image_ui1jqnui1jqnui1j.jpg');
  border: 1px solid #f6cfd4;
  box-shadow: 0 0 5px #0003;
}

.imgcard.diffusers {
  background-image: url('../images/Gemini_Generated_Image_1bkvpg1bkvpg1bkv.jpg');
  background-position: 50%;
  border: 1px solid #c8f6d3;
  box-shadow: 0 0 5px #0003;
}

.imgcard.diffusers.access {
  background-image: url('../images/Gemini_Generated_Image_dkkjb2dkkjb2dkkj.jpg');
  background-position: 50%;
}

.textcontainer {
  padding-left: 15px;
}

.textcontainer.ar {
  flex: 1;
  padding-left: 0;
  padding-right: 15px;
}

.cardtitle {
  font-size: 20px;
  line-height: 20px;
}

.cardtitle.do {
  color: var(--blue);
  text-align: justify;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.cardtitle.do.ar {
  text-align: justify;
  direction: rtl;
  font-family: "Dubaiw 23", Verdana, sans-serif;
  font-weight: 700;
}

.cardtitle.do.ar.b {
  color: var(--blue);
}

.cardtitle.do.ar.w {
  color: var(--titlewhite);
}

.cardtitle.dont {
  color: var(--gold);
  text-align: justify;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.cardtitle.dont.ar {
  text-align: justify;
  direction: rtl;
  font-family: "Dubaiw 23", Verdana, sans-serif;
}

.cardtitle.dont.ar.b {
  color: var(--blue);
}

.cardtitle.dont.ar.g {
  color: var(--gold);
}

.cardtitle.dont.ar.w {
  color: var(--titlewhite);
}

.cardparagraph {
  text-align: justify;
  font-size: 14px;
  line-height: 1.3;
}

.cardparagraph.ar {
  text-align: justify;
  direction: rtl;
  font-family: "Dubaiw 23", Verdana, sans-serif;
}

.cardparagraph.ar.w {
  opacity: 1;
  color: var(--titlewhite);
}

.div-block-3 {
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.heading-2 {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.heading-2.ar {
  font-family: Changa, sans-serif;
}

.heading-3 {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.rec-div {
  background-color: var(--green);
  background-image: linear-gradient(#385e85, #385e85);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 48%;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.res-dv {
  background-color: var(--red);
  background-image: linear-gradient(#cc8d0e, #cc8d0e);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 48%;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.big-numbers-wrapper-img-relocation {
  grid-column-gap: 10.5rem;
  grid-row-gap: 10.5rem;
  background-color: #f0f0f0;
  background-image: linear-gradient(96deg, #f1f1f1, #fff 53%, #fff0 91%), url('../images/relocation-side.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 600px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  min-height: 25vh;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 78px;
  padding-bottom: 78px;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Changa, sans-serif;
  font-size: 2rem;
}

.centered-heading.ar.space.more {
  padding-top: 41px;
}

.centered-subheading {
  text-align: justify;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Changa, sans-serif;
}

.centered-subheading.ar {
  direction: rtl;
  margin-bottom: 38px;
  font-family: Changa, sans-serif;
}

.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-block.hidden {
  display: none;
}

.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-block-info.ar {
  direction: rtl;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-family: Changa, sans-serif;
  font-weight: 600;
}

.team-member-name-two.ar {
  font-family: Changa, sans-serif;
  font-size: 18px;
}

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

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.service-grid-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subheading-ar {
  opacity: .8;
  color: var(--grey);
  margin-top: 45px;
  font-family: Changa, sans-serif;
  font-size: 22px;
}

.sectiontitle {
  opacity: .8;
  color: var(--grey);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 22px;
}

.sectiontitle.hidden {
  display: none;
}

.text-block-4 {
  font-family: Changa, sans-serif;
}

.table-container {
  flex: 1;
  max-width: 750px;
}

.row-div {
  transition: all .4s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.row-div:hover {
  background-color: #a5cfd23b;
}

.row-div.it {
  background-color: #b2cde26e;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.row-div.it.hidden {
  display: none;
}

.row-div.bs {
  background-color: #b2e2d76e;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.row-div.bs.hidden {
  display: none;
}

.row-div.withline {
  border-bottom: 1px solid #4e797f3d;
}

.content-vertical {
  flex-flow: column;
  flex: 1;
  align-self: center;
  min-width: 75%;
  padding: 10px;
  display: flex;
}

.content-vertical.floor {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 25%;
}

.content-vertical.ar {
  justify-content: flex-end;
}

.content-vertical.ar.vertical {
  flex-flow: column;
  padding: 20px;
}

.content-vertical.ar.vertical.skyblue {
  background-color: var(--light-blue);
  border-radius: 16px;
}

.divisiontitle {
  font-family: Google Sans, sans-serif;
  font-weight: 400;
}

.divisiontitle.main {
  font-family: Google Sans, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6rem;
}

.divisiontitle.main.ar {
  direction: rtl;
  font-family: Changa, sans-serif;
  font-size: 21px;
  line-height: 1.8rem;
}

.divisiontitle.main.space {
  margin-top: 46px;
}

.divisiontitle.main.small {
  font-size: 1rem;
}

.divisiontitle.main.small.title {
  color: var(--blue);
  font-size: 1.2rem;
}

.divisiontitle.ar {
  direction: rtl;
  font-family: Changa, sans-serif;
}

.divisiontitle.ar.indented {
  margin-right: 20px;
}

.divisiontitle.ar.bolded {
  font-weight: 700;
}

.divisiontitle.normal-content {
  text-align: justify;
  margin-bottom: 5px;
}

.divisiontitle.indented {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.divisiontitle.indented.bolded {
  font-weight: 700;
}

.floor {
  font-family: Google Sans, sans-serif;
  font-weight: 500;
}

.floor.ar {
  font-family: Changa, sans-serif;
}

.content-container {
  flex: 1;
  max-width: 900px;
}

.arabic-content-text {
  text-align: right;
  direction: rtl;
  font-family: "Dubaiw 23", Verdana, sans-serif;
}

.listitemarabic-copy {
  color: var(--grey);
  margin-bottom: 15px;
  font-family: "Dubaiw 23", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.image-3 {
  border-radius: 20px;
  margin-bottom: 40px;
}

.contiainer-main {
  flex: 1;
  max-width: 900px;
}

.listitemenglish {
  font-family: Google Sans, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.imagerounded {
  border-radius: 20px;
  margin-bottom: 20px;
}

.list {
  color: var(--grey);
  margin-left: 20px;
  font-family: Google Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list-item {
  opacity: 1;
  text-align: justify;
  font-size: 16px;
}

.faq-text-details-ar {
  color: #0b1033;
  text-align: center;
  letter-spacing: -.27px;
  direction: rtl;
  margin-top: 15px;
  font-family: "Dubaiw 23", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.faq-text-details-ar.hidden {
  display: none;
}

.tock {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.grid-2.hidden {
  display: none;
}

.div-block-4 {
  background-color: #dee9f2;
  height: 50px;
}

.div-block-4-copy {
  background-color: #def2ee;
  height: 50px;
}

.heading-4, .heading-5 {
  font-family: Google Sans, sans-serif;
}

.text-span-4 {
  background-color: #0000;
}

.paragraph-3 {
  color: var(--blue);
  text-align: right;
  font-family: Google Sans, sans-serif;
  font-weight: 700;
}

.paragraph-3-copy {
  color: var(--green);
  text-align: right;
  font-family: Google Sans, sans-serif;
  font-weight: 700;
}

.text-span-5 {
  color: var(--green);
}

.heading-6 {
  margin-bottom: 30px;
  font-family: Google Sans, sans-serif;
}

.page-title {
  margin-bottom: 30px;
  font-family: Google Sans, sans-serif;
  font-size: 2rem;
}

.page-title.centered {
  text-align: center;
}

.div-block-5 {
  padding-top: 78px;
}

.tabs-menu {
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 15px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #dee9f2;
  border-right: 1px solid #9dc3df;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.tab-link-tab-1.w--current {
  background-color: #9dc3df;
  border-bottom-left-radius: 15px;
}

.tab-link-tab-4 {
  background-color: #dee9f2;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.tab-link-tab-4.w--current {
  background-color: #9dc3df;
}

.tab-link-tab-3 {
  background-color: #dee9f2;
  border-right: 1px solid #9dc3df;
}

.tab-link-tab-3.w--current {
  background-color: #9dc3df;
}

.tab-link-tab-2 {
  background-color: #dee9f2;
  border-right: 1px solid #9dc3df;
}

.tab-link-tab-2.w--current {
  background-color: #9dc3df;
}

.btn_top {
  border: 1px solid var(--skyblue);
  background-color: var(--white);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  transition: all .3s;
  display: flex;
}

.btn_top:hover {
  background-color: var(--light-blue);
}

.text-span-6 {
  color: var(--blue);
  text-align: center;
}

.text-span-6-copy {
  color: var(--blue);
  text-align: center;
  font-family: "Dubaiw 23", Verdana, sans-serif;
  font-weight: 700;
}

.div-block-6 {
  display: flex;
}

.div-block-6.ar {
  justify-content: flex-end;
}

.bold-text-2 {
  color: var(--green);
  margin-right: 10px;
}

.containerlist {
  background-color: #7ab7bc2b;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px;
}

.containerlist.ar {
  margin-top: 30px;
}

.bold-text-3 {
  margin-left: 10px;
}

.polllink {
  z-index: 999;
  min-height: 50px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: fixed;
  inset: auto 0% 1%;
}

.linkboxed {
  background-color: #385e85;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 7px #0003;
}

.image-4 {
  margin-left: 0;
  margin-right: 10px;
}

.polltext {
  color: var(--textwhite);
  font-family: Changa, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.polltext.english {
  font-family: Instrument Sans, sans-serif;
  line-height: 15px;
}

.polltext.ar {
  direction: rtl;
}

.text-span-7 {
  font-size: 2.5rem;
  font-weight: 600;
}

.text-span-8 {
  font-size: 2.5rem;
}

@media screen and (min-width: 1280px) {
  .hero.for-inner-second.for-about.modern {
    background-image: linear-gradient(#012036d1, #0000 37%), url('../images/modern-technologies-inside-image.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .main-grid {
    grid-column-gap: 0px;
    grid-row-gap: 10vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-subhead.withbg.ar {
    font-size: 1.3vw;
  }

  .ticker-flex {
    font-size: 10vw;
  }

  .pricing-text {
    margin-bottom: 3px;
  }

  .lightbox-circle {
    width: 6.5vw;
    height: 6.5vw;
  }

  .small-text {
    line-height: 23px;
  }

  .service-grid, .service-wrapper {
    color: var(--titlewhite);
  }

  .service-content {
    mix-blend-mode: normal;
  }

  .arrow-right {
    right: -1px;
  }

  .hero-overlay {
    background-image: linear-gradient(#00000026, #00000026);
  }

  .bigtextblock {
    color: var(--titlewhite);
  }

  .big-numbers.ar {
    font-size: 5.3vw;
  }

  .numbers-section {
    background-color: #f0f0f0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block {
    font-size: 2vw;
  }

  .titlebig {
    color: var(--titlewhite);
    font-size: 2vw;
  }

  .text-block-2 {
    font-size: 10vw;
    line-height: 1.7;
  }

  .text-block-3 {
    font-size: 10vw;
  }

  .big-numbers-wrapper-img {
    background-size: auto, 1100px;
  }

  .itemcontainer._1 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .stylesquare {
    height: 10px;
  }

  .big-numbers-wrapper-img-relocation {
    background-size: auto, 600px;
  }

  .service-grid-copy {
    color: var(--titlewhite);
  }
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .subhead {
    font-size: 19px;
  }

  .utility-page-content {
    width: 600px;
  }

  ._404-title {
    font-size: 62px;
  }

  .navbar {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 19px;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    padding: 12px;
  }

  .nav-menu.first {
    z-index: 3;
    order: 0;
  }

  .nav-link {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: var(--main-color);
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 600;
  }

  .nav-link:hover {
    opacity: .59;
    color: var(--main-color);
  }

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

  .nav-link.dark {
    color: var(--white);
  }

  .nav-link.hide-desktop {
    display: block;
  }

  .nav-link.hide-mobile {
    display: none;
  }

  .nav-link.cart {
    color: var(--white);
  }

  .hero {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 250px;
  }

  .hero.for-inner {
    min-height: 500px;
  }

  .container.for-checkout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .main-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-grid.flex {
    position: relative;
    top: 0;
  }

  .hero-subhead {
    font-size: 29px;
  }

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

  .section.for-checkout {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.overflow {
    padding-bottom: 150px;
  }

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

  .category-ticket {
    bottom: 35px;
  }

  .subhead-big-center {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 2.8rem;
  }

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

  .logo-link {
    order: -1;
  }

  .menu-button {
    order: 1;
    padding: 12px;
  }

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

  .lottie-white {
    filter: invert();
    width: 30px;
  }

  .style-title {
    line-height: 1.2;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .title-1 {
    font-size: 6em;
  }

  .last-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 1;
    order: 1;
    justify-content: flex-end;
    align-items: center;
  }

  .first-part {
    margin-right: 0;
  }

  .absolute-element {
    padding-left: 1%;
    padding-right: 1%;
  }

  .ticket-flex-main {
    letter-spacing: -1px;
    font-weight: 600;
  }

  .lightbox-circle {
    width: 180px;
    height: 180px;
  }

  .exprt-grid {
    grid-template-columns: 1.2fr .25fr;
    margin-top: 250px;
  }

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

  .video-wrap {
    height: 12vw;
  }

  .image-wrap.for-team {
    aspect-ratio: 1;
  }

  .second-title {
    font-size: 50px;
    line-height: 1.2;
  }

  .team-wrapper-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .team-list {
    padding-right: 6px;
  }

  .service-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .service-content {
    max-width: 90%;
    top: 30px;
    left: 20px;
  }

  .arrow-right {
    bottom: 20px;
  }

  .map {
    width: 95%;
  }

  .arrow-slider-left {
    top: auto;
    bottom: -90px;
    right: auto;
  }

  .slider-mask {
    position: static;
  }

  .brand-image {
    margin-bottom: 40px;
  }

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

  .card-testimonial {
    padding-top: 37px;
  }

  .arrow-slider-right {
    top: auto;
    bottom: -90px;
    left: auto;
  }

  .blog-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .team-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .pricing-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .subhead-pricing {
    font-size: 19px;
  }

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

  .big-numbers-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center;
    width: 100%;
    display: flex;
  }

  .big-numbers-card {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .big-numbers {
    font-size: 3rem;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  .text-span, .text-span-2, .text-span-3 {
    font-size: 2vw;
  }

  .big-numbers-wrapper-img {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center;
    width: 100%;
    display: flex;
  }

  .dropinsideer, .droptogglerinside {
    text-align: center;
  }

  .divimg {
    width: 35vw;
    min-width: 35vw;
  }

  .insidecontainer, .do-card, .do-card.ar, .dont-card {
    flex-flow: column;
  }

  .imgcard.dont, .imgcard.do, .imgcard.access-1, .imgcard.safetyreporting, .imgcard.safetyexits, .imgcard.equipementsafety, .imgcard.cleandesk, .imgcard.waste, .imgcard.outlets, .imgcard.reporting, .imgcard.switchoff, .imgcard.dealing, .imgcard.meetings, .imgcard.office, .imgcard.office2, .imgcard.office3, .imgcard.driving, .imgcard.safetyinstuctions, .imgcard.hallways, .imgcard.fire, .imgcard.electrical, .imgcard.technical, .imgcard.sensors, .imgcard.unapproved, .imgcard.unsafequipement, .imgcard.cables, .imgcard.eat, .imgcard.leftovers, .imgcard.unattended, .imgcard.shared, .imgcard.vip, .imgcard.training, .imgcard.noise, .imgcard.diffusers {
    order: -9999;
  }

  .big-numbers-wrapper-img-relocation {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center;
    width: 100%;
    display: flex;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .service-grid-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-field.plain {
    max-width: 400px;
  }

  .utility-page-content, .utility-page-content.second {
    width: 500px;
  }

  .search-result-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._404-title {
    font-size: 48px;
  }

  .password-title {
    font-size: 60px;
  }

  .hero {
    padding-bottom: 200px;
  }

  .hero.for-inner {
    padding-top: 65px;
    padding-bottom: 90px;
  }

  .hero.for-inner-second {
    min-height: 400px;
  }

  .container.with-vh {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .main-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .hero-subhead {
    font-size: 25px;
  }

  .category-ticket {
    bottom: 25px;
  }

  .footer {
    padding-bottom: 30px;
  }

  .footer-flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .copyright-flex {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .copyrights-text {
    font-size: 14px;
  }

  .style-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .title-5 {
    font-size: 36px;
  }

  .title-1 {
    font-size: 5em;
    line-height: .9;
  }

  .absolute-element {
    padding-left: 1%;
  }

  .ticket-flex-main {
    font-size: 20vw;
  }

  .lightbox-circle {
    width: 160px;
    height: 160px;
  }

  .exprt-grid {
    flex-flow: column;
    display: flex;
  }

  .video-grid {
    grid-template-columns: minmax(170px, .45fr) 1fr;
  }

  .video-wrap {
    height: 20vw;
  }

  .main-title-page {
    font-size: 2.5vw;
  }

  .margin-120px.make-60px {
    margin-top: 60px;
  }

  .logo-carousel {
    grid-column-gap: 70px;
  }

  .second-title {
    font-size: 42px;
  }

  .second-title.with-vw {
    font-size: 80px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-content {
    max-width: 76%;
    top: 50px;
    left: 50px;
  }

  .section-rounded {
    padding-top: 120px;
  }

  .arrow-slider-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -80px;
  }

  .brand-image {
    margin-bottom: 32px;
  }

  .card-testimonial {
    padding: 31px 32px 20px;
  }

  .arrow-slider-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -80px;
  }

  .faq-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .pricing-column {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

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

  .cart-quantity-3.white-line {
    height: 45px;
  }

  .big-numbers-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .big-numbers-card {
    text-align: center;
    max-width: none;
  }

  .big-numbers {
    font-size: 6rem;
  }

  .margin-120px-copy.make-60px {
    margin-top: 60px;
  }

  .big-numbers-wrapper-img {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-image: linear-gradient(96deg, #f1f1f1, #fff 53%, #fff0 91%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    display: flex;
  }

  .divimg {
    display: none;
  }

  .div-block-2-copy {
    width: 85vw;
  }

  .big-numbers-wrapper-img-relocation {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-image: linear-gradient(96deg, #f1f1f1, #fff 53%, #fff0 91%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    display: flex;
  }

  .team-slider, .team-circles {
    padding: 60px 15px;
  }

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

  .service-grid-copy {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 25px;
  }

  .subscribe-field {
    background-position: 5%;
    background-size: 26px;
  }

  .utility-page-content, .utility-page-content.second {
    width: 95%;
  }

  .search-link {
    font-size: 24px;
  }

  .search-result-item {
    padding: 25px 20px 20px;
  }

  ._404-title {
    font-size: 41px;
  }

  .password-title {
    font-size: 40px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0%;
  }

  .main-logo {
    width: 45px;
  }

  .hero {
    border-radius: 15px;
    padding-top: 80px;
    padding-bottom: 210px;
  }

  .hero.for-inner {
    min-height: 400px;
    padding-bottom: 110px;
  }

  .hero.for-inner-second {
    min-height: 400px;
  }

  .main-grid {
    grid-template-columns: 1fr;
  }

  .main-grid._5vw {
    grid-row-gap: 12vw;
  }

  .hero-subhead {
    font-size: 22px;
  }

  .hero-subhead._26px {
    font-size: 19px;
  }

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

  .category-ticket {
    bottom: 66px;
  }

  .subhead-big-center {
    padding-left: 4%;
    padding-right: 4%;
    font-size: 34px;
  }

  .footer {
    padding-top: 50px;
  }

  .flex-footer {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .footer-flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .copyright-flex-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .style-title {
    font-size: 30px;
  }

  .title-5 {
    font-size: 32px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .color-row {
    flex-direction: column;
  }

  .title-1 {
    font-size: 39px;
    line-height: 1.1;
  }

  .licensing-title {
    font-size: 29px;
  }

  .licensing-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .last-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ticket-flex-main {
    font-size: 30vw;
  }

  .lightbox-circle {
    border-width: 2px;
    width: 100px;
    height: 100px;
  }

  .play-image {
    width: 20px;
  }

  .exprt-grid {
    margin-top: 137px;
  }

  .video-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .video-wrap {
    aspect-ratio: 16 / 9;
    border-radius: 10px;
  }

  .small-text {
    font-size: 16px;
  }

  .main-title-page {
    font-size: 29px;
  }

  .carousel {
    width: 100%;
  }

  .logo-carousel {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .image-wrap {
    aspect-ratio: 1;
  }

  .second-title {
    font-size: 33px;
  }

  .second-title.with-vw {
    font-size: 68px;
  }

  .plus {
    margin-top: 1px;
    margin-left: 6px;
    font-size: 40px;
  }

  .team-wrapper-main {
    flex-flow: column-reverse;
  }

  .team-list {
    padding: 10px;
  }

  .service-content {
    max-width: 80%;
    top: 30px;
    left: 30px;
  }

  .subhead-big {
    font-size: 19px;
  }

  .shape-main.second {
    width: 36px;
  }

  .arrow-right {
    right: -1px;
  }

  .arrow-bottom.second {
    width: 22px;
  }

  .section-rounded {
    padding-top: 60px;
  }

  .map {
    width: 96%;
  }

  .subhead-testi {
    max-width: 100%;
    font-size: 21px;
  }

  .arrow-slider-left {
    bottom: -72px;
    left: 26%;
  }

  .brand-image {
    margin-bottom: 32px;
  }

  .card-testimonial {
    padding: 55px 24px 25px;
  }

  .arrow-slider-right {
    bottom: -72px;
    right: 26%;
  }

  .data-flex {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .blog-main-wrapper {
    font-size: 23px;
  }

  .team-grid, .faq-grid {
    grid-template-columns: 1fr;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-area {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .form-block {
    max-width: 100%;
  }

  .pricing-plan-justify {
    padding: 24px 18px;
  }

  .cart-quantity-3.white-line {
    width: 50px;
    height: 42px;
  }

  .month-button {
    margin-right: 0;
  }

  .button-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .big-numbers {
    font-size: 5rem;
  }

  .text-span, .text-span-2, .text-span-3 {
    font-size: 4vw;
  }

  .question-title {
    flex: 1;
  }

  .itemcontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .infotext {
    font-size: 1.2rem;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

#w-node-_2a5edbed-438f-a808-f2f5-481aa0a6b230-5ecf5d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a10f083-776f-9a87-72d2-a5b997c9f374-5ecf5d7c, #w-node-_9a10f083-776f-9a87-72d2-a5b997c9f378-5ecf5d7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70f6b700-a8fa-79b9-5e49-83a441339a1a-5ecf5d7c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ba2c9cda-9d47-d870-bbce-9419caf389d1-5ecf5d7c {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-ba2c9cda-9d47-d870-bbce-9419caf389e3-5ecf5d7c {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_5d26bde8-543a-0b8f-9cbf-0f8dced2dd8c-5ecf5d7c {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_0e296bb6-cbf4-c512-c657-7b0a7efa0729-5ecf5d7c {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-_61ceccba-344f-3244-52d8-6c773294692a-5ecf5d7c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc84c8b5-b141-204c-aeb8-2923df1660c3-5ecf5d7c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bc84c8b5-b141-204c-aeb8-2923df1660c5-5ecf5d7c {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_0df61119-5056-d003-7ea9-c4bcb1a77105-5ecf5d7c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0df61119-5056-d003-7ea9-c4bcb1a77107-5ecf5d7c {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-b6f5d5ab-1e5a-9861-4c55-d9896595ea58-6595ea57 {
  order: 0;
  grid-area: 1 / 2 / 2 / 4;
  justify-self: end;
}

#w-node-b6f5d5ab-1e5a-9861-4c55-d9896595ea81-6595ea57 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b6f5d5ab-1e5a-9861-4c55-d9896595ea83-6595ea57 {
  order: 0;
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_84d8bf57-c9f3-8356-4afa-29363cd2e521-5ecf5db9, #w-node-_84d8bf57-c9f3-8356-4afa-29363cd2e525-5ecf5db9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2ab4e665-33cd-8a35-24d5-898398ee5425-5ecf5db9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2ab4e665-33cd-8a35-24d5-898398ee542e-5ecf5db9, #w-node-_2ab4e665-33cd-8a35-24d5-898398ee5437-5ecf5db9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e296bb6-cbf4-c512-c657-7b0a7efa0729-5ecf5db9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d26bde8-543a-0b8f-9cbf-0f8dced2dd8c-5ecf5db9 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_61ceccba-344f-3244-52d8-6c773294692a-5ecf5db9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc84c8b5-b141-204c-aeb8-2923df1660c3-5ecf5db9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bc84c8b5-b141-204c-aeb8-2923df1660c5-5ecf5db9 {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_0df61119-5056-d003-7ea9-c4bcb1a77105-5ecf5db9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0df61119-5056-d003-7ea9-c4bcb1a77107-5ecf5db9 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_7448beeb-dc7e-328c-e6ec-519b2e79566c-2e79566b {
  order: 0;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_7448beeb-dc7e-328c-e6ec-519b2e795695-2e79566b {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: end;
}

#w-node-_7448beeb-dc7e-328c-e6ec-519b2e795697-2e79566b {
  order: 0;
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a0958d89-a9dc-5eb1-cf9c-33eb4b3a6b55-5ecf5dd5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a0958d89-a9dc-5eb1-cf9c-33eb4b3a6b57-5ecf5dd5 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-ee10d8dd-9cb4-8d8a-9417-9b90b9b84d88-5ecf5dd5, #w-node-fb1a16d9-27c1-b3bd-19e9-cffc1408b871-5ecf5dd5 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-fcc9f973-9607-6d06-6951-313acf635d55-cf635d54 {
  order: 0;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_756a276c-042a-2cf8-9557-6e646fd63bf9-cf635d54 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: end;
}

#w-node-_32484971-638c-1a5f-6501-5015b1923f4e-cf635d54 {
  order: 0;
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ad41547c-add6-8052-7d52-07ca864c854e-5ecf5df9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ad41547c-add6-8052-7d52-07ca864c8550-5ecf5df9 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a2f-5ecf5e14 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a31-5ecf5e14 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a37-5ecf5e14 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1d-5ecf5e14 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1f-5ecf5e14 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc058-5ecf5e15, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc059-5ecf5e15, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc05a-5ecf5e15, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc05d-5ecf5e15, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc05f-5ecf5e15, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc062-5ecf5e15, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc067-5ecf5e15, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc06b-5ecf5e15, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc06f-5ecf5e15, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc073-5ecf5e15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_834c6d91-16a9-9207-e94a-fb761397818f-5ecf5e16 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a363-5ecf5e16 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a365-5ecf5e16 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-aa7e00b3-a554-7673-fb00-8f241a816aae-5ecf5e18, #w-node-aa7e00b3-a554-7673-fb00-8f241a816aaf-5ecf5e18, #w-node-aa7e00b3-a554-7673-fb00-8f241a816ab0-5ecf5e18, #w-node-aa7e00b3-a554-7673-fb00-8f241a816ab2-5ecf5e18, #w-node-aa7e00b3-a554-7673-fb00-8f241a816ab3-5ecf5e18, #w-node-aa7e00b3-a554-7673-fb00-8f241a816ab5-5ecf5e18, #w-node-aa7e00b3-a554-7673-fb00-8f241a816aba-5ecf5e18, #w-node-aa7e00b3-a554-7673-fb00-8f241a816abd-5ecf5e18, #w-node-aa7e00b3-a554-7673-fb00-8f241a816ac0-5ecf5e18, #w-node-aa7e00b3-a554-7673-fb00-8f241a816ac3-5ecf5e18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb759876-a0d9-6416-5784-2cff9cdeefb1-5ecf5e19 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-eb759876-a0d9-6416-5784-2cff9cdeefb3-5ecf5e19 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-eaf729f7-1feb-c20e-38f5-60c7c5d0d774-5ecf5e19 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_79716906-2008-730b-3897-8f820d7bf95a-5ecf5e19, #w-node-_1083e622-950d-b131-53d8-ac060ffb6414-5ecf5e19 {
  grid-area: 3 / 5 / 4 / 12;
}

#w-node-ae938bb0-ae72-f02c-71a7-dfa5cc2f0105-5ecf5e31 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ae938bb0-ae72-f02c-71a7-dfa5cc2f0107-5ecf5e31 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-eacbe5b6-f613-1922-7932-1b1031ff2991-5ecf5e31, #w-node-_4f6e6f4a-ad16-d2c7-2122-1c9f6d0d9c9b-5ecf5e31 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-ae938bb0-ae72-f02c-71a7-dfa5cc2f0160-5ecf5e31 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ae938bb0-ae72-f02c-71a7-dfa5cc2f0162-5ecf5e31 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a2f-5ecf5e32 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a31-5ecf5e32 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a37-5ecf5e32 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1d-5ecf5e32 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1f-5ecf5e32 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a2f-5ecf5e33 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a31-5ecf5e33 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a37-5ecf5e33 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1d-5ecf5e33 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1f-5ecf5e33 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a2f-5ecf5e34 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a31-5ecf5e34 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a37-5ecf5e34 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1d-5ecf5e34 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1f-5ecf5e34 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a2f-5ecf5e35 {
  grid-area: 1 / 10 / 2 / 12;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a31-5ecf5e35 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a37-5ecf5e35 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1d-5ecf5e35 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1f-5ecf5e35 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_00a6d605-f4f2-e283-8680-3f785785bc05-5785bc04 {
  order: 0;
  grid-area: 1 / 2 / 2 / 4;
  justify-self: end;
}

#w-node-_00a6d605-f4f2-e283-8680-3f785785bc10-5785bc04 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_00a6d605-f4f2-e283-8680-3f785785bc12-5785bc04 {
  order: 0;
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a2f-5ecf5e36 {
  grid-area: 1 / 10 / 2 / 12;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a31-5ecf5e36 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a37-5ecf5e36 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1d-5ecf5e36 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1f-5ecf5e36 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a2f-5ecf5e37 {
  grid-area: 1 / 10 / 2 / 12;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a31-5ecf5e37 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a37-5ecf5e37 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1d-5ecf5e37 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1f-5ecf5e37 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a2f-5ecf5e38 {
  grid-area: 1 / 10 / 2 / 12;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a31-5ecf5e38 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a37-5ecf5e38 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1d-5ecf5e38 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1f-5ecf5e38 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_834c6d91-16a9-9207-e94a-fb761397818f-cfda56f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a363-cfda56f0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a365-cfda56f0 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_834c6d91-16a9-9207-e94a-fb761397818f-c1c053b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a363-c1c053b9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a365-c1c053b9 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_834c6d91-16a9-9207-e94a-fb761397818f-9983aaee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a363-9983aaee {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a365-9983aaee {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_834c6d91-16a9-9207-e94a-fb761397818f-4f65f428 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a363-4f65f428 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a365-4f65f428 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_834c6d91-16a9-9207-e94a-fb761397818f-87b2f4f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a363-87b2f4f2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a365-87b2f4f2 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_834c6d91-16a9-9207-e94a-fb761397818f-95d7b3db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a363-95d7b3db {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a365-95d7b3db {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_834c6d91-16a9-9207-e94a-fb761397818f-3a552166 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a363-3a552166 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a365-3a552166 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_834c6d91-16a9-9207-e94a-fb761397818f-077d9994 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a363-077d9994 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a365-077d9994 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_834c6d91-16a9-9207-e94a-fb761397818f-8f591a27 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9845a68-707c-2d92-6a7e-7a797bca4e17-8f591a27 {
  justify-self: stretch;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a363-8f591a27 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a365-8f591a27 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_834c6d91-16a9-9207-e94a-fb761397818f-e989a96d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a363-e989a96d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a365-e989a96d {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_834c6d91-16a9-9207-e94a-fb761397818f-c92835de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a363-c92835de {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a365-c92835de {
  grid-area: 1 / 4 / 2 / 12;
}

@media screen and (min-width: 1280px) {
  #w-node-b6f5d5ab-1e5a-9861-4c55-d9896595ea83-6595ea57 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a31-5ecf5e33, #w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a31-5ecf5e34 {
    grid-area: 1 / 4 / 2 / 12;
  }

  #w-node-_00a6d605-f4f2-e283-8680-3f785785bc12-5785bc04 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a31-5ecf5e36, #w-node-_5fac61ba-b9ed-cab8-f30e-c8dd648c9a31-5ecf5e38 {
    grid-area: 1 / 2 / 2 / 9;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cbc5fc7c-8708-95e8-ae91-651ae1458801-5ecf5d7c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cbc5fc7c-8708-95e8-ae91-651ae1458806-5ecf5d7c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-cbc5fc7c-8708-95e8-ae91-651ae145880b-5ecf5d7c {
    grid-area: 3 / 1 / 3 / 2;
  }

  #w-node-cbc5fc7c-8708-95e8-ae91-651ae1458801-5ecf5db9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cbc5fc7c-8708-95e8-ae91-651ae1458806-5ecf5db9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-cbc5fc7c-8708-95e8-ae91-651ae145880b-5ecf5db9 {
    grid-area: 3 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Dubaiw 23';
  src: url('../fonts/DubaiW23-Bold.woff2') format('woff2'), url('../fonts/DubaiW23-Bold.woff') format('woff'), url('../fonts/DubaiW23-Bold.ttf') format('truetype'), url('../fonts/DubaiW23-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dubaiw 23';
  src: url('../fonts/DubaiW23-Light.woff2') format('woff2'), url('../fonts/DubaiW23-Light.eot') format('embedded-opentype'), url('../fonts/DubaiW23-Light.woff') format('woff'), url('../fonts/DubaiW23-Light.ttf') format('truetype'), url('../fonts/DubaiW23-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dubaiw 23';
  src: url('../fonts/DubaiW23-Regular.woff2') format('woff2'), url('../fonts/DubaiW23-Regular.eot') format('embedded-opentype'), url('../fonts/DubaiW23-Regular.woff') format('woff'), url('../fonts/DubaiW23-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dubaiw 23';
  src: url('../fonts/DubaiW23-Medium.woff2') format('woff2'), url('../fonts/DubaiW23-Medium.eot') format('embedded-opentype'), url('../fonts/DubaiW23-Medium.woff') format('woff'), url('../fonts/DubaiW23-Medium.ttf') format('truetype'), url('../fonts/DubaiW23-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}