@font-face {
  font-family: Playfairdisplay Variablefont Wght;
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url("https://cdn.prod.website-files.com/678d4f3b2413a232e9036ac0/679e3d57f4b142f1a693dff6_Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-VariableItalic.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer Variable;
  src: url('../fonts/Switzer-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacegrotesk Variablefont Wght;
  src: url('../fonts/SpaceGrotesk-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay Variable;
  src: url('../fonts/ClashDisplay-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk Variable;
  src: url('../fonts/CabinetGrotesk-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ranade Variable;
  src: url('../fonts/Ranade-Variable.ttf') format("truetype");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ranade;
  src: url('../fonts/Ranade-VariableItalic.ttf') format("truetype");
  font-weight: 100 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-VariableItalic.ttf') format("truetype");
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans Variable;
  src: url('../fonts/GeneralSans-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gambarino;
  src: url('../fonts/Gambarino-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --heading-main-color: #022a5b;
  --dark-grey: #2c2c2c;
  --body-font: #5d6066;
  --pale-yellow: #ffbb5cdb;
  --transparent: transparent;
  --light-white: #ffffffb3;
  --heading-color: #060f1a;
  --border-twenty: 20px;
  --footer-color: #141a29;
  --light-background: #fffaf4;
  --deep-grey: #aa9b86;
  --light-grey: #cecfd0;
  --color: #000;
}

.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-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-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: #000c;
  position: fixed;
  inset: 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: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

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

.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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-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-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-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;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--white);
  letter-spacing: .1px;
  text-transform: none;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.75rem;
}

h1 {
  color: var(--heading-main-color);
  letter-spacing: -.04rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk Variable, Arial, sans-serif;
  font-size: 4.375rem;
  font-weight: 500;
  line-height: 5rem;
}

h2 {
  color: var(--heading-main-color);
  letter-spacing: -.02rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 3.75rem;
}

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

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

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

h6 {
  color: var(--heading-main-color);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: var(--dark-grey);
  letter-spacing: .1rem;
  margin-bottom: 10px;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

a {
  color: var(--body-font);
  text-transform: none;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

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

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

li {
  color: var(--dark-grey);
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1rem;
}

blockquote {
  letter-spacing: .02rem;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  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 #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  z-index: 1000;
  box-shadow: none;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #022a5bc4;
  border: 1px #eaecf0;
  border-radius: 20px;
  padding: .75rem;
}

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

.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-top:hover {
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.1rem;
}

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

.big-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  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;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.nav-sticky-bg.transparent.no-border {
  border-bottom-style: none;
}

.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;
  display: flex;
  position: static;
}

.navbar-menu-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: block;
}

.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: transform .2s, all .3s;
  display: flex;
}

.menu-link-toggle:hover {
  color: var(--pale-yellow);
  transform: scale(1.1);
}

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

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

.menu-link-toggle.white-menu.margin-left-zero:hover {
  color: var(--pale-yellow);
}

.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: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
}

.navbar-section {
  z-index: 99;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: fixed;
  inset: 0 0 auto;
}

.submenu-text {
  color: var(--white);
  letter-spacing: 0;
  transition: transform .2s;
}

.submenu-text:hover {
  color: var(--pale-yellow);
  transform: scale(1.1);
}

.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 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-one {
  z-index: 1;
  max-width: 1170px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-one.margin-top-fifty {
  margin-top: 50px;
}

.container-one.home-one-banner-container {
  z-index: 4;
}

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

.container-one.right-margin {
  margin-right: 20px;
}

.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: 100vh;
}

.lightbox-block.home-two-lightbox {
  inset: 0% auto auto 0%;
}

.lightbox-block.about-one-lightbox-one {
  display: none;
  inset: -30% 1% auto auto;
}

.lightbox-block.service-one-lightbox-one {
  margin-top: -188px;
  margin-left: -38px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.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: 581px;
  margin-top: 20px;
}

.color-white.margin-bottom-thirty.home-one-hero-paragraph.heroparagraph {
  color: var(--white);
  letter-spacing: .2rem;
  margin-top: 10px;
  line-height: 120%;
}

.color-white.margin-bottom-fifteen.home-one-oil-leaders-heading {
  max-width: 618px;
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
  font-weight: 500;
}

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

.color-white.margin-bottom-twenty {
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
}

.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 {
  color: var(--body-font);
  margin-top: -263px;
}

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

.inner-ticker.two {
  background-color: var(--pale-yellow);
  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(--heading-color);
  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: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  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(--white);
  -webkit-text-stroke-width: 0px;
}

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

.keyareas_section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.home-one-provide-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: grid;
}

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

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

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

.margin-bottom-twenty {
  margin-bottom: 20px;
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
}

.margin-bottom-twenty.margin-top-zero {
  color: var(--heading-main-color);
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
}

.margin-bottom-twenty.margin-top-zero.home-one-we-provide-text, .margin-bottom-twenty.home-one-we-provide-heading {
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
}

.margin-bottom-twenty.mobile-text-left {
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
  font-weight: 500;
}

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

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

.margin-bottom-fifteen.padding-left-right-five-percent.margin-top-zero.textcolor_blue {
  color: var(--heading-main-color);
}

.margin-bottom-fifteen.service-one-landscape-heading {
  max-width: 700px;
  padding-top: 0;
}

.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-btn-block.home-three-service-btn.mitgliederbutton {
  margin-top: -120px;
  margin-bottom: 60px;
}

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

.home-one-btn-block.partner-button {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 150px;
}

.aboutus_section {
  background-color: var(--footer-color);
  background-image: url('../images/Leaders-Bg.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}

.color-grey {
  color: #cecfd0;
}

.color-grey.margin-bottom-thirty {
  color: var(--white);
  margin-bottom: 30px;
}

.color-grey.margin-bottom-thirty.home-one-oil-paragraph {
  color: var(--white);
  letter-spacing: .1rem;
  max-width: 533px;
}

.color-grey.margin-bottom-zero.margin-top-fourty {
  color: var(--white);
}

.color-grey.margin-bottom-twenty {
  color: var(--white);
  text-align: left;
  font-family: Satoshi Variable, Arial, sans-serif;
}

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

.color-grey.maxwitdth85vw {
  max-width: 85vw;
}

.color-grey.maxwitdth85vw.margin-top-fourty {
  font-family: Satoshi Variable, Arial, sans-serif;
}

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

.home-one-leaders-image-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -170px;
  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;
}

.mission_section {
  background-image: linear-gradient(180deg, var(--white), #fbf9f4);
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

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

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

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

.table-bg-wrapper.our-key-benefits-bg {
  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;
}

.environmental-text-outer.related-service-block.kernpunkte-mouse-hover {
  cursor: pointer;
  transition: transform .375s;
  transform: translate(0);
}

.environmental-text-outer.related-service-block.kernpunkte-mouse-hover:hover {
  box-shadow: none;
  transform: scale(1.06);
}

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

.key-benefits-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 {
  color: var(--white);
  margin-top: 0;
}

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

.margin-top-zero.margin-bottom-zero.text-color-blue {
  color: var(--heading-main-color);
}

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

.margin-top-zero.blog-news-text-heading.text-blue, .margin-top-zero.textcolor_blue {
  color: var(--heading-main-color);
}

.benefits-paragraph {
  max-width: 84%;
  margin-bottom: 0;
}

.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 #0000;
  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: 1px #000;
  padding-left: 30px;
  padding-right: 30px;
  transition: box-shadow .3s;
}

.environmental-main-block.related-block:hover {
  box-shadow: 2px 0 50px #0003;
}

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

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

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

.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;
  font-size: 1rem;
}

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

.autofit {
  object-fit: cover;
  margin-bottom: 0;
  display: inline-block;
}

.autofit.full-width {
  border-radius: 15px;
  width: 100%;
}

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

.autofit.image-height-auto {
  width: 100%;
  height: 80vh;
}

.autofit.border-radius-fifteen {
  border-radius: 25px;
}

.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(--pale-yellow);
}

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

.autofit.environmental-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
}

.autofit.progress-img-one {
  z-index: 1;
  border-radius: 100px;
  position: relative;
}

.autofit.hiddenimage {
  display: none;
}

.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(--pale-yellow);
  transform: translate(8px);
}

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

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

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

.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 {
  -webkit-text-stroke-color: var(--body-font);
}

.footer-flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.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(--pale-yellow);
  border: 0 solid #0000;
  display: block;
  position: relative;
}

.hero-button-background {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fbf7ec;
  border: 1px solid #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.button-main {
  color: var(--heading-color);
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 35px;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1rem;
  display: none;
  position: relative;
}

