:root {
  --body-font: #5d6066;
  --heading-main-color: #022a5b;
  --heading-color: black;
  --deep-orange: #f7a541;
  --transparent: transparent;
  --white: white;
  --light-white: rgba(255, 255, 255, .7);
  --dark-grey: #222;
  --border-twenty: 20px;
  --footer-grey-2: #cecfd0;
  --light-grey: #e2e1e1;
  --light-background: #fffaf4;
  --footer-color: #141a29;
  --deep-grey: #aa9b86;
  --form-field: whitesmoke;
  --link: #4e7ce0;
  --dropdown: rgba(0, 0, 0, .9);
  --light-orange: var(--deep-orange);
  --footer_grey: #cecfd0;
}



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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--body-font);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}

h1 {
  color: var(--heading-main-color);
  letter-spacing: -.04rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 5rem;
}

h2 {
  color: var(--heading-color);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

h3 {
  color: var(--heading-main-color);
  letter-spacing: -.02rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}

h4 {
  color: var(--heading-main-color);
  letter-spacing: -.02px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

h5 {
  color: #060f1a;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

h6 {
  color: var(--heading-main-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: var(--body-font);
  letter-spacing: .02rem;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

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

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

ol {
  border-left: 4px solid var(--deep-orange);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 15px;
  padding-bottom: 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  letter-spacing: .02rem;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.navbar-menu-btn {
  padding: 0;
}

.dropdown-list {
  max-width: 20rem;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  top: 100%;
  bottom: auto;
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px #eaecf0;
  padding: .75rem;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: .85rem;
  height: .85rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
}

.dropdown-icon.color-white {
  filter: invert();
}

.navbar-dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: var(--heading-main-color);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 5px .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
  transform: translate(0);
}

.navbar-dropdown-link:hover {
  transform: translate(8px);
}

.navbar-dropdown-link.nav-top {
  padding-top: 10px;
}

.navbar-dropdown-link.nav-bottom {
  padding-bottom: 10px;
}

.big-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.big-container.margin-top-sixty {
  margin-top: 60px;
}

.dropdown-linklist {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content auto auto auto;
  grid-template-columns: .5fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-sticky-bg {
  background-color: #fff;
  border-bottom: 1px #525558;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-sticky-bg.transparent {
  background-color: var(--transparent);
  border-bottom-style: solid;
  border-bottom-color: #cfcfcf;
}

.nav-sticky-bg.transparent.no-border {
  background-color: var(--heading-color);
  border-bottom-style: none;
}

.nav-sticky-bg.transparent.no-border.landing-nav-bg {
  background-color: #141a29;
}

.nav-link-drop {
  border-right: 1px #000;
  position: static;
}

.navbar-logo-link {
  padding-left: 0;
}

.home-one-navbar-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 43px;
  display: flex;
  position: static;
}

.navbar-menu-left {
  padding-left: 20px;
}

.image-height-auto.middle-align {
  align-self: center;
}

.navbar-menu-dropdown {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.menu-link-toggle {
  color: var(--heading-main-color);
  letter-spacing: 0;
  align-items: center;
  padding: .75rem 20px .75rem 30px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.menu-link-toggle:hover {
  color: #344054;
}

.menu-link-toggle.white-menu {
  color: #f6f6f6;
  font-weight: 400;
  line-height: 1rem;
}

.menu-link-toggle.white-menu.margin-left-zero, .menu-link-toggle.margin-left-zero {
  padding-left: 0;
}

.navbar-main {
  background-color: #fff;
  border-bottom: 1px #525558;
  align-items: center;
  height: 100px;
  display: flex;
}

.navbar-main.transparent {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.navbar-section {
  z-index: 99;
  background-color: var(--heading-color);
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.navbar-section.contact-three-nav {
  position: static;
}

.submenu-text {
  letter-spacing: 0;
}

.navbar-menu-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar-menu-right.responsive-hidden {
  display: block;
}

.images-block {
  z-index: 1;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.images-block.margin-top-fifty {
  margin-top: 50px;
}

.images-block.home-three-slider-hero-wrap-container {
  z-index: 10;
  position: relative;
}

.images-block.home-one-banner-container {
  z-index: 4;
  height: 100vh;
  margin-left: auto;
  padding-left: 110px;
}

.images-block.service-three-hero-container {
  z-index: 20;
  position: relative;
}

.images-block.claims {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 304px auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.images-block.services {
  max-width: 70%;
}

.images-block.what-we-offer {
  padding-bottom: 0;
}

.home-one-hero-flex-left {
  z-index: 1;
  position: relative;
}

.home-one-hero-flex-right {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 30%;
  display: none;
  position: absolute;
  right: 5%;
}

.home-one-hero-flex {
  align-items: center;
  height: 1163px;
}

.home-one-hero-flex._1440px-hero-text {
  height: 100vh;
}

.lightbox-block.home-two-lightbox {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.lightbox-block.about-one-lightbox-one {
  top: -30%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.lightbox-block.about-one-lightbox-two {
  position: absolute;
  top: auto;
  bottom: -45%;
  left: -4%;
  right: auto;
}

.lightbox-block.service-one-lightbox-one {
  margin-top: -27px;
  margin-left: -38px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lightbox-link {
  z-index: 2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 222px;
  height: 220px;
  display: flex;
  position: relative;
}

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

.play-icon {
  object-fit: cover;
  position: absolute;
}

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

.color-white.margin-bottom-thirty {
  margin-bottom: 30px;
}

.color-white.margin-bottom-thirty.home-one-hero-paragraph {
  color: var(--light-white);
  max-width: 543px;
  margin-top: 20px;
}

.color-white.margin-bottom-fifteen.home-one-oil-leaders-heading {
  max-width: 618px;
}

.color-white.margin-top-zero.margin-bottom-fifteen {
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.75rem;
}

.color-white.margin-top-zero.margin-bottom-twentyfive {
  margin-bottom: 25px;
}

.color-white.margin-top-zero.home-three-mission-block-heading {
  max-width: 691px;
}

.color-white.margin-bottom-zero.text-regular {
  font-weight: 400;
}

.color-white.margin-bottom-zero.text-regular.link {
  color: var(--white);
  font-size: 1.25rem;
  text-decoration: none;
}

.color-white.oil-gas-para-gapping {
  margin-top: 10px;
  margin-bottom: 32px;
  margin-right: 137px;
}

.color-white.home-two-hero-heading {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 634px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.home-one-ticker-section-one {
  z-index: 1;
  margin-top: -150px;
  padding-top: 213px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.home-one-ticker-section-one.home-one-ticker-section-two {
  margin-top: -80px;
  padding-top: 70px;
}

.inner-ticker {
  background-color: var(--heading-main-color);
}

.inner-ticker.two {
  background-color: var(--deep-orange);
  border-top: 1px solid #4e4d4b;
  border-bottom: 1px solid #4e4d4b;
  width: 200%;
  display: none;
  transform: translate(-52px, -158px)rotate(-3deg);
}

.inner-ticker.one {
  background-color: var(--deep-orange);
  width: 200%;
  transform: translate(-52px, -4px)rotate(3deg);
}

.ticker {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.ticker.two {
  justify-content: flex-end;
  align-items: flex-start;
}

.inner-ticker-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.ticker-title {
  color: #9e5d0d;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--dark-grey);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.ticker-title.text-solid {
  color: var(--heading-color);
  -webkit-text-stroke-width: 0px;
}

.ticker-icon {
  margin-left: 20px;
  margin-right: 20px;
}

.home-one-provide-section {
  margin-top: 79px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.home-one-provide-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  width: 100%;
}

.home-one-provide-box {
  border-radius: var(--border-twenty);
  background-color: var(--white);
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 0 40px rgba(0, 0, 0, .25);
}

.home-one-img-block {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.home-one-data-block {
  background-color: var(--white);
  border-radius: 30% 30% 20px 20px;
  margin-top: -25%;
  padding: 20px 30px;
  position: relative;
}

.service-btn {
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -5%;
}

.home-one-we-provide-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 703px;
  margin-bottom: 43px;
  margin-left: auto;
  margin-right: auto;
}

.home-one-we-provide-block.home-one-we-provide-block-paragraph {
  max-width: 817px;
}

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

.margin-bottom-twenty.margin-top-zero {
  margin-bottom: 0;
}

.margin-bottom-twenty.margin-top-zero.home-one-we-provide-text {
  font-size: 2.5rem;
}

.margin-bottom-twenty.text-center.about-one-mission-flex-heading {
  max-width: 703px;
}

.margin-bottom-fifteen {
  margin-bottom: 15px;
}

.margin-bottom-fifteen.padding-left-right-five-percent {
  max-width: 853px;
}

.margin-bottom-fifteen.service-one-landscape-heading {
  max-width: 700px;
  font-family: Inter, sans-serif;
  font-size: 1.5em;
  line-height: 2rem;
}

.padding-left-right-twelve-percent.home-one-we-provide-paragraph {
  max-width: 771px;
}

.padding-left-right-twelve-percent.home-one-we-provide-text {
  margin-top: -10px;
}

.home-one-btn-block {
  justify-content: center;
  margin-top: 65px;
  display: flex;
}

.home-one-btn-block.home-three-service-btn {
  margin-top: 40px;
}

.home-one-leaders-section {
  background-image: url('../images/Leaders-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 89px;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}

.home-one-leaders-section._1440-quote {
  background-image: url('../images/div-instant-quote.png');
  margin-top: -1px;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.color-grey {
  color: #cecfd0;
}

.color-grey.margin-bottom-thirty {
  margin-bottom: 30px;
}

.color-grey.margin-bottom-thirty.home-one-oil-paragraph {
  max-width: 533px;
}

.color-grey.home-three-key-block-paragraph {
  max-width: 625px;
}

.home-one-oil-leaders-block {
  width: 69%;
  margin-bottom: 40px;
}

.home-one-leaders-image-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: -170px;
  margin-right: 61px;
  display: grid;
  position: relative;
}

.home-one-leaders-image-flex-one {
  justify-content: center;
  align-items: stretch;
  position: relative;
}

.home-one-leaders-flex-two {
  align-self: flex-end;
  padding-bottom: 25%;
}

.home-one-key-benefits-section {
  background-image: linear-gradient(to bottom, var(--white), #fbf9f4);
  padding-top: 80px;
  padding-bottom: 120px;
}

.padding-left-right-ten-percent {
  max-width: 660px;
}

.padding-left-right-ten-percent.home-one-we-provide-paragraph {
  max-width: 690px;
}

.table-background-top {
  background-color: var(--deep-orange);
  width: 100%;
  height: 0%;
}

.table-bg-wrapper {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  width: 54%;
  height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.table-bg-wrapper.our-key-benefits-bg {
  border-bottom: .5px solid #cecece;
  width: 100%;
}

.environmental-text-outer {
  z-index: 1;
  flex: 0 65%;
  align-self: center;
  position: relative;
}

.environmental-text-outer.related-service-block {
  grid-column-gap: 20px;
  padding-right: 20px;
}

.number {
  color: #8e8e8e;
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.number.service-one-related-number {
  color: var(--transparent);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--heading-main-color);
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 4rem;
}

.margin-top-zero {
  margin-top: 0;
}

.margin-top-zero.margin-bottom-zero.margin-negative-seventin {
  margin-top: -17px;
}

.margin-top-zero.color-yellow {
  color: #ffbb5c;
}

.margin-top-zero.blog-news-text-heading {
  margin-top: -5px;
}

.benefits-paragraph {
  margin-bottom: 0;
  font-weight: 600;
}

.benefits-paragraph.light {
  padding-right: 10px;
  font-weight: 300;
}

.environmental-image-block {
  z-index: 2;
  position: absolute;
  left: auto;
  right: 12%;
}

.environmental-image-block.related-img-block {
  bottom: -10%;
  right: 5%;
}

.environmental-main-block {
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 45px 40px;
  display: flex;
  position: relative;
}

.environmental-main-block.two {
  border-top: 1px #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.environmental-main-block.related-block {
  border-bottom-color: #b8b8b8;
  padding-left: 30px;
  padding-right: 30px;
  transition: box-shadow .3s;
}

.environmental-main-block.related-block:hover {
  box-shadow: 2px 0 50px rgba(0, 0, 0, .2);
}

.environmental-image {
  border: 8px solid #bec2cd;
}

.environmental-btn-block {
  z-index: 1;
  background-color: var(--deep-orange);
  border-radius: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 66px;
  height: 66px;
  display: flex;
  position: relative;
}

.environmental-text-inner {
  z-index: 1;
  max-width: 571px;
  position: relative;
}

.key-benefits-block {
  margin-top: 80px;
}

.home-one-future-section {
  background-image: url('../images/Gradient-Bg-One.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.marquee-wrap-big {
  display: flex;
}

.marquee-wrap-big.home-one-marque {
  z-index: 2;
  position: relative;
}

.marque-text-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  display: flex;
}

.marque-title {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--heading-main-color);
  text-transform: uppercase;
  flex: none;
  font-family: Poppins, sans-serif;
  font-size: 9.375rem;
  font-weight: 600;
  line-height: 100%;
}

.marque-wrap-big-oppsite {
  justify-content: flex-end;
  margin-top: -60px;
  display: flex;
}

.marque-text-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  display: flex;
}

.marque-title-opposite {
  color: #e7e7e7;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 9.375rem;
  font-weight: 600;
  line-height: 100%;
}

.container-vdo {
  z-index: 1;
  width: 100%;
  max-width: 83.125em;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

.tablet-animation {
  z-index: 2;
  position: relative;
}

.tablet-wrap {
  perspective: 1000px;
}

.ipad-mockup {
  justify-content: center;
  display: flex;
  position: relative;
}

.ipad-screen {
  z-index: 1;
  border-radius: 10px;
  position: relative;
  top: 0%;
  left: 0%;
}

.home-one-project-section {
  background-color: #141a29;
  padding-top: 110px;
  padding-bottom: 115px;
}

.home-one-project-flex {
  justify-content: center;
}

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

.margin-bottom-zero.padding-left-right-ten-percent {
  max-width: 685px;
}

.margin-bottom-zero.about-one-company-right-paragraph {
  max-width: 530px;
}

.margin-bottom-zero.service-three-hero-paragraph {
  max-width: 810px;
}

.margin-bottom-zero.service-two-hero-block-paragraph-two {
  max-width: 75%;
}

.margin-bottom-zero.service-two-hero-block-paragraph-two.left {
  text-align: left;
  -webkit-text-stroke-width: 0px;
  max-width: 100%;
  font-size: .8rem;
}

.home-one-project-left {
  flex: 1;
}

.home-one-project-right {
  flex: 1;
  align-self: center;
}

.home-one-industries-section {
  background-image: url('../images/Blue-Glow.png');
  background-position: 188% -41%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 110px;
  padding-bottom: 205px;
  overflow: hidden;
}

.hidden {
  display: none;
}

.autofit {
  object-fit: cover;
}

.autofit.full-width.full-height {
  height: 100%;
}

.autofit.border-radius-five {
  border-radius: 5px;
}

.autofit.image-height-auto {
  height: auto;
}

.autofit.border-radius-fifteen {
  width: 100%;
}

.autofit.border-radius-fifteen.leaders-img-one {
  transition: box-shadow .3s, transform .2s;
}

.autofit.border-radius-fifteen.leaders-img-one:hover {
  box-shadow: 14px 14px 0 -1px var(--deep-orange);
}

.autofit.border-radius-fifteen.leaders-img-one.left-img-landing._1440-img {
  width: 100%;
  min-width: 330px;
  max-width: 100%;
  height: auto;
  margin-top: 20%;
  margin-left: -10%;
}

.autofit.border-radius-fifteen.leaders-img-one.right-img-landing._1440-img {
  width: 100%;
  min-width: 240px;
  max-width: 100%;
  height: auto;
  margin-top: 30%;
  margin-bottom: 30px;
  margin-left: 6%;
}

.autofit.border-radius-fifteen.leaders-img-one.right-img-landing._1440-img.israel-palestine-ph {
  width: 100%;
  margin-top: 28%;
  margin-left: 9%;
}

.autofit.border-radius-fifteen.leaders-img-one._1440-img {
  flex: 1;
  align-self: center;
  width: 100%;
  min-width: 550px;
  max-width: 100%;
  height: auto;
}

.autofit.border-radius-fifteen.leaders-img-one._1440-img.israel-palestine-ph {
  max-width: 85%;
}

.autofit.border-radius-fifteen.service-tab-two-img {
  margin-top: 25px;
}

.autofit.about-one-hero-img-two {
  border: 15px solid var(--deep-orange);
  border-radius: 30px;
  margin-top: 96px;
}

.autofit.progress-img-one {
  z-index: 1;
  position: relative;
}

.autofit.progress-img-two {
  z-index: 2;
  position: relative;
}

.autofit.digital-energy-image-two {
  border: 3px solid var(--deep-orange);
  position: absolute;
  top: auto;
  bottom: -118px;
  left: auto;
  right: -15px;
}

.autofit.sm {
  margin-bottom: 1px;
  padding-bottom: 0;
}

.home-one-industries-inner {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-one-industries-text {
  border-bottom: 1px solid #d5d5d5;
  width: 54%;
  padding-top: 46px;
  padding-bottom: 44px;
  padding-left: 25px;
  transition: border .3s, box-shadow .3s;
}

.home-one-industries-text:hover {
  border-bottom-color: rgba(213, 213, 213, 0);
  box-shadow: 11px 11px 25px rgba(141, 144, 152, .25);
}

.industries-heading {
  z-index: 1;
  color: var(--heading-main-color);
  margin-top: 0;
  font-weight: 500;
  position: relative;
}

.industries-paragraph {
  z-index: 1;
  color: #827f7f;
  margin-bottom: 0;
  margin-right: 60px;
  position: relative;
}

.home-one-industries-img-block {
  z-index: 1;
  background-color: var(--deep-orange);
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
  top: -30%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-one-industries-img-block.home-one-industries-img-block-bottom-image {
  top: -90%;
}

.table-bg-gradient {
  background-image: linear-gradient(to right, var(--deep-orange), #fff);
  height: 0%;
}

.home-one-industries-outer {
  position: relative;
}

.home-one-industries-btn-block {
  margin-top: 30px;
  display: flex;
}

.home-one-footer-section {
  background-color: #141a29;
  padding-top: 107px;
}

.home-one-footer-flex-one {
  justify-content: space-between;
}

.home-one-footer-flex-two {
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 40px;
}

.home-one-footer-flex-three {
  border-top: 1px solid #46484f;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-one-footer-flex-three.home-three-copyright-flex {
  border-top-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-container.footer-two-container {
  padding-right: 0;
}

.home-one-footer-flex-left {
  grid-column-gap: 22px;
  flex: 1;
  align-self: center;
}

.home-one-footer-flex-right {
  flex: 0 34%;
  justify-content: space-between;
}

.home-one-footer-address-block {
  align-self: center;
}

.back-to-top-btn {
  cursor: pointer;
  transition: all .45s;
  transform: translate(0);
}

.back-to-top-btn:hover {
  transform: translate(0, -8px);
}

.home-one-footer-link-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-one-footer-link-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #cecfd0;
  font-size: 1rem;
  line-height: 2.5rem;
  text-decoration: none;
  transition: all .45s;
  display: block;
  transform: translate(0);
}

.footer-link:hover {
  color: var(--deep-orange);
  transform: translate(8px);
}

.footer-link.hover-none:hover {
  color: #cecfd0;
  transform: none;
}

.footer-link.wording {
  display: none;
}

.footer-energy-text {
  color: var(--white);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 20%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-size: 250px;
  font-weight: 300;
  line-height: 100%;
}

.footer-energy-text.text-semi-bold {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 20%, var(--light-grey));
}

.footer-social-block {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  max-width: 30%;
  display: flex;
}

.footer-social-block.footer-sm {
  justify-content: flex-start;
  align-items: center;
  max-width: 40%;
}

.footer-copyright-block {
  flex: 1;
  align-self: center;
}

.footer-social-link-block {
  cursor: pointer;
  border: 1px solid #585858;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.footer-social-link-block:hover {
  border-color: var(--deep-orange);
}

.footer-flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

.white-link {
  color: #cecfd0;
  font-size: 1rem;
  line-height: 1.75rem;
  text-decoration: underline;
}

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

.utility-page-wrap {
  background-color: var(--light-background);
  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;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-one-hero-button {
  background-color: var(--deep-orange);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  position: relative;
}

.home-one-hero-button.hro-btn {
  background-color: var(--transparent);
}

.hero-button-background {
  background-color: var(--deep-orange);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-button-background:hover {
  background-color: #ffa72c;
}

.hero-button-background.hro-btn {
  background-color: var(--transparent);
}

.button-main {
  background-color: var(--deep-orange);
  color: var(--heading-color);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 35px;
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1rem;
  display: flex;
  position: relative;
}

.button-main:hover {
  background-color: #f9bc71;
}

.button-main.margin-top-ten.border-btn.hero-btn.hro-btn {
  border-color: var(--white);
  background-color: var(--deep-orange);
  color: var(--body-font);
}

.button-main.margin-top-ten.border-btn.hero-btn.hro-btn:hover {
  border-top-color: var(--deep-orange);
  border-right-color: var(--deep-orange);
  border-bottom-color: var(--deep-orange);
  border-left-color: var(--deep-orange);
  color: var(--heading-color);
  background-color: #f9bc71;
}

.button-main.quote-button-footer {
  background-color: var(--deep-orange);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 170px;
  max-width: 100%;
  margin-top: 10px;
  padding-top: 0;
}

.button-main.quote-button-footer:hover {
  background-color: #f9bc71;
}

.button-main.quote-button-footer._2-cta {
  background-color: var(--heading-color);
  color: var(--white);
}

.button-main.quote-button-footer._2-cta:hover {
  background-color: var(--body-font);
}

.button-main.quote-button-footer._2-cta:active {
  background-color: var(--heading-color);
}

.button-main.quote-button-footer.unique {
  background-color: var(--deep-orange);
  justify-content: center;
  align-items: center;
  min-width: 214px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-main.quote-button-footer.unique:hover {
  background-color: #f9bc71;
}

.button-main.quote-button-footer.unique.w--current {
  border-radius: 6px;
  width: 30%;
  max-width: 47%;
  margin-top: 0;
}

.button-main.quote-button-footer.unique.ghosted {
  background-color: var(--transparent);
  color: var(--deep-orange);
  -webkit-text-stroke-color: var(--white);
  border-width: 1px;
  border-color: #f7a541;
  border-radius: 6px;
  width: 30%;
  max-width: 47%;
  margin-top: 0;
}

.button-main.quote-button-footer.unique.ghosted:hover {
  background-color: var(--transparent);
  color: var(--white);
  border-color: #fff;
}

.button-main.quote-button-footer.quote-form {
  height: 48px;
  margin-top: 15px;
}

.button-main.quote-button-footer.quote-form.ghosted {
  border-width: 1px;
  border-color: var(--deep-orange);
  background-color: var(--transparent);
  color: var(--deep-orange);
  flex: 1;
  justify-content: center;
  align-items: center;
}

.button-main.quote-button-footer.quote-form.ghosted:hover {
  border-color: var(--white);
  color: var(--white);
}

.button-main.hero-quote {
  justify-content: center;
  align-items: center;
  min-width: 180px;
}

.home-one-banner-btn {
  display: inline-block;
}

.home-two-hero-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 1000px;
  display: flex;
}

.left-arrow, .right-arrow {
  display: none;
}

.btn---wrap {
  border: .0625rem solid var(--deep-orange);
  background-color: var(--deep-orange);
  display: none;
  position: relative;
  overflow: hidden;
}

.btn---bg-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -.0625rem;
  bottom: -.0625rem;
  left: -.0625rem;
  right: -.0625rem;
}

.btn---bg-circle-wrap {
  flex: none;
  width: 200%;
}

.btn---bg-circle {
  background-color: var(--white);
  border-radius: 50%;
  padding-top: 100%;
  transform: scale(0);
}

.btn {
  color: var(--heading-main-color);
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  padding: 1rem 2rem;
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.5625rem;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
  position: relative;
}

.btn:hover {
  color: var(--deep-orange);
}

.scrolling-container {
  width: 200%;
  transform: translate(-52px, -158px)rotate(-3deg);
}

.scrolling-block-one {
  background-color: var(--deep-orange);
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  height: 100px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  display: flex;
  position: relative;
}

.scrolling-inside-line {
  align-items: center;
  display: flex;
}

.scrolling-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Pin.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 30px;
  padding-left: 60px;
  text-decoration: none;
  display: grid;
}

.home-two-featured-service-section {
  padding-top: 70px;
  padding-bottom: 105px;
}

.home-two-powering-section {
  background-image: url('../images/Leaders-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 120px;
  padding-bottom: 140px;
}

.home-two-about-flex {
  grid-column-gap: 40px;
}

.home-two-about-flex-left {
  flex: 1;
  position: relative;
}

.home-two-about-flex-left.home-two-about-flex-right {
  position: absolute;
  right: -8%;
}

.home-two-about-flex-right {
  flex: 1;
  align-self: center;
  position: relative;
}

.home-five-scrolling-section {
  overflow: hidden;
}

.home-five-scrolling-section.gradient-opposite-section {
  padding-bottom: 125px;
}

.home-five-scrolling-section.home-three-scrolling-section {
  padding-bottom: 120px;
}

.scrolling-container-two {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.scrolling-block-three {
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  height: 66px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: relative;
}

.scrolling-item-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Scrolling-Star-Two.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 30px;
  padding-left: 60px;
  text-decoration: none;
  display: grid;
}

.scrolling-item-two.solid {
  color: #e8d4ba;
}

.scrolling-item-two.stroke {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #aa9b86;
}

.home-two-project-section {
  z-index: 2;
  background-color: var(--white);
  padding-bottom: 110px;
}

.project-bg {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.project-heading {
  z-index: 1;
  color: #d7d7d7;
  justify-content: center;
  padding-top: 150px;
  font-size: 11rem;
  font-weight: 600;
  line-height: 1.3;
}

.project-container {
  flex-direction: column;
  align-items: center;
  display: flex;
  top: 0;
}

.project-body {
  z-index: 5;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 90vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  top: 0;
  left: 0%;
  right: 0%;
}

.project-image-container {
  z-index: 1;
  border-radius: var(--border-twenty);
  width: 495px;
  position: absolute;
}

.zoom-image {
  border-radius: var(--border-twenty);
  transform-origin: 50% 100%;
  height: auto;
  transition: transform .2s;
  position: absolute;
  bottom: 0;
}

.home-two-project-link {
  border-radius: var(--border-twenty);
}

.home-two-project-flex {
  border-bottom-left-radius: var(--border-twenty);
  border-bottom-right-radius: var(--border-twenty);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000);
  justify-content: space-between;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-two-project-arrow-flex {
  background-color: var(--deep-orange);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.arrow-img {
  height: auto;
  transform: rotate(-45deg);
}

.home-two-industries-section {
  background-color: #fbf9f4;
  background-image: url('../images/Gradient-Bg-One.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 120px;
}

.home-two-industries-block {
  grid-column-gap: 30px;
  justify-content: center;
}

.home-two-industries-block.home-three-chemical-box {
  flex-direction: row;
}

.home-two-industries-one {
  background-color: var(--white);
  flex: 1;
  padding: 40px 30px;
  position: relative;
}

.industris-number-circle {
  z-index: 1;
  color: var(--deep-orange);
  border: 1px solid #dad1c5;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
  position: relative;
}

.color-bg-one {
  z-index: 0;
  background-color: var(--deep-orange);
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.industries-text-block {
  z-index: 1;
  position: relative;
}

.home-two-footer-section {
  background-color: var(--footer-color);
}

.home-two-footer-flex {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 110px;
}

.home-two-footer-left {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 25%;
  position: relative;
}

.home-two-footer-right {
  grid-column-gap: 30px;
  flex: 1;
  justify-content: space-between;
  align-self: center;
}

.home-three-hero-section {
  background-image: url('../images/Home-two-banner-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fueling-text {
  color: var(--white);
  letter-spacing: .3rem;
  text-transform: uppercase;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

.home-three-hero-block {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 58%;
  height: 1000px;
  padding-top: 24vh;
  display: flex;
}

.home-two-key-section {
  background-color: #fbf9f4;
  padding-top: 220px;
  padding-bottom: 70px;
  overflow: hidden;
}

.home-two-key-block {
  width: 50%;
  padding-top: 100px;
}

.tab-line {
  background-color: #f08c00;
  width: 5px;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.accodian-arrow-line {
  border: 1px solid #ffbb5c;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.accodian-arrow-line.transparent-line {
  border-style: none;
}

.tab-text-wrapper {
  overflow: hidden;
}

.tab-yellow-bg {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-heading {
  color: var(--heading-main-color);
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
}

.tab-heading.service-three-tab-heading {
  color: var(--heading-main-color);
  margin-top: 0;
  margin-bottom: 0;
}

.tab-image-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tabs-content {
  flex: 0 50%;
  margin-left: 20px;
  overflow: visible;
}

.tabs-content.service-one-tab-content {
  flex-basis: 60%;
  margin-left: 15px;
}

.table-bg-gradient-light {
  background-image: linear-gradient(to right, rgba(255, 187, 92, .5), #ffbe63 0%, #fff);
  width: 100%;
  height: 0%;
}

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

.home-two-tab-img {
  border-radius: var(--border-twenty);
  object-fit: cover;
  transition: transform .2s, box-shadow .3s;
  position: relative;
}

.home-two-tab-img:hover {
  box-shadow: 14px 14px 0 -1px var(--deep-orange);
}

.tab-link-two {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px dashed #b0afaf;
  padding: 25px 20px;
}

.tab-link-two.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-two.service-three-tab {
  border-bottom-style: none;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-paragraph {
  padding-right: 20px;
  position: relative;
}

.tab-paragraph.service-three-tab-paragraph {
  margin-bottom: 0;
  padding-top: 10px;
}

.arrow-img-two {
  transform: rotate(90deg);
}

.flex-block {
  z-index: 1;
  position: relative;
}

.tabs-menu {
  flex-direction: column;
  flex: 0 50%;
  margin-right: 20px;
  padding-bottom: 32px;
  display: flex;
}

.tabs-menu.with-border {
  border-right: 1px solid #000;
  flex-basis: 40%;
  align-self: stretch;
  margin-right: 15px;
  padding-bottom: 0;
}

.home-two-tab-section {
  background-image: linear-gradient(#fbf9f4, #fff);
  margin-top: -70px;
  overflow: hidden;
}

.tab-content-yellow-line {
  background-color: var(--deep-orange);
  width: 197px;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 18px;
}

.home-three-provide-section {
  margin-top: -10px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.home-three-service-outer-flex {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.home-three-service-outer-flex.border-bottom-none {
  border-bottom-width: 0;
}

.home-three-service-number {
  z-index: 1;
  border-right: 1px solid #616161;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 15%;
  display: flex;
  position: relative;
}

.home-three-service-paragraph {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.home-three-service-icon {
  z-index: 1;
  border-left: 1px solid #616161;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 20%;
  display: flex;
  position: relative;
}

.hover-skew-shape {
  z-index: 0;
  background-color: var(--deep-orange);
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: skew(-15deg);
}

.home-three-service-number-block {
  border: 1px solid var(--heading-main-color);
  color: var(--heading-main-color);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  display: flex;
}

.home-three-service-heading {
  flex: 1;
  align-self: center;
  max-width: 35%;
  margin-top: 0;
  margin-bottom: 0;
}

.home-three-service-paragrap {
  flex: 1;
  align-self: center;
  margin-bottom: 0;
}

.home-three-discover-section {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Blue-Blur.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 120px;
  padding-bottom: 120px;
}

.discover-hover-flex {
  clear: both;
  color: #a6a8a9;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  overflow: hidden;
}

.discover-hover-flex.two {
  color: var(--deep-orange);
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-one {
  margin-right: 8px;
  font-family: Poppins, sans-serif;
}

.text-two {
  margin-left: 8px;
  font-family: Poppins, sans-serif;
}

.discover-flex-outer {
  align-items: center;
}

.home-three-key-section {
  background-color: #f8f8f8;
  background-image: url('../images/Gradient-Bg-One.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.home-three-key-block {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.home-three-key-hover-img {
  margin-top: 138px;
  position: absolute;
  top: -230px;
  bottom: auto;
  left: 22%;
  right: 0%;
}

.home-three-key-hover-img.four {
  margin-top: 175px;
  left: 28%;
}

.home-three-key-hover-img.five {
  left: 32%;
}

.home-three-key-hover-img.three {
  margin-top: 165px;
}

.home-three-project-text-block {
  opacity: .5;
  flex: 1;
}

.home-three-key-line {
  background-color: #bdbdbd;
  align-self: center;
  width: 100%;
  height: 2px;
}

.home-three-benefits-inner-block {
  grid-column-gap: 35px;
  justify-content: center;
  margin-bottom: 25px;
}

.home-three-project-img-block {
  color: #ffbb5c;
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.home-three-project-img-block.one {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.home-three-project-img-block.three {
  max-width: 50%;
}

.home-three-key-left {
  flex: 1;
  margin-top: 5px;
}

.home-three-key-circle {
  background-color: #ffbb5c;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.hover-heading {
  margin-top: 26px;
}

.home-three-benefits-outer-block {
  margin-top: 112px;
}

.number-block {
  text-align: center;
  flex: 1;
  position: relative;
}

.number-text-block-outer {
  align-items: center;
}

.arrow-circle-block {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.arrow-img-left {
  height: auto;
  position: absolute;
  top: auto;
  bottom: 43%;
  left: auto;
  right: -12%;
  transform: rotate(67deg);
}

.arrow-img-left.arrow-img-right {
  bottom: 46%;
  transform: rotate(-12deg);
}

.number-image-bg-outer {
  justify-content: center;
  align-items: center;
}

.number-img-bg-inner {
  color: #ffbb5c;
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Number-Circle.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  transition: all .45s;
  display: flex;
}

.number-img-bg-inner:hover {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Number-Hover-Cir.webp');
}

.home-three-number-heading {
  margin-bottom: 5px;
}

.arrow-down-img {
  height: auto;
}

.home-three-industries-section {
  background-image: url('../images/Gradient-Bg-One.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 120px;
}

.home-three-about-section {
  background-image: url('../images/Leaders-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 120px;
}

.home-three-about-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

.home-three-mission-block {
  width: 60%;
}

.about-three-learn-more-block {
  justify-content: center;
}

.about-three-learn-left {
  flex: 1;
  align-self: flex-end;
}

.about-three-learn-right {
  flex: 1;
  margin-top: -90px;
  margin-bottom: 95px;
  position: relative;
}

.learn-more-inner-block {
  padding-left: 40px;
}

.home-three-learn-more-clients-block {
  margin-top: 22px;
  margin-bottom: 35px;
}

.home-three-counter-block {
  flex: 1;
}

.counter-heading {
  color: var(--deep-orange);
  margin-bottom: 2px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.125rem;
}

.counter-text {
  color: #cecfd0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.home-two-footer-quick-link-section {
  background-color: #141a29;
}

.home-three-footer-flex-outer {
  grid-column-gap: 30px;
  justify-content: center;
}

.home-three-footer-flex-left {
  flex: 1;
  align-self: center;
  max-width: 35%;
}

.home-three-footer-flex-right {
  border-right: 1px solid rgba(98, 98, 98, .6);
  flex: 1;
}

.home-three-footer-flex {
  justify-content: center;
}

.home-three-footer-box-one {
  border-bottom: 1px solid rgba(98, 98, 98, .6);
  border-left: 1px solid rgba(98, 98, 98, .6);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
}

.home-three-footer-box-one.footer-no-bottom-border-flex {
  border-bottom-style: none;
}

.home-two-footer-copyright-section {
  background-color: #141a29;
  border-top: 1px solid rgba(98, 98, 98, .6);
}

.home-three-recent-project-section {
  background-color: #0b122e;
  padding-top: 90px;
  padding-bottom: 120px;
}

.home-three-project-flex {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 30px;
}

.home-three-project-box-one {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .08);
  flex: 1;
  padding: 30px;
  text-decoration: none;
}

.home-two-know-image-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.financial-business-data-block {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 5px;
}

.insurence-text {
  margin-bottom: 0;
}

.insurence-heading {
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.about-one-social-flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: none;
  position: absolute;
  top: 45%;
  bottom: auto;
  left: -12%;
  right: auto;
  transform: rotate(-90deg);
}

.about-one-social-flex-block.home-two-choose-text {
  left: -16%;
}

.about-one-social-flex-block.about-two-company-block {
  left: -14%;
}

.service-block {
  color: #aab3bd;
  letter-spacing: .5rem;
  text-transform: uppercase;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.about-two-delevery-section {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Our-Company-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 20px;
  padding-bottom: 240px;
  position: relative;
}

.about-two-circle-progress-box {
  flex: 1;
  position: relative;
}

.about-two-counter-flex {
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.digital-energy-flex {
  grid-column-gap: 70px;
  justify-content: space-between;
}

.digital-energy-flex-left {
  flex: 1;
  position: relative;
}

.about-two-circle-progress-flex {
  grid-column-gap: 22px;
  justify-content: center;
  margin-top: 45px;
}

.digital-energy-flex-right {
  flex: 0 37%;
}

.about-two-counter-heading {
  color: #ffbb5c;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.8rem;
}

.about-two-counter-paragraph {
  color: var(--heading-main-color);
  font-size: .875rem;
  line-height: 1.2rem;
}

.about-two-mission-section {
  background-color: #fbf9f4;
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Blue-Blur.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.our-mission-text {
  color: #8e959d;
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 100%;
  display: none;
}

.our-mission-text.color-white {
  color: var(--white);
}

.our-mission-text.color-yellow {
  color: var(--deep-orange);
  text-align: center;
}

.our-mission-text.color-yellow.left-text-title {
  text-align: left;
}

.about-two-hero-section {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Blue-Bar-Right.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 220px;
  padding-bottom: 100px;
}

.our-company-text {
  color: var(--transparent);
  letter-spacing: .2rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--deep-grey);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 100%;
}

.about-two-hero-flex {
  z-index: 1;
  grid-column-gap: 40px;
  justify-content: center;
  position: relative;
}

.about-two-hero-left {
  flex: 1;
}

.about-two-hero-right {
  flex: 1;
  max-width: 45%;
}

.text-light {
  font-weight: 300;
}

.about-two-hero-heading-two {
  margin-top: 0;
  margin-bottom: 0;
}

.about-two-hero-heading-two.hero-two {
  transform: translate(200px);
}

.selected-project-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: -36px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero-image-container {
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-five-hero-img {
  width: 100%;
  height: 100%;
  margin-top: 0;
  transform: scale(1.1);
}

.home-five-scrolling-container {
  object-fit: cover;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-mask {
  background-color: var(--white);
  width: 0%;
  height: 100%;
  min-height: 100%;
}

.about-two-energy-mission-block {
  margin-top: 40px;
  position: relative;
}

.about-two-mission-flex {
  justify-content: center;
}

.about-two-mission-block {
  grid-column-gap: 18px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  transition: all .45s;
  display: flex;
  position: relative;
}

.about-two-mission-block:hover {
  background-color: var(--white);
  box-shadow: 2px 0 54px rgba(143, 153, 161, .25);
}

.about-two-mission-block.mision-block-one {
  border-right: 2px solid var(--deep-grey);
  border-bottom: 2px solid var(--deep-grey);
}

.about-two-mission-block.mission-box-two {
  border-bottom: 2px solid var(--deep-grey);
}

.about-two-mission-block.mission-box-three {
  border-right: 2px solid var(--deep-grey);
}

.about-two-mission-number-bg {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/About-Two-Number-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 117px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

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

.about-two-mission-text-bg {
  flex: 1;
}

.about-two-circle {
  z-index: 1;
  height: auto;
  position: absolute;
  top: 48%;
  bottom: auto;
  left: auto;
  right: 49.4%;
}

.about-two-our-values-block {
  background-color: #0b122e;
  height: 870px;
}

.about-two-values-block {
  grid-column-gap: 50px;
  justify-content: center;
}

.about-two-values-left {
  flex: 1;
  align-self: center;
}

.why-choose-img-right {
  flex: 1;
}

.home-two-why-choose-right {
  flex: 1;
  height: auto;
  position: relative;
  overflow: hidden;
}

.why-chose-img-animation {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.home-two-why-choose-img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.why-choose-img-left {
  flex: 1;
}

.about-two-benefits-section {
  background-image: url('../images/Gradient-Bg-One.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 90px;
}

.about-two-progress-section {
  background-color: #fbf9f4;
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Blue-Bar-Right.webp'), url('https://hotspotcover-1.com/public/assets/front/images/Blue-Bar-Left.webp');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 230px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.about-two-progress-image-left {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -40%;
  right: auto;
}

.about-two-progress-image-right {
  position: absolute;
  top: 25%;
  bottom: 0%;
  left: auto;
  right: -36%;
}

.full-width-container {
  max-width: 100vw;
}

.full-width-container.service-three-hero-image-section {
  margin-top: -99px;
}

.progress-bar-wrap {
  width: 100%;
  margin-bottom: 10px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.progressbar-heading {
  align-items: flex-start;
  display: flex;
}

.progress-name {
  color: var(--heading-main-color);
  flex: 1;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.progress-number {
  color: var(--heading-main-color);
  text-align: right;
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.progressbar-body {
  background-color: #d9d9d9;
  border-radius: 60px;
  width: 100%;
  height: 6px;
  margin-top: 15px;
  padding-bottom: 0;
  box-shadow: 4px 0 25px rgba(0, 0, 0, .05);
}

.progressbar-indicator {
  background-color: var(--deep-orange);
  opacity: 1;
  border-radius: 60px;
  width: 100%;
  height: 100%;
}

.progressbar-indicator.ninty {
  width: 90%;
}

.progressbar-indicator.seventy {
  width: 70%;
}

.progressbar-indicator.fifty-five {
  width: 55%;
}

.about-two-progress-flex-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.about-two-testimonial-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-testimonial-left-arrow {
  background-color: #ffbb5c;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  top: auto;
  bottom: 0;
  left: -43%;
  right: auto;
}

.about-two-testimonial-text-block {
  flex: 1;
  align-self: center;
}

.about-two-testiminial-heading {
  flex: 1;
  max-width: 30%;
}

.testimonial-star-block {
  grid-column-gap: 10px;
  margin-bottom: 27px;
}

.about-two-testimonial-block {
  border-left: 1px solid #dcdcdc;
  max-width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.about-testimonial-right-arrow {
  background-color: #ffbb5c;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  top: auto;
  bottom: 0;
  left: auto;
  right: 126%;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.about-two-testiminial-slider {
  grid-column-gap: 30px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.about-two-testimonial-flex {
  justify-content: center;
  position: relative;
}

.benefits-moving-flex {
  border: 1px solid #92969c;
  height: 89px;
  margin-bottom: 30px;
  transition: all .45s;
}

.benefits-moving-flex:hover {
  box-shadow: 2px 0 50px rgba(93, 102, 115, .25);
}

.benefits-moving-flex.moving-flex-six {
  transform: rotate(0);
}

.benefits-moving-flex.moving-flex-one {
  transform: rotate(-2deg);
}

.benefits-moving-flex.moving-flex-one:hover {
  transform: rotate(-1deg);
}

.benefits-moving-flex.moving-flex-two:hover {
  transform: rotate(-2deg);
}

.benefits-moving-flex.moving-flex-three {
  transform: rotate(-1.24deg);
}

.benefits-moving-flex.moving-flex-three:hover {
  transform: rotate(2deg);
}

.benefits-moving-flex.moving-flex-five {
  transform: rotate(-.05deg);
}

.benefits-moving-flex.moving-flex-five:hover {
  transform: rotate(-2deg);
}

.benefits-moving-flex.moving-flex-four {
  transform: rotate(-1.21deg);
}

.benefits-moving-flex.moving-flex-four:hover {
  transform: rotate(1deg);
}

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

.benefits-moving-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding-left: 30px;
  font-size: 1.5625rem;
  line-height: 2.25rem;
  display: flex;
}

.benefits-moving-number {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #060f1a;
  border-right: 1px solid #92969c;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 7%;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.cursor-box {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-one-heading-img {
  height: auto;
  position: absolute;
  top: -21px;
  bottom: auto;
  left: -35px;
  right: auto;
}

.about-one-hero-section {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  overflow: hidden;
}

.about-one-hero-heading {
  position: relative;
}

.about-one-hero-flex-two {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 60px;
}

.about-one-hero-flex-one {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
}

.about-one-company-left {
  flex: 1;
  position: relative;
}

.about-one-company-flex {
  grid-column-gap: 60px;
}

.about-one-company-section {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Yellow-Blur.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 120px;
  padding-bottom: 85px;
}

.about-one-company-section.overflow-none.about-hotspot {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 167px;
}

.about-one-company-right {
  flex: 1;
  align-self: flex-start;
  position: relative;
}

.about-one-company-img-two {
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.about-one-mission-section {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Empowering-Energy-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-one-mission-number-block {
  border: 1px solid #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.125rem;
  line-height: 100%;
  display: flex;
}

.about-one-mission-text {
  margin-bottom: 0;
}

.about-one-mission-flex {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.about-one-mission-flex-two {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 50px;
}

.about-one-mission-flex-block {
  border: 1px solid #929292;
  border-radius: 8px;
  flex: 1;
  padding: 30px 30px 20px;
  transition: transform .2s, box-shadow .3s;
  position: relative;
}

.about-one-mission-flex-block:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 14px 14px 0 -1px #ffbb5c;
}

.about-one-values-left {
  z-index: 5;
  flex: 1;
  position: relative;
}

.about-one-values-left.values-right {
  z-index: 5;
  border-radius: 8px;
}

.about-one-values-section {
  padding-top: 120px;
  padding-bottom: 150px;
  overflow: hidden;
}

.about-one-values-section.overflow-none {
  padding-top: 60px;
  padding-bottom: 100px;
}

.about-one-values-left-img {
  border-radius: 8px;
  position: relative;
}

.about-one-values-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.about-one-our-values-flex {
  justify-content: center;
  margin-top: 180px;
}

.about-one-our-values-flex.hidden {
  display: none;
}

.about-one-devider-block {
  background-color: #434c71;
  width: 100%;
  height: 1px;
}

.grey-color {
  color: #cecfd0;
}

.grey-color.home-one-we-provide-block-paragraph {
  max-width: 899px;
}

.grey-color.service-two-leading-paragraph {
  max-width: 790px;
}

.about-one-service-box {
  flex: 1;
  height: auto;
  padding-top: 35px;
  transition: transform .2s;
  position: relative;
}

.white-color {
  color: #fff;
}

.about-one-service-flx {
  grid-column-gap: 30px;
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/About_one-Service-Line_1About_one-Service-Line.webp'), url('https://hotspotcover-1.com/public/assets/front/images/About_one-Service-Line_1About_one-Service-Line.webp');
  background-position: 67% 0, 33% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  padding-bottom: 55px;
}

.about-one-service-section {
  background-color: #0b122e;
  padding-top: 90px;
  padding-bottom: 120px;
}

.about-one-service-text-box {
  padding-right: 20px;
}

.about-one-progress-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-one-progress-flex {
  grid-column-gap: 45px;
  justify-content: center;
}

.about-one-progress-left {
  flex: 1;
}

.about-one-progress-right {
  flex: 1;
  align-self: center;
}

.about-one-learn-more-section {
  cursor: none;
  background-image: url('../images/Blue-Glow.png');
  background-position: -64% 41%;
  background-repeat: no-repeat;
  background-size: 56%;
  padding-top: 40px;
  padding-bottom: 120px;
}

.about-one-learn-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
}

.about-one-learn-heading-one {
  z-index: 1;
  color: #a6a8a9;
  max-width: 602px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
}

.oil-text {
  color: #ffbb5c;
}

.learn-more-paragraph-block {
  max-width: 768px;
  margin-bottom: 0;
  position: relative;
}

.service-one-counter-flex {
  border-bottom: 1px solid #92969c;
  justify-content: center;
}

.service-one-counter-flex.no-bottom-border {
  border-bottom-style: none;
}

.service-one-counter-flex.service-one-conter-update {
  border-bottom-style: none;
  width: 100%;
}

.service-one-banner-img-block, .service-one-hero-left, .service-one-hero-right {
  flex: 1;
}

.service-one-counter-right {
  flex: 1;
  padding-top: 15px;
  padding-bottom: 25px;
}

.service-one-counter-right.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-one-hero-flex {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.service-one-section-one {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 220px;
  padding-bottom: 120px;
  display: block;
}

.service-one-counter-heading {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  display: flex;
}

.service-one-counter-left {
  opacity: .8;
  border-right: 1px solid #a8a7a7;
  flex-direction: column;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.service-one-counter-left.center {
  align-items: center;
}

.color-yellow {
  color: #ffbb5c;
}

.color-yellow.margin-bottom-zero {
  font-weight: 300;
}

.color-yellow.margin-bottom-zero.high-hazard {
  color: var(--deep-orange);
  -webkit-text-stroke-color: var(--deep-orange);
  margin-bottom: 20px;
  font-size: 2.5rem;
}

.service-one-counter-text {
  letter-spacing: .06rem;
  text-transform: uppercase;
  padding-left: 30px;
  font-size: .8125rem;
  line-height: 100%;
}

.service-one-counter-block {
  flex: 1;
  align-self: center;
  max-width: 45%;
}

.service-one-counter-block.award-counter-box {
  max-width: none;
  margin-top: 40px;
}

.service-one-counter-block.service-one-conter-update {
  margin-top: 60px;
  display: flex;
}

.service-one-counter-block.service-one-conter-update.full-width {
  max-width: none;
}

.service-one-happy-clients-flex {
  grid-column-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 112px;
}

.our-service-paragraph-right {
  max-width: 60%;
}

.our-service-heading-left {
  flex: 1;
}

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

.tab-link-three {
  background-color: var(--transparent);
  color: var(--heading-main-color);
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 100%;
}

.tab-link-three.w--current {
  border-left: 3px solid var(--deep-orange);
  background-color: var(--white);
  color: var(--heading-main-color);
  box-shadow: 2px 0 54px rgba(0, 0, 0, .2);
}

.service-one-choose-us-section {
  background-color: #141a29;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 90px;
  padding-bottom: 90px;
}

.service-one-choose-flex {
  grid-column-gap: 30px;
  justify-content: center;
}

.service-one-choose-box {
  grid-column-gap: 28px;
  background-color: var(--white);
  border-radius: 96px 80px 0 100px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 15px;
  display: flex;
}

.service-one-experience-block {
  align-self: center;
}

.service-one-steps-section {
  padding-top: 90px;
  padding-bottom: 120px;
}

.service-one-steps-three-box {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.service-one-three-block {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-one-steps-block {
  z-index: 2;
  background-color: var(--white);
  margin-left: -10px;
  padding: 35px 20px 35px 25px;
  position: relative;
  box-shadow: 0 0 20px rgba(122, 119, 119, .1);
}

.service-one-steps-block.steps-block-three {
  margin-left: -45px;
}

.service-one-steps-block.steps-block-two {
  margin-left: -38px;
}

.service-one-number {
  align-self: center;
  height: auto;
}

.more-service-inner-block {
  z-index: 2;
  border: 1px solid var(--deep-orange);
  cursor: pointer;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 8.8rem;
  height: 8.8rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.125rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.more-service-text {
  z-index: 10;
  color: var(--heading-main-color);
  text-align: center;
  text-transform: uppercase;
  font-size: .9375rem;
  line-height: 100%;
  position: relative;
}

.more-service-icon {
  z-index: 8;
  object-fit: contain;
  display: none;
  position: absolute;
}

.more-service-background {
  z-index: 2;
  background-color: var(--deep-orange);
  border-radius: 50%;
  flex: none;
  width: 20rem;
  height: 20rem;
  display: none;
  position: absolute;
}

.service-one-landscape-section {
  background-color: #fbf9f4;
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
}

.service-one-landscape-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 88%;
  height: auto;
  display: flex;
  position: relative;
}

.energy-landscape-img-two {
  border-radius: 6px;
  height: auto;
  transition: box-shadow .3s, transform .2s;
  position: absolute;
  top: auto;
  bottom: 52%;
  left: auto;
  right: 11%;
}

.energy-landscape-img-two:hover {
  box-shadow: -14px 14px 0 -1px #ffbb5c;
}

.service-one-together-one {
  flex: 1;
  align-self: center;
  max-width: 55%;
}

.service-one-together-three {
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  max-width: 15%;
  display: flex;
}

.service-one-together-block {
  justify-content: center;
}

.service-one-together-section {
  background-color: var(--white);
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Yellow-Blur.webp'), url('https://hotspotcover-1.com/public/assets/front/images/Blue-Bar-Left.webp');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 120px;
}

.service-one-together-two {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 30%;
  display: flex;
}

.nevigating-energy-paragraph {
  max-width: 620px;
  margin-bottom: 30px;
  padding-top: 5px;
}

.view-button-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-three-gallery-frame {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.lightbox-link-two {
  flex: none;
  position: relative;
}

.gallery-tall-img {
  object-fit: cover;
  border-radius: 20px;
}

.gallery-tall-img.border-radius-zero {
  border-radius: 0;
}

.home-three-gallery-marque-block {
  margin-top: 30px;
  padding-top: 60px;
  overflow: hidden;
}

.service-two-hero-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 40px 0%;
}

.service-two-hero-block.margin-block {
  margin-bottom: 47px;
}

.service-two-hero-section {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Service-One-Hero-Bg.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  padding-top: 220px;
  overflow: hidden;
}

.service-two-hero-section.tailored-form-section {
  margin-bottom: 0;
  padding-bottom: 170px;
}

.service-two-hero-paragraph {
  background-color: var(--deep-orange);
  color: var(--heading-main-color);
  letter-spacing: .25rem;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 10px 30px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
}

.service-two-industry-flex {
  grid-column-gap: 40px;
  justify-content: center;
  padding-top: 105px;
  display: none;
}

.service-two-industry-left {
  flex: 1;
  max-width: 47%;
}

.service-two-industry-right {
  flex: 1;
  margin-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.service-two-technology-fixed-block {
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding: 30px 30px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
  overflow: hidden;
}

.service-two-technology-heading {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.service-two-technology-box {
  grid-column-gap: 20px;
  margin-bottom: 20px;
}

.service-two-leading-way-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-two-leading-way-left {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.service-two-leading-way-right {
  flex: 1;
}

.service-two-production-flex {
  justify-content: center;
}

.service-two-production-flex.service-two-flex-one {
  margin-bottom: 35px;
}

.service-two-production-left {
  flex: 1;
}

.service-two-leading-way-section {
  background-color: #141a29;
  padding-top: 110px;
  padding-bottom: 110px;
}

.service-two-leading-way-flex {
  grid-column-gap: 40px;
  justify-content: center;
  margin-top: 35px;
}

.production-service-link {
  color: #cdd4d9;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.production-service-link:hover {
  transform: translate(5px);
}

.production-service-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.service-one-related-serction {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Yellow-Blur-Left.webp'), url('https://hotspotcover-1.com/public/assets/front/images/Blue-Bar-Right.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 85px;
  padding-bottom: 120px;
}

.table-bg-top {
  background-color: rgba(255, 187, 92, .2);
  width: 100%;
  height: 0;
}

.service-one-featured-section {
  background-color: #fbf9f4;
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Service-Two-Quam.webp');
  background-position: -91%;
  background-repeat: no-repeat;
  background-size: 870px;
  padding-top: 230px;
  padding-bottom: 230px;
}

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

.margin-bottom-thirty.award-hero-text-paragraph {
  margin-top: -29px;
}

.div-block {
  width: 54%;
  margin-left: auto;
}

.service-three-banner-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 220px;
  overflow: hidden;
}

.service-three-managenent-right {
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

.service-three-divider-block {
  background-color: #b3b3b3;
  width: 100%;
  height: 1px;
}

.service-three-management-flex {
  justify-content: center;
}

.service-three-management-flex.management-flex-one {
  border-bottom: 1px solid #b3b3b3;
}

.service-three-offshore-right {
  flex: 1;
  align-self: stretch;
  padding-left: 15px;
}

.service-three-managenent-left {
  border-right: 1px solid #b3b3b3;
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-three-our-service-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 105px;
}

.service-three-offshore-left {
  border-right: 1px solid #b3b3b3;
  flex: 1;
  align-self: stretch;
  max-width: 34%;
}

.service-three-offshore-block {
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.service-three-related-text-card {
  align-self: center;
}

.service-three-related-section {
  background-color: #0b122e;
  margin-top: -7.5vh;
  padding-top: 85px;
  padding-bottom: 100px;
  position: relative;
}

.service-three-related-card {
  grid-column-gap: 50px;
  background-color: #344161;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 40px 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
  box-shadow: 2px 0 169px rgba(0, 0, 0, .3);
}

.service-three-related-card-block {
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.service-three-tab-section {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Yellow-Blur.webp'), url('https://hotspotcover-1.com/public/assets/front/images/Blue-Bar-Left.webp');
  background-position: 100% 0, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 85px;
  padding-bottom: 82px;
}

.service-three-tab-flex {
  justify-content: space-between;
  align-self: stretch;
}

.service-three-tab-content {
  grid-column-gap: 25px;
  justify-content: center;
}

.service-three-tab-content-left, .service-three-tab-content-right {
  flex: 1;
}

.service-three-tabs {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.service-three-work-section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 40px;
}

.contact-one-phone-link {
  color: #5c6266;
  font-size: 1rem;
  line-height: 1.75rem;
  text-decoration: none;
  transition: transform .2s;
}

.contact-one-phone-link:hover {
  color: var(--heading-main-color);
}

.contact-one-form-submit-btn {
  background-color: var(--deep-orange);
  color: #060f1a;
  border-radius: 6px;
  padding: 19px 34px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 100%;
  transition: transform .2s;
  display: block;
}

.contact-one-form-submit-btn:hover {
  transform: translate(0, -5px);
}

.contact-one-form-submit-btn.contact-two-submit-btn {
  background-color: var(--white);
}

.contact-one-form-submit-btn.margin-top-fifteen {
  margin-top: 15px;
}

.contact-one-details-right {
  flex: 1;
}

.contact-address-block {
  border-bottom: 1px solid #cccacb;
  padding-top: 25px;
  padding-bottom: 21px;
}

.contact-address-block.contact-address-block-first {
  padding-top: 0;
}

.address-text {
  color: var(--heading-main-color);
  letter-spacing: .15rem;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
}

.contact-one-form-division-field {
  grid-column-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 28px;
}

.contact-one-form-right {
  flex: 1;
  margin-bottom: 20px;
}

.contact-one-details-left {
  flex: 1;
  max-width: 80%;
}

.contact-one-details-left.contact-us-section-form {
  max-width: 100%;
}

.contact-one-form-left {
  flex: 1;
  margin-bottom: 20px;
}

.contact-one-details-block {
  margin-top: 35px;
}

.contact-one-hello-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-one-form-level {
  color: var(--heading-main-color);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.contact-one-form-level.contact-two-form-level {
  margin-bottom: 0;
}

.contact-one-form-level.margin-bottom-ten {
  margin-bottom: 10px;
}

.contact-one-text-field {
  background-color: #f5f5f5;
  border: 1px solid #e2e1e1;
  height: 45px;
  margin-top: 15px;
  font-size: .875rem;
  line-height: 100%;
}

.contact-one-text-field::placeholder {
  color: #888b8d;
}

.contact-one-text-field.contact-one-textarea {
  height: 160px;
  padding-top: 18px;
}

.contact-one-text-field.contact-one-textarea.contact-one-textarea-custome {
  height: 163px;
}

.contact-one-text-field.demo-text-area {
  height: 148px;
}

.contact-one-details-flex {
  grid-column-gap: 30px;
  justify-content: center;
  width: 60%;
  padding-top: 52px;
}

.contact-one-details-flex.contact-form.contact-us {
  align-self: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.contact-one-section-one {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 209px;
  padding-bottom: 120px;
}

.contact-one-section-one.alerts {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
}

.contact-one-textarea-block {
  margin-bottom: 25px;
}

.contact-two-section-one {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Yellow-Blur.webp'), url('https://hotspotcover-1.com/public/assets/front/images/Blue-Bar-Left.webp');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 215px;
  padding-bottom: 115px;
}

.contact-two-form-left {
  flex: 1;
  margin-bottom: 25px;
}

.contact-two-form-division-field {
  grid-column-gap: 25px;
}

.contact-two-details-flex {
  grid-column-gap: 40px;
}

.contact-two-details-right {
  background-color: #ffbb5c;
  border-radius: 20px;
  flex: 1;
  padding: 15px 40px 40px;
}

.contact-two-textarea-block {
  margin-bottom: 40px;
}

.contact-two-form-block {
  margin-top: 20px;
  margin-bottom: 0;
}

.contact-two-form-right {
  flex: 1;
  margin-bottom: 25px;
}

.contact-two-text-field {
  color: #8c714b;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #060f1a;
  height: 25px;
  padding-left: 0;
  padding-right: 5px;
  font-size: .875rem;
  line-height: 100%;
}

.contact-two-text-field::placeholder {
  color: #8c714b;
}

.contact-two-text-field.contact-two-textarea-field {
  height: 100px;
}

.circle-sticky-content {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.team-two-circle-item-bg {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .59) 3%);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 240vw;
  height: 240vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.circle-item-text-container {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.service-three-project-description {
  opacity: 1;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.circle-item-text-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 100% 5% 23%;
  display: block;
}

.team-one-extended-container {
  text-align: center;
  max-width: 100vw;
  margin-top: 0;
  margin-bottom: 2.4rem;
  display: none;
}

.circle-images {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-images.two {
  transform: rotate(-180deg);
}

.team-two-img {
  object-fit: cover;
  object-position: 50% 0%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.service-three-project-name {
  opacity: 1;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
}

.team-two-circle-parent {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 12%;
  display: flex;
  position: absolute;
  bottom: 82%;
  left: auto;
  right: auto;
  overflow: hidden;
  transform: translate(0%)rotate(0);
}

.team-two-circle-parent.two {
  transform: translate(119%, 13%)rotate(17deg);
}

.team-two-circle-parent.five {
  transform: translate(367%, 189%)rotate(72deg);
}

.team-two-circle-parent.six {
  transform: translate(388%, 272%)rotate(88deg);
}

.team-two-circle-parent.seven {
  transform: translate(372%, 358%)rotate(107deg);
}

.team-two-circle-parent.ten {
  transform: translate(233%, 500%)rotate(144deg);
}

.team-two-circle-parent.three {
  transform: translate(227%, 53%)rotate(36deg);
}

.team-two-circle-parent.nine {
  transform: translate(233%, 500%)rotate(144deg);
}

.team-two-circle-parent.eight {
  transform: translate(321%, 435%)rotate(124deg);
}

.team-two-circle-parent.four {
  transform: translate(311%, 112%)rotate(53deg);
}

.circle-container {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 360vh;
  height: 360vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(0);
}

.team-two-circle-img-holder {
  z-index: 1;
  width: 100%;
  padding-top: 140%;
  position: relative;
  overflow: hidden;
  transform: translate(0, -50px);
}

.circle-section {
  width: 100%;
  height: 350vh;
  position: relative;
}

.circular-team-block {
  display: block;
}

.circle-sticky-two {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 0%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.circle-gradient {
  z-index: 2;
  width: 100%;
  height: 14%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.center-circle {
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 69%;
  height: 69%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.team-two-scroll-down-txt {
  z-index: 2;
  color: var(--heading-main-color);
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  position: absolute;
  top: 100px;
}

.team-two-scroll-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-arrow-logo {
  z-index: 1;
  opacity: 1;
  border: 1px solid #0b0d0f;
  border-radius: 50%;
  height: auto;
  position: absolute;
  top: 155px;
}

.circle-bg-grid {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/White-Box_1White-Box.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 40%;
  position: absolute;
  top: -10%;
  left: auto;
  right: auto;
}

.awards-number-box {
  padding-top: 25px;
  padding-right: 75px;
}

.company-text {
  text-align: center;
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
}

.awards-number {
  color: rgba(51, 51, 51, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #060f1a;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.125rem;
  position: absolute;
}

.award-company-contain-image-block {
  border: 1px solid #e1d6c5;
  flex: none;
  margin-bottom: 30px;
  padding: 7px;
  display: flex;
}

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

.award-company-contain-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  margin-top: 18px;
  padding-top: 10px;
  display: flex;
}

.awards-hero-wrap {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.award-hero-dot-two {
  position: absolute;
  top: 22%;
  bottom: auto;
  left: auto;
  right: 27%;
}

.awards-review-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 115px;
  display: flex;
}

.award-hero-dot-five {
  position: absolute;
  top: auto;
  bottom: 30%;
  left: 9%;
  right: auto;
}

.award-company-contain-box {
  width: 100%;
  max-width: 1475px;
  margin-left: auto;
}

.award-company-contain-image-border-two {
  border: 1px solid #e1d6c5;
  padding: 7px 18px;
}

.award-hero-dot-four {
  position: absolute;
  top: 36%;
  bottom: auto;
  left: auto;
  right: 20%;
}

.awards-hero {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Award-hero-glow-two.svg'), url('https://hotspotcover-1.com/public/assets/front/images/Award-hero-glow-one.svg');
  background-position: 100% 10%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 185px;
  padding-bottom: 67px;
}

.award-company-contain-text-block {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  flex: 1;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.award-company-contain-text-block.border-none {
  border: 1px #000;
}

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

.overflow-none {
  overflow: hidden;
}

.overflow-none.border-radius-twenty {
  border-radius: 20px;
}

.overflow-none.border-radius-twenty.award-hero-image-one {
  z-index: 2;
  transition: box-shadow .3s, transform .2s;
  position: relative;
}

.overflow-none.border-radius-twenty.award-hero-image-one:hover {
  box-shadow: 14px 14px 0 -1px #ffbb5c;
}

.overflow-none.award-hero-heading-wrap {
  max-width: 813px;
}

.overflow-none.award-hero-heading-wrap.margin-twenty-six {
  margin-bottom: 26px;
}

.overflow-none.full-width.landing-hero-large-text {
  z-index: 3;
  opacity: .2;
  position: absolute;
  top: 47%;
}

.award-bottom-text {
  color: var(--heading-main-color);
  font-size: 1.25rem;
  line-height: 2.125rem;
}

.award-hero-text-block {
  flex: 0 42.28%;
}

.award-hero-dot-one {
  position: absolute;
  top: 320px;
  bottom: auto;
  left: 2%;
  right: auto;
}

.award-company-contain {
  border-left: 1px solid rgba(0, 0, 0, .3);
  max-width: 645px;
  padding: 30px 30px 11px;
}

.tag {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  background-color: #ffbb5c;
  border-radius: 50px;
  padding: 5px 25px;
}

.awards-company {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Award-hero-glow-two.svg'), url('https://hotspotcover-1.com/public/assets/front/images/Award-hero-glow-one.svg');
  background-position: 100% 100%, 0 130%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-bottom: 90px;
}

.award-hero-dot-three {
  position: absolute;
  top: auto;
  bottom: 21%;
  left: 39%;
  right: auto;
}

.awards-review-main-box {
  z-index: 1;
  background-color: #fff;
  flex: none;
  width: 390px;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
  transition: z-index .35s;
  position: relative;
  box-shadow: 0 -20px 40px rgba(0, 0, 0, .1);
}

.awards-review-main-box.border-radius-twenty {
  border-radius: 20px;
}

.awards-review-main-box.border-radius-twenty.box-six {
  display: none;
}

.awards-review-main-box.border-radius-twenty.box-six:hover {
  z-index: 8;
}

.awards-review-main-box.border-radius-twenty.box-two {
  z-index: 5;
}

.awards-review-main-box.border-radius-twenty.box-two:hover {
  z-index: 8;
}

.awards-review-main-box.border-radius-twenty.box-three {
  z-index: 4;
  transition: opacity .2s, all .35s;
}

.awards-review-main-box.border-radius-twenty.box-three:hover {
  z-index: 8;
}

.awards-review-main-box.border-radius-twenty.box-five {
  z-index: 2;
  display: none;
}

.awards-review-main-box.border-radius-twenty.box-five:hover {
  z-index: 8;
}

.awards-review-main-box.border-radius-twenty.box-four {
  z-index: 3;
}

.awards-review-main-box.border-radius-twenty.box-four:hover {
  z-index: 8;
}

.awards-review-main-box.border-radius-twenty.box-one {
  z-index: 6;
}

.awards-review-main-box.border-radius-twenty.box-one:hover {
  z-index: 8;
}

.awards-review {
  background-color: #fbf9f4;
  padding-top: 85px;
}

.awards-client-image {
  border: 5px solid #fff;
  border-radius: 100%;
  margin-top: -34px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, .15);
}

.award-hero-image-block {
  flex: 0 60%;
  padding-bottom: 20px;
  padding-right: 20px;
}

.awards-hero-dot-wrap {
  display: none;
}

.awards-review-block {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}

.available-time {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-button-field {
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #e2e1e1;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.book-form-submit-btn-wrap {
  align-items: center;
  margin-top: 40px;
}

.radio-button {
  width: 15px;
  height: 15px;
}

.radio-button-label {
  margin-right: auto;
}

.checkbox-wrap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}

.booking-form-wrap {
  border: 1px solid #bababa;
  margin-top: 40px;
  padding: 60px;
}

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

.booking-paragraph {
  text-align: center;
  max-width: 862px;
  margin-left: auto;
  margin-right: auto;
}

.contact-one-form {
  flex: 1;
  padding-bottom: 20px;
}

.time-radio-button {
  cursor: pointer;
  background-color: rgba(207, 207, 207, .3);
  justify-content: center;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 13px;
  padding-left: 0;
  display: flex;
}

.time-button-lable {
  color: var(--heading-main-color);
  font-weight: 400;
}

.book-form-submit-btn {
  color: #060f1a;
  background-color: #ffbb5c;
  width: 100%;
  max-width: 390px;
  padding: 19px 34px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1rem;
}

.book-form-submit-btn.demo-form-button {
  width: auto;
  max-width: none;
}

.book-form-submit-btn.shop-card-button {
  justify-content: center;
  font-family: Poppins, sans-serif;
}

.destinations {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Booking-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 182px;
  padding-bottom: 120px;
}

.booking-dot-one {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 3%;
  right: auto;
}

.booking-dot-two {
  position: absolute;
  top: 23%;
  bottom: auto;
  left: 9%;
  right: auto;
}

.booking-dot-three {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 12%;
}

.booking-dot-four {
  position: absolute;
  top: 24%;
  bottom: auto;
  left: auto;
  right: 15%;
}

.booking-dot-five {
  position: absolute;
  top: 8%;
  bottom: auto;
  left: 13%;
  right: auto;
}

.case-study-dot-three {
  position: absolute;
  top: 27%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.case-study-text-block {
  flex: 0 40%;
}

.popular-casses-paragraph {
  text-align: center;
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
}

.popular-casses-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.popular-casses-card-wrap.margin-top-fourty {
  margin-top: 40px;
}

.popular-casses {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Glow-2.svg'), url('https://hotspotcover-1.com/public/assets/front/images/Award-hero-glow-one.svg'), url('https://hotspotcover-1.com/public/assets/front/images/Award-hero-glow-two.svg'), url('https://hotspotcover-1.com/public/assets/front/images/Glow-1.svg');
  background-position: 100% 80%, 0 100%, 100% 40%, 0 30%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  padding-bottom: 120px;
}

.case-study-dot-one {
  position: absolute;
  left: 10px;
}

.case-study-image-block-one {
  flex: 1;
}

.case-study-dot-five {
  position: absolute;
  top: auto;
  bottom: 18%;
  left: auto;
  right: 53%;
}

.case-study-dot-two {
  position: absolute;
  top: 22%;
  bottom: auto;
  left: 46%;
  right: auto;
}

.case-study-image-wrap {
  border-radius: 5px;
}

.case-study-dot-four {
  position: absolute;
  top: auto;
  bottom: 19%;
  left: auto;
  right: 2%;
}

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

.margin-top-twenty.blog-two-paragraph {
  max-width: 458px;
}

.case-study-image-block {
  grid-column-gap: 30px;
  flex: 1;
  display: flex;
}

.case-study-image-block-two {
  flex: 1;
  padding-top: 30px;
}

.case-study-hero {
  padding-top: 215px;
  padding-bottom: 84px;
}

.case-study-wrap {
  grid-column-gap: 98px;
  align-items: center;
  display: flex;
}

.case-study-details-hero-container {
  max-width: 1260px;
  padding-left: 15px;
}

.related-case {
  background-color: #fbf9f4;
  padding-top: 85px;
  padding-bottom: 110px;
}

.tag-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
}

.related-case-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-uppercase {
  text-transform: uppercase;
}

.related-case-paragraph {
  text-align: center;
  max-width: 939px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-details-hero {
  padding-top: 219px;
  padding-bottom: 108px;
}

.case-study-hero-image {
  object-fit: cover;
  margin-top: 43px;
}

.heading-three {
  color: var(--heading-main-color);
  letter-spacing: -.02rem;
  font-family: Poppins, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}

.heading-three.margin-top-thirty {
  margin-top: 30px;
}

.heading-three.text-white {
  color: #fff;
}

.heading-three.text-white.text-regular {
  font-weight: 400;
}

.heading-three.text-white.text-regular.text-linethrough {
  text-decoration: line-through;
}

.heading-three.text-white.text-regular.text-linethrough.text-light-white {
  color: #d6d6d6;
}

.heading-three.text-white.margin-bottom-five {
  margin-bottom: 5px;
}

.heading-three.margin-bottom-fifteen.demo-contain-text-color {
  color: var(--heading-main-color);
}

.popular-casses-tag-line {
  background-color: rgba(0, 0, 0, .5);
  width: 100px;
  height: 1px;
}

.popular-casses-card {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 15px 58px rgba(0, 0, 0, .08);
}

.popular-casses-card.border-radius-twenty {
  border-radius: 20px;
}

.popular-casses-link {
  grid-column-gap: 8px;
  color: var(--deep-orange);
  text-transform: uppercase;
  align-items: center;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.8125rem;
  display: flex;
}

.popular-casses-tag-wrap {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 33px;
  display: flex;
}

.popular-casses-tag-wrap.margin-bottom-thirteen {
  margin-bottom: 13px;
}

.heading-five {
  color: var(--heading-main-color);
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

.heading-five.experties-card-bottom-text {
  color: #eceff0;
}

.heading-five.date-text {
  color: #848485;
}

.borderr-radius-twenty {
  border-radius: 20px;
}

.popular-casses-card-image {
  width: 100%;
}

.our-experties-paragraph {
  text-align: center;
  max-width: 1111px;
  margin-left: auto;
  margin-right: auto;
}

.expertise-details-hero-text-block {
  flex: 0 50%;
}

.our-expertise {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Award-hero-glow-two.svg'), url('https://hotspotcover-1.com/public/assets/front/images/Award-hero-glow-one.svg');
  background-position: 100% 60%, 0 120%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-bottom: 120px;
}

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

.our-experties-card-wrap.display-off {
  display: none;
}

.expertise-details-hero-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
}

.expertise-details-hero-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
}

.expertise-details-hero-image-inner-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.expertise-details-hero {
  padding-top: 217px;
  padding-bottom: 84px;
}

.expert-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 483px;
  position: relative;
}

.overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(6, 15, 26, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-experties-card-contain {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 23px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-experties-card.border-radius-twenty.overflow-none.position-relative {
  position: relative;
}

.experties-link {
  border: 1px solid #e9e9e9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  display: flex;
}

.experties-link.margin-top-five {
  margin-top: 5px;
}

.pagination {
  margin-top: 40px;
}

.previous {
  background-color: var(--white);
  border-color: #b6b6b6;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.next {
  background-color: var(--deep-orange);
  border-style: none;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.experties-details-contain {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 120px;
}

.experties-details-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.experties-details-hero {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Glow-2.svg'), url('https://hotspotcover-1.com/public/assets/front/images/Glow-1.svg');
  background-position: 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 185px;
  padding-bottom: 85px;
}

.experties-details-image-block {
  flex: 1;
  transition: box-shadow .35s, transform .2s;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.experties-details-image-block:hover {
  box-shadow: -15px -14px 0 -1px #ffbb5c;
}

.experties-details-heading {
  text-align: center;
  max-width: 1008px;
}

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

.text-semi-bold.text-uppercase.contain-heading {
  color: #393c3e;
}

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

.experties-details-text-block {
  flex: 1;
}

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

.contain-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding-bottom: 27px;
}

.contain-wrap.margin-top-twenty.contact-three-contain-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.contain-wrap.margin-top-twenty.contact-three-contain-wrap.border-bottom-none {
  border-bottom-style: none;
}

.contain-wrap.margin-top-thirty.contact-three-contain-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.expert-text-wrap {
  flex: 1;
}

.demo-hero-contain-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}

.managemtnt-box-left {
  flex: 1;
  display: flex;
}

.demo-management {
  padding-top: 85px;
  padding-bottom: 120px;
}

.demo-hero {
  padding-top: 184px;
}

.management-background-overlay {
  background-color: #ffbb5c;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.demo-hero-text-block {
  flex: 0 50%;
}

.demo-form-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.demo-form-wrap.margin-top-ten {
  margin-top: 10px;
}

.management-box-right {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.margin-top-ten.plog-two-paragraph {
  max-width: 464px;
}

.management-button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  transform: rotate(-35deg);
}

.management-paragraph {
  flex: 1;
  max-width: 436px;
}

.demo-form-box {
  flex: 1;
}

.management-box {
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, .5);
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  align-items: center;
  width: 100%;
  max-width: 94.73%;
  padding: 40px 30px 30px;
  display: flex;
}

.management-box.border-bottom-none {
  border-bottom-style: none;
}

.management-box.border-bottom-none.position-relative, .management-box.position-relative {
  position: relative;
}

.management-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 94px;
  display: flex;
}

.demo-hero-form-block {
  background-color: #fff;
  flex: 0 50%;
  margin-bottom: 0;
  padding: 41px 30px 50px;
  box-shadow: 0 0 55px rgba(0, 0, 0, .08);
}

.management-box-image-block {
  flex: 0 41%;
}

.management-contain {
  z-index: 5;
  flex: 1;
  display: flex;
  position: relative;
}

.management-box-heading-block {
  flex: 1;
}

.shop-hero-products-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.shop-hero-paragraph {
  max-width: 600px;
}

.shop-hero {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 220px;
  padding-bottom: 120px;
}

.shop-hero-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.shop-price-tag-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 30px;
}

.shop-price-tag {
  color: #060f1a;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.shop-price-tag.text-linethrough {
  text-decoration: line-through;
}

.shop-price-tag.text-linethrough.first-price {
  color: #4b5158;
  font-weight: 300;
}

.product-card-image {
  background-color: #f4f4f4;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 380px;
  display: flex;
}

.shop-button {
  box-shadow: none;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 29px;
  bottom: auto;
  left: auto;
  right: 5%;
}

.shop-tag-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-tag-wrap.align-left {
  justify-content: flex-start;
}

.product-card-contain {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  padding: 20px 30px 30px 21px;
  display: flex;
}

.product-card-contain.position-relative {
  position: relative;
}

.full-width {
  width: 100%;
}

.product-image {
  object-fit: scale-down;
}

.shop-details-hero-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
  position: relative;
}

.accordion-contain {
  padding: 33px 30px 22px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.shop-details-hero-text-block {
  flex: 0 50%;
  padding-top: 10px;
}

.shop-details-price-tag {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.accordion-item-trigger {
  grid-column-gap: 30px;
  cursor: pointer;
  background-color: #ffbb5c;
  border-bottom: 1px solid #000;
  align-items: center;
  padding: 30px;
  display: flex;
}

.acccordion-heading {
  color: #0b022d;
  letter-spacing: -.02rem;
  text-transform: capitalize;
  flex: 1;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.shop-details-about-product {
  margin-top: 110px;
}

.accordion-open-close {
  border: 1px solid #151212;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  display: flex;
  position: relative;
}

.shop-details-faq {
  padding-bottom: 120px;
}

.shop-details-hero-image-block {
  background-color: #f4f4f4;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 692px;
  display: flex;
}

.shop-details-accordion-wrap {
  margin-top: 44px;
}

.accordion-item-content {
  overflow: hidden;
}

.scrolling-upper-wrap {
  perspective: 1000px;
  align-items: center;
  width: 100%;
  display: flex;
}

.landing-page-contain-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.landing-ecommerce-grid-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landing-footer-wrap {
  align-items: center;
  width: 100%;
  height: 682px;
  display: flex;
}

.figma-background-image-four {
  display: none;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 0%;
}

.figma-file-paragraph {
  max-width: 602px;
}

.landing-hero-big-text {
  color: #f3f3f3;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  font-size: 19.375rem;
  font-weight: 600;
  line-height: 15.9rem;
}

.landing-hero-big-text.text-gradient {
  background-image: linear-gradient(to bottom, #f3f3f3, var(--transparent) 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.landing-footer-marquee-block {
  flex: 1;
  height: 100%;
  display: block;
}

.landing-big-text-wrap {
  flex: none;
  justify-content: center;
  display: flex;
}

.landing-page-wrap {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 11px 11px 25px;
  display: flex;
  box-shadow: 0 13px 53px rgba(0, 0, 0, .13);
}

.landing-page-wrap.position-relative {
  position: relative;
}

.landing-page-wrap.position-relative.border-radius-twenty.overflow-none.inner-page-wrap {
  box-shadow: 0 15px 53px rgba(148, 161, 186, .15);
}

.landing-page-wrap.position-relative.border-radius-twenty.overflow-none.landing-cms-page-wrap {
  padding: 17px 17px 31px;
  box-shadow: 0 15px 53px rgba(148, 161, 186, .15);
}

.figma-background-image-two {
  object-fit: cover;
  display: none;
  position: absolute;
  top: auto;
  bottom: 58px;
  left: 58px;
  right: auto;
}

.star-two {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 11%;
}

.star-one {
  position: absolute;
  top: 28%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.landing-utility-pages-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landing-utility-page-paragraph {
  text-align: center;
  max-width: 786px;
}

.landing-innerpage-wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 86px;
  display: flex;
}

.figma-file-wrap {
  background-color: #141a29;
  border: 1px solid #d8cece;
  flex-direction: column;
  align-items: center;
  padding: 110px 15px 120px;
  display: flex;
}

.figma-file-wrap.border-radius-twenty {
  border-radius: 20px;
}

.figma-file-wrap.border-radius-twenty.position-relative {
  position: relative;
}

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

.landing-hero-scroll-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-innerpage {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Group-998.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.landing-cms-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-footer-marquee-wrap {
  flex: 1;
  height: 682px;
}

.landing-footer-marquee-wrap.landing-footer-marquee-wrap-center {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.figma-background-image-three {
  display: none;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.overlay-hover {
  z-index: 1;
  background-color: #ffbb5c;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-100%);
}

.landing-footer-marquee-box {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  display: flex;
}

.landing-footer-marquee-image-wrap {
  box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
}

.landing-cms-paragraph {
  text-align: center;
  max-width: 701px;
}

.figma-background-image-one {
  object-fit: cover;
  display: none;
  position: absolute;
  top: 82px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.large-container {
  max-width: 1750px;
  padding-left: 15px;
  padding-right: 15px;
}

.large-container.project-details-hero-image {
  padding-top: 60px;
}

.landing-hero {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Landing-Hero-Background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 211px;
}

.landing-inner-page-paragrap {
  text-align: center;
  max-width: 701px;
}

.landing-cms {
  background-color: #f7f8fa;
  padding-top: 85px;
  padding-bottom: 120px;
}

.landing-footer {
  background-color: #fffaf4;
}

.landing-innerpage-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landing-utility-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.scroll-main-box-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.landing-hero-tag-wrap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  align-items: center;
}

.landing-hero-paragraph {
  text-align: center;
  max-width: 657px;
}

.landing-hero-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-footer-marquee-main-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.landing-hero-tag-line {
  background-color: var(--white);
  width: 7vw;
  height: 1px;
}

.landing-ecommerce {
  padding-top: 84px;
  padding-bottom: 120px;
}

.landing-footer-text-block {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.landing-page-image-wrap.landing-inner-page-wrap {
  border: 1px solid #ededed;
  border-radius: 15px;
  overflow: hidden;
}

.landing-utility-pages {
  padding-top: 85px;
}

.small-curtain-sliderr-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.logo-image {
  height: 100%;
}

.prelaoder-logo-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-wrapper {
  z-index: 9999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.curtain {
  z-index: -1;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.small-curtain {
  background-color: #000;
  height: 100%;
}

.flame-image {
  z-index: 1;
  height: 48px;
  position: absolute;
  left: 40%;
}

.logo-text-wrap {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-rotate {
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-text-wrapper {
  z-index: 1;
  width: auto;
  height: auto;
  position: relative;
  right: 1%;
}

.logo-text {
  color: #010101;
  letter-spacing: .08px;
  font-size: 25px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.logo-text.absolute {
  transform-origin: 0%;
  color: #fff;
  position: absolute;
  overflow: hidden;
}

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

.text-white.landing-hero-heading {
  text-align: center;
}

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

.text-medium.margin-bottom-fifteen.landing-footer-heading {
  max-width: 610px;
}

.text-medium.heading-three {
  color: var(--heading-color);
  font-family: Inter, sans-serif;
}

.scroll-section {
  overflow: hidden;
}

.page-image-container {
  justify-content: center;
  align-items: flex-end;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.page-image-left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  bottom: -5%;
  left: 60px;
  right: auto;
}

.page-image-main {
  z-index: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  transform: translate(0, 10%);
  box-shadow: 0 0 60px rgba(0, 0, 0, .4);
}

.page-image-right {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  bottom: -5%;
  left: auto;
  right: 60px;
}

.blog-one-hero-line {
  object-fit: scale-down;
}

.blog-one-hero-wrap {
  flex-direction: column;
  display: flex;
}

.blog-one-hero {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Yellow-Glow.png'), url('../images/Blue-Glow.png'), url('https://hotspotcover-1.com/public/assets/front/images/Yellow-Glow.png'), url('../images/Blue-Glow.png');
  background-position: 217% 89%, -120% 100%, -101% 0, 225% -24%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  padding-top: 180px;
  padding-bottom: 110px;
}

.blog-one-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-one-hero-heading-wrap {
  align-items: center;
}

.heading-five-2 {
  color: #060f1a;
  font-size: .875rem;
  line-height: 1.5rem;
}

.blog-one-upper-block-image-wrap {
  flex: 1;
}

.date-and-time-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.block-card-text-wrap.blog-one-upper-card-text-wrap {
  flex: 1;
}

.block-card-text-wrap.blog-nwes-card-text-wrap {
  flex: 1;
  max-width: 630px;
}

.blog-news-image {
  object-fit: cover;
}

.blog-news-image.blog-one-hero-image {
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
}

.blog-news-image.blog-one-card-image {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.blog-one-upper-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-top: 86px;
  margin-bottom: 30px;
}

.heading-three-contact-three {
  color: var(--heading-main-color);
  letter-spacing: -.02px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.block-two-hero-upper-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.upper-block-left {
  flex: 0 61.84%;
}

.blog-news-paragraph {
  max-width: 729px;
}

.blog-two-news-container {
  max-width: 1654px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-two-hero-heading {
  text-align: center;
  max-width: 819px;
}

.blog-two-news-card-wrap {
  margin-top: 60px;
}

.blog-two-hero {
  background-image: url('../images/Blue-Glow.png');
  background-position: 199% -36%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 183px;
}

.blog-two-hero-bottom-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-two-hero-bottom-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.blog-two-news {
  background-image: url('../images/Blue-Glow.png'), url('../images/Blue-Glow.png');
  background-position: 231%, -114% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 120px;
}

.blog-news-text-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-two-hero-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.upper-block-right {
  flex: 1;
}

.upper-left-block-image {
  object-fit: cover;
  border-radius: 20px;
}

.upper-right-block-image {
  object-fit: cover;
}

.upper-right-block-image.border-radius-twenty {
  border-radius: 20px;
}

.bottom-small-block {
  flex: 0 auto;
}

.bottom-small-block.blog-three-hero-right-block {
  flex: 0 43.5%;
}

.bottom-small-block.blog-three-hero-left-block {
  flex: 0 61.59%;
}

.bottom-block-small-image {
  object-fit: cover;
}

.blog-two-card-name {
  border-top: 1px solid rgba(0, 0, 0, .2);
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.blog-two-news-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 40px;
  transition: background-color .35s;
  display: flex;
}

.blog-two-news-block:hover {
  background-color: rgba(255, 187, 92, .1);
}

.blog-three-hero {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Blog-Three-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1920px 4369px;
  padding-top: 183px;
  padding-bottom: 110px;
}

.blog-three-hero-card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-three-hero-upper-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.related-block-heading-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.blog-details-hero {
  padding-top: 183px;
}

.related-block-heading-line {
  background-color: #b1a9a9;
  flex: 1;
  height: 1px;
}

.blog-details-heading {
  text-align: center;
  max-width: 1150px;
}

.blog-details-profile-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.blog-details-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.related-block-heading {
  flex: none;
  margin-top: 10px;
}

.blog-details-profile-image {
  object-fit: cover;
  border-radius: 100%;
}

.blog-social-media-link {
  border: 1px solid #b0b0b0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  transition: background-color .3s;
  display: flex;
}

.blog-social-media-link:hover {
  background-color: var(--deep-orange);
}

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

.blog-details-profile-contain-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.blog-social-media-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.blog-details-hero-image {
  object-fit: cover;
  height: auto;
}

.blog-details-hero-image-wrap {
  border-radius: 25px;
  margin-top: 74px;
}

.related-block {
  padding-top: 54px;
  padding-bottom: 110px;
}

.changelog-hero {
  background-color: var(--light-background);
  padding-top: 182px;
  padding-bottom: 94px;
}

.margin-top-none {
  margin-top: 0;
}

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

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

.licensing-text-wrapper {
  max-width: 900px;
}

.licencing-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-span-one {
  color: #5b6cff;
}

.licencing-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 23px;
}

.licensing-hero {
  background-color: var(--light-background);
  padding-top: 184px;
  padding-bottom: 80px;
}

.licencing-section {
  padding-top: 88px;
  padding-bottom: 120px;
}

.licence-information-image-block {
  margin-top: 50px;
}

.typography-display-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.style-guide-border-block {
  background-color: #e2e2e2;
  height: 1px;
  margin-top: 30px;
}

.style-items-card {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
}

.display-examples {
  grid-column-gap: 40px;
  border-bottom: 1px solid #060f1a;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 300px) 1fr;
  align-items: center;
  padding-bottom: 40px;
}

.display-examples.no-border {
  border-bottom-style: none;
}

.buttons-style-wrapper {
  margin-top: 40px;
}

.style-content-wrapper {
  background-color: #f7f7f7;
}

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

.buttons-container {
  grid-column-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.style-guide-heading-main-wrapper {
  background-color: var(--light-background);
  border-bottom: 1px solid #e2e2e2;
  align-items: center;
  padding: 86px 4vw 120px;
  display: flex;
}

.heading-one {
  color: var(--heading-color);
  letter-spacing: -.04rem;
  font-size: 4.375rem;
  font-weight: 500;
  line-height: 5rem;
}

.heading-one.about-one-hero-heading-up {
  z-index: 5;
  position: relative;
}

.color-code-wrapper {
  padding: 24px;
}

.text-black {
  color: #19191d;
}

.side-nav-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #e2e2e2;
  align-items: center;
  padding: 12px 16px 12px 20px;
  text-decoration: none;
  display: flex;
}

.side-nav-link.w--current {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: rgba(247, 247, 247, .55);
}

.side-nav-link.no-border {
  border-bottom-style: none;
}

.style-navbar-wrapper {
  z-index: 1;
  max-width: 250px;
  height: 100%;
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.icons-wrapper {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  margin-top: 40px;
  padding: 48px;
}

.overflow-hidden {
  overflow: hidden;
}

.heading-two {
  color: var(--heading-main-color);
  letter-spacing: -.02rem;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.heading-two.text-medium {
  font-weight: 500;
}

.side-nav-menu {
  width: 100%;
}

.typography-sub-heading-wrapper {
  border-bottom: 1px solid #060f1a;
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.icon-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
  align-items: center;
  justify-items: center;
  display: flex;
}

.side-nav-toggle-menu {
  color: #141f39;
  border-bottom: 1px solid #e2e2e2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 30px;
  font-size: 1.125rem;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
}

.side-nav-toggle-menu.w--open {
  background-color: #f7f7f8;
}

.style-guide-icon-wrap {
  background-color: #ffbb5c;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  display: flex;
}

.style-guide-icon-wrap.style-guide-small-icon {
  border-radius: 6px;
  width: 38px;
  height: 38px;
}

.style-color-wrapper {
  min-height: 180px;
  position: relative;
}

.style-color-wrapper.secondary-color-one {
  background-color: #ffbb5c;
}

.style-color-wrapper.color-type-one {
  background-color: #060f1a;
}

.style-color-wrapper.color-type-two {
  background-color: #5c6266;
}

.side-navbar-side-menu {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.side-navbar-side-menu.no-padding-bottom {
  padding-bottom: 0;
}

.buttons-display-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-items: start;
}

.display-type-heading {
  margin-top: 0;
  margin-bottom: 25px;
}

.sider-navbar-main-wrapper {
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.style-button-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.style-items-grid {
  grid-column-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.styles-types-wrapper {
  background-color: #fff;
  padding: 120px 4vw;
}

.styles-types-wrapper.typography-wrapper {
  background-color: var(--light-background);
  padding-bottom: 75px;
}

.styles-types-wrapper.no-padding-bottom {
  padding-bottom: 0;
}

.startlab-logo-wrapper {
  border-bottom: 1px solid #e2e2e2;
  padding: 30px;
}

.button-style-wrapper-white {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  flex: 1;
  padding: 48px;
}

.heading-six {
  color: var(--heading-main-color);
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
}

.style-hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 250px 1fr;
  align-items: start;
}

.side-nav-button-wrapper {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
}

.no-margin {
  margin: 0;
}

.style-items {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-four {
  color: var(--heading-main-color);
  letter-spacing: -.02rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.heading-four.key-feature-description-heading {
  flex: 0 83%;
  font-weight: 500;
  line-height: 1.5rem;
}

.style-type-heading-wrapper {
  grid-column-gap: 18px;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.shop-card-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.card-quantity-text {
  color: #535962;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.card-quantity-text.margin-bottom-fifteen.text-light-white {
  color: #d6d6d6;
}

.quantity {
  background-color: var(--transparent);
  color: var(--white);
  border-color: #565d77;
  width: auto;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.quantity::placeholder {
  color: var(--heading-color);
}

.faq-image-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-end;
  width: 100%;
  padding: 20px;
  display: flex;
}

.grid-item {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.accordian-item {
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, .2);
  width: 100%;
  padding-bottom: 35px;
  position: relative;
}

.accordian-item.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.faq-ans {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  padding-left: 30px;
  padding-right: 50px;
  display: flex;
  overflow: hidden;
}

.accordion-arrow {
  background-color: var(--deep-orange);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.faq-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.accordion-heading-text-wrap {
  flex: 0 45.31%;
}

.accordion-paragraph-text-wrap {
  flex: 1;
  max-width: 471px;
  display: flex;
}

.body-font {
  color: var(--body-font);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.accordion-image-one-wrap, .accordion-image-two-wrap {
  box-shadow: 9px 9px 0 0 var(--deep-orange);
  border-radius: 20px;
}

.hading-accordion-wrap {
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  display: flex;
}

.image-shape-color-background {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-one-case-study-box-one-marquee-wrap {
  grid-column-gap: 45px;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-one-case-study-box-one-marquee-wrap.about-one-values-maruqee-one {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  padding-top: 27px;
  padding-bottom: 20px;
  position: absolute;
  top: 45%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-one-case-study-box-one-marquee-wrap.about-one-values-maruqee-one.overflow-none.right-marquee-wrap {
  background-color: var(--deep-orange);
}

.home-one-case-study-box-one-marquee-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.marquee-one-text-one {
  color: #0f1d33;
  text-transform: uppercase;
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1.875rem;
}

.marquee-one-text-one.marquee-one-text-two {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #0f1d33;
}

.marquee-one-text-one.marquee-one-text-two.text-yellow {
  color: #c27619;
}

.marquee-one-text-one.marquee-one-text-two.text-yellow.text-black {
  color: #9e5d0d;
}

.marquee-one-text-one.text-yellow {
  color: var(--deep-orange);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--deep-orange);
}

.marquee-one-text-one.text-yellow.text-black {
  color: var(--heading-color);
  -webkit-text-stroke-color: var(--heading-main-color);
}

.image-shape-color-background-two {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-one-values-right-box-wrap {
  z-index: 1;
  position: relative;
  transform: rotate(9.54deg);
}

.yellow-background {
  z-index: 1;
  background-color: var(--deep-orange);
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-one-values-left-box-wrap {
  z-index: 7;
  position: relative;
  transform: translate(0, -59px)rotate(-11deg);
}

.mask_circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.mask_image {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/About-One-Cilcle-Img_1About-One-Cilcle-Img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.slide-content-div {
  background-color: var(--deep-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 100px 60px;
  display: flex;
}

.slide-content-div.borderr-radious-twenty {
  border-radius: 20px;
}

.about-one-slider-mask {
  overflow: hidden;
}

.about-one-slider-nav {
  z-index: 4;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 11%;
  left: 0%;
  right: 0%;
}

.slider-image {
  object-fit: cover;
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Experties-Expert-Image-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.slider-image.image-one {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Experties-Expert-Image-3.webp');
  background-position: 50% 0;
}

.slider-image.image-two {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Experties-Expert-Image-2.webp');
  background-position: 50% 0;
}

.slider-image.image-three {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Experties-Expert-Image-1.webp');
  background-position: 50% 0;
}

.slider-image.image-four {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Experties-Expert-Image-4.webp');
  background-position: 50% 0;
}

.slider-image.image-five {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Experties-Expert-Image-5.webp');
  background-position: 50% 0;
}

.paragraph {
  text-align: center;
}

.slide-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-one-slider-nav-dots {
  z-index: 6;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  display: flex;
  top: auto;
  bottom: 11%;
  left: 0%;
  right: 0%;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  height: 60vh;
}

.slider.about-one-slider {
  max-width: 871px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.project-details-tab {
  align-items: center;
  margin-top: 52px;
  display: flex;
}

.project-details-contain-two-rich-text {
  padding-top: 85px;
}

.related-project-heading {
  text-align: center;
  margin-bottom: 17px;
}

.project-details-image-wrap {
  border-radius: 40px;
}

.project-details-contain-two {
  padding-bottom: 34px;
}

.project-tab-link {
  color: #484848;
  letter-spacing: -.03125rem;
  background-color: rgba(51, 51, 51, 0);
  border-left: 3px solid #ffbb5c;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}

.project-tab-link.w--current {
  color: #000;
  background-color: rgba(51, 51, 51, 0);
  border-left-color: #000;
}

.project-details-hero-paragraph {
  max-width: 929px;
}

.related-project-paragraph {
  text-align: center;
  max-width: 830px;
}

.related-project {
  background-color: #fbf9f4;
  padding-top: 85px;
  padding-bottom: 100px;
}

.project-details-hero {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Project-Details-Background.svg');
  background-position: 50% 7%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 184px;
}

.project-details-contain-tab {
  flex: 1;
}

.project-details-tab-menu {
  flex-direction: column;
  flex: 0 39.28%;
  display: flex;
}

.related-project-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.project-details-contain-one {
  margin-top: 40px;
}

.project-details-hero-heaading {
  max-width: 915px;
}

.realted-project-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.related-project-card {
  text-align: center;
}

.related-project-card-image-wrap {
  margin-bottom: 30px;
}

.position-relative {
  position: relative;
}

.position-relative.about-one-service-card {
  z-index: 5;
}

.about-one-service-overlay {
  z-index: 1;
  background-image: linear-gradient(to bottom, #0b122e, var(--transparent));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-yellow {
  color: var(--deep-orange);
}

.industries-we-serve-paragraph {
  max-width: 627px;
}

.industries-we-serve-paragraph.home-one-we-provide-block {
  max-width: 660px;
}

.home-one-previous-wrap {
  justify-content: center;
  display: flex;
  position: relative;
}

.button-and-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.cart-quantity {
  background-color: var(--deep-orange);
  color: #060f1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: auto;
  height: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: .8125rem;
  line-height: 1rem;
  display: flex;
  position: absolute;
  top: 19px;
}

.cart-button {
  background-color: var(--transparent);
  margin-top: 5px;
  position: relative;
}

.cart {
  margin-left: 15px;
}

.outline-main-cirlce {
  border: 6px solid #ffbb5c;
  border-radius: 100%;
  width: 157px;
  min-width: 157px;
  height: 157px;
  min-height: 157px;
}

.outline-clip.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.outline-clip.upper {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

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

.counter.centre {
  border: .1px solid #d9d9d9;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 157px;
  box-shadow: 11px 4px 20px -7px #6f7a8f;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 157px;
  height: 157px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.outline-circle-wrapper.outline-circle-wrapper-one {
  justify-items: start;
}

.sticky-circle-block {
  background-color: var(--white);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 157px;
  font-size: 1.375rem;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 80px;
}

.landing-home-page-wrap, .landing-home-heading-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-home-page-card-wrap {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.landing-home-page {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Three.webp');
  background-position: 50% 120px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 306px;
}

.landing-home-page-card-right {
  background-color: #fff;
}

.landing-home-page-card {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 27px 27px 15px;
  display: flex;
  box-shadow: 0 12px 53px rgba(0, 0, 0, .13);
}

.landing-home-page-card-left {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-direction: column;
  display: flex;
}

.landing-home-page-heading {
  text-align: center;
  max-width: 678px;
  margin-top: 0;
}

.figma-file-heading-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.figma-heading-main-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1230px;
  display: flex;
}

.figma-main-image-wrap {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 40px;
}

.landing-hero-main-contain {
  z-index: 5;
  position: relative;
}

.landing-hero-overlay {
  z-index: 1;
  background-color: rgba(18, 24, 37, .85);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.display-none {
  display: none;
}

.landing-footer-paragraph {
  max-width: 554px;
}

.page-wrapper {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.features-sticky-container {
  flex: 0 45%;
}

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

.grid-layout.is-top-align {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: start;
  display: flex;
}

.padding-global {
  padding-left: 15px;
  padding-right: 15px;
}

.features-sticky-cvontent {
  flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}

.features-sticky-two {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  flex-direction: column;
  margin-bottom: 9rem;
  padding: 30px 30px 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
  box-shadow: 0 2px 5px rgba(70, 80, 91, .15);
}

.features-sticky-two.three {
  margin-top: -3rem;
  margin-bottom: 3rem;
}

.features-sticky-two.four {
  margin-bottom: 0;
}

.features-sticky-two.two {
  margin-top: -6rem;
  margin-bottom: 6rem;
}

.home-three-cms-project-contain {
  flex: 1;
}

.home-three-hero-slider-overlay {
  z-index: 2;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.home-three-slider-hero-main-contain {
  z-index: 1;
  position: relative;
}

.home-three-slider {
  background-color: var(--transparent);
  height: auto;
}

.home-three-slider-hero-wrap {
  position: relative;
}

.home-three-slider-hero-wrap.home-three-slider-hero-wrap-one {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Home-Three-Hero-Slider-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-three-slider-hero-wrap.home-three-slider-hero-wrap-two {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Home-Three-Banner-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-three-slider-hero-overlay {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .61), var(--transparent));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-three-hero-button {
  z-index: 12;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 45%;
  right: auto;
  box-shadow: 0 12px 40px rgba(142, 174, 198, .25);
}

.home-one-banner-video {
  height: 1163px;
}

.home-one-banner-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .7), var(--transparent));
  max-width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-one-banner-overlay.worldwide-quote {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .85), var(--transparent));
  height: 100vh;
}

.home-one-banner-overlay.israel-palestine-cover {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .88), var(--transparent));
}

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

.shop-tag-text {
  color: #6b6b6b;
  letter-spacing: .2125rem;
  text-transform: uppercase;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.0625rem;
}

.shop-tag-line {
  background-color: #aeaeae;
  width: 75px;
  height: 1px;
}

.shop-details-overlay {
  background-color: #0b122e;
  height: 712px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.shop-details-short-description-wrap {
  background-color: #ffebce;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 40px 30px;
}

.shop-details-what-incloude {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding-bottom: 40px;
}

.shop-details-key-features {
  padding-top: 20px;
}

.shop-details-key-features-contain {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.shop-details-key-features-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  grid-template-rows: auto;
  grid-template-columns: 126px 70%;
  grid-auto-columns: 1fr;
  padding: 30px 10px 20px;
  display: flex;
}

.shop-details-key-features-card.shop-details-key-features-card-left-gap {
  border-left: 1px solid rgba(0, 0, 0, .2);
  padding-left: 10px;
}

.shop-details-key-features-card.border-bottom-none {
  border-bottom-width: 0;
}

.shop-details-key-features-card.border-bottom-none.responsive-border-bottom {
  grid-template-columns: 126px 1fr;
}

.about-three-hero-image-two-wrap.borderr-radious-twenty {
  border-radius: 20px;
}

.about-three-hero-wrap {
  grid-column-gap: 76px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dot-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-three-hero-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 65px;
  display: flex;
}

.about-three-card-image-block {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.about-three-who-we-are-text-block {
  flex: 0 43%;
}

.work-pogress-main-box {
  height: 400vh;
}

.about-three-mission-card-heading-wrap {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 50px;
}

.work-pogress {
  background-color: #141a29;
  padding-top: 87px;
  padding-bottom: 120px;
}

.about-three-solution-heading {
  text-align: center;
}

.about-three-solution-heading.text-white {
  color: #fff;
}

.about-three-solution-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.work-pogress-bar-card-dot {
  z-index: 2;
  background-color: #d9d9d9;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  position: relative;
}

.about-three-hero {
  z-index: 2;
  padding-top: 205px;
  position: relative;
}

.about-three-who-we-are-image-block {
  border-radius: 50px;
  flex: 0 45.71%;
}

.work-pogress-bar-card-image {
  z-index: 2;
  height: auto;
  position: relative;
}

.margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

.work-pogress-yellow-line {
  z-index: 1;
  border-bottom: 1px dashed #ffbb5c;
  width: 0%;
  position: absolute;
  top: 50%;
  left: 0;
}

.about-three-card {
  z-index: 2;
  border-top: 1px solid #676767;
  border-bottom: 1px solid #676767;
  padding-top: 45px;
  padding-bottom: 32px;
}

.about-three-who-we-are-wrap {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.oil-and-gash-partner-wrap {
  border-radius: 50px;
}

.oil-and-gash-partner-wrap.overflow-none {
  margin-top: 40px;
}

.about-three-mission {
  background-color: #141a29;
  margin-top: -100px;
  padding-top: 187px;
  padding-bottom: 120px;
}

.work-pogress-paragraph {
  color: #ececec;
  text-align: center;
  max-width: 741px;
}

.about-three-paragraph-wrap {
  text-align: center;
  max-width: 625px;
}

.about-three-paragraph-wrap.text-white {
  color: #fff;
}

.about-three-mission-card-heading-line {
  background-color: #ffbb5c;
  width: 32px;
  height: 1px;
}

.work-pogress-bar-card-image-wrap {
  margin-top: 60px;
  position: relative;
}

.oil-and-gas-partner {
  background-color: #fbf9f4;
  padding-top: 84px;
}

.about-three-solution-card-box {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-three-hero-heading {
  text-align: center;
  max-width: 966px;
  margin-top: 0;
  margin-bottom: 20px;
}

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

.about-three-hero-paragraph {
  text-align: center;
  max-width: 843px;
}

.work-pogress-bar-card-shape {
  z-index: 1;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.oil-and-gas-partner-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-three-who-we-are {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.oil-and-gas-partner-paragraph {
  text-align: center;
  max-width: 870px;
}

.work-pogress-grey-line {
  z-index: 1;
  border-bottom: 1px dashed #8e8e8e;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pogress-line {
  flex-direction: row;
  align-items: center;
  width: 84%;
  margin-top: 91px;
  display: flex;
  position: relative;
}

.about-three-solution-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.margine-none {
  margin-top: 0;
  margin-bottom: 0;
}

.margine-none.text-white {
  color: #fff;
}

.work-pogress-bar-card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.work-pogress-bar-wrap {
  grid-column-gap: 46px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 72px;
  display: flex;
}

.work-pogress-headding {
  text-align: center;
}

.work-pogress-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 186px;
}

.about-three-card-paragraph {
  color: #c7c7c7;
}

.product-card-overlay {
  z-index: -1;
  background-color: #ffbb5c;
  align-items: flex-end;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-three-large-text {
  color: #f3f3f3;
  letter-spacing: -.875rem;
  text-transform: uppercase;
  margin-top: -107px;
  font-size: 21.875rem;
  font-weight: 600;
  line-height: 28.125rem;
}

.contact-three-form-block {
  flex: 0 55.87%;
  margin-bottom: 0;
}

.contact-three-contact-block {
  flex: 1;
}

.contact-three-form {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Yellow-Glow.png'), url('../images/Blue-Glow.png');
  background-position: 206% -50%, -155% -56%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 17px;
  padding-bottom: 120px;
}

.margin-top-seven {
  margin-top: 7px;
}

.contact-one-text-field-two {
  background-color: #f5f5f5;
  border: 1px solid #e2e1e1;
  height: 45px;
  font-size: .875rem;
  line-height: 100%;
}

.contact-one-text-field-two::placeholder {
  color: #888b8d;
}

.contact-one-text-field-two.demo-text-ariea {
  height: 228px;
  margin-bottom: 0;
  padding-top: 20px;
}

.contact-one-form-level-two {
  color: var(--heading-main-color);
  font-weight: 400;
  line-height: 1.75rem;
}

.contact-one-form-level-two.margin-bottom-ten {
  margin-bottom: 10px;
}

.big-container-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1750px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.big-container-three.overflow-none.big-text-wrap {
  justify-content: center;
}

.contact-three-hero-image-wrap {
  background-image: url('https://hotspotcover-1.com/public/assets/front/images/Contact-Three-Hero-Img.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 626px;
}

.contact-three-form-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  display: flex;
}

.contact-three-contain-box {
  border-left: 10px solid #ffbb5c;
  margin-top: 76px;
  padding-left: 30px;
}

.contact-three-contact-image-wrap {
  margin-top: 5px;
}

.checkout-form {
  background-color: var(--light-background);
  padding: 220px 0 100px;
}

.error-page {
  background-color: var(--light-background);
}

.checkbox {
  margin-top: -6px;
}

.footer-main-flex {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.landing-ecommerce-heading-box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.project-details-contain-tab-list {
  list-style-type: decimal;
}

.image-scrolling {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.container-full-width {
  max-width: 100vw;
}

.container-full-width.overflow-hidden {
  overflow: hidden;
}

.image-scroll {
  object-fit: cover;
  border-radius: 5px;
}

.mrq-slider {
  margin-top: 30px;
  display: none;
}

.mrq-slider.mrq-slider-one {
  display: none;
}

.mrq-slider.mrq-slider-one.mrq-slider-right {
  display: block;
}

.wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mrq-train-wrapper {
  border-radius: 14px;
  flex: none;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.mrq-train-wrapper.margin-top-thirty {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.mrq-container-two {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.mrq-container {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
  overflow: hidden;
}

.mrq-container.mrq-container-one {
  justify-content: flex-start;
}

.mrq-container-three {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.train-wrapper-mrq-container-one {
  flex: none;
  justify-content: flex-end;
  width: auto;
  padding-bottom: 0;
  display: flex;
}

.industry-text {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 100%;
}

.shop-details-block {
  align-self: center;
}

.rich-text-block {
  padding-left: 15px;
  padding-right: 15px;
}

.circle-section-block {
  display: flex;
}

.circle-item-text-holder-second {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 6% 5% 8%;
  display: flex;
}

.circle-item-text-container-second {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 14%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.circle-image-parent {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
  position: absolute;
  bottom: 82%;
  left: auto;
  right: auto;
  transform: translate(0%)rotate(0);
}

.circle-image-parent._08 {
  transform: translate(321%, 435%)rotate(124deg);
}

.circle-image-parent._06 {
  transform: translate(388%, 272%)rotate(88deg);
}

.circle-image-parent._02 {
  transform: translate(119%, 13%)rotate(17deg);
}

.circle-image-parent._03 {
  transform: translate(227%, 53%)rotate(36deg);
}

.circle-image-parent._10 {
  transform: translate(122%, 543%)rotate(162deg);
}

.circle-image-parent._04 {
  transform: translate(311%, 112%)rotate(53deg);
}

.circle-image-parent._07 {
  transform: translate(372%, 358%)rotate(107deg);
}

.circle-image-parent._05 {
  transform: translate(367%, 189%)rotate(72deg);
}

.circle-image-parent._09 {
  transform: translate(233%, 500%)rotate(144deg);
}

.circle-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.circle-image-holder {
  z-index: 1;
  width: 100%;
  padding-top: 140%;
  position: relative;
  overflow: hidden;
  transform: translate(0, -50px);
}

.about-one-slider {
  background-color: #fbf9f4;
  padding-top: 90px;
  padding-bottom: 66px;
}

.product-main-werap {
  padding-top: 190px;
  padding-bottom: 120px;
}

.margin-bottom-five {
  margin-bottom: 5px;
}

.case-study-details-hero-wrap {
  align-items: center;
}

.contact-one-big-text-wrap {
  flex: none;
  width: 100%;
}

.contact-one-big-text {
  color: #f3f3f3;
  letter-spacing: -.875rem;
  text-transform: uppercase;
  flex: none;
  font-size: 21.875rem;
  font-weight: 600;
  line-height: 28.125rem;
}

.contact-one-section-wrap {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 720px;
  max-width: 70%;
  padding-right: 60px;
}

.contact-one-section-wrap.alerts-and-warnings {
  justify-content: flex-start;
  align-items: center;
}

.mobile-text-left.home-one-we-provide-paragraph {
  max-width: 581px;
}

.mobile-text-left.about-one-values-paragraph {
  max-width: 669px;
}

.border-radius-fifteen {
  border-radius: 15px;
}

.home-three-hero-overlay {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .7), var(--transparent) 70%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-three-hero-overlay-two {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-three-benefits {
  padding-top: 90px;
  padding-bottom: 100px;
}

.home-three-benefits-wrap {
  align-items: center;
}

.home-three-benefits-paragraph {
  max-width: 745px;
}

.home-three-benefits-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 45px;
  display: grid;
}

.home-three-benefits-card {
  align-items: center;
}

.home-three-benefits-image-one {
  position: absolute;
  top: -17%;
  bottom: 0%;
  left: 27%;
  right: auto;
}

.home-three-benefits-image-two {
  position: absolute;
  top: -17%;
  bottom: 0%;
  left: auto;
  right: 27%;
}

.home-three-key-paragraph {
  text-align: center;
  max-width: 630px;
}

.home-three-key-paragraph.text-left {
  text-align: left;
}

.home-three-gallery-marque-block-overlay-one {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-three-gallery-marque-block-overlay-two {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-one-slider-wrap {
  align-items: center;
}

.about-one-slider-paragraph {
  max-width: 808px;
}

.service-one-landscape-image-block {
  display: block;
}

.energy-landscape-img-one {
  border-radius: 6px;
  position: absolute;
  right: -16%;
}

.demo-management-paragraph {
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
}

.service-two-hero-block-paragraph {
  max-width: 693px;
}

.expertise-details-hero-paragraph {
  max-width: 525px;
}

.date-text {
  color: #848485;
}

.blog-three-hero-paragraph {
  max-width: 833px;
  margin-left: auto;
  margin-right: auto;
}

.about-one-values-block-paragraph {
  text-align: left;
}

.hero {
  background-image: url('https://res.cloudinary.com/dh8aicvrd/image/upload/f_auto,q_auto,w_auto/v1756658375/17_ajhy3z.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
}

.hero.ukraine {
  background-image: url('https://res.cloudinary.com/dh8aicvrd/image/upload/f_auto,q_auto,w_auto/v1756301205/boat-sea_t1cy4q.jpg');
}

.hero.israel-and-palestine {
  background-image: url('https://res.cloudinary.com/dh8aicvrd/image/upload/f_auto,q_auto,w_auto/v1756301313/13386026_mc0t2y.jpg');
}

.hero.landing-page {
  background-image: url('https://res.cloudinary.com/dh8aicvrd/image/upload/f_auto,q_auto,w_auto/v1756300792/img-background-hsc_cjr3sr.png');
  background-position: 50%;
}

.hero.worldwide-quote {
  background-image: url('https://res.cloudinary.com/dh8aicvrd/image/upload/f_auto,q_auto,w_auto/v1756434990/hsc_image_022_2_pq8uze.png');
}

.ft._1440-grid-scope {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.ft._1440-grid-scope.services-grid {
  padding-left: 0;
  padding-right: 0;
}

.ft._1440-grid-scope.i-p, .ft._1440-grid-scope.ua {
  grid-template-columns: 1fr 1fr;
}

.quote-grid._1440-quote-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
}

.scope-card {
  font-family: Inter, sans-serif;
}

.grid-stories-outer {
  grid-column-gap: 40px;
  color: var(--body-font);
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr .75fr;
  margin-bottom: 35px;
  display: flex;
}

.container {
  max-width: 1073px;
}

.seals-block {
  background-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  height: 13vh;
  padding-top: 1px;
  display: flex;
}

.our-partners {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.partners-grid {
  background-color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  align-items: center !important;
}

.logos {
  background-color: var(--dark-grey);
  max-width: 100%;
  padding: 40px 10%;
}

.body {
  overflow: auto;
}

.convex, .atrium, .lloyds, .inherent-risks {
  object-fit: contain;
}

.divider-vertical.hidden-bk {
  max-width: 1%;
}

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

.heading {
  margin-top: 55px;
  margin-bottom: 56px;
}

.testimonial {
  background-color: var(--deep-orange);
  border-radius: 20px;
  width: auto;
  max-width: 755px;
  padding-top: 2%;
  padding-left: 3%;
  padding-right: 3%;
}

.testimonial-paragraph {
  color: var(--dark-grey);
  text-align: left;
  order: 0;
  align-self: auto;
  margin-bottom: 30px;
  line-height: 170%;
  display: block;
  position: static;
}

.testimonial-client-name {
  text-align: center;
  max-width: 600px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.quote-img {
  margin-bottom: 15px;
}

.testimonial-primary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--deep-orange);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -67px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0%;
  font-family: Inter, sans-serif;
  display: flex;
}

.testimonial-primary.testimonial {
  border-radius: 15px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-left: 3%;
}

.slider-2 {
  background-color: var(--white);
  height: 46vh;
}

.heading-2 {
  text-align: center;
  margin-top: 44px;
  margin-bottom: 48px;
}

.get-in-touch-section {
  padding-left: 200px;
  padding-right: 200px;
  display: block;
}

.footer-hotspot {
  background-color: #141c2b;
  background-position: 0 0;
  padding: 100px 0 0;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  margin-left: 100px;
  margin-right: 100px;
}

.heading-footer {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.heading-3 {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.heading-3.first-column {
  text-align: center;
  padding-left: 21%;
  padding-right: 21%;
}

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

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

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

.important-links {
  border-right: 1px dashed var(--heading-main-color);
  border-left: 1px dashed var(--heading-main-color);
  padding-left: 35px;
}

.about-footer {
  border-bottom: 1px dashed var(--heading-main-color);
}

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

.form-2.contact-us-section-form {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.label-for-forms {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.form-field.date-field.get-in-touch {
  width: 100%;
  height: 37px;
}

.form-field.get-in-touch {
  background-color: var(--form-field);
  border: 1px solid #e2e1e1;
  font-family: Inter, sans-serif;
}

.submit-button {
  background-color: var(--deep-orange);
  color: var(--heading-color);
  border-radius: 6px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.submit-button:hover {
  background-color: #f9bc71;
}

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

.heading-10 {
  font-size: 2.5rem;
}

.slide-nav {
  margin-bottom: 47px;
}

.tailored-form {
  width: 70%;
  max-width: 107%;
  margin-top: 39px;
}

.heading-11 {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 600;
}

.text-block-2 {
  font-family: Inter, sans-serif;
}

.section-2 {
  height: 20vh;
}

.section-2.cta-quote {
  background-color: var(--heading-color);
  padding-left: 100px;
  padding-right: 100px;
}

.heading-13 {
  color: var(--white);
  align-self: center;
}

.cell {
  justify-content: center;
  align-items: center;
}

.placeholder-for-map {
  height: 560px;
  overflow: hidden;
}

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

.list-2 {
  width: 65%;
}

.div-block-2 {
  font-family: Inter, sans-serif;
}

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

.container-3 {
  background-color: var(--heading-color);
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 100px;
  margin-top: 54px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

.paragraph-5 {
  color: var(--light-white);
  font-size: .7rem;
}

.container-4 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  max-width: 45%;
  display: flex;
}

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

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

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

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

.accordion-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .16);
}

.accordion-content {
  overflow: hidden;
}

.div-block-3 {
  padding-top: 10px;
}

.plus-icon {
  width: 24px;
}

.accordion-trigger {
  padding: 16px;
}

.faq-question {
  color: #000;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.border {
  background-color: #d8d8d8;
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
}

.minus-icon {
  width: 24px;
}

.faq-question-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  width: 100%;
  margin-bottom: 20px;
}

.list-item {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  list-style-type: disc;
}

.list-item-2, .list-item-3 {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
}

.list-item-4 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
}

.list-3 {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 5%;
}

.list-4, .list-5 {
  padding-left: 5%;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  color: var(--link);
  text-decoration: underline;
}

.nav-menu {
  border: 1px #000;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  display: flex;
  justify-content: space-between;
  color: white;
  position: static;
}

.nav-link {
  color: #fff;
  border: .1em #000;
  flex-direction: row;
  padding: 1.8em 2em;
  font-size: 1.1em;
  font-weight: 500;
  transition: color .3s;
  display: flex;
}

.nav-link:hover {
  color: var(--deep-orange);
}

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

.nav-link.w--current:hover {
  color: var(--deep-orange);
}

.arrow {
  margin-left: 1em;
  margin-right: 0;
  position: relative;
}

.drop-down-wrapper.w--open {
  grid-column-gap: 67px; 
  background-color: var(--dropdown);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em 2em 1em 7.5em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.menu-link-wrapper {
  align-self: center;
  width: auto;
}

.dropdown-link {
  color: #fff;
  padding: 1em 2em 1em 0;
  font-size: 1em;
  font-weight: 400;
  transition: color .3s;
}

.dropdown-link:hover {
  color: var(--deep-orange);
}

.dropdown-link.subitem {
  padding-left: 0;
}

.dropdown-link.subitem.w--current {
  color: var(--body-font);
}

.dropdown-link.subitem.blank {
  color: rgba(0, 0, 0, 0);
  cursor: default;
}

.dropdown-link.main-item {
  color: var(--deep-orange);
  font-weight: 600;
}

.dropdown-link.main-item:hover {
  color: var(--light-white);
}

.dropdown-link.main-item.lone-item:hover {
  color: var(--white);
}

.dropdown-link.main-item.lone-item.blankmenu {
  color: var(--transparent);
  cursor: default;
}

.container-5 {
  width: 80%;
  max-width: 100%;
  height: 30%;
}

.image-2, .image-3, .image-4 {
  border-radius: 15px;
}

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

.heading-15 {
  text-align: left;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75rem;
}

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

.button.claim-btn {
  background-color: var(--heading-color);
  border-radius: 6px;
  font-family: Inter, sans-serif;
  display: block;
}

.button.claim-btn:hover {
  background-color: var(--deep-orange);
  color: var(--heading-color);
}

.claim-box {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--form-field);
  object-fit: contain;
  border-radius: 8px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 20px 30px;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  max-height: 670px;
}

.div-block-4 {
  width: 100%;
}

.pop-up-wrapper {
  z-index: 9999;
  opacity: 0;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-6 {
  background-color: var(--white);
  border-radius: 15px;
  max-width: 450px;
  height: 180px;
  margin-top: 200px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.pop-up-close {
  color: var(--light-white);
  font-family: Inter, sans-serif;
  position: absolute;
  top: 5%;
  right: 5%;
}

.body-2 {
  overflow: visible;
}

.section-4 {
  margin-top: 169px;
}

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

.section-5 {
  margin-top: 68px;
}

.heading-17 {
  margin-bottom: 31px;
  font-weight: 700;
}

.heading-17.light {
  padding-right: 10px;
  font-weight: 400;
}

.html-embed {
  margin-top: -71px;
}

.info-section {
  margin-top: 153px;
  margin-bottom: 80px;
}

.descriptions-grid-il {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 2%;
  padding-right: 2%;
}

.descriptions-grid-il.ukraine, .descriptions-grid-il.israel {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.descriptions-grid-il.sudan {
  grid-template-columns: 1fr 1fr 1fr;
}

.map-description-block {
  border-radius: 12px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

.grid-8 {
  grid-column-gap: 7px;
  grid-row-gap: 6px;
  grid-template-columns: .25fr 7.25fr;
}

.legend-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  display: flex;
}

.legend {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .8rem;
}

.legend.cover-av, .legend.cover-av.equalize {
  margin-top: 16px;
}

.legend.cover-av.equalize.israel-palestine-map {
  margin-top: 23px;
}

.legend.cover-av.israel-palestine-map {
  margin-top: 50px;
}

.legend-title {
  margin-top: 10px;
  font-size: 1rem;
}

.legend-title.green {
  color: #3db151;
  font-size: 1rem;
}

.legend-title.orange {
  color: var(--deep-orange);
}

.legend-title.red {
  color: #e91518;
}

.container-9 {
  flex-flow: wrap;
  max-width: 75%;
  display: flex;
}

.container-10 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  max-width: 980px;
  display: flex;
}

.cta-bottom-riskmap {
  margin-bottom: 53px;
}

.paragraph-8 {
  text-align: left;
  margin-bottom: 30px;
  font-size: .8rem;
}

.html-embed-2 {
  background-color: var(--transparent);
  display: none;
}

.html-embed-3 {
  height: 100vh;
  margin-top: 98px;
}

.cr-code {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 0;
  display: flex;
}

.heading-18 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 600;
}

.submit-button-2 {
  color: #000;
  background-color: #ffbb5c;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.heading-19 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 600;
}

.text-block-3 {
  font-size: 6.6rem;
}

.collection-list-wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header-stories {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  min-width: 370px;
  display: block;
}

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

.color-orange.margin-bottom-thirty {
  margin-bottom: 30px;
}

.color-orange.margin-bottom-thirty.home-one-hero-paragraph {
  color: var(--light-white);
  max-width: 543px;
  margin-top: 20px;
}

.color-orange.margin-bottom-fifteen.home-one-oil-leaders-heading {
  max-width: 618px;
}

.color-orange.margin-top-zero.margin-bottom-fifteen {
  color: var(--deep-orange);
  margin-bottom: 0;
  line-height: 1.75rem;
}

.color-orange.margin-top-zero.margin-bottom-twentyfive {
  margin-bottom: 25px;
}

.color-orange.margin-top-zero.home-three-mission-block-heading {
  max-width: 691px;
}

.color-orange.margin-bottom-zero.text-regular {
  font-weight: 400;
}

.color-orange.oil-gas-para-gapping {
  margin-top: 10px;
  margin-bottom: 32px;
  margin-right: 137px;
}

.color-orange.home-two-hero-heading {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 634px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  justify-content: stretch;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-span-6 {
  color: var(--deep-orange);
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.train-wrapper-mrq-container-two {
  flex: none;
  justify-content: flex-end;
  width: auto;
  padding-bottom: 0;
  display: flex;
}

.bold-text {
  font-weight: 400;
  line-height: 1.75rem;
}

.paragraph-9 {
  margin-top: auto;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.additional-descriptions {
  border-top: 1px solid #f7a541;
  max-width: 65%;
  margin-top: 20px;
}

.paragraph-10, .paragraph-11 {
  text-align: left;
  max-width: 75%;
}

.bold-text-3 {
  color: var(--link);
}

.bold-text-4, .bold-text-5 {
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.bold-text-6 {
  font-family: Inter, sans-serif;
}

.paragraph-12, .paragraph-13 {
  text-align: left;
  max-width: 75%;
}

.image-5 {
  padding: 4px 2px;
}

.image-6 {
  padding: 5px 2px;
}

.flex-header {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.cu-support-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 75%;
  margin-top: 30px;
}

.bold-text-11 {
  color: #ff6418;
}

.bold-text-13 {
  color: #2588ed;
}

.bold-text-14, .bold-text-15 {
  background-color: var(--transparent);
  color: var(--light-orange);
}

.bold-text-16 {
  color: #d052ff;
}

.bold-text-17 {
  color: #2588ed;
}

.bold-text-18 {
  color: #ff6418;
}

.bold-text-19 {
  color: #3fb889;
}

.answer-rtb {
  box-sizing: border-box;
  float: none;
  aspect-ratio: auto;
  margin-bottom: 10px;
  display: block;
  position: static;
  overflow: visible;
}

.seals-grid {
  grid-template-rows: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

.img-14-dcop {
  object-fit: contain;
  height: 80px;
}

.img-trust-pilot, .img-ww-cover {
  height: 80px;
}

.footer-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-top: 170px;
  display: flex;
}

.quote-forms-placeholders {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--dark-grey);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 680px;
  display: flex;
}

.field-label {
  color: var(--white);
  text-align: left;
  font-size: .8rem;
  font-weight: 400;
}

.field-label-2 {
  text-align: left;
}

.select-field, .select-field-2 {
  color: var(--heading-color);
  padding-right: 12px;
}

.basic-field.date-from {
  flex: 1;
}

.date-from {
  color: var(--heading-color);
}

.input {
  color: var(--heading-color);
  flex: 1;
  width: 100%;
  margin-bottom: 10px;
  padding: 7px 4px 7px 8px;
  font-size: .85rem;
}

.dates-inputs, .flex-block-3 {
/*  grid-column-gap: 16px;*/
/*  grid-row-gap: 16px;*/
}

.form-worldwide {
  width: auto;
}

.title-info {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
}

.icon-info {
  cursor: pointer;
  min-width: 18px;
  height: 18px;
  margin-bottom: 5px;
}

.code-embed {
  display: none;
}

.button-ukraine {
  border: 1px solid var(--deep-orange);
  background-color: var(--transparent);
  color: var(--deep-orange);
  text-align: center;
  border-radius: 6px;
  flex: 1;
  height: 48px;
  margin-top: 15px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: .93rem;
  font-weight: 500;
}

.button-worldwide {
  border: 1px solid var(--deep-orange);
  background-color: var(--transparent);
  color: var(--deep-orange);
  text-align: center;
  border-radius: 6px;
  flex: 1;
  height: 48px;
  margin-top: 15px;
  font-size: .93rem;
  font-weight: 500;
}

.modal-wrapper {
  z-index: 999999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .42);
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-window {
  z-index: 2147483647;
  background-color: var(--white);
  text-align: left;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 75%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 45px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bold-text-20, .bold-text-21 {
  color: var(--link);
}

.image-7 {
  text-align: left;
  vertical-align: baseline;
  cursor: pointer;
  align-self: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.close-modal-button {
  flex: 0 auto;
  align-self: flex-end;
  display: flex;
  position: relative;
  top: -13px;
  left: 29px;
}

.code-embed-2 {
  display: none;
}

.footer-link-dropdown {
  height: 39px;
}

.image-8 {
  align-self: center;
  padding-left: 8px;
}

.text-block-4 {
  color: var(--footer_grey);
  text-align: left;
  align-self: center;
}

.bold-text-22 {
  color: var(--heading-color);
}

.claims-heading {
  color: var(--heading-main-color);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 1.5em;
  font-weight: 700;
}

.claims-paragraph {
  flex-flow: column;
  padding-bottom: 30px;
  display: flex;
}

.rich-text-block-2 {
  color: var(--link);
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.bold-text-23 {
  color: var(--heading-color);
}

.paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21 {
  margin-bottom: 20px;
}

.bold-text-24 {
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 2rem;
}

.div-block-9 {
  flex-flow: column;
  display: flex;
}

.claims-hero-block {
  margin-top: 90px;
  margin-bottom: 0;
}

.claims-hero-image {
  object-fit: cover;
  object-position: 50% 27%;
  width: 100%;
  height: 570px;
}

.bold-text-26 {
  font-size: 1.4rem;
}

.key-features-and-services {
  background-color: #fbf9f4;
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
}

.what-is-covered {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 220px;
  padding-bottom: 120px;
  display: block;
}

.text-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 88%;
  height: auto;
  display: flex;
  position: relative;
}

.floating-images {
  display: block;
}

.wsc-floating-image {
  border-radius: 6px;
  height: auto;
  transition: box-shadow .3s, transform .2s;
  position: absolute;
  top: auto;
  bottom: 32%;
  left: auto;
  right: 2%;
}

.wsc-floating-image:hover {
  box-shadow: -14px 14px 0 -1px #ffbb5c;
}

.wsc-floating-image.image-4 {
  bottom: 16%;
  right: 16%;
}

@media screen and (min-width: 1280px) {
  .dropdown-icon {
    right: 0%;
  }

  .navbar-menu-left {
    padding-left: 30px;
  }

  .menu-link-toggle {
    padding-left: 20px;
    padding-right: 25px;
    font-size: 1rem;
  }

  .navbar-menu-right.responsive-hidden {
    display: flex;
  }

  .color-white.margin-bottom-zero.text-regular.link {
    color: var(--white);
    font-size: 1.25rem;
    text-decoration: none;
  }

  .ticker-title {
    color: #9e5d0d;
    -webkit-text-stroke-width: 0px;
  }

  .home-one-data-block {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    width: 135%;
    margin-top: -30%;
    margin-left: 30px;
    padding: 60px 98px 50px 80px;
  }

  .margin-bottom-twenty.margin-top-zero {
    margin-bottom: 0;
  }

  .margin-bottom-twenty.margin-top-zero.home-one-we-provide-text {
    font-size: 2.5rem;
  }

  .home-one-leaders-section._1440-quote {
    padding-bottom: 100px;
  }

  .home-one-leaders-image-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr .65fr;
    grid-auto-flow: column;
    width: 100%;
    margin-top: -170px;
  }

  .environmental-text-outer {
    width: 70%;
  }

  .margin-bottom-zero.service-two-hero-block-paragraph-two {
    max-width: 75%;
  }

  .margin-bottom-zero.service-two-hero-block-paragraph-two.left {
    text-align: left;
    max-width: 100%;
    font-size: .8rem;
  }

  .autofit.border-radius-fifteen.leaders-img-one.left-img-landing._1440-img {
    width: 100%;
    margin-top: 20%;
    margin-left: -10%;
  }

  .autofit.border-radius-fifteen.leaders-img-one.right-img-landing._1440-img {
    width: 100%;
    max-width: 95%;
    margin-top: 30%;
    margin-left: 6%;
    display: inline-block;
  }

  .autofit.border-radius-fifteen.leaders-img-one._1440-img {
    width: 100%;
    max-width: 100%;
  }

  .footer-link.wording {
    display: none;
  }

  .footer-energy-text {
    font-size: 320px;
  }

  .footer-social-block.footer-sm {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-main.quote-button-footer.unique {
    justify-content: center;
    align-items: center;
  }

  .button-main.quote-button-footer.unique.ghosted {
    width: 30%;
    max-width: 47%;
  }

  .scrolling-item {
    background-image: url('../images/Pin.svg');
  }

  .home-two-footer-left {
    max-width: 32%;
  }

  .home-two-footer-right {
    grid-column-gap: 60px;
  }

  .home-three-key-block {
    width: 75%;
  }

  .arrow-circle-block {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-two-why-choose-right {
    height: auto;
  }

  .about-two-progress-image-left {
    left: -27%;
  }

  .about-two-progress-image-right {
    right: -24%;
  }

  .about-one-values-block {
    max-width: 810px;
  }

  .about-one-our-values-flex {
    margin-top: 180px;
  }

  .service-one-section-one {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .color-yellow.margin-bottom-zero.high-hazard {
    margin-bottom: 20px;
  }

  .more-service-inner-block {
    width: 9.6875rem;
    height: 9.6875rem;
  }

  .service-one-landscape-section {
    background-position: 145% 32%;
  }

  .service-one-landscape-block {
    height: auto;
  }

  .energy-landscape-img-two {
    bottom: 52%;
    right: 11%;
  }

  .service-two-hero-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-one-featured-section {
    background-position: -66% 0;
  }

  .contact-one-details-flex.contact-form.contact-us {
    width: 75%;
  }

  .contact-one-section-one, .contact-one-section-one.alerts {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .awards-review-main-box.border-radius-twenty.box-four {
    display: flex;
  }

  .heading-four.key-feature-description-heading {
    flex-basis: 62%;
  }

  .marquee-one-text-one.marquee-one-text-two.text-yellow {
    -webkit-text-stroke-width: 0px;
    color: #c27619;
  }

  .marquee-one-text-one.marquee-one-text-two.text-yellow.text-black {
    -webkit-text-stroke-width: 0px;
    color: #9e5d0d;
  }

  .marquee-one-text-one.text-yellow {
    color: var(--deep-orange);
    -webkit-text-stroke-width: 0px;
  }

  .marquee-one-text-one.text-yellow.text-black {
    color: var(--heading-color);
    -webkit-text-stroke-width: 0px;
  }

  .button-and-card-wrap {
    display: flex;
  }

  .about-three-solution-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .mrq-slider {
    display: block;
  }

  .industry-text {
    font-size: 5rem;
  }

  .contact-one-section-wrap, .contact-one-section-wrap.alerts-and-warnings {
    max-width: 100%;
  }

  .energy-landscape-img-one {
    right: -16%;
  }

  .hero.worldwide-quote {
    background-image: url('https://res.cloudinary.com/dh8aicvrd/image/upload/f_auto,q_auto,w_auto/v1756434990/hsc_image_022_2_pq8uze.png');
  }

  .quote-grid._1440-quote-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-stories-outer {
    margin-bottom: 35px;
  }

  .testimonial-paragraph {
    margin-bottom: 30px;
    line-height: 170%;
  }

  .heading-footer {
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.6rem;
  }

  .placeholder-for-map {
    height: 560px;
  }

  .container-4 {
    max-width: 45%;
  }

  .drop-down-wrapper.w--open {
    justify-content: center;
    align-items: center;
    padding-left: 6.8em;
  }

  .dropdown-link.subitem {
    padding-left: 0;
  }

  .dropdown-link.subitem.blank {
    color: rgba(0, 0, 0, 0);
    cursor: default;
  }

  .dropdown-link.main-item {
    color: var(--deep-orange);
  }

  .dropdown-link.main-item.lone-item.blankmenu {
    color: var(--transparent);
    cursor: default;
  }

  .claim-box {
    flex: none;
    max-height: 550px;
  }

  .descriptions-grid-il {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .descriptions-grid-il.sudan {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .map-description-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .legend-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 40px;
  }

  .legend-item.high {
    height: 60px;
  }

  .legend {
    font-family: Inter, sans-serif;
    font-size: .8rem;
  }

  .legend.cover-av.equalize {
    margin-top: 16px;
  }

  .legend-title.red {
    font-family: Poppins, sans-serif;
  }

  .container-9 {
    max-width: 75%;
  }

  .container-10 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .paragraph-8 {
    text-align: left;
    margin-bottom: 30px;
    font-size: .8rem;
  }

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .text-span-6 {
    color: var(--deep-orange);
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .bold-text {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
  }

  .paragraph-9 {
    border-top: 1px none var(--deep-orange);
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .additional-descriptions {
    max-width: 65%;
    padding-left: 20px;
  }

  .paragraph-10, .paragraph-11 {
    text-align: left;
    max-width: 75%;
  }

  .bold-text-4 {
    box-sizing: border-box;
    font-family: Inter, sans-serif;
  }

  .bold-text-5, .bold-text-6 {
    font-family: Inter, sans-serif;
  }

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

  .paragraph-13 {
    text-align: left;
    max-width: 75%;
  }

  .image-5 {
    padding: 4px;
  }

  .image-6 {
    padding: 5px 2px;
  }

  .flex-header {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .cu-support-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    width: 75%;
    margin-top: 30px;
  }

  .bold-text-11 {
    color: #ff6418;
  }

  .bold-text-13 {
    color: #2588ed;
  }

  .bold-text-14 {
    background-color: var(--transparent);
    color: var(--light-orange);
  }

  .bold-text-15 {
    color: var(--light-orange);
  }

  .bold-text-16 {
    color: #d052ff;
  }

  .footer-buttons {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-2 {
    justify-content: center;
    align-items: stretch;
    padding-top: 170px;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-window {
    z-index: 999999999;
  }

  .code-embed-2 {
    display: none;
  }

  .image-8 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
  }

  .image-8:hover {
    padding-left: 8px;
  }

  .key-features-and-services {
    background-position: 145% 32%;
  }

  .what-is-covered {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .text-content {
    height: auto;
  }

  .wsc-floating-image {
    bottom: 52%;
    right: 11%;
  }

  .wsc-floating-image.image-3 {
    bottom: 32%;
    right: 2%;
  }
}

@media screen and (min-width: 1440px) {
  .nav-sticky-bg.transparent.no-border, .navbar-section {
    background-color: var(--heading-color);
  }

  .images-block {
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .images-block.home-one-banner-container {
    margin-left: 10vw;
  }

  .images-block.claims {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 1280px;
    max-width: 70%;
    display: flex;
  }

  .home-one-hero-flex {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .home-one-hero-flex._1440px-hero-text {
    width: 83vh;
  }

  .color-white.margin-bottom-zero.text-regular.link {
    color: var(--white);
    font-size: 1.25rem;
    text-decoration: none;
  }

  .inner-ticker.one {
    transform: translate(-52px, -4px)rotate(2deg);
  }

  .ticker-title {
    color: #9e5d0d;
    -webkit-text-stroke-width: 0px;
  }

  .home-one-we-provide-block._1440-scope-title {
    width: 80vw;
    max-width: 80vw;
  }

  .margin-bottom-twenty.margin-top-zero {
    align-self: stretch;
    margin-bottom: 0;
  }

  .margin-bottom-twenty.margin-top-zero.home-one-we-provide-text {
    font-size: 2.5rem;
  }

  .margin-bottom-fifteen.padding-left-right-five-percent.contact-us-section {
    max-width: 100%;
  }

  .home-one-leaders-section._1440-quote {
    padding-bottom: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .home-one-leaders-image-flex {
    grid-template-columns: 1fr .7fr;
    margin-top: -200px;
  }

  .home-one-leaders-flex-two {
    padding-bottom: 25%;
  }

  .environmental-image-block {
    right: 20%;
  }

  .margin-bottom-zero.service-two-hero-block-paragraph-two {
    max-width: 70%;
  }

  .margin-bottom-zero.service-two-hero-block-paragraph-two.left {
    text-align: left;
    font-size: .8rem;
  }

  .autofit.border-radius-fifteen.leaders-img-one.left-img-landing._1440-img {
    width: 100%;
    max-width: 75%;
    height: auto;
    margin-top: 20%;
    margin-left: 5%;
  }

  .autofit.border-radius-fifteen.leaders-img-one.right-img-landing._1440-img {
    vertical-align: baseline;
    width: 100%;
    max-width: 94%;
    height: auto;
    margin-top: 36%;
    margin-bottom: 15%;
    margin-left: 0%;
  }

  .autofit.border-radius-fifteen.leaders-img-one._1440-img {
    text-align: center;
    min-width: 650px;
    max-width: 80%;
  }

  .home-one-industries-img-block {
    width: 890px;
    height: 890px;
  }

  .footer-social-block.footer-sm {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-main {
    border-radius: 4px;
  }

  .button-main.quote-button-footer {
    border-radius: 6px;
    justify-content: center;
    align-items: center;
  }

  .button-main.quote-button-footer._2-cta {
    border-radius: 6px;
  }

  .button-main.quote-button-footer.unique.ghosted {
    width: 30%;
    max-width: 47%;
  }

  .scrolling-block-one {
    font-size: 1.5625rem;
  }

  .scrolling-item {
    background-image: url('../images/Pin.svg');
    background-position: 0%;
    background-size: 24px;
  }

  .home-five-scrolling-section.gradient-opposite-section {
    padding-top: 220px;
  }

  .project-heading {
    font-size: 15rem;
  }

  .project-container {
    height: 100vh;
  }

  .home-three-hero-section {
    background-image: url('https://hotspotcover-1.com/public/assets/front/images/Home-Three-Banner-Bg.webp');
  }

  .home-three-hero-block {
    height: 1100px;
  }

  .tabs-content {
    margin-left: 50px;
  }

  .tabs-menu {
    margin-right: 50px;
  }

  .home-three-footer-box-one {
    padding-left: 40px;
  }

  .about-one-social-flex-block {
    display: flex;
    left: -8%;
  }

  .about-one-social-flex-block.home-two-choose-text, .about-one-social-flex-block.about-two-company-block {
    left: -11%;
  }

  .home-two-why-choose-right {
    height: auto;
  }

  .about-two-progress-section {
    padding-top: 230px;
    padding-bottom: 250px;
  }

  .about-two-progress-image-left {
    left: -20%;
  }

  .about-two-progress-image-right {
    right: -17%;
  }

  .benefits-moving-flex.moving-flex-six {
    transform: translate(48px)rotate(0);
  }

  .benefits-moving-flex.moving-flex-one {
    transform: translate(60px)rotate(-2deg);
  }

  .benefits-moving-flex.moving-flex-one:hover {
    transform: translate(60px)rotate(-1deg);
  }

  .benefits-moving-flex.moving-flex-three {
    transform: translate(40px)rotate(-1.24deg);
  }

  .benefits-moving-flex.moving-flex-three:hover {
    transform: translate(40px)rotate(2deg);
  }

  .benefits-moving-flex.moving-flex-five {
    transform: translate(100px)rotate(-.05deg);
  }

  .benefits-moving-flex.moving-flex-five:hover {
    transform: translate(100px)rotate(-2deg);
  }

  .about-one-values-block {
    max-width: 810px;
  }

  .about-one-our-values-flex {
    margin-top: 180px;
  }

  .color-yellow.margin-bottom-zero.high-hazard {
    margin-bottom: 20px;
  }

  .service-one-landscape-section {
    background-position: 135% 32%;
  }

  .service-one-landscape-block {
    height: 1550px;
  }

  .energy-landscape-img-two {
    bottom: 50%;
    right: 10%;
  }

  .service-two-hero-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-two-hero-block.margin-block {
    margin-bottom: 30px;
  }

  .service-one-featured-section {
    background-position: -33% 0;
  }

  .contact-one-details-flex.contact-form.contact-us {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-one-section-one {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .contact-one-section-one.alerts {
    color: var(--body-font);
  }

  .award-hero-dot-four {
    right: 15%;
  }

  .awards-review-main-box.border-radius-twenty.box-five {
    display: flex;
  }

  .radio-button-field {
    flex-direction: row-reverse;
    flex: 1;
    align-items: center;
    display: flex;
  }

  .buttons-container {
    flex-direction: row;
  }

  .marquee-one-text-one.marquee-one-text-two.text-yellow {
    -webkit-text-stroke-width: 0px;
    color: #c27619;
  }

  .marquee-one-text-one.marquee-one-text-two.text-yellow.text-black {
    -webkit-text-stroke-width: 0em;
    color: #9e5d0d;
  }

  .marquee-one-text-one.text-yellow {
    color: var(--deep-orange);
    -webkit-text-stroke-width: 0px;
  }

  .marquee-one-text-one.text-yellow.text-black {
    color: var(--heading-color);
    -webkit-text-stroke-width: 0px;
  }

  .home-three-hero-slider-overlay {
    object-fit: fill;
  }

  .home-one-banner-overlay {
    height: 104vh;
  }

  .mrq-slider {
    display: block;
  }

  .mrq-train-wrapper.margin-bottom-thirty {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .mrq-train-wrapper.margin-top-thirty {
    flex-flow: column;
  }

  .industry-text {
    color: var(--white);
    font-size: 6rem;
  }

  .contact-one-section-wrap {
    justify-content: center;
    align-items: center;
    max-width: 70%;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 4%;
  }

  .energy-landscape-img-one {
    right: -10%;
  }

  .hero {
    background-size: cover;
    height: 104vh;
  }

  .hero.worldwide-quote {
    background-image: url('https://res.cloudinary.com/dh8aicvrd/image/upload/f_auto,q_auto,w_auto/v1756434990/hsc_image_022_2_pq8uze.png');
    height: 100vh;
  }

  .ft._1440-grid-scope {
    grid-column-gap: 55px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .quote-grid._1440-quote-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  .grid-stories-outer {
    margin-bottom: 35px;
  }

  .testimonial-paragraph {
    margin-bottom: 30px;
    line-height: 170%;
  }

  .heading-footer {
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.6rem;
  }

  .form-field {
    color: #929496;
    font-family: Inter, sans-serif;
  }

  .form-field.date-field {
    width: 100%;
    height: 44px;
    font-size: .9rem;
  }

  .form-field.get-in-touch {
    height: 44px;
  }

  .form-block.contact-us-section-wdth {
    margin: auto;
  }

  .submit-button._1440-btn-quote {
    background-color: var(--deep-orange);
    color: var(--heading-color);
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .submit-button._1440-btn-quote:hover {
    background-color: #fcaa38;
  }

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

  .paragraph-3 {
    font-size: 1rem;
  }

  .tailored-form {
    width: 50%;
  }

  .placeholder-for-map {
    height: 570px;
  }

  .container-4 {
    max-width: 610px;
  }

  .list-item-3 {
    color: var(--body-font);
  }

  .drop-down-wrapper.w--open {
    justify-content: center;
    align-items: center;
    padding-left: 6.8em;
  }

  .dropdown-link.subitem {
    padding-left: 0;
  }

  .dropdown-link.subitem.blank {
    color: rgba(0, 0, 0, 0);
    cursor: default;
  }

  .dropdown-link.main-item {
    color: var(--deep-orange);
  }

  .dropdown-link.main-item.lone-item.blankmenu {
    color: var(--transparent);
    cursor: default;
  }

  .button.claim-btn {
    border-radius: 6px;
  }

  .claim-box {
    flex: none;
  }

  .html-embed {
    margin-top: -70px;
  }

  .descriptions-grid-il {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .descriptions-grid-il.sudan {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .map-description-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .legend-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 40px;
  }

  .legend {
    font-family: Inter, sans-serif;
    font-size: .8rem;
  }

  .legend.cover-av.equalize {
    margin-top: 16px;
  }

  .container-9 {
    max-width: 65%;
  }

  .paragraph-8 {
    text-align: left;
    margin-bottom: 30px;
    font-size: .8rem;
  }

  .html-embed-2 {
    display: none;
  }

  .submit-button-2._1440-btn-quote {
    color: #000;
    background-color: #ffbb5c;
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .submit-button-2._1440-btn-quote:hover {
    background-color: #fcaa38;
  }

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .text-span-6 {
    color: var(--deep-orange);
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .bold-text {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
  }

  .paragraph-9 {
    border-top: 1px #f7a541;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .paragraph-10, .paragraph-11 {
    text-align: left;
    max-width: 65%;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
    font-family: Inter, sans-serif;
  }

  .paragraph-12, .paragraph-13 {
    text-align: left;
    max-width: 65%;
  }

  .image-5 {
    padding: 4px 3px;
  }

  .image-6 {
    padding: 5px 2px;
  }

  .flex-header {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .bold-text-10 {
    width: 100%;
  }

  .cu-support-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    width: 70%;
    margin-top: 30px;
  }

  .bold-text-11 {
    color: #ff6418;
  }

  .bold-text-13 {
    color: #2588ed;
  }

  .bold-text-14 {
    background-color: var(--transparent);
    color: var(--light-orange);
  }

  .bold-text-15 {
    color: var(--light-orange);
  }

  .bold-text-16 {
    color: #d052ff;
  }

  .bold-text-17 {
    color: #2588ed;
  }

  .footer-buttons {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-2 {
    justify-content: center;
    align-items: stretch;
    padding-top: 180px;
  }

  .form-worldwide, .form-ukraine, .form-israel-palestine {
    width: 500px;
  }

  .code-embed-2 {
    display: none;
  }

  .link-3 {
    color: var(--body-font);
  }

  .bold-text-25 {
    color: var(--heading-color);
  }

  .claims-hero-image {
    object-fit: cover;
    object-position: 50% 30%;
    height: 570px;
  }

  .key-features-and-services {
    background-position: 135% 32%;
  }

  .text-content {
    height: 1550px;
  }

  .wsc-floating-image {
    bottom: 50%;
    right: 10%;
  }

  .wsc-floating-image.image-3 {
    bottom: 30%;
    right: 4%;
  }

  .wsc-floating-image.image-4 {
    bottom: 14%;
    right: 17%;
  }
}

@media screen and (min-width: 1920px) {
  .big-container {
    max-width: 1750px;
  }

  .nav-sticky-bg.transparent.no-border {
    background-color: var(--transparent);
    background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85));
    position: absolute;
  }

  .navbar-menu-left {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-link-toggle {
    padding-left: 2rem;
  }

  .navbar-section {
    position: fixed;
  }

  .images-block {
    text-align: left;
    width: auto;
    max-width: 62%;
    padding-left: 0;
    padding-right: 0;
  }

  .images-block.home-one-banner-container {
    width: 1310px;
  }

  .images-block.service-three-hero-container {
    z-index: 20;
  }

  .images-block.claims {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-end;
    align-items: stretch;
    width: 1280px;
    max-width: 70%;
  }

  .home-one-hero-flex-left {
    z-index: 1;
  }

  .home-one-hero-flex._1440px-hero-text {
    width: 100vh;
  }

  .lightbox-block.about-one-lightbox-one {
    position: absolute;
    right: -45%;
  }

  .lightbox-block.about-one-lightbox-two {
    bottom: 6%;
    left: -20%;
  }

  .lightbox-block.service-one-lightbox-one {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .color-white.margin-top-zero.margin-bottom-fifteen {
    font-size: 2.5rem;
  }

  .color-white.margin-bottom-zero.text-regular {
    font-weight: 400;
    line-height: 3rem;
  }

  .color-white.margin-bottom-zero.text-regular.link {
    color: var(--white);
    font-size: 1.25rem;
    text-decoration: none;
  }

  .color-white.oil-gas-para-gapping {
    margin-right: 89px;
  }

  .color-white.home-two-hero-heading {
    width: 90%;
  }

  .home-one-ticker-section-one {
    margin-top: -250px;
    padding-top: 322px;
  }

  .home-one-ticker-section-one.home-one-ticker-section-two {
    margin-top: -80px;
  }

  .ticker-title {
    color: #9e5d0d;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: var(--heading-color);
  }

  .ticker-title.text-solid {
    color: var(--heading-color);
    -webkit-text-stroke-color: var(--dark-grey);
  }

  .home-one-we-provide-block {
    max-width: 760px;
  }

  .home-one-we-provide-block._1440-scope-title {
    width: 1000px;
  }

  .margin-bottom-twenty.margin-top-zero {
    color: var(--heading-color);
    align-self: center;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 2.5rem;
  }

  .margin-bottom-twenty.margin-top-zero.home-one-we-provide-text {
    color: var(--heading-color);
  }

  .margin-bottom-fifteen.padding-left-right-five-percent {
    align-self: center;
  }

  .margin-bottom-fifteen.padding-left-right-five-percent.contact-us-section {
    text-align: left;
    align-self: flex-start;
  }

  .home-one-btn-block.cta {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .home-one-leaders-section {
    background-image: url('../images/div-instant-quote.png');
    padding-left: 100px;
    padding-right: 100px;
  }

  .home-one-leaders-section._1440-quote {
    padding-top: 90px;
    padding-bottom: 100px;
    padding-right: 150px;
  }

  .home-one-leaders-image-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr .6fr;
  }

  .home-one-key-benefits-section {
    overflow: hidden;
  }

  .environmental-text-outer.related-service-block {
    grid-column-gap: 40px;
  }

  .number.service-one-related-number {
    font-size: 4.0625rem;
    line-height: 4.5rem;
  }

  .margin-top-zero.margin-bottom-zero.about-two-testiminial-heading-text {
    max-width: 342px;
  }

  .home-one-project-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .margin-bottom-zero.service-two-hero-block-paragraph-two {
    text-align: center;
    align-self: center;
    max-width: 60%;
  }

  .margin-bottom-zero.service-two-hero-block-paragraph-two.left {
    text-align: left;
    align-self: flex-start;
  }

  .home-one-industries-section {
    background-position: 129% -41%;
  }

  .autofit {
    object-fit: cover;
  }

  .autofit.border-radius-fifteen {
    object-fit: cover;
    width: 100%;
  }

  .autofit.border-radius-fifteen.leaders-img-one {
    max-width: 100%;
  }

  .autofit.border-radius-fifteen.leaders-img-one.left-img-landing {
    max-width: 79%;
  }

  .autofit.border-radius-fifteen.leaders-img-one.left-img-landing._1440-img {
    width: 90%;
    min-width: 300px;
    max-width: 80%;
    margin-top: 14%;
    margin-left: -6%;
  }

  .autofit.border-radius-fifteen.leaders-img-one.right-img-landing {
    max-width: 100%;
  }

  .autofit.border-radius-fifteen.leaders-img-one.right-img-landing._1440-img {
    -webkit-text-stroke-width: 0px;
    mix-blend-mode: normal;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    max-width: 100%;
    margin-top: 22%;
    margin-left: 6%;
  }

  .autofit.border-radius-fifteen.leaders-img-one._1440-img {
    max-width: 80%;
  }

  .autofit.border-radius-fifteen.leaders-img-one._1440-img.israel-palestine-ph {
    max-width: 85%;
  }

  .autofit.border-radius-fifteen.full-width {
    object-fit: cover;
  }

  .autofit.borderr-radius-twenty.full-width {
    object-fit: cover;
    object-position: 50% 20%;
    overflow: clip;
  }

  .autofit.digital-energy-image-two {
    border: 3px solid var(--deep-orange);
    border-radius: 5px;
    right: 32px;
  }

  .footer-container {
    max-width: 1750px;
  }

  .home-one-footer-flex-right {
    flex-basis: 26%;
  }

  .footer-link {
    color: var(--footer-grey-2);
  }

  .footer-link.arrow {
    margin-left: 0;
  }

  .footer-link.wording {
    padding-left: 12px;
    display: none;
  }

  .footer-energy-text {
    font-size: 430px;
  }

  .footer-energy-text.text-semi-bold {
    color: #d9d9d9;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 20%, #d9d9d9);
  }

  .footer-social-block.footer-sm {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-one-hero-button {
    background-color: var(--transparent);
    color: var(--white);
  }

  .home-one-hero-button:active {
    background-color: var(--deep-orange);
    color: var(--heading-color);
  }

  .home-one-hero-button.cta-main {
    background-color: var(--transparent);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-button-background {
    background-color: var(--transparent);
    color: var(--white);
  }

  .hero-button-background:hover {
    border-color: var(--deep-orange);
    color: var(--white);
  }

  .hero-button-background:active {
    background-color: var(--deep-orange);
    color: var(--heading-color);
  }

  .hero-button-background.cta-main {
    max-width: 310px;
    max-height: 57px;
  }

  .button-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-width: 0;
    border-color: var(--deep-orange);
    background-color: var(--deep-orange);
    color: var(--heading-color);
    text-align: center;
    border-radius: 6px;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: 180px;
    font-weight: 600;
  }

  .button-main.margin-top-ten.border-btn.hero-btn {
    border-color: var(--white);
    background-color: var(--transparent);
    color: var(--white);
    width: 210px;
  }

  .button-main.margin-top-ten.border-btn.hero-btn:hover {
    border-color: var(--deep-orange);
    background-color: var(--deep-orange);
    color: var(--heading-color);
    width: 210px;
  }

  .button-main.margin-top-ten.border-btn.hero-btn:active {
    background-color: var(--deep-orange);
    color: var(--heading-color);
    width: 210px;
    font-family: Inter, sans-serif;
  }

  .button-main.margin-top-ten.border-btn.hero-btn:visited {
    color: var(--white);
  }

  .button-main.margin-top-ten.border-btn.hero-btn.hro-btn {
    justify-content: center;
    align-items: center;
  }

  .button-main.cta-main {
    background-color: var(--deep-orange);
    color: var(--heading-color);
    text-align: center;
    -webkit-text-stroke-color: var(--light-white);
    overflow-wrap: normal;
    justify-content: center;
    width: 310px;
    max-width: 310px;
    height: 57px;
    min-height: 57px;
    max-height: 57px;
  }

  .button-main.cta-main:hover {
    background-color: #f9bc71;
  }

  .button-main.quote-button-footer {
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 47%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-main.quote-button-footer._2-cta {
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 50%;
  }

  .button-main.quote-button-footer.unique {
    width: 30%;
  }

  .button-main.quote-button-footer.unique.w--current, .button-main.quote-button-footer.unique.ghosted {
    max-height: 54px;
    margin-top: 0;
  }

  .button-main.quote-button-footer.quote-form {
    background-color: var(--deep-orange);
    color: var(--heading-color);
    border-radius: 6px;
    width: 100%;
    max-width: 100%;
  }

  .button-main.quote-button-footer.quote-form:hover {
    background-color: #f9bc71;
  }

  .button-main.quote-button-footer.quote-form.ghosted {
    border-width: 1px;
    border-color: var(--deep-orange);
    background-color: var(--transparent);
    color: var(--deep-orange);
    border-radius: 6px;
  }

  .button-main.ghosted {
    border-width: 1px;
    border-color: var(--deep-orange);
    background-color: var(--transparent);
    color: var(--deep-orange);
  }

  .home-two-hero-block {
    width: 61%;
  }

  .scrolling-container {
    transform: translate(-52px, -158px)rotate(-2deg);
  }

  .scrolling-item {
    background-image: url('../images/Pin.svg');
    background-position: 0%;
    background-size: 2vh;
  }

  .home-two-about-flex-left.home-two-about-flex-right {
    right: -28%;
  }

  .project-heading {
    font-size: 20rem;
  }

  .home-two-footer-left {
    max-width: 35%;
  }

  .home-three-hero-section {
    background-position: 50% 100%;
  }

  .tab-heading {
    font-size: 1.5625rem;
    line-height: 2.25rem;
  }

  .tabs-content.service-one-tab-content {
    flex-basis: 65%;
  }

  .tab-link-two.service-three-tab {
    margin-bottom: 48px;
    padding-left: 35px;
  }

  .tabs-menu.with-border {
    flex-basis: 35%;
  }

  .home-three-provide-section {
    background-image: url('../images/Blue-Glow.png');
    background-position: 137% 24vh;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -60px;
  }

  .home-three-service-outer-flex {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .discover-hover-flex {
    font-size: 5.3125rem;
  }

  .home-three-key-block {
    width: 70%;
  }

  .number-img-bg-inner {
    width: 220px;
    height: 220px;
    font-size: 40px;
  }

  .counter-heading {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  .home-three-footer-flex-outer {
    grid-column-gap: 40px;
  }

  .home-three-footer-flex-left {
    max-width: 22%;
  }

  .home-three-footer-box-one {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 80px;
  }

  .home-three-project-flex {
    justify-content: space-between;
  }

  .home-three-project-flex.second {
    margin-top: 40px;
  }

  .about-one-social-flex-block {
    left: -12%;
    transform: translate(44.3%)rotate(-90deg);
  }

  .about-one-social-flex-block.home-two-choose-text {
    left: -17%;
  }

  .about-one-social-flex-block.about-two-company-block {
    left: -18%;
  }

  .our-mission-text.color-yellow {
    align-self: center;
  }

  .our-company-text {
    font-size: 3.75rem;
  }

  .about-two-hero-left {
    max-width: 55%;
  }

  .about-two-hero-right {
    max-width: 45%;
  }

  .about-two-hero-heading-two.hero-two {
    transform: translate(300px);
  }

  .about-two-mission-block {
    grid-column-gap: 30px;
    padding: 30px;
  }

  .about-two-our-values-block {
    height: 870px;
  }

  .about-two-values-block {
    grid-column-gap: 50px;
  }

  .home-two-why-choose-right {
    height: auto;
  }

  .about-two-progress-section {
    background-position: 100%, 0 0;
    background-size: auto, auto;
  }

  .about-two-progress-image-left {
    display: inline-block;
    top: 5%;
    left: -2%;
  }

  .about-two-progress-image-right {
    display: inline-block;
    bottom: 25%;
    right: 0%;
  }

  .about-two-progress-flex-block {
    width: 53%;
  }

  .about-testimonial-left-arrow {
    left: -53%;
  }

  .about-two-testiminial-heading {
    max-width: 35%;
  }

  .about-two-testimonial-block {
    max-width: 65%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-testimonial-right-arrow {
    right: 136.5%;
  }

  .benefits-moving-flex.moving-flex-one {
    transform: translate(164px)rotate(-2deg);
  }

  .benefits-moving-flex.moving-flex-one:hover {
    transform: translate(164px)rotate(-1deg);
  }

  .benefits-block {
    margin-top: 65px;
  }

  .about-one-heading-img {
    top: -14px;
    left: -28px;
  }

  .about-one-company-flex {
    grid-column-gap: 60px;
  }

  .about-one-values-section {
    background-image: radial-gradient(circle farthest-corner at 100% 70%, rgba(255, 187, 92, .15), var(--transparent) 19%), radial-gradient(circle farthest-corner at 0% 60%, rgba(60, 145, 230, .15), var(--transparent) 23%);
  }

  .about-one-values-left-img.autofit {
    object-fit: cover;
  }

  .about-one-values-block {
    margin-bottom: 0;
  }

  .about-one-our-values-flex {
    margin-top: 186px;
  }

  .about-one-progress-left {
    border-radius: 0;
  }

  .about-one-learn-more-section {
    background-position: -64% 20%;
    background-size: 53%;
  }

  .about-one-learn-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-one-learn-heading-one {
    max-width: 947px;
    font-size: 5.3125rem;
    line-height: 5.9375rem;
  }

  .learn-more-paragraph-block {
    z-index: 999;
  }

  .service-one-section-one {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .service-one-counter-block {
    max-width: 34%;
  }

  .tab-link-three {
    margin-bottom: 40px;
    font-size: 1.5625rem;
  }

  .service-one-landscape-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .service-one-landscape-block {
    flex-direction: column;
    justify-content: center;
    height: auto;
    display: flex;
  }

  .energy-landscape-img-two {
    border-radius: 14px;
    bottom: 43%;
    right: 17%;
  }

  .service-one-together-one {
    max-width: 49%;
  }

  .service-one-together-two {
    max-width: 25%;
  }

  .service-two-hero-block {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-two-hero-paragraph {
    font-size: 1.125rem;
  }

  .service-two-technology-box {
    grid-column-gap: 40px;
  }

  .service-one-featured-section {
    background-image: url('https://hotspotcover-1.com/public/assets/front/images/Service-Two-Quam.webp');
    background-position: -7%;
    background-repeat: no-repeat;
    background-size: 870px;
    padding-top: 220px;
    padding-bottom: 180px;
  }

  .section-three-our-service-section {
    background-position: 66%;
    background-repeat: no-repeat;
  }

  .service-three-offshore-left {
    max-width: 35%;
    padding-right: 10px;
  }

  .service-three-related-text-card {
    max-width: 1085px;
  }

  .service-three-related-card {
    width: 100%;
    padding: 50px 17% 50px 245px;
  }

  .contact-one-form-submit-btn {
    border-radius: 6px;
  }

  .contact-one-details-left {
    max-width: 37%;
  }

  .contact-one-details-left.contact-us-section-form {
    max-width: 70%;
  }

  .contact-one-details-flex.contact-form.contact-us {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
  }

  .contact-one-section-one {
    text-align: left;
    border-radius: 6px;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1rem;
  }

  .contact-one-section-one.alerts {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .contact-two-section-one {
    background-image: url('https://hotspotcover-1.com/public/assets/front/images/Yellow-Blur.webp'), url('https://hotspotcover-1.com/public/assets/front/images/Blue-Bar-Left.webp');
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .contact-two-form-division-field {
    grid-column-gap: 30px;
  }

  .contact-two-details-flex {
    grid-column-gap: 70px;
  }

  .contact-two-details-right {
    padding: 45px 60px 60px;
  }

  .team-two-img {
    width: 100%;
    height: auto;
  }

  .service-three-project-name {
    margin-bottom: 2rem;
    font-size: 1.5625rem;
    line-height: 2.25rem;
  }

  .team-two-circle-parent.seven {
    transform: translate(372%, 358%)rotate(107deg);
  }

  .award-hero-dot-two {
    top: 14%;
    right: 36%;
  }

  .award-hero-dot-five {
    bottom: 31%;
    left: 20%;
  }

  .award-hero-dot-four {
    right: 24%;
  }

  .award-hero-dot-one {
    left: 10%;
  }

  .award-hero-dot-three {
    left: 43%;
  }

  .awards-review-main-box {
    cursor: pointer;
  }

  .awards-review-main-box.border-radius-twenty.box-six, .awards-review-main-box.border-radius-twenty.box-five {
    display: flex;
  }

  .awards-hero-dot-wrap {
    display: none;
  }

  .case-study-dot-three {
    right: 13%;
  }

  .case-study-text-block {
    flex-basis: 50%;
  }

  .case-study-dot-one {
    left: 159px;
  }

  .case-study-dot-five {
    bottom: 33%;
  }

  .case-study-dot-four {
    right: 13%;
  }

  .case-study-wrap {
    grid-column-gap: 50px;
  }

  .shop-hero {
    background-image: url('https://hotspotcover-1.com/public/assets/front/images/Dot-one.svg'), url('https://hotspotcover-1.com/public/assets/front/images/Dot-one.svg'), url('../images/Blue-Glow.png'), url('https://hotspotcover-1.com/public/assets/front/images/Yellow-Glow.png'), url('../images/Blue-Glow.png'), url('https://hotspotcover-1.com/public/assets/front/images/Yellow-Glow.png');
    background-position: 96% 9%, 45% 13%, -48% 132%, 143% 121%, 151% 20%, -46% 10%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, auto, auto, auto;
  }

  .scrolling-upper-wrap {
    width: 100%;
  }

  .figma-background-image-four {
    display: block;
  }

  .landing-page-wrap.position-relative {
    position: relative;
  }

  .figma-background-image-two {
    display: block;
  }

  .star-two {
    right: 8%;
  }

  .star-one {
    top: 31%;
    left: 16%;
  }

  .figma-background-image-three, .figma-background-image-one {
    display: block;
  }

  .landing-innerpage-grid {
    margin-top: 17px;
  }

  .landing-ecommerce {
    background-image: url('https://hotspotcover-1.com/public/assets/front/images/Group-1000.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .landing-utility-pages {
    background-image: url('https://hotspotcover-1.com/public/assets/front/images/Group-999.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blog-one-hero {
    background-position: 135% 89%, -49% 100%, -32% 0, 135% -24%;
  }

  .block-card-text-wrap.blog-nwes-card-text-wrap {
    flex: 0 auto;
  }

  .upper-block-left {
    flex-basis: 55.95%;
  }

  .blog-two-hero {
    background-position: 135% -97px;
  }

  .blog-two-news {
    background-position: -50%, 137% 100%;
  }

  .blog-two-news-block {
    grid-column-gap: 118px;
    grid-row-gap: 118px;
  }

  .heading-one.about-one-hero-heading-up {
    z-index: 5;
  }

  .heading-four.key-feature-description-heading {
    margin-left: 20px;
  }

  .home-one-case-study-box-one-marquee-wrap {
    z-index: 5;
  }

  .marquee-one-text-one.marquee-one-text-two.text-yellow {
    color: #c27619;
  }

  .marquee-one-text-one.marquee-one-text-two.text-yellow.text-black {
    -webkit-text-stroke-width: 0px;
    color: #9e5d0d;
  }

  .marquee-one-text-one.text-yellow {
    color: var(--deep-orange);
    -webkit-text-stroke-width: 0px;
  }

  .marquee-one-text-one.text-yellow.text-black {
    color: var(--heading-color);
    -webkit-text-stroke-width: 0px;
  }

  .counter {
    justify-content: space-between;
  }

  .sticky-circle-block {
    justify-content: center;
    align-items: center;
    left: 65px;
  }

  .home-one-banner-overlay {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .7), var(--transparent));
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    height: 104vh;
    max-height: 650vh;
  }

  .home-one-banner-overlay.worldwide-quote {
    height: 100vh;
  }

  .home-one-banner-overlay.israel-palestine-cover {
    height: 104vh;
  }

  .about-three-hero {
    background-image: radial-gradient(circle farthest-corner at 100% 50%, rgba(60, 145, 230, .15), var(--transparent) 14%), radial-gradient(circle farthest-corner at 0% 40%, rgba(255, 187, 92, .2), var(--transparent) 16%);
  }

  .contact-three-form {
    background-position: 134% 9%, -44% 0;
  }

  .mrq-slider {
    display: block;
  }

  .wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .mrq-train-wrapper {
    flex: none;
  }

  .mrq-train-wrapper.margin-bottom-thirty {
    flex-flow: column;
    display: block;
  }

  .mrq-train-wrapper.margin-top-thirty {
    flex-flow: column;
    order: 0;
    display: flex;
  }

  .mrq-container-two {
    justify-content: flex-end;
  }

  .mrq-container-two.mrq-container-two-two {
    justify-content: flex-start;
  }

  .mrq-container {
    justify-content: flex-end;
    align-items: center;
  }

  .mrq-container.mrq-container-one {
    justify-content: flex-start;
  }

  .mrq-container.mrq-container-one.right-one {
    display: flex;
  }

  .mrq-container-three {
    justify-content: flex-end;
  }

  .mrq-container-three.mrq-container-three-three {
    flex-flow: row;
    justify-content: flex-start;
  }

  .train-wrapper-mrq-container-one {
    justify-content: flex-end;
  }

  .industry-text {
    color: var(--white);
    font-size: 7.5rem;
  }

  .contact-one-section-wrap {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 4%;
  }

  .home-three-hero-overlay {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .15), var(--transparent) 70%);
  }

  .home-three-benefits {
    background-image: url('../images/Blue-Glow.png');
    background-position: -11vw -11vh;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .home-three-benefits-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .energy-landscape-img-one {
    border-radius: 13px;
    right: -2%;
  }

  .case-study-text-block-heading {
    max-width: 505px;
  }

  .hero {
    background-image: url('https://res.cloudinary.com/dh8aicvrd/image/upload/f_auto,q_auto,w_auto/v1756300792/img-background-hsc_cjr3sr.png');
    background-position: 0 0;
    background-size: cover;
  }

  .hero.worldwide-quote {
    background-image: url('https://res.cloudinary.com/dh8aicvrd/image/upload/f_auto,q_auto,w_auto/v1756434990/hsc_image_022_2_pq8uze.png');
    background-position: 0 0;
    background-size: cover;
    height: 100vh;
  }

  .ft {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ft._1440-grid-scope {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-section {
    background-image: url('https://res.cloudinary.com/dh8aicvrd/image/upload/f_auto,q_auto,w_auto/v1756658375/17_ajhy3z.jpg');
    background-position: 0 0;
    background-size: auto;
    overflow: hidden;
  }

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

  .quote-grid._1440-quote-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.25fr .5fr;
  }

  .grid-stories-outer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr;
    margin-bottom: 35px;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 64%;
    display: flex;
  }

  .seals-block {
    background-color: var(--dark-grey);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 141px;
    max-height: 150px;
    display: flex;
    overflow: hidden;
  }

  .seals-block.logo-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .our-partners {
    color: var(--white);
    margin-top: 9px;
    font-size: 2rem;
  }

  .partners-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center !important;
  }

  .logos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
  }

  .divider-vertical {
    max-height: 82%;
  }

  .reviews {
    padding-top: 52px;
    padding-bottom: 42px;
    overflow: hidden;
  }

  .heading {
    text-align: center;
    margin-bottom: 0;
  }

  .testimonial {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--deep-orange);
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 877px;
    margin-top: 85px;
    margin-bottom: 113px;
    padding: 27px 20px 0;
    display: flex;
  }

  .testimonial-paragraph {
    color: var(--heading-color);
    text-align: center;
    margin-bottom: 30px;
    line-height: 170%;
  }

  .testimonial-client-name {
    color: var(--heading-color);
    margin-top: 0;
  }

  .quote-img {
    width: 66px;
    margin-bottom: 24px;
  }

  .testimonial-primary {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 700px;
    margin-bottom: -111px;
    display: flex;
  }

  .testimonial-primary.testimonial {
    width: auto;
    max-width: 880px;
    margin-bottom: 10px;
    padding-right: 3%;
  }

  .image {
    width: 138px;
  }

  .slider-2 {
    background-color: var(--white);
    height: 46vh;
    display: block;
  }

  .slide-class {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
  }

  .heading-2 {
    color: var(--heading-color);
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .get-in-touch-section {
    margin-top: 150px;
    overflow: hidden;
  }

  .footer-hotspot {
    background-position: 0 0;
    background-size: auto;
    padding: 100px 0 0;
    overflow: hidden;
  }

  .footer-hotspot.israel {
    padding-top: 100px;
  }

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

  .heading-footer {
    color: var(--white);
    text-align: center;
    object-fit: contain;
    margin-bottom: 20px;
    line-height: 2.6rem;
  }

  .heading-3, .menu-link-footer, .heading-4 {
    color: var(--white);
  }

  .paragraph-2 {
    color: var(--light-white);
    line-height: 209%;
  }

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

  .important-links {
    border-left: 1px dashed #384055;
    border-right: 1px dashed #384055;
    border-radius: 0;
    padding-left: 40px;
  }

  .about-footer {
    border: 1px #000;
  }

  .cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: column;
    margin-left: 146px;
    display: flex;
  }

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

  .label-for-forms {
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .form-field {
    color: #5d6066;
    background-color: #f5f5f5;
    border: 1px solid #e2e1e1;
    height: 44px;
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
  }

  .form-field:focus {
    color: #e2e1e1;
  }

  .form-field.text-field {
    height: 105px;
  }

  .form-field.text-field.get-in-touch {
    font-size: 1rem;
  }

  .form-field.date-field {
    width: 100%;
  }

  .form-field.get-in-touch {
    margin-top: 0;
    font-size: .9rem;
  }

  .form-block {
    margin-top: 82px;
  }

  .submit-button {
    background-color: var(--deep-orange);
    color: var(--heading-color);
    border-radius: 6px;
    height: 64px;
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .submit-button:hover {
    background-color: #fab14a;
  }

  .submit-button:active {
    background-color: #fdc372;
  }

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

  .heading-6 {
    font-family: Inter, sans-serif;
    font-size: 1.7rem;
  }

  .heading-7, .heading-8, .heading-9 {
    font-family: Inter, sans-serif;
  }

  .paragraph-3 {
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
  }

  .block-quote {
    font-family: Inter, sans-serif;
  }

  .slide-nav {
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .tailored-form {
    width: 50%;
  }

  .container-3 {
    width: 100vw;
  }

  .container-4 {
    max-width: 610px;
  }

  .list-3, .list-4, .list-5 {
    padding-left: 6%;
  }

  .drop-down-wrapper.w--open {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 9.1em;
  }

  .dropdown-link.subitem {
    padding-left: 0;
  }

  .dropdown-link.subitem.blank {
    color: rgba(255, 255, 255, 0);
    cursor: default;
  }

  .dropdown-link.main-item, .dropdown-link.main-item.lone-item, .dropdown-link.main-item.lone-item.blank.blankmenu {
    color: var(--deep-orange);
  }

  .dropdown-link.main-item.lone-item.blankmenu {
    color: var(--transparent);
    cursor: default;
  }

  .container-5 {
    order: 0;
  }

  .claim-box {
    box-shadow: none;
    border-radius: 6px;
  }

  .descriptions-grid-il {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .descriptions-grid-il.ukraine, .descriptions-grid-il.israel, .descriptions-grid-il.sudan {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .map-description-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .legend-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .legend {
    align-self: center;
    font-family: Inter, sans-serif;
    font-size: .8rem;
  }

  .legend.cover-av.equalize {
    margin-top: 16px;
  }

  .legend.cover-av.israel-palestine-map {
    margin-top: 23px;
  }

  .legend-title.orange {
    color: var(--deep-orange);
  }

  .container-9 {
    max-width: 65%;
  }

  .container-10 {
    width: 600px;
    max-width: 1000px;
  }

  .paragraph-8 {
    text-align: left;
    margin-bottom: 30px;
    font-size: .8rem;
  }

  .html-embed-2 {
    display: none;
  }

  .html-embed-3 {
    margin-top: 0;
  }

  .submit-button-2 {
    color: #000;
    background-color: #ffbb5c;
    height: 64px;
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .submit-button-2:hover {
    background-color: #fab14a;
  }

  .submit-button-2:active {
    background-color: #fdc372;
  }

  .color-orange.margin-top-zero.margin-bottom-fifteen {
    font-size: 1.25rem;
  }

  .color-orange.margin-bottom-zero.text-regular {
    line-height: 3rem;
  }

  .color-orange.oil-gas-para-gapping {
    margin-right: 89px;
  }

  .color-orange.home-two-hero-heading {
    width: 90%;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .text-span-6 {
    color: var(--deep-orange);
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .train-wrapper-mrq-container-two {
    justify-content: flex-end;
  }

  .bold-text {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
  }

  .paragraph-9 {
    border-top-style: none;
    max-width: 100%;
  }

  .additional-descriptions {
    border: 1px #f7a541;
    border-top-style: solid;
    width: 65%;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 20px;
  }

  .paragraph-10 {
    max-width: 65%;
  }

  .paragraph-11 {
    text-align: left;
    max-width: 65%;
  }

  .bold-text-2 {
    font-size: .85rem;
  }

  .bold-text-3 {
    color: var(--link);
    text-decoration: underline;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
    font-family: Inter, sans-serif;
  }

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

  .bold-text-8, .bold-text-9 {
    color: var(--link);
  }

  .paragraph-13 {
    text-align: left;
    max-width: 65%;
  }

  .flex-header {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

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

  .v-flex-cu-page.emergency {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .cu-support-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-self: center;
    width: 70%;
  }

  .bold-text-11 {
    color: #ff6418;
  }

  .bold-text-12 {
    color: #f7a541;
  }

  .bold-text-13 {
    color: #2588ed;
  }

  .bold-text-14, .bold-text-15 {
    background-color: var(--transparent);
    color: var(--light-orange);
  }

  .bold-text-16 {
    color: #d052ff;
  }

  .seals-grid {
    width: 69%;
  }

  .footer-buttons {
    flex-flow: column;
    flex: 1;
  }

  .partners-block {
    background-color: var(--dark-grey);
  }

  .flex-block-2 {
    justify-content: center;
    align-items: stretch;
    padding-top: 190px;
  }

  .quote-forms-placeholders {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
  }

  .select-field {
    border-radius: 4px;
  }

 .basic-field.date-from {
    width: 100%;
  }

  .input {
    border-radius: 4px;
  }

  .form-worldwide, .form-ukraine, .form-israel-palestine {
    width: 550px;
  }

  .title-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .icon-info {
    min-width: 18px;
    min-height: 18px;
    margin-bottom: 5px;
  }

  .code-embed {
    display: none;
  }

  .modal-wrapper {
    z-index: 999999999;
    background-color: rgba(0, 0, 0, .1);
    justify-content: center;
    align-items: stretch;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .modal-window {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--white);
    border-radius: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    width: 40%;
    height: auto;
    padding: 30px 45px;
    display: flex;
  }

  .map-modal-rt {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    position: relative;
    top: -3px;
  }

  .bold-text-20, .bold-text-21 {
    color: var(--link);
  }

  .icon-close {
    display: block;
    position: absolute;
    top: 0%;
    bottom: 17%;
    left: 30%;
    right: 0%;
  }

  .image-7 {
    z-index: 999999;
    text-align: center;
    align-self: flex-end;
    position: static;
    top: -12px;
    left: 27px;
  }

  .code-embed-2 {
    display: none;
  }

  .footer-link-dropdown {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 0 auto;
    align-self: flex-start;
    height: 48px;
  }

  .image-8 {
    align-self: stretch;
  }

  .image-8:hover {
    padding-left: 0;
  }

  .text-block-4 {
    -webkit-text-stroke-color: var(--white);
    color: #cecfd0;
    align-self: center;
  }

  .text-block-4:hover {
    color: #cecfd0;
    padding-left: 0;
  }

  .additional-buttons-about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    display: flex;
  }

  .claims-heading, .bold-text-24 {
    color: var(--heading-main-color);
  }

  .claims-hero-block {
    height: 650px;
    min-height: 0;
    overflow: clip;
  }

  .claims-hero-image {
    object-fit: cover;
    object-position: 50% 30%;
    width: 100%;
    height: 650px;
    overflow: clip;
  }

  .image-11 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
  }

  .key-features-and-services {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .what-is-covered {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .text-content {
    flex-direction: column;
    justify-content: center;
    height: auto;
    display: flex;
  }

  .wsc-floating-image {
    border-radius: 14px;
    bottom: 43%;
    right: 17%;
  }

  .wsc-floating-image.image-3 {
    bottom: 18%;
    right: 9%;
  }

  .wsc-floating-image.image-4 {
    bottom: 1%;
    right: 18%;
  }
}

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

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .navbar-menu-btn {
    cursor: pointer;
  }

  .navbar-menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-list {
    margin-top: 0;
    position: static;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    width: auto;
    padding: 0;
  }

  .dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .dropdown-icon.color-white {
    filter: none;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .line-hamburger-bottom {
    background-color: #344054;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-hamburger-bottom.color-white {
    background-color: #fff;
  }

  .navbar-dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .big-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .big-container.margin-top-sixty.margin-top-one {
    margin-top: 20px;
  }

  .dropdown-linklist {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link-drop {
    transition: all .85s;
    display: block;
    position: static;
  }

  .home-one-navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 15px 5rem;
    position: absolute;
    overflow: auto;
  }

  .line-hamburger-middle {
    background-color: #344054;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .line-hamburger-middle.color-white {
    background-color: #fff;
  }

  .navbar-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .navbar-menu-dropdown {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .menu-link-toggle {
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 0;
    display: flex;
  }

  .menu-link-toggle:hover {
    color: #101828;
  }

  .menu-link-toggle.white-menu {
    color: #0b0f12;
  }

  .navbar-menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .line-hamburger-top {
    background-color: #344054;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-hamburger-top.color-white {
    background-color: #fff;
  }

  .images-block {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .images-block.home-one-banner-container {
    height: 78vh;
    margin-left: auto;
    padding-left: 90px;
    padding-right: 90px;
  }

  .images-block.claims {
    flex-flow: column;
    grid-template-rows: 448px auto auto;
    max-width: 90%;
  }

  .images-block.services {
    max-width: 80%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .images-block.who-we-are {
    padding-left: 0;
    padding-right: 0;
  }

  .home-one-hero-flex-left {
    padding-top: 0;
  }

  .home-one-hero-flex {
    height: 800px;
  }

  .home-one-hero-flex._1440px-hero-text {
    height: 80vh;
    padding-top: 80px;
  }

  .lightbox-block.home-two-lightbox {
    bottom: -20%;
    left: -3%;
  }

  .lightbox-block.home-three-lightbox, .lightbox-block.about-one-lightbox-one {
    display: none;
  }

  .lightbox-block.about-one-lightbox-two {
    bottom: -200px;
    left: auto;
  }

  .lightbox-link {
    z-index: 5;
  }

  .color-white.margin-bottom-fifteen.home-one-oil-leaders-heading {
    max-width: 100%;
  }

  .color-white.margin-top-zero.margin-bottom-fifteen {
    text-align: left;
  }

  .color-white.margin-bottom-zero {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .color-white.home-two-hero-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .home-one-provide-section {
    margin-top: 60px;
    padding-bottom: 70px;
  }

  .home-one-provide-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-one-data-block {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-one-we-provide-block {
    margin-bottom: 20px;
  }

  .home-one-we-provide-block._1440-scope-title {
    justify-content: center;
    align-items: flex-start;
  }

  .margin-bottom-twenty {
    text-align: left;
  }

  .margin-bottom-twenty.margin-top-zero.home-one-we-provide-text {
    text-align: left;
    font-size: 2rem;
  }

  .margin-bottom-fifteen.padding-left-right-five-percent {
    max-width: 635px;
  }

  .padding-left-right-twelve-percent {
    padding-left: 10%;
    padding-right: 10%;
  }

  .home-one-btn-block {
    margin-top: 50px;
  }

  .home-one-leaders-section {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .home-one-leaders-section._1440-quote {
    padding-top: 100px;
  }

  .home-one-oil-leaders-block {
    text-align: center;
    width: 100%;
  }

  .home-one-leaders-image-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .65fr;
    grid-auto-columns: 1fr;
    margin-top: -150px;
    display: grid;
  }

  .home-one-leaders-flex-two {
    border-radius: 15px;
    padding-bottom: 0%;
    display: block;
  }

  .home-one-key-benefits-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .padding-left-right-ten-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .environmental-text-outer {
    flex-basis: 85%;
  }

  .environmental-text-outer.related-service-block {
    flex-basis: 100%;
    width: 100%;
    padding-right: 0;
  }

  .number {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .number.service-one-related-number {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .environmental-image-block {
    display: none;
  }

  .environmental-main-block {
    padding-left: 0;
    padding-right: 0;
  }

  .environmental-main-block.related-block {
    padding-bottom: 27px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .key-benefits-block {
    margin-top: 0;
  }

  .home-one-future-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .marque-title {
    font-size: 6rem;
  }

  .marque-wrap-big-oppsite {
    margin-top: -30px;
  }

  .marque-title-opposite {
    font-size: 6rem;
  }

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

  .home-one-project-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .home-one-project-flex {
    flex-direction: column;
  }

  .margin-bottom-zero.margin-top-twenty.about-one-company-right-paragraph, .margin-bottom-zero.about-one-company-right-paragraph {
    max-width: 100%;
  }

  .home-one-industries-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .autofit.border-radius-fifteen {
    object-position: 41% 50%;
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .autofit.border-radius-fifteen.leaders-img-one.left-img-landing._1440-img {
    min-width: 300px;
    max-width: 100%;
    margin-top: 8%;
    margin-left: -17%;
  }

  .autofit.border-radius-fifteen.leaders-img-one.right-img-landing._1440-img {
    object-fit: fill;
    object-position: 50% 50%;
    border-radius: 15px;
    min-width: 210px;
    max-width: 100%;
    margin-top: 8%;
    margin-left: 31%;
    padding-bottom: 0%;
    overflow: clip;
  }

  .autofit.border-radius-fifteen.leaders-img-one.right-img-landing._1440-img.israel-palestine-ph {
    margin-left: 20%;
  }

  .autofit.border-radius-fifteen.leaders-img-one._1440-img {
    object-fit: cover;
    width: 100%;
    min-width: 520px;
    max-width: 100%;
  }

  .autofit.border-radius-fifteen.full-width {
    max-width: 90%;
  }

  .autofit.about-one-hero-img-two {
    margin-top: 60px;
  }

  .autofit.service-choose-img {
    margin-bottom: 15px;
  }

  .autofit.progress-img-one {
    height: auto;
  }

  .autofit.progress-img-two {
    display: none;
  }

  .autofit.digital-energy-image-two {
    display: none;
    bottom: 50px;
    right: 0%;
  }

  .autofit.about-img {
    display: none;
  }

  .autofit.responsive-full-width {
    width: 100%;
    height: auto;
  }

  .home-one-industries-text {
    width: 100%;
    padding: 15px 0;
  }

  .industries-paragraph {
    margin-right: 0;
  }

  .home-one-industries-img-block {
    display: none;
  }

  .home-one-footer-section {
    padding-top: 70px;
  }

  .home-one-footer-flex-one {
    flex-direction: column;
  }

  .home-one-footer-flex-two {
    padding-top: 32px;
    padding-bottom: 45px;
  }

  .home-one-footer-flex-three {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-container {
    max-width: 100%;
  }

  .footer-container.footer-two-container {
    padding-right: 15px;
  }

  .home-one-footer-flex-left {
    align-self: stretch;
  }

  .home-one-footer-flex-right {
    align-self: stretch;
    margin-top: 57px;
  }

  .footer-energy-text {
    font-size: 180px;
  }

  .footer-social-block.footer-sm {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-one-hero-button {
    display: none;
  }

  .home-one-hero-button.hro-btn {
    display: block;
    overflow: visible;
  }

  .button-main, .button-main.margin-top-ten.border-btn.hero-btn.hro-btn, .button-main.quote-button-footer {
    display: flex;
  }

  .button-main.quote-button-footer.unique {
    justify-content: center;
    align-items: center;
  }

  .button-main.quote-button-footer.unique.ghosted.w--current {
    display: flex;
  }

  .button-main.quote-button-footer.unique.ghosted.hidden.w--current, .button-main.quote-button-footer.unique.hidden {
    display: none;
  }

  .button-main.quote-button-footer.unique.hidden.w--current {
    display: block;
  }

  .home-two-hero-block {
    width: 100%;
  }

  .btn---wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .home-two-featured-service-section {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .home-two-powering-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-about-flex {
    grid-column-gap: 30px;
  }

  .home-five-scrolling-section.gradient-opposite-section {
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .home-two-project-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .project-heading {
    font-size: 8rem;
  }

  .project-container {
    height: 100vh;
  }

  .home-two-project-arrow-flex {
    background-color: var(--deep-orange);
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-two-industries-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .home-two-industries-block {
    grid-column-gap: 20px;
  }

  .home-two-industries-block.home-three-chemical-box {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .home-two-industries-one {
    padding: 20px 20px 15px;
  }

  .home-two-footer-flex {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .home-two-footer-left {
    display: none;
  }

  .home-two-footer-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    max-width: 100%;
  }

  .home-three-hero-block {
    width: 100%;
    height: 700px;
    padding-top: 20vh;
  }

  .home-two-key-section {
    padding-top: 60px;
  }

  .home-two-key-block {
    width: 100%;
    padding-top: 30px;
  }

  .tab-heading {
    font-size: 1.2rem;
  }

  .tabs-content {
    margin-left: 0;
  }

  .tabs-content.service-one-tab-content {
    margin-left: 10px;
  }

  .tabs-content.service-three-tab-content {
    align-self: flex-start;
    padding-bottom: 0;
  }

  .row-tabs {
    flex-direction: column;
  }

  .tab-link-two {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-menu {
    margin-right: 0;
  }

  .tabs-menu.with-border {
    margin-right: 10px;
  }

  .tabs-menu.service-three-tabs-menu {
    padding-bottom: 0;
  }

  .home-two-tab-section {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .tab-content-yellow-line {
    margin-top: 40px;
  }

  .home-three-provide-section {
    padding-bottom: 70px;
  }

  .home-three-service-outer-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-three-service-paragraph {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hover-skew-shape {
    transform: skew(-10deg);
  }

  .home-three-service-heading {
    max-width: 30%;
  }

  .home-three-discover-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .discover-hover-flex {
    font-size: 3rem;
  }

  .discover-flex-outer {
    align-items: flex-start;
  }

  .home-three-key-section {
    padding-top: 45px;
    padding-bottom: 52px;
  }

  .home-three-key-block {
    width: 100%;
  }

  .home-three-benefits-inner-block {
    grid-column-gap: 30px;
    margin-bottom: 0;
  }

  .home-three-benefits-outer-block {
    margin-top: 100px;
  }

  .number-block {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .arrow-circle-block {
    grid-column-gap: 10px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .arrow-img-left {
    display: none;
  }

  .number-img-bg-inner {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .home-three-number-heading {
    margin-top: 0;
  }

  .arrow-down-img {
    display: none;
  }

  .home-three-industries-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .home-three-about-section {
    padding-top: 30px;
  }

  .home-three-about-block {
    margin-bottom: 40px;
  }

  .home-three-mission-block {
    width: 100%;
  }

  .about-three-learn-more-block {
    flex-direction: column;
  }

  .about-three-learn-left {
    align-self: flex-start;
  }

  .about-three-learn-right {
    margin-top: 0;
    margin-bottom: 70px;
  }

  .learn-more-inner-block {
    padding-top: 35px;
    padding-left: 0;
  }

  .counter-heading {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  .home-two-footer-quick-link-section {
    padding-top: 62px;
  }

  .home-three-footer-flex-outer {
    display: block;
  }

  .home-three-footer-flex-left {
    max-width: 100%;
  }

  .home-three-footer-flex-right {
    border-top: 1px solid #626262;
    margin-top: 40px;
  }

  .home-three-recent-project-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .home-three-project-flex {
    grid-column-gap: 15px;
    margin-top: 20px;
  }

  .home-three-project-box-one {
    padding: 20px;
  }

  .insurence-heading {
    line-height: 1.7rem;
  }

  .about-one-social-flex-block {
    display: none;
  }

  .about-two-delevery-section {
    padding-bottom: 70px;
  }

  .about-two-circle-progress-box {
    flex: 0 auto;
  }

  .digital-energy-flex {
    display: block;
  }

  .about-two-circle-progress-flex {
    margin-top: 20px;
  }

  .digital-energy-flex-right {
    margin-top: 60px;
  }

  .about-two-counter-heading {
    margin-bottom: 10px;
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  .about-two-mission-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-two-hero-section {
    padding-top: 165px;
    padding-bottom: 35px;
  }

  .about-two-hero-flex {
    grid-column-gap: 20px;
  }

  .about-two-hero-heading-two.hero-two {
    transform: none;
  }

  .selected-project-container {
    margin-top: -30px;
  }

  .home-five-scrolling-container {
    display: none;
  }

  .delivery-energy-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .about-two-energy-mission-block {
    margin-top: 0;
  }

  .about-two-our-values-block {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-two-values-block {
    grid-column-gap: 20px;
    flex-flow: column;
  }

  .about-two-values-left {
    max-width: 100%;
  }

  .why-choose-img-right {
    padding-top: 0;
    padding-bottom: 140px;
  }

  .home-two-why-choose-right {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .why-chose-img-animation {
    height: 71vh;
  }

  .why-choose-img-left {
    padding-top: 0;
    padding-bottom: 140px;
  }

  .about-two-benefits-section {
    padding-top: 70px;
    padding-bottom: 45px;
  }

  .about-two-progress-section {
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .about-two-progress-image-left, .about-two-progress-image-right {
    display: none;
  }

  .full-width-container {
    max-width: 100vw;
  }

  .full-width-container.service-three-hero-image-section {
    margin-top: -161px;
  }

  .progress-bar-wrap {
    margin-bottom: 1rem;
  }

  .about-two-progress-flex-block {
    width: 100%;
  }

  .about-two-testimonial-section {
    padding-top: 60px;
    padding-bottom: 65px;
  }

  .about-testimonial-left-arrow {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 9%;
  }

  .about-two-testiminial-heading {
    text-align: center;
    border-right-style: none;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .about-two-testimonial-block {
    border-left-style: none;
    max-width: 100%;
  }

  .about-testimonial-right-arrow {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .about-two-testiminial-slider {
    grid-column-gap: 20px;
    max-width: 100%;
    padding-left: 0;
  }

  .about-two-testimonial-flex {
    display: block;
  }

  .benefits-moving-flex {
    height: 70px;
    margin-bottom: 25px;
  }

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

  .benefits-moving-text {
    padding-left: 15px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .benefits-moving-number {
    font-size: 2rem;
  }

  .about-one-hero-section {
    padding-top: 190px;
  }

  .about-one-hero-flex-two {
    grid-column-gap: 15px;
    margin-top: 20px;
  }

  .about-one-hero-flex-one {
    width: 88%;
  }

  .about-one-company-left {
    object-fit: cover;
    width: 80%;
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
    display: block;
  }

  .about-one-company-flex {
    grid-column-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .about-one-company-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-company-right {
    width: 85%;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-one-company-img-two {
    display: none;
  }

  .about-one-mission-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-mission-text {
    margin-right: 0;
  }

  .about-one-mission-flex {
    width: 100%;
  }

  .about-one-mission-flex-two {
    grid-column-gap: 20px;
    margin-top: 20px;
  }

  .about-one-mission-flex-block {
    padding: 20px 20px 10px;
  }

  .about-one-mission-flex-block:hover {
    box-shadow: 11px 11px 0 -1px #ffbb5c;
  }

  .about-one-values-left {
    margin-left: auto;
    margin-right: auto;
  }

  .about-one-values-section {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .about-one-values-section.overflow-none {
    padding-top: 10px;
  }

  .about-one-values-left-img:hover {
    box-shadow: -10px 11px 0 -1px #ffbb5c;
  }

  .about-one-values-left-img.autofit {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .about-one-values-block {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 85%;
  }

  .about-one-our-values-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-one-service-box {
    padding-top: 20px;
  }

  .about-one-service-flx {
    grid-column-gap: 18px;
    padding-bottom: 20px;
  }

  .about-one-service-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .about-one-service-text-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-one-progress-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .about-one-progress-flex {
    grid-column-gap: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-one-learn-more-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-one-learn-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-one-hero-flex {
    grid-column-gap: 20px;
  }

  .service-one-section-one {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .service-one-counter-heading {
    padding-left: 20px;
  }

  .color-yellow.margin-bottom-zero.high-hazard {
    font-size: 2rem;
  }

  .service-one-counter-text {
    padding-left: 20px;
  }

  .service-one-counter-block {
    max-width: 100%;
    margin-top: 30px;
  }

  .service-one-happy-clients-flex {
    margin-top: 30px;
    margin-bottom: 60px;
    display: block;
  }

  .service-one-tabs {
    margin-top: 30px;
  }

  .tab-link-three {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-one-choose-us-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .service-one-choose-flex {
    grid-column-gap: 20px;
  }

  .service-one-choose-box {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .service-one-steps-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .service-one-steps-three-box {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 20px;
  }

  .service-one-steps-block.steps-block-two {
    margin-left: -45px;
  }

  .more-service-inner-block {
    width: 8rem;
    height: 8rem;
  }

  .more-service-text {
    font-size: 1rem;
  }

  .service-one-landscape-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .service-one-landscape-block {
    width: 100%;
    height: auto;
  }

  .energy-landscape-img-two {
    display: none;
  }

  .service-one-together-one {
    max-width: 75%;
  }

  .service-one-together-three {
    max-width: 25%;
  }

  .service-one-together-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-one-together-two {
    display: none;
  }

  .nevigating-energy-paragraph {
    padding-right: 0;
  }

  .home-three-gallery-frame {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-three-gallery-marque-block {
    padding-top: 25px;
  }

  .service-two-hero-block {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 4%;
    padding-right: 0%;
  }

  .service-two-hero-section {
    padding-top: 170px;
    padding-bottom: 45px;
  }

  .service-two-industry-flex {
    grid-column-gap: 20px;
    padding-top: 40px;
  }

  .service-two-technology-fixed-block {
    padding: 20px 20px 10px;
  }

  .service-two-leading-way-block {
    grid-column-gap: 20px;
  }

  .service-two-production-flex.service-two-flex-one {
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .service-two-leading-way-section {
    padding-top: 70px;
    padding-bottom: 65px;
  }

  .service-two-leading-way-flex {
    margin-top: 20px;
    display: block;
  }

  .service-one-related-serction {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .service-one-featured-section {
    padding-top: 61px;
    padding-bottom: 62px;
  }

  .service-three-banner-section {
    padding-top: 170px;
  }

  .service-three-managenent-right {
    padding-left: 15px;
  }

  .service-three-managenent-left {
    padding-right: 15px;
  }

  .section-three-our-service-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .service-three-offshore-left {
    max-width: 30%;
    padding-right: 10px;
  }

  .service-three-offshore-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-three-related-section {
    margin-top: -14vh;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .service-three-related-card {
    grid-column-gap: 20px;
    margin-bottom: 30px;
    padding-left: 2%;
    padding-right: 2%;
    position: static;
  }

  .service-three-related-card-block {
    margin-top: 40px;
  }

  .service-three-tab-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .service-three-tab-content {
    grid-column-gap: 20px;
  }

  .service-three-tabs {
    margin-top: 10px;
  }

  .contact-one-form-division-field {
    grid-column-gap: 20px;
  }

  .contact-one-form-right {
    margin-bottom: 10px;
  }

  .contact-one-details-left {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .contact-one-details-left.contact-us-section-form {
    max-width: 100%;
  }

  .contact-one-form-left {
    margin-bottom: 10px;
  }

  .contact-one-details-flex {
    display: block;
  }

  .contact-one-section-one {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 186px;
    padding-bottom: 56px;
  }

  .contact-one-section-one.alerts {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    display: flex;
  }

  .contact-two-section-one {
    padding-top: 165px;
    padding-bottom: 70px;
  }

  .contact-two-form-left {
    margin-bottom: 15px;
  }

  .contact-two-details-flex {
    display: block;
  }

  .contact-two-details-right {
    padding: 20px 30px 30px;
  }

  .contact-two-textarea-block {
    margin-bottom: 30px;
  }

  .contact-two-form-block {
    margin-top: 20px;
  }

  .contact-two-form-right {
    margin-bottom: 15px;
  }

  .team-one-extended-container {
    margin-bottom: 3.75rem;
  }

  .team-two-circle-parent {
    width: 10%;
  }

  .team-two-scroll-link {
    flex-direction: column;
    display: flex;
  }

  .company-text {
    text-align: left;
    margin-left: 0;
  }

  .award-company-contain-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }

  .awards-hero-wrap {
    flex-direction: column;
  }

  .awards-review-box {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .awards-hero {
    padding-top: 137px;
    padding-bottom: 18px;
  }

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

  .company-heading.responsive-margine-none {
    margin-top: 0;
  }

  .overflow-none.margin-auto.awards-review-text-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .awards-company {
    padding-bottom: 30px;
  }

  .awards-review-main-box {
    width: auto;
  }

  .awards-review {
    height: auto;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .awards-hero-dot-wrap {
    display: none;
  }

  .booking-form-wrap {
    padding: 30px 30px 23px;
  }

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

  .destinations {
    padding-top: 137px;
    padding-bottom: 70px;
  }

  .popular-casses-paragraph {
    text-align: left;
  }

  .popular-casses-card-wrap {
    grid-template-columns: 1fr;
  }

  .popular-casses {
    padding-bottom: 70px;
  }

  .case-study-hero {
    padding-top: 137px;
    padding-bottom: 40px;
  }

  .case-study-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .related-case {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .related-case-card-wrap {
    grid-template-columns: 1fr;
  }

  .related-case-paragraph {
    text-align: left;
  }

  .case-study-details-hero {
    padding-top: 167px;
    padding-bottom: 60px;
  }

  .related-case-card-image-wrap {
    display: flex;
  }

  .related-case-card-image {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .our-experties-paragraph {
    text-align: left;
    margin-left: 0;
  }

  .our-expertise {
    background-image: url('https://hotspotcover-1.com/public/assets/front/images/Award-hero-glow-two.svg');
    background-position: 100% 60%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 70px;
  }

  .our-experties-card-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .expertise-details-hero-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .expertise-details-hero {
    padding-top: 135px;
    padding-bottom: 40px;
  }

  .experties-details-contain {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 10px;
  }

  .experties-details-hero {
    padding-top: 138px;
    padding-bottom: 40px;
  }

  .experties-details-heading {
    text-align: left;
  }

  .contain-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .demo-hero-contain-wrap {
    flex-direction: column;
  }

  .demo-management {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .demo-hero {
    padding-top: 137px;
  }

  .management-box {
    max-width: none;
    padding: 20px 15px 10px;
  }

  .demo-hero-form-block {
    width: 100%;
  }

  .management-box-image-block {
    flex-basis: 20%;
  }

  .management-contain {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .shop-hero-products-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .shop-hero-paragraph {
    text-align: left;
  }

  .shop-hero {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .shop-hero-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-details-hero-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-details-hero {
    padding-bottom: 10px;
  }

  .shop-details-about-product {
    margin-top: 60px;
  }

  .shop-details-faq {
    padding-bottom: 70px;
  }

  .shop-details-hero-image-block {
    width: 100%;
  }

  .landing-ecommerce-grid-two {
    grid-template-columns: 1fr 1fr;
  }

  .landing-footer-wrap {
    height: auto;
  }

  .landing-footer-marquee-block, .star-two.star-rotate, .star-one.star-rotate {
    display: none;
  }

  .landing-innerpage-wrap {
    padding-top: 40px;
  }

  .figma-file-wrap.border-radius-twenty.position-relative, .landing-innerpage {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .large-container.project-details-hero-image {
    padding-top: 20px;
  }

  .landing-hero {
    padding-top: 160px;
  }

  .landing-cms {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .landing-footer {
    padding-top: 36px;
    padding-bottom: 70px;
  }

  .landing-innerpage-grid {
    grid-template-columns: 1fr 1fr;
  }

  .landing-ecommerce {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .landing-utility-pages {
    padding-top: 40px;
  }

  .page-image-container {
    padding-top: 60px;
  }

  .blog-one-hero {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .blog-one-card-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .blog-one-upper-block {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .block-two-hero-upper-block {
    flex-direction: column;
    margin-top: 20px;
  }

  .blog-two-hero {
    padding-top: 140px;
  }

  .blog-two-news {
    padding-top: 37px;
    padding-bottom: 70px;
  }

  .blog-news-text-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .blog-two-news-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .blog-three-hero {
    padding-top: 138px;
    padding-bottom: 60px;
  }

  .blog-three-hero-upper-wrap {
    flex-direction: column;
    margin-top: 43px;
  }

  .blog-details-profile-contain-text-wrap {
    flex: 1;
  }

  .blog-details-hero {
    padding-top: 140px;
  }

  .blog-details-hero-image-wrap {
    margin-top: 20px;
  }

  .related-block {
    padding-top: 24px;
    padding-bottom: 60px;
  }

  .changelog-hero {
    padding-top: 145px;
    padding-bottom: 34px;
  }

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

  .licensing-hero {
    padding-top: 127px;
    padding-bottom: 42px;
  }

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

  .buttons-container {
    flex-direction: column;
    align-items: stretch;
  }

  .style-guide-heading-main-wrapper {
    padding-top: 25px;
    padding-bottom: 60px;
  }

  .heading-one {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .style-navbar-wrapper {
    box-shadow: none;
    background-color: #fff;
    min-width: 0;
    max-width: none;
  }

  .side-nav-menu {
    display: none;
  }

  .style-items-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .styles-types-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .styles-types-wrapper.typography-wrapper {
    padding-bottom: 13px;
  }

  .startlab-logo-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style-hero-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
  }

  .side-nav-button-wrapper {
    display: none;
  }

  .style-items {
    grid-row-gap: 10px;
  }

  .heading-four.key-feature-description-heading {
    flex-basis: 38%;
  }

  .startek {
    flex: 1;
    display: flex;
  }

  .shop-card-wrap {
    justify-content: flex-start;
  }

  .accordian-item {
    padding-bottom: 15px;
  }

  .faq-ans {
    flex-direction: column;
  }

  .hading-accordion-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
  }

  .image-shape-color-background {
    display: none;
  }

  .about-one-values-right-box-wrap {
    margin-top: -205px;
  }

  .about-one-values-left-box-wrap {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .mask_circle {
    display: none;
  }

  .slide-content-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-one-slider-nav {
    bottom: 0%;
  }

  .slider.about-one-slider {
    height: 41vh;
  }

  .project-details-tab {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .project-details-contain-two-rich-text {
    padding-top: 0;
  }

  .project-details-contain-two {
    padding-bottom: 0;
  }

  .project-tab-link {
    padding: 15px;
  }

  .related-project {
    padding-top: 36px;
    padding-bottom: 50px;
  }

  .project-details-hero {
    padding-top: 137px;
  }

  .project-details-contain-tab {
    margin-top: 30px;
  }

  .button-and-card-wrap {
    margin-left: auto;
    display: block;
  }

  .landing-home-page-card-wrap {
    flex-direction: column;
  }

  .landing-home-page {
    background-position: 50% 70px;
    background-size: 232px;
    padding-top: 140px;
  }

  .figma-file-heading-box {
    flex-direction: column;
  }

  .figma-heading-main-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .grid-layout.is-top-align {
    flex-direction: column;
    display: flex;
  }

  .features-sticky-cvontent {
    position: static;
  }

  .features-sticky-two {
    margin-bottom: 8rem;
    position: static;
  }

  .features-sticky-two.three {
    margin-bottom: 2rem;
  }

  .features-sticky-two.two {
    margin-bottom: 5rem;
  }

  .home-three-slider-hero-wrap {
    height: 916px;
    padding-top: 301px;
  }

  .home-three-hero-button {
    display: none;
  }

  .home-one-banner-video {
    height: auto;
  }

  .home-one-banner-overlay, .home-one-banner-overlay.worldwide-quote {
    height: 80vh;
  }

  .shop-details-about-three-service-wrap {
    padding-bottom: 20px;
  }

  .shop-details-short-description-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .shop-details-what-incloude {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .shop-details-key-features-contain {
    grid-template-columns: 1fr;
  }

  .shop-details-key-features-card.shop-details-key-features-card-left-gap {
    border-left-width: 0;
  }

  .shop-details-key-features-card.border-bottom-none.responsive-border-bottom {
    border-bottom-width: 1px;
  }

  .about-three-hero-image-block {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 30px;
  }

  .about-three-who-we-are-text-block {
    margin-top: -20px;
  }

  .work-pogress-main-box {
    height: auto;
  }

  .about-three-mission-card-heading-wrap {
    margin-bottom: 20px;
  }

  .work-pogress {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .about-three-hero {
    padding-top: 160px;
  }

  .about-three-card {
    padding-top: 25px;
    padding-bottom: 16px;
  }

  .about-three-who-we-are-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-three-mission {
    padding-top: 142px;
    padding-bottom: 70px;
  }

  .work-pogress-bar-card-image-wrap {
    margin-top: 20px;
  }

  .oil-and-gas-partner {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .about-three-who-we-are {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pogress-line {
    display: none;
  }

  .about-three-solution-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .work-pogress-bar-wrap {
    grid-column-gap: 46px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .contact-three-large-text {
    margin-top: -39px;
    font-size: 9.9rem;
    line-height: 12rem;
  }

  .contact-three-form {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .contact-three-form-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .checkout-form {
    padding-top: 170px;
    padding-bottom: 50px;
  }

  .mrq-slider.mrq-slider-one {
    margin-top: 0;
  }

  .industry-text {
    font-size: 4rem;
    line-height: 4rem;
  }

  .shop-details-block {
    align-self: auto;
  }

  .section {
    background-color: #0b122e;
    padding-bottom: 70px;
  }

  .margin-bottom-ten {
    margin-bottom: 10px;
  }

  .contact-one-big-text {
    font-size: 15rem;
    line-height: 100%;
  }

  .contact-one-section-wrap {
    max-width: 100%;
  }

  .responsive-hidden {
    display: none;
  }

  .home-three-benefits {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .home-three-benefits-grid {
    margin-top: 20px;
  }

  .home-three-benefits-image-one, .home-three-benefits-image-two, .energy-landscape-img-one {
    display: none;
  }

  .hero.ukraine, .hero.israel-and-palestine {
    height: 80vh;
  }

  .hero.landing-page {
    background-position: 50%;
    height: 80vh;
  }

  .hero.worldwide-quote {
    background-image: url('https://res.cloudinary.com/dh8aicvrd/image/upload/f_auto,q_auto,w_auto/v1756434990/hsc_image_022_2_pq8uze.png');
    background-position: 50%;
    height: 80vh;
  }

  .ft._1440-grid-scope {
    padding-left: 0;
    padding-right: 0;
  }

  .quote-grid._1440-quote-grid {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    grid-template-rows: auto auto;
  }

  .grid-stories-outer {
    flex-flow: column;
    grid-template-columns: .75fr .25fr .75fr;
    margin-bottom: 50px;
    padding-left: 43px;
    padding-right: 43px;
  }

  .seals-block {
    height: 13vh;
  }

  .our-partners {
    text-align: right;
    font-size: 1.2rem;
  }

  .partners-grid {
    grid-template-columns: 1.25fr .25fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center !important;
  }

  .convex, .atrium, .lloyds, .inherent-risks {
    object-fit: contain;
  }

  .divider-vertical.hidden-bk {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-primary.testimonial {
    max-width: 660px;
  }

  .get-in-touch-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-hotspot {
    background-size: cover;
  }

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

  .heading-footer {
    text-align: left;
    margin-bottom: 20px;
  }

  .form-field.date-field {
    width: 100%;
    height: auto;
  }

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

  .heading-6 {
    font-size: 1.5rem;
  }

  .heading-10 {
    font-size: 2rem;
  }

  .heading-12 {
    font-size: 2.5rem;
  }

  .form-block-2 {
    z-index: 2;
    position: relative;
  }

  .list-2 {
    width: 90%;
  }

  .heading-14 {
    font-size: 2rem;
  }

  .container-3 {
    height: 200px;
  }

  .container-4 {
    max-width: 75%;
  }

  .nav-menu {
    background-color: #2e2e2e;
    position: absolute;
  }

  .nav-link {
    text-align: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .arrow {
    margin-left: 0;
    font-size: 1.2em;
    position: static;
  }

  .drop-down-wrapper {
    position: static;
  }

  .drop-down-wrapper.w--open {
    background-color: #353535;
    justify-content: center;
    padding-left: 4em;
    padding-right: 4em;
    position: relative;
  }

  .menu-link-wrapper {
    width: auto;
  }

  .dropdown-link {
    justify-content: space-around;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .dropdown-link.subitem {
    justify-content: flex-start;
  }

  .dropdown-link.main-item {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-link.main-item.lone-item.blankmenu {
    cursor: default;
  }

  .claim-box {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    max-height: 550px;
  }

  .descriptions-grid-il {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .descriptions-grid-il.ukraine {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .legend-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .legend.cover-av.equalize.israel-palestine-map {
    margin-top: 17px;
  }

  .legend.cover-av.israel-palestine-map {
    margin-top: 20px;
  }

  .container-9 {
    max-width: 75%;
  }

  .header-stories {
    min-width: 623px;
  }

  .color-orange.margin-bottom-fifteen.home-one-oil-leaders-heading {
    max-width: 100%;
  }

  .color-orange.margin-top-zero.margin-bottom-fifteen {
    text-align: left;
  }

  .color-orange.home-two-hero-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .divider-horizontal {
    margin-left: auto;
    margin-right: auto;
  }

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

  .paragraph-9 {
    border: 0 solid #ff970f;
    border-top: 1px #f7a541;
    margin-top: 7px;
    padding-top: 20px;
    padding-left: 0;
    font-weight: 400;
  }

  .additional-descriptions {
    max-width: 90%;
    margin-top: 20px;
    padding-left: 20px;
  }

  .paragraph-12 {
    max-width: 75%;
  }

  .flex-header {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .bold-text-15 {
    background-color: #000;
  }

  .img-14-dcop, .img-trust-pilot, .img-ww-cover {
    height: 60px;
  }

  .footer-buttons {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-2 {
    display: none;
  }

  .quote-forms-placeholders {
    flex-flow: column;
    height: auto;
  }

  .basic-field.date-from {
    flex: 1;
  }

  .claims-hero-image {
    object-fit: cover;
    object-position: 40% 100%;
    height: 500px;
  }

  .key-features-and-services {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .what-is-covered {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .text-content {
    width: 100%;
    height: auto;
  }

  .wsc-floating-image {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .dropdown-linklist {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .home-one-navbar-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-main {
    min-height: 4.5rem;
  }

  .images-block {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .images-block.home-one-banner-container {
    object-fit: cover;
    height: 80vh;
    margin-left: auto;
    display: block;
  }

  .images-block.claims {
    flex-flow: column;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .images-block.services {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .images-block.regulatory {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .images-block.who-we-are {
    display: block;
  }

  .images-block.what-we-offer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .images-block.additional-images {
    display: none;
  }

  .home-one-hero-flex-left {
    flex-flow: column;
    display: flex;
  }

  .home-one-hero-flex-right {
    display: none;
  }

  .home-one-hero-flex {
    height: 700px;
  }

  .home-one-hero-flex._1440px-hero-text {
    justify-content: center;
    align-items: center;
    height: 70vh;
  }

  .lightbox-block.home-two-lightbox, .lightbox-block.about-one-lightbox-two {
    display: none;
  }

  .color-white.margin-bottom-thirty.home-one-hero-paragraph {
    text-align: left;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .color-white.margin-bottom-fifteen.home-one-oil-leaders-heading {
    max-width: 100%;
  }

  .color-white.margin-top-zero.margin-bottom-fifteen {
    text-align: left;
  }

  .color-white.oil-gas-para-gapping {
    margin-right: 0;
  }

  .home-one-ticker-section-one {
    margin-top: -140px;
  }

  .ticker.two {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-one-provide-section {
    margin-top: 70px;
  }

  .home-one-provide-block {
    display: block;
  }

  .home-one-provide-box {
    margin-bottom: 40px;
  }

  .home-one-img-block {
    width: 100%;
  }

  .home-one-data-block {
    padding-top: 40px;
  }

  .service-btn {
    bottom: 3%;
  }

  .home-one-we-provide-block.home-three-industries {
    margin-bottom: 0;
  }

  .margin-bottom-twenty.margin-top-zero.home-one-we-provide-text {
    text-align: left;
    font-size: 1.8rem;
  }

  .margin-bottom-fifteen.padding-left-right-five-percent {
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-left-right-twelve-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .home-one-btn-block {
    margin-top: 20px;
  }

  .home-one-leaders-image-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .65fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .padding-left-right-ten-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .number.service-one-related-number {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .environmental-main-block.related-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .marque-title {
    font-size: 4rem;
  }

  .marque-wrap-big-oppsite {
    margin-top: 30px;
  }

  .marque-title-opposite {
    font-size: 4rem;
  }

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

  .ipad-screen {
    display: none;
  }

  .home-one-project-section {
    padding-bottom: 60px;
  }

  .margin-bottom-zero {
    text-align: left;
  }

  .margin-bottom-zero.padding-left-right-ten-percent {
    padding-left: 0%;
    padding-right: 0%;
  }

  .margin-bottom-zero.about-one-company-right-paragraph {
    text-align: left;
    max-width: 100%;
    position: static;
  }

  .margin-bottom-zero.service-two-hero-block-paragraph-two {
    max-width: 100%;
  }

  .autofit {
    object-fit: contain;
    height: 5vh;
    margin-left: 20px;
    position: static;
  }

  .autofit.border-radius-fifteen {
    object-fit: none;
    max-width: 100%;
    height: 20vh;
  }

  .autofit.border-radius-fifteen.leaders-img-one.left-img-landing._1440-img {
    max-width: 90%;
    margin-top: 35%;
    margin-left: -33%;
  }

  .autofit.border-radius-fifteen.leaders-img-one.right-img-landing._1440-img {
    max-width: 90%;
    margin-top: 68%;
    margin-left: 30%;
  }

  .autofit.border-radius-fifteen.leaders-img-one._1440-img {
    object-fit: cover;
    margin-left: 0;
  }

  .autofit.border-radius-fifteen.full-width {
    vertical-align: baseline;
    object-fit: cover;
    max-width: 80%;
    height: 40vh;
    display: none;
  }

  .autofit.border-radius-fifteen.service-tab-two-img {
    width: 100%;
  }

  .autofit.borderr-radius-twenty.full-width {
    object-fit: cover;
    height: 20vh;
    margin-left: 0;
  }

  .autofit.about-one-hero-img-two {
    margin-top: 0;
  }

  .autofit.digital-energy-image-two {
    display: none;
  }

  .autofit.mobile-full-width {
    width: 100%;
  }

  .autofit.sm {
    height: 3vh;
    margin-left: 5px;
    padding: 8px 4px 6px;
  }

  .autofit.about-right-image {
    object-fit: cover;
  }

  .home-one-footer-flex-one {
    padding-bottom: 57px;
  }

  .home-one-footer-flex-two {
    display: block;
  }

  .home-one-footer-flex-three {
    flex-direction: column;
    justify-content: flex-end;
  }

  .footer-energy-text.text-semi-bold {
    font-size: 116px;
  }

  .footer-social-block {
    max-width: 100%;
    margin-top: 20px;
  }

  .footer-social-block.footer-sm {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .footer-flex-block.home-three-footer-social-flex {
    margin-top: 20px;
  }

  .home-one-hero-button {
    display: none;
  }

  .home-one-hero-button.hro-btn {
    display: inline-flex;
  }

  .button-main {
    display: flex;
  }

  .button-main.margin-top-ten.border-btn.hero-btn.hro-btn {
    display: inline-flex;
  }

  .home-one-banner-btn {
    text-align: left;
  }

  .btn---wrap {
    display: inline-flex;
  }

  .scrolling-block-one {
    font-size: 1.2rem;
  }

  .scrolling-item {
    margin-right: 20px;
    padding-left: 50px;
  }

  .home-two-featured-service-section {
    padding-top: 40px;
  }

  .home-two-about-flex {
    display: block;
  }

  .home-five-scrolling-section.gradient-opposite-section {
    display: none;
  }

  .scrolling-block-three {
    font-size: 1.2rem;
  }

  .scrolling-item-two {
    min-height: 48px;
    margin-right: 20px;
    padding-left: 50px;
  }

  .project-heading {
    font-size: 5.4rem;
  }

  .project-container {
    height: 90vh;
  }

  .project-image-container {
    width: 450px;
    height: auto;
  }

  .home-two-project-flex {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-two-industries-block {
    grid-row-gap: 30px;
  }

  .home-two-industries-one {
    margin-bottom: 30px;
  }

  .home-two-industries-one.margin-bottom-none {
    margin-bottom: 0;
  }

  .home-two-footer-right {
    display: block;
  }

  .home-three-hero-block {
    padding-top: 22vh;
  }

  .tabs-content.service-one-tab-content {
    margin-left: 0;
  }

  .tabs-menu.with-border {
    border-right-style: none;
  }

  .tabs-menu.service-three-tabs-menu {
    padding-bottom: 0;
  }

  .home-three-service-paragraph {
    flex-direction: column;
  }

  .home-three-service-icon {
    border-left-style: none;
  }

  .hover-skew-shape {
    transform: skew(-5deg);
  }

  .home-three-service-heading {
    align-self: auto;
    max-width: 100%;
  }

  .home-three-discover-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .discover-hover-flex {
    align-self: stretch;
    font-size: 2.2rem;
  }

  .discover-hover-block {
    opacity: 1;
  }

  .text-one {
    font-size: 1.3rem;
  }

  .text-two {
    font-size: 1.5rem;
  }

  .home-three-key-hover-img.four, .home-three-key-hover-img.five, .home-three-key-hover-img.three {
    display: none;
    left: 15%;
  }

  .home-three-project-text-block {
    opacity: 1;
  }

  .home-three-benefits-inner-block {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .home-three-project-img-block {
    width: 100%;
    max-width: 100%;
  }

  .home-three-project-img-block.two, .home-three-project-img-block.one, .home-three-project-img-block.three {
    max-width: 100%;
  }

  .home-three-benefits-outer-block {
    margin-top: 20px;
  }

  .number-block {
    text-align: left;
    margin-top: 20px;
  }

  .number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .arrow-circle-block {
    flex-direction: column;
  }

  .number-img-bg-inner {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .home-three-number-heading {
    margin-top: 0;
  }

  .counter-heading {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .home-two-footer-quick-link-section {
    padding-bottom: 40px;
  }

  .home-three-footer-flex-right {
    border-top-style: none;
    border-right-style: none;
  }

  .home-three-footer-flex {
    display: block;
  }

  .home-three-footer-box-one {
    border-bottom-style: none;
    border-left-style: none;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .home-three-project-flex {
    margin-top: 0;
    display: block;
  }

  .home-three-project-box-one {
    width: 100%;
    margin-top: 30px;
  }

  .about-two-delevery-section {
    padding-bottom: 50px;
  }

  .about-two-circle-progress-flex {
    display: none;
  }

  .digital-energy-flex-right {
    margin-top: 0;
  }

  .about-two-counter-heading {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .about-two-hero-flex {
    display: block;
  }

  .about-two-hero-right {
    max-width: 100%;
    margin-top: 10px;
  }

  .about-two-hero-heading-two {
    text-align: left;
  }

  .selected-project-container {
    margin-top: 20px;
  }

  .delivery-energy-block {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-two-mission-flex {
    display: block;
  }

  .about-two-mission-block {
    border-bottom: 2px solid var(--deep-grey);
  }

  .about-two-mission-block.mision-block-one, .about-two-mission-block.mission-box-three {
    border-right-style: none;
  }

  .about-two-circle {
    display: none;
  }

  .about-two-our-values-block {
    height: auto;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .why-choose-img-right {
    max-width: 100%;
    margin-top: 30px;
  }

  .home-two-why-choose-right {
    display: none;
  }

  .about-two-progress-section {
    padding-bottom: 55px;
  }

  .full-width-container {
    max-width: 100vw;
  }

  .full-width-container.service-three-hero-image-section {
    margin-top: 0;
  }

  .progress-bar-wrap {
    margin-bottom: .5rem;
  }

  .about-two-testimonial-section {
    padding-bottom: 130px;
  }

  .about-testimonial-left-arrow {
    top: auto;
    bottom: -66px;
    left: 0%;
    right: auto;
  }

  .testimonial-star-block {
    margin-bottom: 20px;
  }

  .about-testimonial-img {
    object-fit: cover;
  }

  .about-testimonial-right-arrow {
    top: auto;
    bottom: -66px;
    left: 70px;
    right: auto;
  }

  .about-two-testimonial-image-block {
    max-width: 40%;
  }

  .benefits-moving-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .about-one-heading-img {
    display: none;
    top: -43px;
  }

  .about-one-hero-section {
    padding-top: 160px;
  }

  .about-one-hero-flex-one {
    width: 100%;
  }

  .about-one-company-left {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .about-one-company-flex {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-one-company-right {
    width: 85%;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-one-mission-flex-two {
    margin-top: 0;
    display: block;
  }

  .about-one-mission-flex-block {
    margin-top: 30px;
  }

  .about-one-values-left {
    max-width: 100vw;
  }

  .about-one-values-section {
    padding-bottom: 103px;
  }

  .about-one-values-section.overflow-none {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .about-one-values-left-img:hover {
    box-shadow: -8px 9px 0 -1px #ffbb5c;
  }

  .about-one-values-left-img.autofit {
    object-fit: cover;
  }

  .about-one-values-block {
    display: block;
  }

  .about-one-our-values-flex {
    margin-top: 85px;
  }

  .about-one-service-flx {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .about-one-progress-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-one-progress-flex {
    display: block;
  }

  .about-one-progress-right {
    margin-top: 30px;
  }

  .about-one-learn-more-section {
    padding-bottom: 60px;
  }

  .service-one-hero-right {
    max-width: 100%;
    padding-top: 12px;
  }

  .service-one-counter-right {
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .service-one-hero-flex {
    display: block;
  }

  .service-one-section-one {
    padding-bottom: 40px;
  }

  .service-one-counter-left {
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .color-yellow.margin-bottom-zero.high-hazard {
    text-align: left;
  }

  .our-service-paragraph-right {
    max-width: 100%;
    margin-top: 10px;
  }

  .service-one-tabs {
    flex-direction: column;
  }

  .tab-link-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-one-choose-us-section {
    padding-bottom: 40px;
  }

  .service-one-choose-flex {
    display: block;
  }

  .service-one-choose-box {
    margin-bottom: 30px;
  }

  .service-one-steps-section {
    padding-bottom: 40px;
  }

  .service-one-steps-three-box {
    display: block;
  }

  .service-one-three-block {
    margin-bottom: 30px;
  }

  .service-one-steps-block {
    padding-left: 15px;
    padding-right: 10px;
  }

  .more-service-inner-block {
    margin-bottom: 2rem;
  }

  .service-one-landscape-block {
    padding-left: 0%;
  }

  .service-one-together-one {
    max-width: 100%;
  }

  .service-one-together-three {
    justify-content: flex-start;
    max-width: 100%;
    margin-top: 20px;
  }

  .service-one-together-block {
    display: block;
  }

  .service-one-together-section {
    padding-top: 65px;
    padding-bottom: 40px;
  }

  .home-three-gallery-frame {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-three-gallery-marque-block {
    display: none;
  }

  .service-two-hero-block {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-left: 8%;
    padding-right: 8%;
  }

  .service-two-industry-flex {
    padding-top: 0;
  }

  .service-two-industry-left {
    max-width: 100%;
  }

  .service-two-leading-way-block {
    display: block;
  }

  .production-service-link {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .service-three-managenent-right {
    padding-left: 0;
  }

  .service-three-management-flex {
    display: block;
  }

  .service-three-management-flex.management-flex-one {
    border-bottom-style: none;
  }

  .service-three-offshore-right {
    padding-left: 0;
  }

  .service-three-managenent-left {
    border-right-style: none;
  }

  .section-three-our-service-section {
    padding-top: 60px;
  }

  .service-three-offshore-left {
    border-right-style: none;
    max-width: 100%;
  }

  .service-three-offshore-block {
    padding-top: 30px;
    padding-bottom: 12px;
    display: block;
  }

  .service-three-related-text-card {
    padding-top: 40px;
  }

  .service-three-related-section {
    margin-top: -9vh;
  }

  .service-three-related-card {
    border-radius: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .service-three-tab-section {
    padding-bottom: 70px;
  }

  .service-three-tab-content {
    grid-column-gap: 20px;
  }

  .service-three-tabs {
    display: block;
  }

  .contact-one-form-submit-btn, .contact-one-details-right {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-one-form-division-field {
    grid-column-gap: 15px;
  }

  .contact-one-form-level {
    text-align: left;
  }

  .contact-one-details-flex.contact-form.contact-us {
    width: 90%;
  }

  .contact-one-section-one {
    padding-top: 162px;
  }

  .contact-two-details-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-one-extended-container {
    margin-bottom: 0;
  }

  .service-three-project-name {
    margin-bottom: 2rem;
  }

  .award-company-contain {
    padding-right: 0;
  }

  .available-time {
    grid-template-columns: 1fr 1fr;
  }

  .radio-button-field {
    width: 100%;
  }

  .checkbox-wrap {
    flex-direction: column;
  }

  .book-form-submit-btn.shop-card-button.full-width {
    max-width: 100%;
  }

  .tag-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .our-experties-card-wrap {
    grid-template-columns: 1fr;
  }

  .expert-image {
    background-position: 50% 0;
  }

  .management-box-image-block {
    flex-basis: 30%;
  }

  .shop-hero-products-wrap, .landing-ecommerce-grid, .landing-ecommerce-grid-two, .landing-utility-pages-grid, .landing-cms-grid {
    grid-template-columns: 1fr;
  }

  .landing-innerpage-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .page-image-left {
    display: none;
  }

  .page-image-main {
    width: 100%;
    height: auto;
  }

  .page-image-right {
    display: none;
  }

  .blog-one-card-wrap, .blog-two-hero-bottom-card-wrap, .blog-three-hero-card-grid {
    grid-template-columns: 1fr;
  }

  .blog-details-profile-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .related-block-grid, .licencing-image-grid {
    grid-template-columns: 1fr;
  }

  .display-examples {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .heading-one {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .style-items-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-four.key-feature-description-heading {
    margin-bottom: 12px;
  }

  .startek {
    padding-left: 0;
  }

  .shop-card-quantity-wrap, .quantity {
    width: 100%;
  }

  .about-one-values-right-box-wrap {
    max-width: 50vw;
    margin-top: -222px;
    margin-left: 220px;
    position: relative;
    transform: none;
  }

  .yellow-background {
    height: 43vh;
  }

  .about-one-values-left-box-wrap {
    max-width: 50vw;
    height: 20vh;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    transform: translate(0, -59px);
  }

  .mask_circle {
    width: 7rem;
    height: 7rem;
  }

  .slide-content-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider.about-one-slider {
    height: 45vh;
  }

  .project-details-hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .realted-project-card-wrap {
    grid-template-columns: 1fr;
  }

  .landing-home-page {
    background-size: 232px;
  }

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

  .home-one-banner-overlay {
    object-fit: cover;
    height: 80%;
  }

  .home-one-banner-overlay.worldwide-quote, .home-one-banner-overlay.israel-palestine-cover {
    height: 70vh;
  }

  .shop-details-key-features-card {
    display: block;
  }

  .work-pogress-bar-wrap {
    grid-template-columns: 1fr;
  }

  .contact-three-large-text {
    display: none;
  }

  .contact-three-form {
    padding-top: 60px;
  }

  .contact-three-hero-image-wrap {
    background-position: 74%;
  }

  .industry-text {
    text-align: left;
    font-size: 4rem;
    line-height: 4.375rem;
  }

  .section {
    padding-bottom: 70px;
  }

  .row {
    flex-direction: column;
  }

  .contact-one-big-text {
    display: none;
  }

  .contact-one-section-wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding-right: 0;
  }

  .contact-one-section-wrap.alerts-and-warnings {
    max-width: 100%;
  }

  .mobile-hidden {
    display: none;
  }

  .home-three-benefits-grid {
    grid-template-columns: 1fr;
  }

  .about-one-values-block-paragraph {
    text-align: left;
  }

  .hero.ukraine {
    -webkit-text-fill-color: inherit;
    background-image: url('https://res.cloudinary.com/dh8aicvrd/image/upload/f_auto,q_auto,w_auto/v1756301205/boat-sea_t1cy4q.jpg');
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    height: 70vh;
  }

  .hero.israel-and-palestine {
    height: 70vh;
  }

  .hero.landing-page {
    height: 80vh;
  }

  .hero.worldwide-quote {
    justify-content: center;
    align-items: center;
    height: 70vh;
  }

  .ft._1440-grid-scope {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-section {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

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

  .grid-stories-outer {
    grid-template-rows: auto auto;
  }

  .seals-block {
    flex-flow: row;
    height: 30vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-partners {
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .partners-grid {
    background-color: var(--dark-grey);
    padding: 30px 0;
    align-items: center !important;
  }

  .convex, .atrium, .lloyds, .inherent-risks {
    height: auto;
  }

  .divider-vertical.hidden-bk {
    display: none;
  }

  .testimonial {
    width: 90%;
    height: auto;
  }

  .testimonial-client-name {
    color: var(--heading-color);
    margin-bottom: 10px;
  }

  .testimonial-primary.testimonial {
    margin-bottom: 10px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .slider-2 {
    height: 45vh;
  }

  .get-in-touch-section {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-hotspot {
    padding: 50px 0 0;
  }

  .footer-grid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .important-links {
    padding-left: 30px;
  }

  .slide-nav {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .bullets {
    text-align: left;
  }

  .container-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-4 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .nav-link {
    justify-content: center;
  }

  .drop-down-wrapper.w--open {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .menu-link-wrapper {
    width: 75%;
    display: block;
  }

  .claim-box {
    text-align: left;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }

  .descriptions-grid-il {
    display: block;
  }

  .descriptions-grid-il.ukraine {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .map-description-block {
    padding-top: 10px;
  }

  .legend-item {
    height: 40px;
  }

  .legend.cover-av.equalize {
    margin-top: 7px;
  }

  .legend.cover-av.equalize.israel-palestine-map {
    margin-top: 6px;
  }

  .legend.cover-av.israel-palestine-map {
    margin-top: 8px;
  }

  .header-stories {
    text-align: left;
    align-self: center;
    min-width: 88%;
  }

  .color-orange.margin-bottom-fifteen.home-one-oil-leaders-heading {
    max-width: 100%;
  }

  .color-orange.margin-top-zero.margin-bottom-fifteen {
    text-align: left;
  }

  .color-orange.oil-gas-para-gapping {
    margin-right: 0;
  }

  .divider-horizontal {
    min-height: 2px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .bold-text, .paragraph-9 {
    text-align: left;
  }

  .additional-descriptions {
    padding-left: 20px;
  }

  .paragraph-10, .paragraph-11 {
    max-width: 100%;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
    font-size: 1rem;
  }

  .paragraph-12, .paragraph-13 {
    max-width: 100%;
  }

  .flex-header {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cu-support-grid {
    width: 100%;
  }

  .answer-rtb {
    letter-spacing: .02px;
    width: 100%;
    height: 130px;
    font-family: Inter, sans-serif;
    line-height: 160%;
    display: block;
  }

  .seals-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .img-14-dcop {
    height: 67px;
  }

  .img-trust-pilot {
    height: 88px;
  }

  .custom-code-block-first {
    display: block;
  }

  .scope-description, .scope-heading {
    text-align: left;
  }

  .scope-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .partners-block {
    background-color: var(--heading-color);
  }

  .button-worldwide {
    align-self: center;
  }

  .modal-window {
    width: 100%;
  }

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

  .claims-hero-image {
    object-position: 20% 100%;
    height: 390px;
  }

  .what-is-covered {
    padding-bottom: 40px;
  }

  .text-content {
    padding-left: 0%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-dropdown-link {
    padding-left: 0;
  }

  .image-height-auto {
    height: auto;
  }

  .images-block {
    height: auto;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .images-block.home-one-banner-container {
    height: 70vh;
    margin-top: 100px;
    margin-left: 0%;
  }

  .images-block.claims {
    justify-content: flex-start;
    align-items: stretch;
  }

  .images-block.services {
    padding-left: 0;
    padding-right: 0;
  }

  .images-block.regulatory {
    max-width: 100%;
  }

  .home-one-hero-flex._1440px-hero-text {
    height: 50vh;
  }

  .color-white.margin-bottom-thirty.home-one-hero-paragraph {
    margin-left: auto;
    margin-right: auto;
  }

  .color-white.margin-top-zero.margin-bottom-fifteen {
    text-align: left;
  }

  .color-white.margin-bottom-zero {
    padding-left: 0;
    padding-right: 0;
  }

  .home-one-ticker-section-one {
    margin-top: -83px;
    padding-top: 210px;
  }

  .home-one-ticker-section-one.home-one-ticker-section-two {
    height: auto;
    /* margin-top: -296px;
    padding-top: 285px; */
    display: block;
  }

  .inner-ticker.two {
    transform: translate(-52px, -158px);
  }

  .inner-ticker.one {
    transform: translate(-52px, 10px);
  }

  .ticker.two {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .ticker-title {
    font-size: 1.7rem;
  }

  .home-one-provide-section {
    margin-top: 50px;
  }

  .home-one-data-block {
    border-top-left-radius: 30%;
    width: 120%;
    padding-left: 50px;
    padding-right: 60px;
  }

  .home-one-we-provide-block {
    align-items: flex-start;
  }

  .margin-bottom-twenty {
    text-align: left;
  }

  .margin-bottom-twenty.margin-top-zero.home-one-we-provide-text {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .margin-bottom-twenty.oil-and-gas-partner-heading {
    text-align: center;
  }

  .margin-bottom-twenty.home-one-we-provide-heading {
    text-align: left;
  }

  .margin-bottom-fifteen.padding-left-right-five-percent {
    align-self: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .padding-left-right-twelve-percent.home-one-we-provide-paragraph, .padding-left-right-twelve-percent.home-one-we-provide-text {
    text-align: left;
  }

  .home-one-leaders-section._1440-quote {
    height: auto;
    margin-top: 0;
    padding: 0 20px 60px;
  }

  .padding-left-right-ten-percent.home-one-we-provide-paragraph {
    text-align: left;
  }

  .environmental-text-outer {
    flex-basis: 100%;
  }

  .environmental-text-outer.related-service-block {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .environmental-main-block {
    padding-left: 0;
    padding-right: 0;
  }

  /*
  .environmental-btn-block {
    display: none;
  }
    */

  .home-one-project-section {
    margin-top: 152px;
  }

  .home-one-project-flex {
    display: block;
  }

  .autofit {
    object-fit: contain;
    max-width: 90%;
    height: 4vh;
    margin-left: 0;
  }

  .autofit.border-radius-fifteen {
    object-fit: cover;
  }

  .autofit.border-radius-fifteen.leaders-img-one.left-img-landing._1440-img {
    min-width: 150px;
    max-width: 85%;
    margin-top: 60%;
    margin-left: 29%;
    position: relative;
    right: 70px;
    bottom: 37px;
  }

  .autofit.border-radius-fifteen.leaders-img-one.right-img-landing._1440-img {
    min-width: 150px;
    margin-top: 106%;
    margin-left: 25%;
    position: relative;
    right: 10px;
    bottom: 87px;
  }

  .autofit.border-radius-fifteen.leaders-img-one._1440-img {
    object-fit: cover;
    width: 100%;
    min-width: 270px;
    height: 100%;
  }

  .autofit.borderr-radius-twenty.full-width {
    object-fit: cover;
    max-width: 100%;
  }

  .autofit.service-choose-img {
    width: 50%;
  }

  .autofit.sm {
    padding: 6px 4px;
  }

  .autofit.about-right-image {
    height: 30vh;
  }

  .home-one-industries-img-block.contact-one-form-division-field.active {
    display: none;
  }

  .home-one-footer-flex-three {
    text-align: center;
  }

  .home-one-footer-flex-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-one-footer-flex-right {
    display: block;
  }

  .footer-energy-text.text-semi-bold {
    font-size: 65px;
  }

  .footer-social-block.footer-sm {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-one-hero-button {
    display: none;
  }

  .button-main, .button-main.quote-button-footer {
    display: flex;
  }

  .button-main.quote-button-footer:hover {
    background-color: #f9bc71;
  }

  .button-main.quote-button-footer.quote-form.ghosted {
    padding-left: 29px;
  }

  .scrolling-container {
    transform: translate(-52px, -158px);
  }

  .project-bg {
    display: none;
  }

  .project-heading {
    font-size: 3.5rem;
  }

  .project-container {
    height: 51vh;
  }

  .project-image-container {
    width: 290px;
  }

  .home-three-hero-block {
    height: 750px;
    padding-top: 19vh;
  }

  .accodian-arrow-line {
    display: none;
  }

  .tab-paragraph, .tab-paragraph.service-three-tab-paragraph {
    padding-right: 0;
  }

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

  .tabs-menu.with-border {
    margin-bottom: 30px;
  }

  .home-three-service-outer-flex {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .home-three-service-number {
    border-right-style: none;
    justify-content: flex-start;
    align-self: flex-start;
    max-width: 20%;
  }

  .home-three-service-paragraph {
    padding-top: 10px;
    padding-left: 0;
  }

  .home-three-service-icon {
    display: none;
  }

  .hover-skew-shape {
    transform: skew(0deg);
  }

  .home-three-service-number-block {
    width: 50px;
    height: 50px;
  }

  .discover-hover-flex {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    font-size: 1.6rem;
    display: flex;
  }

  .text-one {
    margin-right: 0;
  }

  .text-two {
    margin-left: 0;
  }

  .discover-flex-outer {
    grid-row-gap: 10px;
  }

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

  .number-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .number-block.number-block-revers {
    flex-direction: column-reverse;
  }

  .home-three-learn-more-clients-block {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .counter-heading {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .home-three-project-box-one {
    padding: 15px;
  }

  .about-two-counter-heading {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .our-mission-text.color-yellow {
    align-self: flex-start;
  }

  .about-two-mission-block {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .about-two-mission-number-bg {
    margin-bottom: 20px;
  }

  .about-two-our-values-block {
    height: auto;
  }

  .about-two-testimonial-text-block {
    margin-top: 20px;
  }

  .about-two-testiminial-heading {
    text-align: left;
  }

  .about-testimonial-img {
    width: 100%;
  }

  .about-two-testimonial-image-block {
    max-width: 100%;
  }

  .about-two-testiminial-slider {
    display: block;
  }

  .benefits-moving-flex {
    height: 90px;
  }

  .benefits-moving-flex.moving-flex-four {
    height: auto;
  }

  .benefits-moving-number {
    max-width: 15%;
  }

  .about-one-company-right {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-one-values-section {
    padding-bottom: 80px;
  }

  .about-one-values-left-img.autofit {
    object-fit: cover;
    height: 30vh;
  }

  .about-one-values-block {
    justify-content: center;
    align-items: flex-start;
    width: 85%;
  }

  .about-one-our-values-flex {
    justify-content: flex-end;
    align-items: center;
    height: 327px;
    margin-top: 30px;
    margin-bottom: 120px;
  }

  .service-one-counter-flex {
    border-bottom-style: none;
  }

  .service-one-counter-right.center {
    align-items: flex-start;
  }

  .service-one-counter-heading {
    padding-left: 0;
  }

  .service-one-counter-left {
    border-right-style: none;
  }

  .service-one-counter-left.center {
    align-items: flex-start;
  }

  .color-yellow.margin-bottom-zero.high-hazard {
    font-size: 1.5rem;
  }

  .service-one-counter-text {
    padding-left: 0;
    padding-right: 20px;
  }

  .service-one-counter-block.service-one-conter-update {
    flex-direction: column;
  }

  .service-one-tabs {
    display: block;
  }

  .service-one-steps-block {
    margin-left: -14px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .service-two-hero-block {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .service-two-technology-heading {
    align-self: auto;
  }

  .service-two-technology-box {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-two-production-flex {
    display: block;
  }

  .service-two-production-flex.service-two-flex-one {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .service-two-production-left {
    margin-bottom: 20px;
  }

  .service-two-leading-way-section {
    padding-bottom: 40px;
  }

  .service-three-management-flex, .service-three-tab-content {
    display: block;
  }

  .service-three-tab-content-right {
    display: none;
  }

  .contact-one-form-division-field {
    display: block;
  }

  .contact-one-details-left.contact-us-section-form {
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-one-details-flex {
    width: 100%;
    padding-top: 0;
  }

  .contact-one-details-flex.contact-form.contact-us {
    width: 100%;
  }

  .contact-two-form-division-field {
    display: block;
  }

  .awards-number-box {
    padding-top: 0;
  }

  .awards-number {
    position: relative;
  }

  .award-company-contain-image-block {
    margin-bottom: 1px;
  }

  .award-company-contain-text-block {
    flex-direction: column;
  }

  .award-company-contain {
    border-left-style: none;
    padding-top: 20px;
    padding-left: 0;
  }

  .awards-company {
    padding-bottom: 12px;
  }

  .booking-form-wrap {
    padding: 15px;
  }

  .case-study-image-block {
    flex-direction: column;
  }

  .popular-casses-card {
    padding: 15px;
  }

  .expertise-details-hero-image-block {
    flex-direction: column;
  }

  .managemtnt-box-left {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .demo-form-wrap {
    flex-direction: column;
  }

  .accordion-contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop-details-price-tag {
    flex-direction: column;
  }

  .accordion-item-trigger {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-image-container {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-two-news-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-details-profile-contain-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-heading-main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .icons-wrapper {
    padding: 25px 20px;
  }

  .icon-grid {
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  }

  .buttons-display-grid {
    grid-template-columns: auto;
  }

  .style-button-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-items-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .styles-types-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-style-wrapper-white {
    padding: 25px 20px;
  }

  .heading-four {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .style-type-heading-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-card-wrap {
    flex-direction: column;
  }

  .faq-image-block {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-ans {
    padding-left: 0;
    padding-right: 15px;
  }

  .accordion-arrow, .image-shape-color-background {
    display: none;
  }

  .marquee-one-text-one {
    font-size: 3rem;
    line-height: 2.5rem;
  }

  .marquee-one-text-one.text-yellow, .marquee-one-text-one.text-yellow.text-black {
    font-size: 2rem;
  }

  .about-one-values-right-box-wrap {
    max-width: 60vw;
    height: 20vh;
    margin-left: 83px;
  }

  .yellow-background {
    height: 30vh;
  }

  .about-one-values-left-box-wrap {
    max-width: 60vw;
    margin-top: -219px;
    margin-left: -75px;
  }

  .about-one-slider-nav {
    z-index: 4;
  }

  .slider-image {
    width: 30px;
    height: 30px;
  }

  .about-one-slider-nav-dots {
    z-index: 6;
    font-size: 30px;
    line-height: 30px;
    bottom: 3%;
  }

  .counter {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .home-three-hero-slider-overlay {
    height: 194px;
  }

  .home-three-slider-hero-wrap {
    height: 719px;
    padding-top: 158px;
  }

  .home-three-hero-button {
    display: none;
  }

  .home-one-banner-overlay {
    height: 80%;
  }

  .home-one-banner-overlay.worldwide-quote {
    height: 68vh;
  }

  .home-one-banner-overlay.israel-palestine-cover {
    height: 70%;
  }

  .shop-details-short-description-wrap {
    padding: 20px 15px;
  }

  .about-three-hero-image-block {
    margin-top: 20px;
  }

  .about-three-mission-card-heading-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .work-pogress {
    padding-top: 43px;
    padding-bottom: 70px;
  }

  .about-three-solution-wrap {
    align-items: flex-start;
  }

  .about-three-hero {
    padding-top: 136px;
  }

  .about-three-mission {
    margin-top: -100px;
  }

  .oil-and-gas-partner {
    padding-top: 29px;
    padding-bottom: 70px;
  }

  .about-three-who-we-are {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-three-solution-grid {
    margin-top: 20px;
  }

  .contact-three-form {
    padding-bottom: 60px;
  }

  .contact-three-hero-image-wrap {
    background-position: 70%;
  }

  .product-card-text-wrap {
    max-width: 202px;
  }

  .image-scroll {
    max-width: 100%;
  }

  .industry-text {
    font-size: 3rem;
    line-height: 3.3rem;
  }

  .order-configaration-item {
    flex-direction: column;
  }

  .item-text {
    margin: 10px 0;
  }

  .contact-one-section-wrap {
    margin-top: 0;
  }

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

  .hero.ukraine, .hero.israel-and-palestine {
    height: 70vh;
  }

  .hero.worldwide-quote {
    height: 68vh;
  }

  .ft._1440-grid-scope {
    grid-template-columns: 1fr;
  }
 
  .quote-grid._1440-quote-grid {
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-auto-flow: row;
    align-content: stretch;
    height: auto;
    margin-top: 0;
    padding-top: 40px;
  }

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

  .grid-stories-outer {
    margin-top: 84px;
  }

  .seals-block {
    /* height: 29vh; */
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .partners-grid {
    grid-row-gap: 33px;
    grid-template-columns: 1fr;
    padding: 50px 30px;
    align-items: center !important;
  }
  img.partners-img {
    height: 75px;
    width: 200px;
    object-fit: scale-down;
}
  .line {
    display: none;
  }

  .lloyds, .inherent-risks {
    width: 90%;
  }

  .reviews {
    height: 83vh;
  }

  .heading {
    text-align: center;
  }

  .testimonial {
    width: 63%;
    padding-bottom: 10%;
  }

  .testimonial-paragraph {
    margin-bottom: 10px;
  }

  .testimonial-primary.testimonial {
    padding-top: 20px;
  }

  .slider-2 {
    max-width: 135%;
    height: 59vh;
  }

  .slide-class {
    overflow: visible;
  }

  .footer-hotspot {
    padding: 20px 0 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .important-links {
    padding-left: 0;
  }

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

  .form-2.contact-us-section-form {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .label-for-forms {
    text-align: left;
  }

  .form-field.get-in-touch {
    width: 90%;
  }

  .form-3._1440-form {
    grid-template-columns: 1fr;
  }

  .slide-nav {
    margin-bottom: 0;
    position: static;
  }

  .heading-14 {
    font-size: 1.7rem;
  }

  .container-3 {
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    max-width: 100%;
  }

  .nav-link {
    justify-content: space-between;
  }

  .drop-down-wrapper.w--open {
    flex-direction: column;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .menu-link-wrapper {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .claim-box {
    height: auto;
    padding-bottom: 40px;
  }

  .descriptions-grid-il {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .descriptions-grid-il.ukraine {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .legend-item {
    height: 40px;
  }

  .legend {
    font-size: .8rem;
  }

  .container-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
  }

  .header-stories {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .color-orange.margin-top-zero.margin-bottom-fifteen {
    text-align: left;
  }

  .div-block-6 {
    align-items: stretch;
  }

  .link-block {
    display: block;
  }

  .bold-text {
    line-height: 1.75rem;
  }

  .additional-descriptions {
    padding-left: 19px;
  }

  .img-14-dcop {
    height: 60px;
  }

  .img-trust-pilot {
    height: 80px;
  }

  .img-ww-cover {
    height: 55px;
  }

  .footer-buttons {
    justify-content: flex-start;
    align-items: center;
  }

  .scope-description, .scope-heading {
    text-align: left;
  }

  .basic-field.date-from {
    flex: 0 auto;
    width: 100%;
  }

 


  .input {
    width: 100%;
  }

  .dates-inputs { 
      display: flex !important;
      flex-wrap: nowrap !important;
      grid-column-gap: 0px;
       grid-row-gap: 0px;
      flex-flow: row;
      justify-content: center;
      align-items: center; 
      
  }

  .flex-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: 130px;
  }

  .button-ukraine, .button-worldwide {
    align-self: stretch;
  }

  .modal-window {
    padding-left: 25px;
    padding-right: 25px;
  }

  .close-modal-button {
    left: 9px;
  }

  .paragraph-14, .paragraph-15 {
    font-size: .9rem;
  }

  .image-9 {
    display: none;
  }

  .claims-hero-image {
    object-position: 64% 100%;
    height: 390px;
  }
}

#w-node-_878506ce-205c-76b6-8ec6-d6f700ceacf3-d22969c1 {
  align-self: stretch;
}

#w-node-_878506ce-205c-76b6-8ec6-d6f700ceacf5-d22969c1 {
  align-self: end;
}

#w-node-_119d1e11-e7d4-8312-df7d-b874c3342626-c334261b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_119d1e11-e7d4-8312-df7d-b874c334263b-c334261b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_38f429be-9aca-3eca-e8d9-2c50551bfba2-551bfb92, #w-node-_38f429be-9aca-3eca-e8d9-2c50551bfba5-551bfb92, #w-node-_38f429be-9aca-3eca-e8d9-2c50551bfba8-551bfb92, #w-node-_70b65329-3b3d-b4ff-f885-2cf0e78353ab-551bfb92, #w-node-_70b65329-3b3d-b4ff-f885-2cf0e78353ae-551bfb92, #w-node-_8adf1436-2fa8-143a-2641-d15cee934f18-551bfb92, #w-node-_70b65329-3b3d-b4ff-f885-2cf0e78353b1-551bfb92, #w-node-_70b65329-3b3d-b4ff-f885-2cf0e78353b4-551bfb92, #w-node-_70b65329-3b3d-b4ff-f885-2cf0e78353b7-551bfb92, #w-node-_70b65329-3b3d-b4ff-f885-2cf0e78353ba-551bfb92, #w-node-_70b65329-3b3d-b4ff-f885-2cf0e78353bd-551bfb92, #w-node-_70b65329-3b3d-b4ff-f885-2cf0e78353c0-551bfb92, #w-node-_38f429be-9aca-3eca-e8d9-2c50551bfbbf-551bfb92, #w-node-_38f429be-9aca-3eca-e8d9-2c50551bfbc2-551bfb92, #w-node-c12d468f-503f-0f7f-07ab-8d1a91fd0554-551bfb92, #w-node-_38f429be-9aca-3eca-e8d9-2c50551bfbcc-551bfb92, #w-node-_38f429be-9aca-3eca-e8d9-2c50551bfbcf-551bfb92, #w-node-_7a65c22d-05f9-bd8b-d4fd-de8bcc8639dc-551bfb92, #w-node-_38f429be-9aca-3eca-e8d9-2c50551bfbd9-551bfb92, #w-node-_38f429be-9aca-3eca-e8d9-2c50551bfbdc-551bfb92, #w-node-_80909ecc-c927-b888-56ae-dc637daf766e-551bfb92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa269323-33bb-fe58-ff7e-a317e3a54fca-d22969e3 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-fd0c0363-7a37-3a01-0220-247e163e5ce1-d22969e3, #w-node-e7be3def-48c1-5719-4001-7253c2e2d99e-d22969e5, #w-node-e7be3def-48c1-5719-4001-7253c2e2d9ab-d22969e5, #w-node-_98a01e46-bf8a-98f6-1e20-493f6f7a3b64-d22969e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7be3def-48c1-5719-4001-7253c2e2d9aa-d22969e5 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-b2f4e6cf-f1be-af7f-1043-5bab6765e62d-6765e61d, #w-node-b2f4e6cf-f1be-af7f-1043-5bab6765e630-6765e61d, #w-node-b2f4e6cf-f1be-af7f-1043-5bab6765e633-6765e61d, #w-node-b2f4e6cf-f1be-af7f-1043-5bab6765e63d-6765e61d, #w-node-b2f4e6cf-f1be-af7f-1043-5bab6765e640-6765e61d, #w-node-_505cab6e-6a81-5ebc-297e-ebeaf00283a6-6765e61d, #w-node-c79e3d92-ad26-5dad-51b6-23d761de1a6f-6765e61d, #w-node-b2f4e6cf-f1be-af7f-1043-5bab6765e64a-6765e61d, #w-node-b2f4e6cf-f1be-af7f-1043-5bab6765e64d-6765e61d, #w-node-_9d5c4db4-8a69-5c6f-cf59-720484f21e05-6765e61d, #w-node-b2f4e6cf-f1be-af7f-1043-5bab6765e657-6765e61d, #w-node-fcd5ec04-fe9e-ee56-5194-e11353b99174-6765e61d, #w-node-_6af3771f-e75b-ee95-36d1-ea0209d2f399-6765e61d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_007f0874-7080-43cb-1969-96ed8083a7cf-d2296a26 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f0908c6-f1bf-d55b-a846-7dd103751532-d2296a26, #w-node-cc04e38e-d5be-4f51-c536-31aae3307368-d2296a26 {
  align-self: center;
  justify-self: start;
}

#w-node-_2b6897e8-e47d-0cda-8b69-6c8b6d89c9ed-d2296a26, #w-node-_57c160ca-cbdd-3d7d-dc60-ae8a4ae484c0-d2296a26 {
  align-self: center;
  justify-self: center;
}

#w-node-_3c8ea355-9d16-d565-e670-82e12b2e2bd2-d2296a26 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-b7b5f25c-3cae-2147-b16f-144b0d32065a-d2296a26 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b84b994-ab78-1cc0-25c2-442b727c7de2-727c7ddd, #w-node-_1b84b994-ab78-1cc0-25c2-442b727c7de3-727c7ddd, #w-node-_1b84b994-ab78-1cc0-25c2-442b727c7de4-727c7ddd, #w-node-_1b84b994-ab78-1cc0-25c2-442b727c7de5-727c7ddd, #w-node-_1b84b994-ab78-1cc0-25c2-442b727c7de6-727c7ddd, #w-node-_071ec80c-eb87-9db2-5018-4df2e97f97a2-e97f97a0, #w-node-_071ec80c-eb87-9db2-5018-4df2e97f97a3-e97f97a0, #w-node-_071ec80c-eb87-9db2-5018-4df2e97f97a4-e97f97a0 {
  align-self: center;
  justify-self: center;
}

#w-node-_2d3498c3-1002-a4b5-2a0e-6305570b4983-570b4952 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_70bd78e7-3159-bc7c-6c4a-5402e6f8a894-d2296a28, #w-node-_08a0da17-8287-e79b-95d7-b7d38426e379-d2296a28 {
  align-self: stretch;
  justify-self: start;
}

#w-node-_18ab8474-6d12-0c16-0022-513952fa5510-52fa54df {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_08a0da17-8287-e79b-95d7-b7d38426e379-d2296a29 {
  align-self: start;
}

#w-node-_77c77ecd-0d66-dde5-e192-47afdf3e4d89-df3e4d58 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb12-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb42-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb67-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb6e-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb75-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb86-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb8b-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb8c-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb97-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb98-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eba3-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eba4-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebaf-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebb0-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebbb-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebbc-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebc9-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebce-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebcf-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebd8-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebe4-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec02-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec07-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec08-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec09-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec0a-d2296a5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec0b-d2296a5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4b256fb-fa57-f510-7522-dac2dbf39b7f-d2296a60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d61338a2-e966-b2ae-60e2-e5c35607296f-d2296a60 {
  grid-area: 15 / 1 / 16 / 3;
}

#w-node-d61338a2-e966-b2ae-60e2-e5c356072970-d2296a60, #w-node-_641a0546-a53e-a296-9297-ea52761daaf8-d2296a60, #w-node-_7a557107-abe1-98c8-866b-2c028febe0ec-d2296a60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6be3d312-442f-1dc7-d365-b0c48f1956b4-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956bc-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956c7-5f9ad770, #w-node-_2790b812-bf5f-9b9e-0fd2-c395d270e37b-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956d2-5f9ad770, #w-node-_0e91b513-8c80-4cb9-7334-e64891af685e-5f9ad770, #w-node-_6c521152-d1fa-e7bf-40e4-c4ac17d16680-5f9ad770 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_880ccb9b-fba1-153e-2b23-1095d11c6ade-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6af4-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6afd-3d552107 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_880ccb9b-fba1-153e-2b23-1095d11c6b06-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6b0f-3d552107 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_119d1e11-e7d4-8312-df7d-b874c334261d-c334261b, #w-node-_119d1e11-e7d4-8312-df7d-b874c3342626-c334261b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_119d1e11-e7d4-8312-df7d-b874c334263b-c334261b {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-e7be3def-48c1-5719-4001-7253c2e2d99a-d22969e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Name.w-node-e7be3def-48c1-5719-4001-7253c2e2d99d-d22969e5 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-e7be3def-48c1-5719-4001-7253c2e2d99e-d22969e5, #w-node-e7be3def-48c1-5719-4001-7253c2e2d9ab-d22969e5, #w-node-_98a01e46-bf8a-98f6-1e20-493f6f7a3b64-d22969e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7be3def-48c1-5719-4001-7253c2e2d9aa-d22969e5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_08a0da17-8287-e79b-95d7-b7d38426e379-d2296a26 {
    align-self: stretch;
  }

  #w-node-_4f0908c6-f1bf-d55b-a846-7dd103751532-d2296a26, #w-node-cc04e38e-d5be-4f51-c536-31aae3307368-d2296a26 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_2b6897e8-e47d-0cda-8b69-6c8b6d89c9ed-d2296a26, #w-node-_57c160ca-cbdd-3d7d-dc60-ae8a4ae484c0-d2296a26 {
    align-self: center;
    justify-self: center;
  }

  #Name-3.w-node-_3c8ea355-9d16-d565-e670-82e12b2e2bce-d2296a26 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_3c8ea355-9d16-d565-e670-82e12b2e2bcf-d2296a26 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Phone.w-node-_3c8ea355-9d16-d565-e670-82e12b2e2bd1-d2296a26 {
    grid-area: 5 / 1 / 4 / 2;
  }

  #w-node-_3c8ea355-9d16-d565-e670-82e12b2e2bd2-d2296a26 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-b7b5f25c-3cae-2147-b16f-144b0d32065a-d2296a26 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1b84b994-ab78-1cc0-25c2-442b727c7de0-727c7ddd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1b84b994-ab78-1cc0-25c2-442b727c7de2-727c7ddd {
    align-self: center;
    justify-self: center;
  }

  #w-node-_1b84b994-ab78-1cc0-25c2-442b727c7de3-727c7ddd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1b84b994-ab78-1cc0-25c2-442b727c7de4-727c7ddd, #w-node-_1b84b994-ab78-1cc0-25c2-442b727c7de5-727c7ddd, #w-node-_1b84b994-ab78-1cc0-25c2-442b727c7de6-727c7ddd, #w-node-_0bb612d9-5e6f-307b-83f3-0722b981d4ab-d2296a27 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_2d3498c3-1002-a4b5-2a0e-6305570b495c-570b4952 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2d3498c3-1002-a4b5-2a0e-6305570b497e-570b4952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d3498c3-1002-a4b5-2a0e-6305570b4983-570b4952 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-b8a55671-f66c-494f-3c77-eb7e3892ebcf-04998ea9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_08a0da17-8287-e79b-95d7-b7d38426e379-d2296a28 {
    align-self: stretch;
    justify-self: start;
  }

  #w-node-_18ab8474-6d12-0c16-0022-513952fa54e9-52fa54df {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_45d81499-bce1-c2fa-9cf8-f236c602055b-2b5a34a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_77c77ecd-0d66-dde5-e192-47afdf3e4d62-df3e4d58 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #Name.w-node-d61338a2-e966-b2ae-60e2-e5c356072962-d2296a60 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-d61338a2-e966-b2ae-60e2-e5c356072968-d2296a60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Phone.w-node-d61338a2-e966-b2ae-60e2-e5c35607296a-d2296a60 {
    grid-area: 5 / 1 / 4 / 2;
  }

  #w-node-_310dfc7f-d9d8-7ae2-10bc-2167829f88c9-d2296a60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Phone-7.w-node-_310dfc7f-d9d8-7ae2-10bc-2167829f88cb-d2296a60 {
    grid-area: 5 / 1 / 4 / 2;
  }

  #w-node-_4a64f4af-67bf-8fd2-a675-4b95ac6fdc0e-d2296a60, #w-node-_27cb5311-3894-ac43-a1cc-f87779b9b5ab-d2296a60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Phone-5.w-node-_27cb5311-3894-ac43-a1cc-f87779b9b5ad-d2296a60 {
    grid-area: 5 / 1 / 4 / 2;
  }

  #w-node-b4b256fb-fa57-f510-7522-dac2dbf39b80-d2296a60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Phone-4.w-node-b4b256fb-fa57-f510-7522-dac2dbf39b82-d2296a60 {
    grid-area: 5 / 1 / 4 / 2;
  }

  #w-node-_74153f82-a46c-6f8b-b59c-2ceb7ebc0627-d2296a60, #w-node-_6f5d0fce-f50f-802e-cead-05848b6ffdac-d2296a60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Phone-2.w-node-_6f5d0fce-f50f-802e-cead-05848b6ffdae-d2296a60 {
    grid-area: 5 / 1 / 4 / 2;
  }

  #w-node-da9b5e59-c577-63bd-8af7-0b32d426ef5c-d2296a60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d61338a2-e966-b2ae-60e2-e5c35607296f-d2296a60 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d61338a2-e966-b2ae-60e2-e5c356072970-d2296a60, #w-node-_641a0546-a53e-a296-9297-ea52761daaf8-d2296a60, #field-3.w-node-_641a0546-a53e-a296-9297-ea52761daafb-d2296a60, #w-node-_7a557107-abe1-98c8-866b-2c028febe0ec-d2296a60, #field-3.w-node-_7a557107-abe1-98c8-866b-2c028febe0ef-d2296a60 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c61ae282-d644-f7ef-a546-2847ed9c87cf-d2296a60, #w-node-_195ce097-c790-9614-d4a8-aebf9aa20d5a-d2296a60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Phone-7.w-node-_195ce097-c790-9614-d4a8-aebf9aa20d5c-d2296a60 {
    grid-area: 5 / 1 / 4 / 2;
  }

  #w-node-_371849d0-05e0-ee1e-04df-bb02a51a8936-d2296a60, #w-node-f529a46b-24e6-bda2-c96e-0f3e9a9c9e6e-d2296a60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d783a8e0-8f8e-053d-e5b1-ace1b4f902ca-266f4652, #w-node-b41b542c-5c39-adf4-62f2-711b02eb5554-266f4652, #w-node-e191f218-19cd-bec5-2298-4d35e5b83704-266f4652, #w-node-_51bf1692-55ac-c142-ca90-0d70ee1600bc-266f4652, #w-node-_87b7af76-6b9c-5d66-c117-fb7a75569f8d-6de24325, #w-node-_87b7af76-6b9c-5d66-c117-fb7a75569fa1-6de24325, #w-node-_87b7af76-6b9c-5d66-c117-fb7a75569fac-6de24325, #w-node-_87b7af76-6b9c-5d66-c117-fb7a75569fb7-6de24325, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956b4-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956bc-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956c7-5f9ad770, #w-node-_2790b812-bf5f-9b9e-0fd2-c395d270e37b-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956d2-5f9ad770, #w-node-_0e91b513-8c80-4cb9-7334-e64891af685e-5f9ad770, #w-node-_6c521152-d1fa-e7bf-40e4-c4ac17d16680-5f9ad770 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6ade-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6af4-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6afd-3d552107 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6b06-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6b0f-3d552107 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_70bd78e7-3159-bc7c-6c4a-5402e6f8a894-d2296a26 {
    align-self: stretch;
  }

  #w-node-_08a0da17-8287-e79b-95d7-b7d38426e379-d2296a26 {
    align-self: end;
  }

  #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956b4-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956bc-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956c7-5f9ad770, #w-node-_2790b812-bf5f-9b9e-0fd2-c395d270e37b-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956d2-5f9ad770, #w-node-_0e91b513-8c80-4cb9-7334-e64891af685e-5f9ad770, #w-node-_6c521152-d1fa-e7bf-40e4-c4ac17d16680-5f9ad770 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6ade-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6af4-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6afd-3d552107 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6b06-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6b0f-3d552107 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_70bd78e7-3159-bc7c-6c4a-5402e6f8a894-d2296a28, #w-node-_08a0da17-8287-e79b-95d7-b7d38426e379-d2296a28 {
    align-self: stretch;
  }

  #w-node-_08a0da17-8287-e79b-95d7-b7d38426e379-d2296a29 {
    align-self: start;
  }

  #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956b4-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956bc-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956c7-5f9ad770, #w-node-_2790b812-bf5f-9b9e-0fd2-c395d270e37b-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956d2-5f9ad770, #w-node-_0e91b513-8c80-4cb9-7334-e64891af685e-5f9ad770, #w-node-_6c521152-d1fa-e7bf-40e4-c4ac17d16680-5f9ad770 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6ade-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6af4-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6afd-3d552107 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6b06-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6b0f-3d552107 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_878506ce-205c-76b6-8ec6-d6f700ceacef-d22969c1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_878506ce-205c-76b6-8ec6-d6f700ceacf3-d22969c1, #w-node-_878506ce-205c-76b6-8ec6-d6f700ceacf5-d22969c1 {
    align-self: end;
  }

  #w-node-_878506ce-205c-76b6-8ec6-d6f700ceacf7-d22969c1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_119d1e11-e7d4-8312-df7d-b874c3342626-c334261b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_119d1e11-e7d4-8312-df7d-b874c3342636-c334261b {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-_119d1e11-e7d4-8312-df7d-b874c334263b-c334261b {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-_784db987-a0f6-fd20-26e4-e8f0bfc4d68e-d2296a26, #w-node-_8e2ceaee-c5b6-cb95-f6f3-f70fd997b812-d2296a26, #w-node-_819b8856-5052-64c4-b40f-b3996f89f9c8-d2296a26, #w-node-a0139d89-48ed-3c40-1fdd-a0d78158bfe6-d2296a26, #w-node-e8a9a4d4-06e8-4a66-e82a-627bc8081728-d2296a26, #w-node-bcddb252-101c-536c-3099-d51bd28af391-d2296a26, #w-node-_5eb98d58-271a-78c1-fdaf-5317298df792-d2296a26, #w-node-_6d6722c3-2ea8-9df7-5ed8-493f91a5a7a7-d2296a26, #w-node-c60da6ce-7756-c108-3ff2-b18c158b844d-d2296a26 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0bb612d9-5e6f-307b-83f3-0722b981d4ab-d2296a26 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_097c2f1a-f06d-b20c-ed36-7090b8683e7f-d2296a26 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0bb612d9-5e6f-307b-83f3-0722b981d4ab-d2296a27 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_097c2f1a-f06d-b20c-ed36-7090b8683e7f-d2296a27 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d3498c3-1002-a4b5-2a0e-6305570b497e-570b4952 {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-_2d3498c3-1002-a4b5-2a0e-6305570b4983-570b4952 {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-_0bb612d9-5e6f-307b-83f3-0722b981d4ab-d2296a28 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_097c2f1a-f06d-b20c-ed36-7090b8683e7f-d2296a28 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_784db987-a0f6-fd20-26e4-e8f0bfc4d68e-d2296a28, #w-node-_819b8856-5052-64c4-b40f-b3996f89f9c8-d2296a28, #w-node-_5bb8a4e8-4fb7-4789-f16a-cc39e3bb30e5-d2296a28, #w-node-_6d6722c3-2ea8-9df7-5ed8-493f91a5a7a7-d2296a28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18ab8474-6d12-0c16-0022-513952fa550b-52fa54df {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-_18ab8474-6d12-0c16-0022-513952fa5510-52fa54df {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-_0bb612d9-5e6f-307b-83f3-0722b981d4ab-d2296a29 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_08a0da17-8287-e79b-95d7-b7d38426e379-d2296a29 {
    align-self: center;
  }

  #w-node-_097c2f1a-f06d-b20c-ed36-7090b8683e7f-d2296a29 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_784db987-a0f6-fd20-26e4-e8f0bfc4d68e-d2296a29, #w-node-_8e2ceaee-c5b6-cb95-f6f3-f70fd997b812-d2296a29, #w-node-_819b8856-5052-64c4-b40f-b3996f89f9c8-d2296a29, #w-node-a0139d89-48ed-3c40-1fdd-a0d78158bfe6-d2296a29, #w-node-e8a9a4d4-06e8-4a66-e82a-627bc8081728-d2296a29, #w-node-bcddb252-101c-536c-3099-d51bd28af391-d2296a29, #w-node-_5eb98d58-271a-78c1-fdaf-5317298df792-d2296a29, #w-node-_6d6722c3-2ea8-9df7-5ed8-493f91a5a7a7-d2296a29, #w-node-_468b6adc-8561-e1d4-abeb-3935d445d99f-d2296a29 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_77c77ecd-0d66-dde5-e192-47afdf3e4d84-df3e4d58 {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-_77c77ecd-0d66-dde5-e192-47afdf3e4d89-df3e4d58 {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-_614b358a-4407-c24b-ed94-9ed14b27edec-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27edf2-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27edf8-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27edfe-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27ee04-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27ee0a-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27ee10-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27ee16-d2296a4a, #w-node-_6ab21c89-9b5b-d064-4f1c-49e0ecbe7c97-d2296a4a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d783a8e0-8f8e-053d-e5b1-ace1b4f902ca-266f4652, #w-node-b41b542c-5c39-adf4-62f2-711b02eb5554-266f4652, #w-node-e191f218-19cd-bec5-2298-4d35e5b83704-266f4652, #w-node-_51bf1692-55ac-c142-ca90-0d70ee1600bc-266f4652, #w-node-_87b7af76-6b9c-5d66-c117-fb7a75569f8d-6de24325, #w-node-_87b7af76-6b9c-5d66-c117-fb7a75569fa1-6de24325, #w-node-_87b7af76-6b9c-5d66-c117-fb7a75569fac-6de24325, #w-node-_87b7af76-6b9c-5d66-c117-fb7a75569fb7-6de24325 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956b4-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956bc-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956c7-5f9ad770, #w-node-_2790b812-bf5f-9b9e-0fd2-c395d270e37b-5f9ad770, #w-node-_6be3d312-442f-1dc7-d365-b0c48f1956d2-5f9ad770, #w-node-_0e91b513-8c80-4cb9-7334-e64891af685e-5f9ad770, #w-node-_6c521152-d1fa-e7bf-40e4-c4ac17d16680-5f9ad770 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6ade-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6af4-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6afd-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6b06-3d552107, #w-node-_880ccb9b-fba1-153e-2b23-1095d11c6b0f-3d552107 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c60da6ce-7756-c108-3ff2-b18c158b844d-d2296a26 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f0908c6-f1bf-d55b-a846-7dd103751532-d2296a26, #w-node-cc04e38e-d5be-4f51-c536-31aae3307368-d2296a26 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
    justify-self: start;
  }

  #w-node-_57c160ca-cbdd-3d7d-dc60-ae8a4ae484c0-d2296a26 {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-_784db987-a0f6-fd20-26e4-e8f0bfc4d68e-d2296a27, #w-node-_819b8856-5052-64c4-b40f-b3996f89f9c8-d2296a27, #w-node-_53a2bcd3-296e-12cd-7d87-3fe60b7ba57f-d2296a27, #w-node-_6d6722c3-2ea8-9df7-5ed8-493f91a5a7a7-d2296a27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_784db987-a0f6-fd20-26e4-e8f0bfc4d68e-d2296a28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_819b8856-5052-64c4-b40f-b3996f89f9c8-d2296a28, #w-node-_5bb8a4e8-4fb7-4789-f16a-cc39e3bb30e5-d2296a28, #w-node-_6d6722c3-2ea8-9df7-5ed8-493f91a5a7a7-d2296a28, #w-node-_784db987-a0f6-fd20-26e4-e8f0bfc4d68e-d2296a29, #w-node-_8e2ceaee-c5b6-cb95-f6f3-f70fd997b812-d2296a29, #w-node-_819b8856-5052-64c4-b40f-b3996f89f9c8-d2296a29, #w-node-a0139d89-48ed-3c40-1fdd-a0d78158bfe6-d2296a29, #w-node-e8a9a4d4-06e8-4a66-e82a-627bc8081728-d2296a29, #w-node-bcddb252-101c-536c-3099-d51bd28af391-d2296a29, #w-node-_5eb98d58-271a-78c1-fdaf-5317298df792-d2296a29, #w-node-_6d6722c3-2ea8-9df7-5ed8-493f91a5a7a7-d2296a29, #w-node-_468b6adc-8561-e1d4-abeb-3935d445d99f-d2296a29, #w-node-a16e37ad-39c6-c988-44b2-01270a0c0c01-d2296a29, #w-node-_614b358a-4407-c24b-ed94-9ed14b27edec-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27edf2-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27edf8-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27edfe-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27ee04-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27ee0a-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27ee10-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27ee16-d2296a4a, #w-node-_614b358a-4407-c24b-ed94-9ed14b27ee1c-d2296a4a, #w-node-_6ab21c89-9b5b-d064-4f1c-49e0ecbe7c97-d2296a4a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb95-d2296a5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_119d1e11-e7d4-8312-df7d-b874c3342626-c334261b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_119d1e11-e7d4-8312-df7d-b874c3342636-c334261b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_119d1e11-e7d4-8312-df7d-b874c334263b-c334261b {
    grid-row: 4 / 4;
    grid-column-end: 2;
  }

  #w-node-_534768e0-e6d9-138b-6019-5700423badac-d22969e5, #w-node-cd260695-a0d3-6b2f-4c49-9cd2ba0c16fe-d22969e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7be3def-48c1-5719-4001-7253c2e2d9ab-d22969e5, #w-node-_98a01e46-bf8a-98f6-1e20-493f6f7a3b64-d22969e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7be3def-48c1-5719-4001-7253c2e2d9aa-d22969e5 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-c60da6ce-7756-c108-3ff2-b18c158b844d-d2296a26 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4f0908c6-f1bf-d55b-a846-7dd103751532-d2296a26, #w-node-cc04e38e-d5be-4f51-c536-31aae3307368-d2296a26 {
    justify-self: start;
  }

  #w-node-_3c8ea355-9d16-d565-e670-82e12b2e2bd2-d2296a26 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b7b5f25c-3cae-2147-b16f-144b0d32065a-d2296a26 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b84b994-ab78-1cc0-25c2-442b727c7de0-727c7ddd {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1b84b994-ab78-1cc0-25c2-442b727c7de3-727c7ddd {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-_53a2bcd3-296e-12cd-7d87-3fe60b7ba57f-d2296a27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2d3498c3-1002-a4b5-2a0e-6305570b497e-570b4952 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d3498c3-1002-a4b5-2a0e-6305570b4983-570b4952 {
    grid-row: 4 / 4;
    grid-column-end: 2;
  }

  #w-node-_0bb612d9-5e6f-307b-83f3-0722b981d4ab-d2296a28 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5bb8a4e8-4fb7-4789-f16a-cc39e3bb30e5-d2296a28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18ab8474-6d12-0c16-0022-513952fa550b-52fa54df {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_18ab8474-6d12-0c16-0022-513952fa5510-52fa54df {
    grid-row: 4 / 4;
    grid-column-end: 2;
  }

  #w-node-_468b6adc-8561-e1d4-abeb-3935d445d99f-d2296a29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a16e37ad-39c6-c988-44b2-01270a0c0c01-d2296a29 {
    grid-column: span 1 / span 1;
  }

  #w-node-_77c77ecd-0d66-dde5-e192-47afdf3e4d84-df3e4d58 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_77c77ecd-0d66-dde5-e192-47afdf3e4d89-df3e4d58 {
    grid-row: 4 / 4;
    grid-column-end: 2;
  }

  #w-node-_614b358a-4407-c24b-ed94-9ed14b27ee1c-d2296a4a {
    grid-column: span 1 / span 1;
  }

  #w-node-_6ab21c89-9b5b-d064-4f1c-49e0ecbe7c97-d2296a4a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d61338a2-e966-b2ae-60e2-e5c35607296f-d2296a60 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-d61338a2-e966-b2ae-60e2-e5c356072970-d2296a60, #w-node-_641a0546-a53e-a296-9297-ea52761daaf8-d2296a60, #w-node-_7a557107-abe1-98c8-866b-2c028febe0ec-d2296a60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}