.button-main.margin-top-ten {
  margin-top: 0;
  display: flex;
}

.button-main.buttonbildunghidden {
  display: none;
}

.button-main.mitglied_button {
  transform-style: preserve-3d;
  border-color: #000;
  border-radius: 10px;
  transition: transform .45s;
}

.button-main.mitglied_button:hover {
  background-color: var(--pale-yellow);
  transform: translate3d(4px, 4px, 4px);
}

.button-main.custom_button {
  padding-left: 10px;
  padding-right: 10px;
}

.button-main.custom_button.navbar-button {
  justify-content: center;
  align-items: center;
  font-size: .8rem;
}

.home-one-banner-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.btn---bg-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -.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: #fff0;
  padding: 1rem 2rem;
  font-family: Inter;
  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(--pale-yellow);
}

.scrolling-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--body-font);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200%;
  display: block;
  transform: translate(-52px, -158px)rotate(-3deg);
}

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

.scrolling-inside-line {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: center;
  height: 100%;
  display: flex;
}

.scrolling-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Home-One-Star.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  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;
}

.education_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;
  display: none;
  overflow: hidden;
}

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

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

.scrolling-block-three {
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  height: 111px;
  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;
  background-image: url('../images/Home-One-Star.svg');
  background-position: 0%;
  background-size: 50px;
  height: 100%;
  margin-right: 30px;
  padding-left: 60px;
}

.scrolling-item-two.stroke {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #aa9b86;
  background-image: url('../images/BWALOGO.jpg');
  background-size: 90px;
  height: 100%;
  margin-right: 30px;
  padding-left: 100px;
}

.project_section {
  z-index: 2;
  background-color: var(--white);
  display: none;
}

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

.project-heading {
  z-index: 1;
  color: #d7d7d7;
  justify-content: center;
  padding-top: 150px;
  font-family: Clashdisplay Variable, Arial, sans-serif;
  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(#fff0, #000);
  justify-content: space-between;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-two-project-arrow-flex {
  background-color: var(--pale-yellow);
  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-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: 15px;
  flex: 1;
  justify-content: space-between;
  align-self: center;
}

.partner_section {
  background-color: #fbf9f4;
  background-image: url('../images/Service-Two-Background.svg');
  background-position: 100%;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 70px;
  display: block;
  overflow: hidden;
}

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

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

.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;
  inset: auto 0% 0%;
}

.tab-heading {
  color: var(--heading-main-color);
  margin-top: 0;
  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;
  padding-top: 149px;
  overflow: visible;
}

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

.table-bg-gradient-light {
  background-image: linear-gradient(to right, #ffbb5c80, #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(--pale-yellow);
}

.tab-link-two {
  background-color: #0000;
  border-bottom: 1px dashed #b0afaf;
  padding: 25px 20px;
}

.tab-link-two.w--current {
  background-color: #0000;
}

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

.tab-link-two.tab_link_new {
  display: none;
}

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

.partner_deatil_section {
  background-image: linear-gradient(#fbf9f4, #fff);
  margin-top: -70px;
  margin-bottom: 70px;
  display: block;
  overflow: hidden;
}

.tab-content-yellow-line {
  background-color: var(--pale-yellow);
  width: 40vw;
  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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #0003;
  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;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid #616161;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 23%;
  display: flex;
  position: relative;
}

.hover-skew-shape {
  z-index: 0;
  background-color: var(--pale-yellow);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 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-key-block {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.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 #62626299;
  flex: 1;
}

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

.home-three-footer-box-one {
  border-bottom: 1px solid #62626299;
  border-left: 1px solid #62626299;
  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 #62626299;
}

.event_section {
  background-color: var(--heading-color);
  background-image: url('../images/Demo-background.svg'), url('../images/Blue-Glow.png'), url('../images/Contact-Three-Background.svg');
  background-position: 0%, 50% 100%, 100% 0;
  background-size: cover, auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

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

.home-three-project-box-one {
  cursor: pointer;
  background-color: #ffffff14;
  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-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: block;
  position: absolute;
  inset: 45% auto auto -12%;
  transform: rotate(-90deg);
}

.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-mission-section {
  background-color: var(--light-white);
  background-image: url('../images/Blog-Three-background.svg');
  background-position: 50%;
  background-size: cover;
  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%;
}

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

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

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

.about-two-hero-left {
  flex: 1;
  max-width: 25vw;
}

.about-two-hero-right {
  flex: 1;
  max-width: 100%;
  position: static;
}

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

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

.about-two-hero-heading-two.hero-two.berunstitel {
  color: var(--pale-yellow);
  transform: translate(0);
}

.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;
  inset: 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;
  align-items: flex-start;
  height: 40vh;
}

.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 #8f99a140;
}

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

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

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

.about-two-mission-number-bg {
  background-image: url('../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;
  inset: 48% 49.4% auto auto;
}

.about-two-our-values-block {
  background-color: #0b122e;
  background-image: url('../images/Leaders-Bg.webp');
  background-position: 100% 100%;
  background-size: cover;
  height: auto;
  padding-bottom: 30px;
}

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

.about-two-values-left {
  flex: 1;
  align-self: center;
  padding-top: 20px;
}

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

.home-two-why-choose-right {
  flex: 1;
  height: 69vh;
  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;
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
}

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

.about-two-progress-section {
  background-color: #fbf9f4;
  background-image: url('../images/Service-Two-Background.svg'), url('../images/Project-Details-Background.svg');
  background-position: 100% 0, 50%;
  background-size: cover, cover;
  padding-top: 230px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.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 #0000000d;
}

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

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

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

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

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

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

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

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

.about-one-company-section {
  background-image: url('../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 {
  background-image: none;
}

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

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

.grey-color {
  color: #cecfd0;
}

.grey-color.mobile-text-left {
  color: var(--white);
}

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

.grey-color.service-two-leading-paragraph.text-center {
  color: var(--white);
}

.white-color {
  color: #fff;
}

.white-color.margin-bottom-twenty {
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
}

.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 {
  padding-top: 220px;
  padding-bottom: 120px;
}

.service-one-counter-heading {
  text-transform: lowercase;
  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: #0071db;
}

.color-yellow.margin-bottom-zero {
  color: var(--pale-yellow);
}

.color-yellow.margin-bottom-zero.herotitle {
  font-size: 2rem;
  line-height: 4.5rem;
}

.service-one-counter-text {
  color: var(--heading-color);
  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(--pale-yellow);
  background-color: var(--white);
  color: var(--heading-main-color);
  box-shadow: 2px 0 54px #0003;
}

.members_section {
  background-color: #141a29;
  background-image: url('../images/Leaders-Bg.webp'), url('../images/Group-1035.svg'), url('../images/Blog-Three-background.svg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: 1910px, auto, cover;
  background-attachment: scroll, scroll, scroll;
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.service-one-choose-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  background-image: linear-gradient(#000000b3, #000000b3);
  border-radius: 96px 80px 0 100px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 75vw;
  margin-bottom: 30px;
  padding: 15px;
  display: flex;
}

.service-one-choose-box.vorteil1_home {
  background-image: linear-gradient(#000000b8, #0e0e0ea3), url('../images/pexels-jibarofoto-2833037.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
}

.service-one-choose-box.vorteil2_home {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/peter-mitchell-lZLgqIiFHSw-unsplash.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-one-choose-box.vorteil3_home {
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/ken-kahiri-9pForwRXkA4-unsplash.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-one-choose-box.vorteil4_home {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/doug-linstedt-jEEYZsaxbH4-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-one-choose-box.vorteil5_home {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/dylan-gillis-KdeqA3aTnBY-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.service-one-choose-box.vorteil6_home {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/gabriel-schumacher-DICiPcdLDXY-unsplash.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-one-experience-block {
  align-self: center;
  margin-left: 10px;
}

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

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

.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(--pale-yellow);
  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(--pale-yellow);
  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-end;
  width: 60%;
  height: 585px;
  margin-top: auto;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.energy-landscape-img-two {
  height: auto;
  transition: box-shadow .3s, transform .2s;
  display: none;
  position: absolute;
  inset: auto 7% 33% auto;
}

.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);
  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;
  inset: 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-left: 8%;
  padding-right: 8%;
}

.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: 0 auto;
}

.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-section.grey-color {
  background-image: url('../images/Leaders-Bg.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1910px;
  background-attachment: fixed;
}

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

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

.service-one-related-serction {
  background-image: url('../images/Project-Details-Background.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 120px;
}

.table-bg-top {
  background-color: #ffbb5c33;
  width: 100%;
  height: 0;
}

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

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

.service-three-banner-section {
  padding-top: 220px;
  overflow: hidden;
}

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

.service-three-tab-section {
  background-image: url('../images/Blog-Three-background.svg');
  background-position: 50%;
  background-size: cover;
  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 {
  padding-top: 0;
  padding-bottom: 40px;
  display: none;
}

.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 {
  color: #060f1a;
  text-transform: uppercase;
  background-color: #ffbb5c;
  padding: 19px 34px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 100%;
  transition: transform .2s;
}

.contact-one-form-submit-btn:hover {
  transform: translate(0, -5px);
}

.contact-one-form-submit-btn.margin-top-fifteen {
  margin-top: 15px;
}

.contact-address-block {
  border-bottom: 1px solid #cccacb;
  padding-top: 25px;
  padding-bottom: 21px;
}

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

.contact-one-details-left {
  flex: 1;
  max-width: 40%;
}

.contact-one-details-block {
  margin-top: 35px;
}

.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.demo-text-area {
  height: 148px;
}

.contact_section {
  background-image: url('../images/Yellow-Blur.webp'), url('../images/Blue-Bar-Left.webp');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 115px;
  display: none;
}

.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 {
  border-radius: 20px;
  flex: 1;
  padding: 0 40px 40px;
  box-shadow: 0 2px 5px #0003;
}

.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: #0000;
  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(#0000, #00000096 3%);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 240vw;
  height: 240vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.circle-item-text-container {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 0% 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;
  inset: 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;
  inset: 0% 0% auto;
}

.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;
  inset: 0% auto 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: sticky;
  top: 0;
  overflow: hidden;
}

.circle-gradient {
  z-index: 2;
  width: 100%;
  height: 14%;
  position: absolute;
  inset: auto 0% 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('../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: #3330;
  -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;
  inset: 22% 27% auto auto;
}

.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;
  inset: auto auto 30% 9%;
}

.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;
  inset: 36% 20% auto auto;
}

.awards-hero {
  background-image: url('../images/Award-hero-glow-two.svg'), url('../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;
}

.awards-hero.position-relative {
  background-image: none;
}

.award-company-contain-text-block {
  border-bottom: 1px solid #0000004d;
  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;
}

.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;
  inset: 320px auto auto 2%;
}

.award-company-contain {
  border-left: 1px solid #0000004d;
  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;
}

.tag.is-text {
  border-style: none;
  border-color: var(--\<unknown\|relume-variable-transparent\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  padding: 0;
  font-weight: 700;
  display: inline-block;
}

.tag.tag_blog_category {
  text-align: left;
  width: 50%;
}

.awards-company {
  padding-bottom: 90px;
}

.award-hero-dot-three {
  position: absolute;
  inset: auto auto 21% 39%;
}

.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 #0000001a;
}

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

.award-hero-image-block {
  flex: 0 60%;
  padding-bottom: 20px;
  padding-right: 20px;
}

.awards-hero-dot-wrap {
  display: none;
}

.awards-review-block {
  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: #cfcfcf4d;
  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;
}

.booking {
  padding-top: 182px;
  padding-bottom: 120px;
}

.booking-dot-one {
  position: absolute;
  inset: auto auto 5% 3%;
}

.booking-dot-two {
  position: absolute;
  inset: 23% auto auto 9%;
}

.booking-dot-three {
  position: absolute;
  inset: 10% 12% auto auto;
}

.booking-dot-four {
  position: absolute;
  inset: 24% 15% auto auto;
}

.booking-dot-five {
  position: absolute;
  inset: 8% auto auto 13%;
}

.case-study-dot-three {
  position: absolute;
  inset: 27% 3% auto auto;
}

.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('../images/Glow-2.svg'), url('../images/Award-hero-glow-one.svg'), url('../images/Award-hero-glow-two.svg'), url('../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;
  display: none;
}

.case-study-dot-one {
  position: absolute;
  left: 10px;
}

.case-study-image-block-one {
  flex: 1;
}

.case-study-dot-five {
  position: absolute;
  inset: auto 53% 18% auto;
}

.case-study-dot-two {
  position: absolute;
  inset: 22% auto auto 46%;
}

.case-study-image-wrap {
  border-radius: 5px;
}

.case-study-dot-four {
  position: absolute;
  inset: auto 2% 19% auto;
}

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

.margin-top-twenty.blog-two-paragraph {
  max-width: 458px;
}

.case-study-image-block {
  grid-column-gap: 30px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.case-study-image-block-two {
  flex: 1;
  padding-top: 30px;
}

.case-study-hero {
  padding-top: 160px;
  padding-bottom: 84px;
}

.case-study-wrap {
  grid-column-gap: 98px;
  flex-flow: column;
  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;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  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 {
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
}

.heading-three.margin-bottom-fifteen.demo-contain-text-color {
  color: var(--heading-main-color);
}

.popular-casses-tag-line {
  background-color: #00000080;
  width: 100px;
  height: 1px;
}

.popular-casses-card {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 15px 58px #00000014;
}

.popular-casses-card.border-radius-twenty {
  border-radius: 20px;
}

.popular-casses-link {
  grid-column-gap: 8px;
  color: #ffbb5c;
  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);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

.heading-five.text-uppercase.text-medium {
  color: var(--heading-main-color);
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
}

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

.popular-casses-card-image.autofit {
  width: 100%;
  max-width: none;
}

.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 {
  padding-bottom: 120px;
  display: none;
}

.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 {
  background-image: url('../images/Group-1035.svg');
  background-position: 100% 0;
  background-size: cover;
  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(#0000, #060f1acc);
  position: absolute;
  inset: 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;
  inset: auto 0% 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(--pale-yellow);
  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 {
  padding-top: 185px;
  padding-bottom: 85px;
}

.experties-details-image-block {
  flex: 1;
  transition: box-shadow .35s, transform .2s;
  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;
}

.margin-top-thirty.cms-description-margin-bottom {
  color: var(--light-grey);
  margin-bottom: 120px;
  font-family: Cabinetgrotesk Variable, Arial, sans-serif;
  font-size: 1.1rem;
}

.contain-wrap {
  border-bottom: 1px solid #0003;
  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;
}

.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;
  inset: 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 #00000080;
  border-bottom: 1px solid #00000080;
  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 #00000014;
}

.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;
  inset: 29px 5% auto auto;
}

.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 #0000001a;
  flex-direction: column;
  padding: 20px 30px 30px 21px;
  display: flex;
}

.product-card-contain.position-relative {
  position: relative;
}

.full-width {
  width: 100%;
}

.full-width.autofit {
  border-radius: 0;
}

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

.large-container {
  max-width: 1750px;
  padding-left: 15px;
  padding-right: 15px;
}

.large-container.project-details-hero-image {
  padding-top: 60px;
}

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

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

.blog-one-hero-line {
  object-fit: scale-down;
}

.blog-one-hero-wrap {
  flex-direction: column;
  display: flex;
}

.blog-one-hero {
  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;
  text-transform: capitalize;
  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;
  margin-bottom: 31px;
}

.blog-two-news-card-wrap {
  margin-top: 60px;
}

.blog-two-hero {
  background-image: url('../images/Landing-Hero-background.svg'), url('../images/Service-Two-Background.svg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  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 {
  padding-top: 100px;
  padding-bottom: 120px;
  display: none;
}

.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-news-text-wrap.container-one.no-side-padding {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
}

.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%;
  display: none;
}

.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 #0003;
  border-bottom: 1px solid #0003;
  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 #0000004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 40px;
  transition: background-color .35s;
  display: flex;
}

.blog-two-news-block:hover {
  background-color: #ffbb5c1a;
}

.blog-three-hero {
  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(--pale-yellow);
}

.blog-social-media-link.facebook {
  display: none;
}

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

.blog-details-hero-image-wrap {
  border-radius: 25px;
  margin-top: 74px;
}

.blog-details-hero-image-wrap.overflow-none {
  max-width: 100vh;
}

.related-block {
  margin-bottom: 0;
  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-main-color);
  letter-spacing: -.04rem;
  text-transform: capitalize;
  font-family: Cabinetgrotesk Variable, Arial, sans-serif;
  font-size: 4.375rem;
  font-weight: 500;
  line-height: 5rem;
}

.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: #f7f7f78c;
}

.side-nav-link.no-border {
  border-bottom-style: none;
}

.style-navbar-wrapper {
  z-index: 1;
  max-width: 250px;
  height: 100%;
  max-height: 100vh;
  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;
  text-transform: capitalize;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.heading-two.text-medium {
  font-size: 2.5rem;
  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);
  place-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;
  place-items: center 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);
  text-transform: capitalize;
  font-family: Satoshi Variable, Arial, 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;
  text-transform: capitalize;
  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);
}

.image-shape-color-background, .image-shape-color-background-two {
  position: absolute;
  inset: 0%;
}

.paragraph {
  text-align: center;
  margin-bottom: 50px;
}

.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: #3330;
  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: #3330;
  border-left-color: #000;
}

.project-details-hero-paragraph {
  max-width: 929px;
  margin-top: 40px;
}

.related-project-paragraph {
  text-align: justify;
  max-width: 830px;
  margin-bottom: 70px;
}

.related-project {
  background-color: #fbf9f4;
  padding-top: 85px;
  padding-bottom: 100px;
}

.project-details-hero {
  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;
}

.home-one-previous-wrap {
  justify-content: center;
  width: auto;
  display: flex;
  position: relative;
}

.button-and-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: none;
}

.cart-quantity {
  background-color: var(--pale-yellow);
  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;
  display: none;
  position: relative;
}

.cart {
  margin-left: 15px;
}

.display-none {
  display: none;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.home-three-cms-project-contain {
  flex: 1;
}

.home-one-banner-video {
  height: 100vh;
}

.home-one-banner-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, #000000b3, var(--transparent));
  position: absolute;
  inset: 0%;
}

.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;
  inset: 0% 0% auto;
}

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

.dot-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.work-pogress-main-box {
  height: 350vh;
}

.work-pogress {
  background-color: var(--footer-color);
  background-image: url('../images/Blog-Three-background.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 87px;
  padding-bottom: 120px;
}

.work-pogress-bar-card-dot {
  z-index: 2;
  background-color: #d9d9d9;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  position: relative;
}

.work-pogress-yellow-line {
  z-index: 1;
  border-bottom: 1px dashed #ffbb5c;
  width: 0%;
  position: absolute;
  top: 50%;
  left: 0;
}

.work-pogress-paragraph {
  color: #ececec;
  text-align: center;
  max-width: 741px;
}

.work-pogress-bar-card-image-wrap {
  margin-top: 60px;
  position: relative;
}

.work-pogress-bar-card-image-wrap.work-pogress-bar-card-image-wrap-three {
  background-image: url('../images/product-school-nOvIa_x_tfo-unsplash.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  margin-top: 80px;
}

.work-pogress-bar-card-image-wrap.work-pogress-bar-card-image-wrap-three.progress1 {
  background-image: url('../images/mediensturmer-aWf7mjwwJJo-unsplash.avif');
}

.work-pogress-bar-card-image-wrap.work-pogress-bar-card-image-wrap-three.progress2 {
  background-image: url('../images/nasa-Q1p7bh3SHj8-unsplash.avif');
}

.work-pogress-bar-card-image-wrap.work-pogress-bar-card-image-wrap-three.progress4 {
  background-image: url('../images/scott-graham-5fNmWej4tAA-unsplash.avif');
}

.work-pogress-bar-card-image-wrap.work-pogress-bar-card-image-wrap-three.progress5 {
  background-image: url('../images/sincerely-media-dGxOgeXAXm8-unsplash.avif');
}

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

.text-white-two.text-semi-bold.pogress-heading-two.progresstitlechange, .text-white-two.text-semi-bold.progresstitlechange {
  font-size: 1rem;
}

.work-pogress-grey-line {
  z-index: 1;
  border-bottom: 1px dashed #8e8e8e;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 50% 0% 0%;
}

.pogress-line {
  flex-direction: row;
  align-items: center;
  width: 84%;
  display: flex;
  position: relative;
}

.work-pogress-bar-card {
  flex-direction: column;
  justify-content: flex-start;
  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-bar-wrap.position-relative {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}

.work-pogress-headding {
  text-align: center;
}

.work-pogress-headding.text-white.margin-bottom-twenty {
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
}

.work-pogress-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: sticky;
  top: 186px;
}

.product-card-overlay {
  z-index: -1;
  background-color: #ffbb5c;
  align-items: flex-end;
  position: absolute;
  inset: 0%;
}

.contact-three-form-block {
  flex: 0 55.87%;
  margin-bottom: 0;
}

.contact-three-contact-block {
  flex: 1;
}

.contact-three-form {
  margin-top: 140px;
  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;
}

.contact-three-form-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  margin-top: 80px;
  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;
}

.project-details-contain-tab-list {
  list-style-type: decimal;
}

.industry-text {
  font-size: 5.625rem;
  font-weight: 600;
  line-height: 100%;
}

.industry-text.herotitle1 {
  letter-spacing: 6px;
  font-family: Ranade Variable, Arial, sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
}

.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;
  inset: auto 0% 14%;
  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;
  inset: 0% 0% auto;
}

.circle-image-holder {
  z-index: 1;
  width: 100%;
  padding-top: 140%;
  position: relative;
  overflow: hidden;
  transform: translate(0, -50px);
}

.product-main-werap {
  padding-top: 190px;
  padding-bottom: 120px;
}

.margin-bottom-five {
  margin-bottom: 5px;
}

.case-study-details-hero-wrap {
  align-items: center;
}

.mobile-text-left.about-one-values-paragraph {
  max-width: 669px;
}

.border-radius-fifteen {
  border-radius: 15px;
}

.home-three-gallery-marque-block-overlay-one {
  z-index: 5;
  position: absolute;
  inset: 0% 0% auto;
}

.home-three-gallery-marque-block-overlay-two {
  z-index: 5;
  position: absolute;
  inset: auto 0% 0%;
}

.energy-landscape-img-one {
  position: absolute;
}

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

.service-two-leading-way-description {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-2, .paragraph-3, .paragraph-5, .paragraph-6 {
  color: var(--light-grey);
}

.div-block-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.projekte-heading-div-mobile {
  justify-content: center;
  align-items: center;
  display: none;
}

.heading-2 {
  color: var(--pale-yellow);
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

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

.privacylink {
  color: var(--pale-yellow);
  cursor: pointer;
}

.privacylink:hover {
  opacity: 1;
  color: var(--heading-main-color);
}

.datenschutzdiv {
  margin: 240px 60px 80px;
}

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

.headingdatenschutz {
  margin-bottom: 150px;
}

.heading-3 {
  font-family: Cabinetgrotesk Variable, Arial, sans-serif;
  font-weight: 400;
}

.heading-3.agb-heading {
  font-size: 3.5rem;
}

.heading-4, .heading-5 {
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
}

.heading-6, .heading-7 {
  font-family: Poppins, sans-serif;
}

.paragraph-7 {
  color: var(--dark-grey);
  font-family: Satoshi Variable, Arial, sans-serif;
}

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

.italic-text-2 {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-style: normal;
}

.paragraph-9 {
  z-index: 1000;
  margin-bottom: 42px;
  font-weight: 400;
}

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

.bildungsprogrammpunktewrapper {
  margin-top: 50px;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: center;
}

.bulletpoint {
  color: var(--white);
  font-weight: 600;
}

.link-2 {
  font-family: Clashdisplay Variable, Arial, sans-serif;
}

.list-item, .list-item-2, .block-quote {
  font-family: Satoshi Variable, Arial, sans-serif;
}

.text-block-15 {
  color: var(--body-font);
}

.text-block-16 {
  color: var(--pale-yellow);
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
  font-weight: 500;
}

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

.text-block-17 {
  color: var(--heading-color);
  padding-left: 10px;
}

.text-span-2, .text-span-3 {
  font-family: Cabinetgrotesk Variable, Arial, sans-serif;
}

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

.bulletpoint-grey {
  color: var(--heading-color);
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
}

.bulletpoint-grey.bulletpoint_vorteile_home {
  color: var(--light-background);
  font-weight: 500;
}

.bulletpoint-white-margin {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.bulletpoint-white {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.richtextwhite {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 10px;
}

.bold-text-4 {
  font-family: Satoshi Variable, Arial, sans-serif;
}

.neuechancenlinksimage {
  background-image: url('../images/jenny-theolin-oZYv81U1BFQ-unsplash.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  width: 30vw;
  height: 120vh;
  display: block;
  position: absolute;
  top: 8%;
  bottom: 0;
  left: -12%;
}

.neuechancenlinksimage.rechtsimage {
  background-image: url('../images/random-institute-H4pB_sVxcUw-unsplash.avif');
  border-radius: 40px;
  top: 60%;
  left: 82%;
}

.flex-block-3 {
  margin-top: 31px;
}

.aufnahmegeb-hrtextblock {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-top: 70px;
}

.div-block-4 {
  margin-top: -10px;
}

.text-white-2, .color-white-2 {
  color: #fff;
}

.agb-div {
  margin: 240px 60px 100px;
}

.agb-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.text-blue {
  color: var(--heading-main-color);
  text-align: center;
}

.mitglied-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-left: 60px;
  margin-right: 60px;
}

.text-content-mitglied {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-20 {
  color: var(--heading-main-color);
}

.rich-text-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.list-2, .list-item-10 {
  list-style-type: none;
}

.mitglied-heading {
  margin-top: 5px;
  margin-bottom: 40px;
}

.vertragsgrid-wrapper {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 80px;
  margin-bottom: 120px;
  display: flex;
}

.unternehmensmitglied_container {
  margin: 200px 60px 140px;
}

.unternehmensmitglied_textcontent_div {
  flex-flow: column;
  display: flex;
}

.custom_link {
  color: var(--heading-main-color);
  letter-spacing: .1rem;
  text-transform: uppercase;
  vertical-align: baseline;
  transform-style: preserve-3d;
  font-weight: 600;
  text-decoration: underline;
  transition: transform .35s;
  display: inline;
}

.custom_link:hover {
  color: var(--pale-yellow);
  display: inline;
  transform: scale(1.3)translate3d(7px, 7px, 7px);
}

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

.navlinks_white:hover {
  color: var(--pale-yellow);
}

.rich-text h1 {
  font-size: 3.5rem;
}

.rich-text h2, .rich-text h3 {
  font-size: 1.3rem;
}

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

.heading-11 {
  letter-spacing: -.02rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
}

.bold-text-6 {
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.code-embed {
  color: var(--body-font);
}

.section-donation {
  height: auto;
  margin: 25vh 60px;
}

.section_logo3_testmf {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  display: block;
  overflow: hidden;
}

.padding-section-medium {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.partner_name_heading {
  color: var(--heading-color);
  align-self: center;
  padding-left: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.logo3_component {
  margin-bottom: 0;
  display: flex;
}

.logo3_list {
  grid-column-gap: 10rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  height: 100px;
  margin-right: 2rem;
  display: flex;
}

.logo3_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo3_logo {
  max-width: none;
}

.partner_logo_name_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  margin-left: 5px;
  transition: transform .6s;
  display: flex;
}

.partner_logo_name_wrapper:hover {
  transform: scale(1.1);
}

.partner_heading {
  color: var(--heading-main-color);
  letter-spacing: .4rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 2rem;
}

.collection-list-wrapper-2 {
  display: none;
}

.section_blog65 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  margin-bottom: 40px;
  overflow: hidden;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.blog65_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
  display: grid;
}

.blog65_heading {
  flex: 1;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.blog65_group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-flow: row;
  height: auto;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.blog65_mask {
  width: 33.33%;
  overflow: visible;
}

.blog65_slide {
  padding-right: 2rem;
}

.blog65_item-link {
  text-decoration: none;
}

.blog65_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 40vh;
  display: none;
  overflow: hidden;
}

.blog65_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.heading-style-h5 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-regular {
  color: var(--heading-color);
  margin-bottom: 20px;
  font-size: .9rem;
}

.margin-top, .margin-top.margin-small, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.blog65_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.blog65_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.text-size-small {
  color: var(--heading-main-color);
  font-size: .875rem;
  font-weight: 600;
}

.text-size-small.text-weight-semibold {
  color: var(--heading-main-color);
  font-weight: 600;
}

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

.blog65_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.slider-arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  background-image: linear-gradient(180deg, var(--pale-yellow) 100%, white);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: -70px;
  margin-bottom: 0;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-right: 25%;
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-right: 25%;
  inset: auto 0% 0% auto;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.blog65_slide-nav {
  color: var(--heading-color);
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.show-mobile-landscape {
  display: none;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: block;
}

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

.blogimage_wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 20px;
  width: 89%;
  height: 45vh;
  margin-bottom: 10px;
}

.right-arrow {
  color: var(--heading-color);
}

.blogpage_imageholder {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 390px;
  height: 230px;
}

.blogpage_imageholder.test {
  background-position: 50%;
  width: 330px;
  height: 240px;
}

.blogpage_imageholderbig {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 500px;
  height: 380px;
}

.heading-12 {
  font-size: 2.8rem;
}

.recaptcha {
  margin-top: 2rem;
}

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

  .container-one.right-margin {
    max-width: none;
    margin-left: 60px;
    margin-right: 60px;
  }

  .home-one-data-block {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    width: auto;
    margin-top: -30%;
    padding: 60px 98px 50px 80px;
  }

  .environmental-text-outer {
    width: 70%;
  }

  .footer-energy-text {
    font-size: 320px;
  }

  .home-two-footer-left {
    max-width: 32%;
  }

  .home-two-footer-right {
    grid-column-gap: 60px;
  }

  .partner_section, .partner_deatil_section {
    display: block;
  }

  .home-three-key-block {
    width: 75%;
  }

  .event_section {
    display: none;
  }

  .more-service-inner-block {
    width: 9.6875rem;
    height: 9.6875rem;
  }

  .service-one-landscape-section {
    background-position: 145% 32%;
  }

  .service-one-landscape-block {
    justify-content: center;
    width: 88%;
    height: 839px;
  }

  .energy-landscape-img-two {
    display: inline;
  }

  .awards-review-main-box.border-radius-twenty.box-four {
    display: flex;
  }

  .heading-four.key-feature-description-heading {
    flex-basis: 62%;
  }

  .button-and-card-wrap {
    display: flex;
  }

  .home-one-banner-video {
    position: relative;
  }

  .energy-landscape-img-one {
    position: absolute;
  }
}

@media screen and (min-width: 1440px) {
  .container-one.right-margin {
    max-width: none;
    margin-left: 100px;
    margin-right: 100px;
  }

  .inner-ticker.one {
    transform: translate(-52px, -4px)rotate(2deg);
  }

  .environmental-image-block {
    right: 20%;
  }

  .scrolling-block-one {
    font-size: 1.5625rem;
  }

  .project-heading {
    font-size: 15rem;
  }

  .project-container {
    height: 100vh;
  }

  .partner_section {
    display: block;
  }

  .tabs-content {
    margin-left: 50px;
  }

  .tabs-menu {
    margin-right: 50px;
  }

  .partner_deatil_section {
    display: block;
  }

  .home-three-footer-box-one {
    padding-left: 40px;
  }

  .about-one-social-flex-block {
    display: flex;
    left: -8%;
  }

  .about-two-progress-section {
    padding-top: 230px;
    padding-bottom: 250px;
  }

  .service-one-landscape-section {
    background-position: 135% 32%;
  }

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

@media screen and (min-width: 1920px) {
  .big-container {
    max-width: 1750px;
  }

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

  .menu-link-toggle {
    padding-left: 2rem;
  }

  .container-one {
    max-width: 1260px;
  }

  .container-one.service-three-hero-container {
    z-index: 20;
  }

  .container-one.right-margin {
    max-width: none;
    margin-left: 120px;
    margin-right: 120px;
  }

  .lightbox-block.about-one-lightbox-one {
    position: absolute;
    right: -45%;
  }

  .lightbox-block.service-one-lightbox-one {
    position: absolute;
    inset: 0% 3% auto auto;
  }

  .home-one-ticker-section-one.home-one-ticker-section-two {
    margin-top: -238px;
  }

  .keyareas_section {
    padding-top: 120px;
  }

  .home-one-data-block {
    width: auto;
    margin-left: 0;
  }

  .mission_section {
    padding-top: 120px;
  }

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

  .key-benefits-number.service-one-related-number {
    font-size: 4.0625rem;
    line-height: 4.5rem;
  }

  .footer-container {
    max-width: 1750px;
  }

  .home-one-footer-flex-right {
    flex-basis: 26%;
  }

  .footer-energy-text {
    font-size: 430px;
  }

  .scrolling-container {
    transform: translate(-52px, -158px)rotate(-2deg);
  }

  .home-two-about-flex-left.home-two-about-flex-right {
    right: -28%;
  }

  .project-heading {
    font-size: 20rem;
  }

  .home-two-footer-left {
    max-width: 35%;
  }

  .partner_section {
    display: block;
  }

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

  .partner_deatil_section {
    display: block;
  }

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

  .home-three-key-block {
    width: 70%;
  }

  .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-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-progress-section {
    background-position: 100%, 0 0;
    background-size: auto, auto;
  }

  .about-two-progress-flex-block {
    width: 53%;
  }

  .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: 572px;
    display: flex;
  }

  .energy-landscape-img-two {
    bottom: 11%;
    right: 22%;
  }

  .service-one-together-one {
    max-width: 49%;
  }

  .service-one-together-two {
    max-width: 25%;
  }

  .contact-one-details-left {
    max-width: 37%;
  }

  .contact_section {
    background-image: url('../images/Yellow-Blur.webp'), url('../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('../images/Dot-one.svg'), url('../images/Dot-one.svg'), url('../images/Blue-Glow.png'), url('../images/Yellow-Glow.png'), url('../images/Blue-Glow.png'), url('../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;
  }

  .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-four.key-feature-description-heading {
    margin-left: 20px;
  }

  .contact-three-form {
    background-position: 134% 9%, -44% 0;
  }

  .industry-text {
    font-size: 7.5rem;
  }

  .case-study-text-block-heading {
    max-width: 505px;
  }
}

@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: #0000;
  }

  .dropdown-list {
    margin-top: 0;
    position: static;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .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: #0000;
  }

  .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;
    padding-left: 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 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    background-color: var(--white);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    flex: none;
    justify-content: flex-end;
    align-items: flex-start;
    width: 40vw;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 15px 5rem;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .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;
    width: auto;
    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;
  }

  .menu-link-toggle.white-menu.margin-left-zero {
    color: #010202;
  }

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

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

  .line-hamburger-top {
    background-color: #344054;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-hamburger-top.color-white {
    background-color: #fff;
  }

  .container-one {
    max-width: 100%;
  }

  .home-one-hero-flex-left {
    padding-top: 0;
  }

  .home-one-hero-flex {
    height: 800px;
  }

  .lightbox-block.home-two-lightbox {
    bottom: -20%;
    left: -3%;
  }

  .lightbox-block.about-one-lightbox-one {
    display: none;
  }

  .lightbox-block.service-one-lightbox-one {
    margin-top: -40px;
    margin-left: -40px;
    left: 0%;
    right: auto;
  }

  .lightbox-link {
    z-index: 5;
  }

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

  .keyareas_section {
    margin-top: -70px;
    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;
  }

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

  .aboutus_section {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .color-grey.margin-bottom-thirty.home-one-oil-paragraph {
    text-align: left;
  }

  .home-one-oil-leaders-block {
    text-align: center;
    width: 100%;
  }

  .home-one-leaders-image-flex {
    display: none;
  }

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

  .key-benefits-number {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

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

  .autofit.progress-img-one {
    height: auto;
  }

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

  .home-one-hero-button {
    margin-bottom: 15px;
  }

  .button-main.custom_button.navbar-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .education_section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .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(--pale-yellow);
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .partner_deatil_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: 45px;
    grid-row-gap: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-three-service-icon {
    max-width: 22%;
  }

  .hover-skew-shape {
    transform: skew(-10deg);
  }

  .home-three-service-heading {
    max-width: 30%;
  }

  .home-three-key-block {
    width: 100%;
  }

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

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

  .about-two-energy-mission-block {
    margin-top: 0;
  }

  .about-two-mission-flex {
    height: 40vh;
  }

  .about-two-mission-block.mision-block-one, .about-two-mission-block.mission-box-two {
    height: 100%;
  }

  .about-two-values-block {
    grid-column-gap: 20px;
  }

  .why-choose-img-right {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .home-two-why-choose-right {
    max-width: 40%;
  }

  .why-choose-img-left {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .about-two-progress-section {
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .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-one-company-flex {
    grid-column-gap: 30px;
  }

  .about-one-company-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-values-block {
    width: 94%;
  }

  .grey-color.mobile-text-left {
    text-align: center;
  }

  .grey-color.service-two-leading-paragraph.text-center {
    text-align: left;
  }

  .service-one-hero-flex {
    grid-column-gap: 20px;
  }

  .service-one-section-one {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .service-one-counter-heading, .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;
  }

  .members_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;
    padding-top: 150px;
    padding-right: 0;
  }

  .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 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .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-section.grey-color {
    background-attachment: fixed;
  }

  .service-two-leading-way-flex {
    margin-top: 20px;
    display: block;
  }

  .service-one-related-serction {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .service-three-banner-section {
    padding-top: 170px;
  }

  .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-details-left {
    max-width: 100%;
    margin-bottom: 30px;
  }

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

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

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

  .booking {
    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('../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%;
  }

  .large-container.project-details-hero-image {
    padding-top: 20px;
  }

  .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-news-card-wrap {
    margin-top: 10px;
  }

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

  .image-shape-color-background {
    display: none;
  }

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

  .home-one-previous-wrap {
    width: auto;
  }

  .button-and-card-wrap {
    margin-left: auto;
    display: block;
  }

  .home-one-banner-video {
    height: auto;
  }

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

  .work-pogress-main-box {
    height: auto;
  }

  .work-pogress {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .work-pogress-bar-card-image-wrap {
    margin-top: 20px;
  }

  .pogress-line {
    display: none;
  }

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

  .industry-text {
    font-size: 5rem;
    line-height: 5.625rem;
  }

  .shop-details-block {
    align-self: auto;
  }

  .section {
    background-color: #0b122e;
    padding-bottom: 70px;
  }

  .margin-bottom-ten {
    margin-bottom: 10px;
  }

  .responsive-hidden, .energy-landscape-img-one {
    display: none;
  }

  .text-block-15 {
    margin-top: 40px;
  }

  .neuechancenlinksimage {
    display: none;
  }

  .flex-block-3 {
    margin-top: 0;
  }

  .navlinks_white {
    color: var(--heading-main-color);
  }

  .padding-section-medium {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog65_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog65_heading {
    margin-right: 3rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .blog65_group {
    padding-left: 0;
    padding-right: 0;
  }

  .blog65_mask {
    width: 50%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

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

  .container-one {
    padding-top: 120px;
  }

  .home-one-hero-flex-right {
    display: none;
  }

  .home-one-hero-flex {
    height: 700px;
  }

  .lightbox-block.home-two-lightbox {
    display: none;
  }

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

  .home-one-ticker-section-one {
    margin-top: -140px;
  }

  .ticker.two {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .keyareas_section {
    margin-top: 0;
  }

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

  .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-btn-block.partner-button {
    margin-bottom: 20px;
  }

  .aboutus_section {
    padding-top: 100px;
  }

  .mission_section {
    padding-top: 120px;
  }

  .padding-left-right-ten-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .key-benefits-number.service-one-related-number {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .environmental-main-block.related-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .margin-bottom-zero.padding-left-right-ten-percent {
    padding-left: 0%;
    padding-right: 0%;
  }

  .autofit {
    height: auto;
  }

  .autofit.border-radius-fifteen.full-width.faktenimage {
    height: 40vh;
  }

  .autofit.border-radius-fifteen.service-tab-two-img, .autofit.mobile-full-width {
    width: 100%;
  }

  .home-one-footer-flex-one {
    padding-bottom: 57px;
  }

  .home-one-footer-flex-two {
    display: none;
  }

  .home-one-footer-flex-three {
    flex-direction: column;
    justify-content: flex-end;
  }

  .footer-social-block {
    max-width: 100%;
    margin-top: 20px;
  }

  .footer-flex-block.home-three-footer-social-flex {
    margin-top: 20px;
  }

  .home-one-hero-button, .hero-button-background, .button-main.margin-top-ten {
    border-radius: 10px;
  }

  .button-main.custom_button {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .scrolling-block-one {
    font-size: 1.2rem;
  }

  .scrolling-item {
    margin-right: 20px;
    padding-left: 50px;
  }

  .home-two-about-flex {
    display: block;
  }

  .scrolling-container-two {
    overflow: hidden;
  }

  .scrolling-block-three {
    font-size: 1.2rem;
    overflow: visible;
  }

  .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-footer-right {
    display: block;
  }

  .tabs-content.service-one-tab-content {
    margin-left: 0;
  }

  .home-two-tab-img {
    max-height: 50vh;
  }

  .tabs-menu.with-border {
    border-right-style: none;
  }

  .tabs-menu.service-three-tabs-menu {
    padding-bottom: 0;
  }

  .home-three-service-outer-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .home-three-service-paragraph {
    flex-direction: column;
  }

  .home-three-service-icon {
    border-left-style: none;
    max-width: 33%;
  }

  .hover-skew-shape {
    transform: skew(-5deg);
  }

  .home-three-service-heading {
    align-self: auto;
    max-width: 100%;
  }

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

  .event_section {
    padding-top: 100px;
  }

  .home-three-project-flex {
    margin-top: 0;
    display: block;
  }

  .home-three-project-box-one {
    width: 100%;
    margin-top: 30px;
  }

  .about-two-hero-flex {
    display: block;
  }

  .about-two-hero-right {
    max-width: 100%;
    margin-top: 10px;
  }

  .selected-project-container {
    margin-top: 20px;
  }

  .about-two-mission-flex {
    height: auto;
    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 {
    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-one-company-flex {
    display: block;
  }

  .about-one-company-right {
    padding-top: 40px;
  }

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

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

  .members_section {
    padding-top: 100px;
    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-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: flex-start;
  }

  .service-two-leading-way-block {
    display: block;
  }

  .service-two-production-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-three-tab-section {
    padding-bottom: 70px;
  }

  .service-three-tab-content {
    grid-column-gap: 20px;
  }

  .service-three-tabs {
    display: block;
  }

  .contact-one-form-division-field {
    grid-column-gap: 15px;
  }

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

  .case-study-image-block {
    flex-flow: wrap;
  }

  .case-study-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .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, .blog-one-card-wrap {
    grid-template-columns: 1fr;
  }

  .blog-two-news-container {
    padding-left: 17px;
  }

  .blog-two-hero-bottom-card-wrap {
    grid-template-columns: 1fr;
  }

  .blog-news-text-wrap.container-one.no-side-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-two-news-block {
    padding: 40px 0 20px;
  }

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

  .project-details-hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .realted-project-card-wrap {
    grid-template-columns: 1fr;
  }

  .shop-details-key-features-card {
    display: block;
  }

  .work-pogress-bar-wrap {
    grid-template-columns: 1fr;
  }

  .contact-three-form {
    margin-top: 0;
    padding-top: 60px;
  }

  .industry-text {
    font-size: 3.75rem;
    line-height: 4.375rem;
  }

  .section {
    padding-bottom: 70px;
  }

  .row {
    flex-direction: column;
  }

  .service-two-leading-way-description {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-15 {
    margin-top: 40px;
  }

  .text-block-17 {
    align-self: auto;
  }

  .flex-block-4 {
    margin-top: 31px;
  }

  .vertragsgrid-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: column;
  }

  .padding-section-medium {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .partner_name_heading {
    padding-left: 5px;
    font-size: 1.125rem;
  }

  .logo3_list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 0;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: none;
  }

  .partner_heading {
    letter-spacing: .3rem;
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog65_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog65_heading {
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .blog65_group {
    padding-bottom: 6rem;
  }

  .blog65_mask {
    width: 80%;
  }

  .blog65_slide {
    padding-right: 1.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .show-mobile-landscape {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar-dropdown-link {
    padding-left: 0;
  }

  .home-one-navbar-menu {
    width: 70vw;
  }

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

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

  .container-one.more-padding-mobile {
    padding-top: 120px;
  }

  .inner-ticker.two {
    transform: translate(-52px, -158px);
  }

  .inner-ticker.one {
    transform: translate(-52px, 10px);
  }

  .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.margin-top-zero {
    font-size: 1.4rem;
  }

  .margin-bottom-twenty.margin-top-zero.home-one-we-provide-text, .margin-bottom-twenty.home-one-we-provide-heading {
    text-align: left;
  }

  .margin-bottom-fifteen.padding-left-right-five-percent.margin-top-zero.textcolor_blue {
    color: var(--heading-main-color);
  }

  .padding-left-right-twelve-percent.home-one-we-provide-paragraph, .padding-left-right-twelve-percent.home-one-we-provide-text, .color-grey.margin-bottom-thirty.home-one-oil-paragraph, .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-main-block.related-block {
    background-color: #faf2e7;
    border: 1px solid #000;
  }

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

  .button-main.custom_button {
    font-size: .9rem;
  }

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

  .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 {
    max-width: 75%;
    margin-top: 40px;
    display: block;
  }

  .hover-skew-shape {
    transform: skew(0deg);
  }

  .home-three-service-number-block {
    width: 50px;
    height: 50px;
  }

  .home-three-project-box-one {
    padding: 15px;
  }

  .our-mission-text.color-yellow {
    font-size: .8rem;
  }

  .about-two-mission-block {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .about-two-mission-block.mision-block-one, .about-two-mission-block.mission-box-two {
    height: auto;
  }

  .about-two-mission-number-bg {
    margin-bottom: 20px;
  }

  .about-one-values-block {
    width: 100%;
  }

  .grey-color.mobile-text-left {
    text-align: left;
  }

  .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 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .color-yellow.margin-bottom-zero.herotitle {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

  .service-one-counter-text {
    padding-left: 0;
    padding-right: 20px;
  }

  .service-one-counter-block.service-one-conter-update {
    flex-direction: column;
  }

  .service-one-counter-block.service-one-conter-update.full-width {
    flex-flow: column;
  }

  .service-one-tabs {
    display: block;
  }

  .service-one-choose-box.vorteil1_home {
    padding-left: 0;
    padding-right: 15px;
  }

  .service-one-choose-box.vorteil2_home {
    margin-right: 0;
    padding-left: 0;
    padding-right: 15px;
  }

  .service-one-choose-box.vorteil3_home, .service-one-choose-box.vorteil4_home {
    padding-left: 0;
    padding-right: 15px;
  }

  .service-one-choose-box.vorteil5_home, .service-one-choose-box.vorteil6_home {
    padding-left: 0;
  }

  .service-one-steps-block {
    margin-left: -14px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .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-tab-content {
    display: block;
  }

  .service-three-tab-content-right {
    display: none;
  }

  .contact-one-form-division-field, .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 {
    grid-column-gap: 10px;
    flex-flow: row;
  }

  .popular-casses-card {
    padding: 15px;
  }

  .heading-five {
    font-size: .7rem;
    font-weight: 400;
    line-height: 1rem;
  }

  .expertise-details-hero-image-block {
    flex-direction: column;
  }

  .margin-top-thirty.cms-description-margin-bottom {
    max-width: 100%;
    font-size: 1.1rem;
  }

  .margin-top-thirty.cms-description-margin-bottom.rich-text {
    max-width: 80vw;
    overflow: visible;
  }

  .managemtnt-box-left {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .demo-form-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .shop-hero-paragraph.margin-top-ten.text-center.text-align-center {
    text-align: center;
  }

  .shop-hero-wrap {
    align-items: center;
  }

  .accordion-contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop-details-price-tag {
    flex-direction: column;
  }

  .accordion-item-trigger {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-two-news-container.more-padding-mobile {
    padding-top: 120px;
  }

  .blog-details-heading {
    font-size: 2rem;
  }

  .blog-details-profile-wrap {
    flex-flow: column;
  }

  .blog-details-profile-contain-wrap {
    flex-flow: column;
    align-items: flex-start;
  }

  .blog-details-hero-image {
    height: 60vh;
  }

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

  .image-shape-color-background {
    display: none;
  }

  .shop-details-short-description-wrap {
    padding: 20px 15px;
  }

  .work-pogress {
    padding-top: 43px;
    padding-bottom: 70px;
  }

  .work-pogress-bar-card-image-wrap.work-pogress-bar-card-image-wrap-three, .work-pogress-bar-card-image-wrap.work-pogress-bar-card-image-wrap-three.progress1, .work-pogress-bar-card-image-wrap.work-pogress-bar-card-image-wrap-three.progress2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .contact-three-form {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .product-card-text-wrap {
    max-width: 202px;
  }

  .industry-text.herotitle1 {
    font-size: 3.8rem;
  }

  .order-configaration-item {
    flex-direction: column;
  }

  .item-text {
    margin: 10px 0;
  }

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

  .div-block-3 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .collection-list-wrapper {
    margin-top: 0;
  }

  .projekte-heading-div-mobile {
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: -30px;
    display: flex;
  }

  .projekte-heading-mobile {
    letter-spacing: 1rem;
    text-transform: uppercase;
  }

  .text-span {
    vertical-align: baseline;
    display: inline;
  }

  .heading-2.text-align-center {
    font-size: 1.7rem;
  }

  .datenschutzdiv {
    margin-top: 150px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .headingdatenschutz.heading-3 {
    margin-bottom: 100px;
    font-size: 2rem;
  }

  .heading-3.agb-heading {
    font-size: 1.8rem;
  }

  .text-block-17 {
    flex-flow: column;
    padding-left: 0;
    display: block;
  }

  .flex-block-4 {
    margin-top: 0;
  }

  .agb-div, .mitglied-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }

  .list-2 {
    padding-left: 10px;
  }

  .unternehmensmitglied_container {
    margin-left: 30px;
    margin-right: 30px;
  }

  .button_vertical_div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .rich-text-block-5 {
    padding-left: 25px;
  }

  .partner_name_heading {
    letter-spacing: 0;
    margin-top: 10px;
    font-size: 1rem;
  }

  .logo3_list {
    justify-content: center;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: center;
  }

  .partner_heading {
    letter-spacing: .1rem;
    font-size: 1.1rem;
  }

  .div-block-6 {
    font-weight: 400;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog65_mask {
    width: 95%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blogpage_imageholder.test {
    text-align: left;
    border-top-left-radius: 30px;
    width: 190px;
    height: 220px;
  }

  .blogpage_imageholderbig {
    width: 250px;
    height: 292px;
  }

  .heading-12 {
    font-size: 2.2rem;
  }
}

#w-node-a3a6072b-9d09-12ec-4316-7e05556e71d3-e9036abe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e05927c4-6784-cbc2-1729-cc4d96766c16-96766c11, #w-node-b01f4f4e-5438-b18c-7df6-ebc757d6e654-96766c11, #w-node-_78093527-bf93-3f2b-984f-d36cea929502-96766c11, #w-node-_4d88d5f7-86c1-8161-aceb-baa0e1673cbe-96766c11, #w-node-_2789e06d-dc82-262a-ede7-e8bd5131dd42-96766c11, #w-node-f31f2f89-e74f-ffe1-fdf4-2ebac5b5c912-96766c11, #w-node-d5e42a68-8e4a-50de-14e2-08298c6202be-96766c11, #w-node-afc1b090-26b8-719b-170d-90b12c8b81d5-96766c11, #w-node-_29790127-d1d1-f24f-79fb-d9c8ab0b08ab-96766c11, #w-node-b5e9b883-fca2-707a-7659-7455877bb707-96766c11, #w-node-b5e9b883-fca2-707a-7659-7455877bb715-96766c11, #w-node-b5e9b883-fca2-707a-7659-7455877bb723-96766c11, #w-node-b5e9b883-fca2-707a-7659-7455877bb731-96766c11, #w-node-b5e9b883-fca2-707a-7659-7455877bb73f-96766c11, #w-node-b5e9b883-fca2-707a-7659-7455877bb74d-96766c11, #w-node-b5e9b883-fca2-707a-7659-7455877bb75b-96766c11, #w-node-b5e9b883-fca2-707a-7659-7455877bb769-96766c11, #w-node-b5e9b883-fca2-707a-7659-7455877bb777-96766c11, #w-node-cac9bcb4-1c4b-3162-9f83-fbae30a24608-96766c11, #w-node-cac9bcb4-1c4b-3162-9f83-fbae30a24616-96766c11, #w-node-cac9bcb4-1c4b-3162-9f83-fbae30a24624-96766c11, #w-node-cac9bcb4-1c4b-3162-9f83-fbae30a24632-96766c11, #w-node-cac9bcb4-1c4b-3162-9f83-fbae30a24640-96766c11, #w-node-cac9bcb4-1c4b-3162-9f83-fbae30a2464e-96766c11, #w-node-cac9bcb4-1c4b-3162-9f83-fbae30a2465c-96766c11, #w-node-cac9bcb4-1c4b-3162-9f83-fbae30a2466a-96766c11, #w-node-cac9bcb4-1c4b-3162-9f83-fbae30a24678-96766c11, #w-node-c56c018b-cf94-0958-81cc-0d9f462058e6-96766c11, #w-node-c56c018b-cf94-0958-81cc-0d9f462058f4-96766c11, #w-node-c56c018b-cf94-0958-81cc-0d9f46205902-96766c11, #w-node-c56c018b-cf94-0958-81cc-0d9f46205910-96766c11, #w-node-c56c018b-cf94-0958-81cc-0d9f4620591e-96766c11, #w-node-c56c018b-cf94-0958-81cc-0d9f4620592c-96766c11, #w-node-c56c018b-cf94-0958-81cc-0d9f4620593a-96766c11, #w-node-c56c018b-cf94-0958-81cc-0d9f46205948-96766c11, #w-node-c56c018b-cf94-0958-81cc-0d9f46205956-96766c11 {
  justify-self: center;
}

#w-node-b2f4e6cf-f1be-af7f-1043-5bab6765e62d-6765e61d, #w-node-b2f4e6cf-f1be-af7f-1043-5bab6765e630-6765e61d, #w-node-_691e7f84-1d46-72c0-dfec-9cefe97d00a9-6765e61d, #w-node-b2f4e6cf-f1be-af7f-1043-5bab6765e64a-6765e61d, #w-node-_1cff5795-b023-30a8-0c9c-851819a694dc-6765e61d, #w-node-_1c26a56c-e1e8-dd52-aaf4-a93c00fd38cd-6765e61d, #w-node-f39dd5b7-7bf8-19ad-d72d-7af2bcb30de4-6765e61d, #w-node-_6f60bb46-3d41-a59d-c8b7-8f5f466d07e5-6765e61d, #w-node-_6375a507-b524-55fc-0193-65b1b26144b9-6765e61d, #w-node-b2f4e6cf-f1be-af7f-1043-5bab6765e664-6765e61d, #w-node-_5b3746d7-b854-e454-395c-dc8f65671dca-6765e61d, #w-node-_38f429be-9aca-3eca-e8d9-2c50551bfba2-551bfb92, #w-node-_34ebe804-9bf0-487c-3a9a-2945f12976d3-551bfb92, #w-node-_38f429be-9aca-3eca-e8d9-2c50551bfba5-551bfb92, #w-node-_70b65329-3b3d-b4ff-f885-2cf0e78353ab-551bfb92, #w-node-f1f581b6-60ed-e2dd-e2c1-b5803c79a261-551bfb92, #w-node-_41dcdc2a-31cf-6478-aa99-d59c6130c8b0-551bfb92, #w-node-_41dcdc2a-31cf-6478-aa99-d59c6130c8b3-551bfb92, #w-node-_41dcdc2a-31cf-6478-aa99-d59c6130c8b6-551bfb92, #w-node-_41dcdc2a-31cf-6478-aa99-d59c6130c8b9-551bfb92, #w-node-_38f429be-9aca-3eca-e8d9-2c50551bfbcc-551bfb92, #w-node-_8826d61d-96b6-a1e4-4ad4-f06bf67d638a-551bfb92, #w-node-abaceeb2-32ce-6ef9-592a-014149221778-e9036b23, #w-node-abaceeb2-32ce-6ef9-592a-01414922177b-e9036b23, #w-node-abaceeb2-32ce-6ef9-592a-01414922177f-e9036b23, #w-node-abaceeb2-32ce-6ef9-592a-014149221783-e9036b23, #w-node-abaceeb2-32ce-6ef9-592a-014149221787-e9036b23, #w-node-abaceeb2-32ce-6ef9-592a-01414922178b-e9036b23, #w-node-abaceeb2-32ce-6ef9-592a-01414922178f-e9036b23, #w-node-abaceeb2-32ce-6ef9-592a-014149221793-e9036b23, #w-node-abaceeb2-32ce-6ef9-592a-014149221797-e9036b23, #w-node-abaceeb2-32ce-6ef9-592a-01414922179b-e9036b23, #w-node-abaceeb2-32ce-6ef9-592a-01414922179f-e9036b23, #w-node-_0b517325-d38a-4e85-a87e-b362bd2e8cce-e9036b5f, #w-node-_0b517325-d38a-4e85-a87e-b362bd2e8cd0-e9036b5f, #w-node-_0b517325-d38a-4e85-a87e-b362bd2e8cd2-e9036b5f, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb12-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb42-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb67-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb6e-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb75-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb86-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb8b-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb8c-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb97-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb98-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eba3-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eba4-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebaf-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebb0-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebbb-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebbc-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebc9-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebce-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebcf-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebd8-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebe4-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec02-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec07-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec08-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec09-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec0a-e9036b60, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec0b-e9036b60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50aae9f6-ace8-085a-5ddd-4e397c855d9d-44d3eda7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_50aae9f6-ace8-085a-5ddd-4e397c855da2-44d3eda7 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_50aae9f6-ace8-085a-5ddd-4e397c855dac-44d3eda7 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb95-e9036b60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('https://cdn.prod.website-files.com/678d4f3b2413a232e9036ac0/679e3d57f4b142f1a693dff6_Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer Variable';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk Variablefont Wght';
  src: url('../fonts/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay Variable';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk Variable';
  src: url('../fonts/CabinetGrotesk-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade Variable';
  src: url('../fonts/Ranade-Variable.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-VariableItalic.ttf') format('truetype');
  font-weight: 100 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype');
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambarino';
  src: url('../fonts/Gambarino-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}