@font-face {
  font-family: Line Rounded Icon Font;
  src: url('../fonts/line-rounded-icon-font.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --corp-blue: #032863;
  --tourquoise: #00aeef;
  --slate-grey: #96d7f4;
  --black: black;
  --light-sea-green\<deleted\|variable-309f313b\>: #00b3ac;
  --dark-slate-blue\<deleted\|variable-03dea6c0\>: #00050f;
  --light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>: #b5bcca;
  --white: white;
  --clear: #fff0;
  --white-tint: #ffffffbf;
  --light-grey\<deleted\|variable-a961b74f-cdb9-967a-991c-6b94cad2d32f\>: var(--slate-grey);
  --color: #96d7f461;
}

.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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutdiscountsinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.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-commerceaddtocartform {
  margin: 0 0 15px;
}

.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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

h1 {
  color: var(--corp-blue);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

h2 {
  color: var(--tourquoise);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  color: var(--corp-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

h4 {
  color: var(--tourquoise);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

h5 {
  color: var(--slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

a {
  color: var(--tourquoise);
  font-weight: 500;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--black);
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

blockquote {
  border-left: 3px solid #00b3ac;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.dropdown-list-second {
  width: 500px;
}

.dropdown-list-second.w--open {
  background-color: #0000;
  flex-flow: wrap;
  width: 140px;
  display: block;
  box-shadow: 4px 4px 18px #2e323c17;
}

.facts-icon {
  width: 60px;
}

.footer-column-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.one-side-video {
  float: left;
  background-image: url('../images/image.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 600px;
  position: relative;
}

.one-side-video.third {
  background-color: #f5f4f7;
  background-image: none;
  height: 600px;
  overflow: hidden;
}

.lighter-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.lighter-link:hover {
  text-decoration: underline;
}

.project-wrapper {
  perspective: 1000px;
  background-color: #fff;
  border: 1px #e4e8ee;
  border-radius: 5px;
  width: 50%;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
}

.project-wrapper.in-flex.smaller {
  height: 250px;
}

.project-wrapper.in-flex._530px {
  height: 530px;
}

.project-wrapper.big {
  width: 100%;
  height: 710px;
  margin-bottom: 10px;
}

.project-wrapper.big.smaller {
  width: 70%;
  height: 400px;
  margin-right: 10px;
}

.project-wrapper.big._530 {
  height: 530px;
}

.project-wrapper.in-flex {
  width: 100%;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.project-wrapper.in-flex.longer {
  height: 100%;
}

.sponsor-card {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dde1e7;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 140px;
  margin-top: -1px;
  margin-left: -1px;
  padding: 40px 15px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.sponsor-card:hover {
  background-color: #fcfcfc;
}

.image-block-hidder {
  height: 550px;
}

.image-block-hidder.hide {
  inset: 0%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.check-mark-row {
  width: 99.9938%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.page-wrapper {
  flex-direction: column;
  display: flex;
}

.empty-card {
  border: 1px #fff;
}

.submit-button {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/right-arrow-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  border: 1px solid #d6d6d6;
  border-left-style: none;
  width: 20%;
  height: 80px;
  transition: all .4s;
}

.submit-button:hover {
  background-position: 80%;
}

.submit-button.small {
  background-color: var(--corp-blue);
  background-image: url('../images/Right-arrow.svg');
  height: 50px;
}

.submit-button.small:hover {
  background-color: var(--light-sea-green\<deleted\|variable-309f313b\>);
}

.contact-row {
  align-items: center;
  display: flex;
}

.corner-line-horizontal {
  z-index: 99;
  transform-origin: 0%;
  background-color: #000;
  border-radius: 100px;
  width: 50px;
  height: 3px;
  margin-top: -2px;
  margin-left: -2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner-line-horizontal.features-line-righ {
  background-color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  transform-origin: 100%;
  border-radius: 0;
  width: 80%;
  margin: 0;
  inset: auto 0% 0% auto;
}

.corner-line-horizontal.features-line {
  z-index: 99;
  background-color: var(--light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>);
  border-radius: 0;
  width: 20%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  inset: auto auto 0% 0%;
}

.logo {
  width: 120px;
  max-width: none;
}

.content-section {
  background-color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 80px 20px 40px;
  font-family: Inter;
  display: flex;
}

.video-one-side {
  width: 100%;
  height: 100%;
}

.social-link-link {
  opacity: .65;
  background-color: #0000;
  background-image: url('../images/icons8-twitter-96-1_1icons8-twitter-96 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #9d9e9d;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 10px;
  display: flex;
}

.social-link-link:hover {
  opacity: 1;
}

.social-link-link.be {
  background-image: url('../images/icons8-behance-96_2icons8-behance-96.png');
  background-size: 16px;
  border-radius: 0%;
}

.social-link-link.be.line {
  background-image: url('../images/icons8-behance-96_1icons8-behance-96.png');
  margin-left: 0;
}

.social-link-link.instagram {
  background-color: #0000;
  background-image: url('../images/icons8-instagram-104-2_1icons8-instagram-104 (2).png');
  background-size: 12px;
  border-style: solid;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  transition: opacity .4s;
  display: flex;
}

.social-link-link.instagram.line {
  opacity: 100;
  background-image: url('../images/icons8-twitter-90_1icons8-twitter-90.png');
  background-size: cover;
  border-style: solid;
  border-width: 0;
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 20px;
  transition-property: none;
}

.social-link-link.facebook {
  background-image: url('../images/icons8-facebook-f-150.png');
  background-size: 14px;
  border-radius: 0%;
}

.social-link-link.facebook.line {
  opacity: 100;
  background-image: url('../images/linkedin-svgrepo-white-com.svg');
  background-size: contain;
  border-style: none;
  border-width: 0;
  margin-left: 0;
  padding: 30px;
}

.social-link-link.facebook.last {
  margin-right: 0;
}

.social-link-link.line {
  background-color: #0000;
  background-image: url('../images/icons8-twitter-90_1icons8-twitter-90.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: solid none solid solid;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
}

.error-message-color {
  color: #fff;
  text-align: center;
  background-color: #ef3b31;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.white {
  color: #fff;
}

.info-service-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dde1e7;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 40px 40px 60px;
  display: block;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.project-info {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1px;
  display: flex;
}

.footer-section {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-social-link {
  color: #777;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.footer-social-link:hover {
  color: #f44a66;
}

.top-footer {
  border-bottom: 1px solid #dde1e726;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.project-row {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  border-left: 1px #e4e4e47a;
  padding: 30px 20px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .4s;
  position: relative;
}

.nav-link:hover {
  color: #fff;
  border-radius: 4px;
  padding-right: 20px;
}

.nav-link.w--current {
  color: #5231ff;
  padding-right: 20px;
}

.nav-link.w--open {
  padding-right: 40px;
}

.nav-link.w--open:hover {
  border: 1px #000;
}

.nav-link.drop-down {
  width: 100%;
  padding-right: 40px;
}

.dropdown-link-second {
  color: #7c8499;
  text-align: left;
  background-color: #fff;
  border: 1px #eee;
  border-bottom: 1px solid #e4ecf6;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 12px 20px;
  font-size: 13px;
  line-height: 23px;
  transition: background-color .4s, color .4s;
  display: flex;
  box-shadow: 0 3px 5px -3px #726f6f33;
}

.dropdown-link-second:hover {
  color: #7c8499;
  background-color: #f4f5f9;
}

.dropdown-link-second.w--current {
  color: #343e52;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.dropdown-link-second.w--current:hover {
  color: #00b3ac;
  background-color: #f4f5f9;
}

.check {
  margin-right: 10px;
}

.blue-block-div {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.priject-icon {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.priject-icon.padding {
  z-index: 20;
  background-color: var(--slate-grey);
  z-index: 20;
  background-color: var(--tourquoise);
  inset: auto auto 0% 0%;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  height: 60px;
  margin-bottom: 0;
  margin-right: auto;
  padding: 10px 0;
  font-weight: 500;
  position: absolute;
  inset: auto auto 0% 0%;
}

.column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.number {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 45px;
  display: block;
  position: static;
  top: 30px;
  left: 30px;
}

.flex-div {
  flex-direction: column;
  width: 50%;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.flex-div.left {
  margin-left: 10px;
  margin-right: 0;
}

.sociablock {
  display: flex;
}

.sociablock.footer {
  margin-top: 40px;
}

.learn-more {
  color: #00b3ac;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s;
}

.learn-more:hover {
  color: #ef3b31;
}

.learn-more.white {
  color: var(--white);
  background-color: #0000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: underline;
}

.learn-more.white:hover {
  color: #ffffffc7;
}

.service-heading-second {
  float: none;
  clear: none;
  color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.service-heading-second.white {
  color: var(--white);
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.text-block-nav {
  color: #fff;
  font-weight: 400;
}

.lightbox {
  width: 100%;
  height: auto;
}

.project-info-div {
  padding-right: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.copyright-text {
  color: var(--tourquoise);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.icon-image {
  background-color: #5692fd29;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  top: 14px;
  left: 0;
}

.icon-image.interactions {
  background-color: #5956fd29;
}

.icon-image.interactions.white {
  background-color: #0000;
  border-radius: 0;
  margin-right: 10px;
  padding: 0;
}

.div-block-image-roll {
  height: auto;
  position: relative;
  overflow: hidden;
}

.facts-card {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px #e4e8ee;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 40px 15px;
  text-decoration: none;
  display: flex;
}

.facts-card:hover {
  background-color: #0000;
}

.team {
  width: 100%;
  height: 100%;
}

.list-iteam {
  color: #343e52;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.top-header {
  color: #00b3ac;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.top-header.quote {
  margin-bottom: 20px;
}

.contact-form-div {
  width: 50%;
  margin-left: 0;
}

.social-wrapper {
  display: flex;
}

.social-wrapper.in-team {
  margin-top: 20px;
}

.social-wrapper.hero-bottom {
  z-index: 20;
  margin-bottom: 20px;
  margin-left: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.social-wrapper.in-form {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.social-wrapper.hero-bottom {
  z-index: 20;
  border: 1px solid var(--white);
  margin-bottom: 20px;
  margin-left: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.email-submit {
  border-right: 1px #000;
  width: 80%;
  height: 80px;
}

.email-submit.small {
  color: #343e52;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  line-height: 24px;
}

.success-message-color {
  background-color: var(--corp-blue);
  color: #fff;
}

.heading-half-section {
  color: var(--tourquoise);
  text-transform: none;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.list {
  color: #151515;
  padding-left: 0;
}

.project-header {
  float: none;
  clear: none;
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.project-info-card {
  background-color: #fff;
  background-image: url('../images/pexels-photo-1571460.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #e4e8ee;
  border-radius: 0;
  padding: 30px 40px;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.project-info-card._3 {
  background-image: url('../images/Preventative-Maintenance.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  border-radius: 0;
  margin-right: 0;
}

.project-info-card._5 {
  background-image: url('../images/Ardorvis–-Technology.jpg');
  background-position: 50%;
  border-radius: 0;
}

.project-info-card._4 {
  background-image: url('../images/24_7-Remote-Monitoring--Support-new.webp');
}

.project-info-card._2 {
  background-image: url('../images/Maintenance--Service-Contracts.jpg');
  border-radius: 0;
}

.project-info-card._6 {
  background-image: url('../images/Ro-Flo-Compressor-Service.jpeg');
  background-position: 50%;
  border-radius: 0;
  margin-right: 0;
}

.project-info-card._7 {
  background-image: url('../images/Vans---Office.jpg');
}

.project-info-card._8 {
  background-image: url('../images/Vans---Office2.jpg');
  background-position: 100%;
}

.project-info-card._9 {
  background-image: url('../images/Ardorvis–-Technology_10.JPG');
}

.project-info-card._1 {
  background-image: url('../images/Spare-Parts--international-distribution.jpg');
}

.project-info-card._10 {
  background-image: url('../images/service.webp');
}

.side-content-info {
  background-color: #fff;
  border: 2px #e6e7e9;
  max-width: 570px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 5% 10% 5% 5%;
}

.side-content-info.right {
  border-style: none;
  padding-left: 5%;
  padding-right: 5%;
}

.menu-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.arrow {
  color: #fff;
  display: block;
}

.bottom-video-block {
  font-family: Lato, sans-serif;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.team-wrapper {
  background-color: #fff;
  border: 1px solid #dde1e7;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
}

.image-block-hider {
  height: 550px;
}

.image-block-hider.hide {
  inset: 0%;
  inset: 0%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.copyright {
  color: #aaa;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

.contact-image-div {
  width: 50%;
  margin-left: 0;
  padding-left: 0;
}

.button-text {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
}

.button-text.grey-text {
  color: var(--black);
}

.button-text.grey-text:hover {
  color: var(--white);
}

.text-button-div {
  align-items: center;
  display: flex;
  position: static;
}

.lightbox-link {
  width: 33.333%;
  height: auto;
}

.lightbox-link.big-image {
  width: 50%;
  margin-bottom: 0;
}

.facts {
  display: flex;
}

.hero {
  z-index: 0;
  background-image: linear-gradient(#0a2b3c99, #0a2b3c99), url('../images/Untitleeed-2.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.second {
  background-image: none;
  height: 90vh;
  padding-top: 0;
  display: block;
}

.hero.third {
  background-image: linear-gradient(#0a2b3c99, #0a2b3c99), url('../images/pexels-photo-1571468.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.hero.subpage {
  background-image: linear-gradient(#00000082, #00000082), url('../images/news.jpg');
  height: 500px;
}

.hero.subpage.blog {
  background-image: linear-gradient(#0a2b3c99, #0a2b3c99), url('../images/news.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 30vh;
}

.hero.subpage.works {
  background-image: linear-gradient(#0a2b3c99, #0a2b3c99), url('../images/Ardorvis–-Technology_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.subpage.contact {
  background-image: linear-gradient(#0a2b3c4a, #0a2b3c4a), url('../images/contact-us.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 300px;
}

.hero.subpage.service {
  background-image: linear-gradient(#0a2b3cb3, #0a2b3cb3), url('../images/pexels-photo-2766975.jpeg');
  background-position: 0 0, 100% 100%;
  height: 600px;
}

.hero.subpage.about {
  background-image: linear-gradient(#0a2b3c99, #0a2b3c99), url('../images/Untitled-2.jpg');
  background-position: 0 0, 50% 0;
  height: 600px;
}

.hero.subpage.style-guide {
  background-image: linear-gradient(#0a2b3c99, #0a2b3c99), url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
  background-position: 0 0, 50%;
}

.hero.subpage.product {
  background-color: #00a39d;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.hero.subpage.red {
  background-color: var(--corp-blue);
  background-image: linear-gradient(#e93329d4, #e93329d4), url('../images/pexels-photo-1571468.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.hero.subpage.green {
  background-image: linear-gradient(#00b3ace6, #00b3ace6), url('../images/Untitled-2.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.hero.single-page {
  background-image: linear-gradient(#0a2b3c99, #0a2b3c99), url('../images/pexels-photo-245208.jpg');
  background-position: 0 0, 50%;
}

.hero.blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#0a2b3c99, #0a2b3c99);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 50vh;
}

.hero.cms {
  background-image: url('../images/Untitleeed-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

.submit-field-wrapper {
  flex-direction: row;
  margin-top: 40px;
  display: flex;
}

.submit-field-wrapper.no-padding {
  width: auto;
  margin-top: 0;
}

.follow-text {
  color: #343e52;
  margin-bottom: 16px;
  font-weight: 500;
}

.hero-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-block {
  text-align: left;
  width: 25%;
  padding-right: 0;
}

.footer-block.contact {
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-block.about-us {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-right: 5%;
  display: flex;
}

.white-big-paragraph {
  color: var(--white);
  margin-bottom: 30px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.white-big-paragraph.allcaps {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.side-content {
  width: 100%;
  display: flex;
}

.bermuda {
  align-items: center;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.submit-card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dde1e7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  margin-left: -71px;
  padding: 75px 60px;
  display: flex;
  position: relative;
  left: auto;
}

.footer-heading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}

.footer-heading.white {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.hero-info {
  z-index: 2;
  width: 600px;
  position: relative;
}

.hero-info.second-page {
  width: 1000px;
  position: relative;
  inset: 25% 0% auto 17%;
}

.hero-info.third {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -120px;
  display: flex;
}

.hero-info.top {
  z-index: 2;
  position: relative;
}

.button-link {
  border: 1px solid var(--white);
  background-color: var(--clear);
  color: var(--corp-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link:hover {
  background-color: var(--slate-grey);
  color: var(--white);
}

.button-link.download {
  width: 200px;
}

.button-link.contact {
  border-color: var(--light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>);
}

.button-link.contact:hover {
  background-color: var(--corp-blue);
}

.button-link.categorie {
  color: #677081;
  background-color: #0000;
  border: 1px #dde1e7;
  justify-content: flex-start;
  width: 100%;
  padding-left: 20px;
  font-family: Inter;
  font-weight: 500;
  box-shadow: 0 0 1px #dde1e7;
}

.button-link.white {
  border: 1px solid var(--white);
  color: var(--light-sea-green\<deleted\|variable-309f313b\>);
  background-color: #0000;
}

.button-link.red {
  background-color: var(--corp-blue);
}

.button-link.red:hover {
  background-color: var(--black);
}

.button-link.full {
  width: auto;
  transition: background-color .4s;
  overflow: hidden;
}

.button-link.grey-rule {
  border-color: var(--black);
}

.button-link.grey-rule:hover {
  color: var(--white);
}

.section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 120px 20px;
  display: flex;
  position: relative;
}

.section.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.section.sponsor {
  background-color: #fff;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section.facts-section {
  background-color: #00b3ac;
  background-image: linear-gradient(184deg, #00b3ac85, #0fc1d4 83%), url('../images/Wave-BAckgrounds.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section.no-padding-top {
  padding-top: 0;
  display: flex;
}

.section.gray {
  background-color: #f4f5f9;
  background-image: linear-gradient(to bottom, var(--white-tint), var(--white-tint)), url('../images/1000px.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  font-family: Inter;
}

.section.gray.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.section.features-section {
  padding-bottom: 0;
  position: static;
}

.section.backgropund {
  background-image: linear-gradient(#0a2b3c99, #0a2b3c99), url('../images/tu-tu-QZGQO3NvsLo-unsplash-p-2600.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
}

.section.small-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.no-bottom.graphic {
  background-image: linear-gradient(to bottom, var(--white-tint), var(--white-tint)), url('../images/1000px.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding.no-margin {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.section.tint {
  background-color: var(--light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-scroll-new {
  z-index: 100;
  background-color: #ef3b31;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: 60px;
  display: flex;
  position: absolute;
  bottom: -30px;
  right: 0;
}

.first-three-column {
  width: 50%;
  display: flex;
}

.footer-line-divider {
  padding-left: 8px;
  padding-right: 8px;
}

.play-button-text {
  font-size: 13px;
}

.play-button-text.timer {
  border: 1px solid #fff6;
  padding: 2px 4px;
  font-size: 11px;
}

.full-with-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
}

.image-video-div {
  background-image: url('../images/alyssa-strohmann-PlvY-dW5Td0-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.team-image {
  background-image: url('../images/Team-3.jpg');
  background-position: 73% 55%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
}

.team-image._4 {
  background-image: url('../images/Team-1.jpg');
  background-position: 48% 12%;
  background-size: cover;
}

.team-image._3 {
  background-image: url('../images/Team-4.jpg');
  background-position: 63%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.team-image._2 {
  background-image: url('../images/Team-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.image-left-contact {
  background-image: url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 600px;
}

.play-video-text {
  color: #fff;
  background-color: #00b3ac;
  justify-content: space-between;
  align-items: center;
  width: 88%;
  height: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.brand {
  border: 5px #ff0004;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  display: block;
}

.brand.footer {
  margin-left: 0;
  display: flex;
}

.footer-form {
  width: 100%;
  margin-bottom: 16px;
}

.submit-wrapper {
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 370px;
  display: flex;
}

.submit-wrapper.blog {
  align-items: flex-start;
  width: 100%;
}

.features-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features-info.centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.service-row {
  width: auto;
  margin: 20px 0 0;
  padding-right: 0;
}

.dark-logo {
  margin-top: 0;
  position: absolute;
}

.footer-sub-link {
  color: #677081;
  border-bottom: 1px #ffffff26;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: block;
}

.footer-sub-link:hover {
  color: #00b3ac;
}

.footer-sub-link.last {
  border-bottom-style: none;
}

.footer-sub-link.posts {
  color: var(--white);
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.nav-menu-second {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.lighter-paragraph {
  color: #777;
}

.lighter-paragraph.font {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.lighter-paragraph.font:hover {
  color: var(--white);
}

.lighter-paragraph.font.smaller {
  font-size: 12px;
}

.lighter-paragraph.link, .lighter-paragraph.link:hover {
  color: var(--white);
}

.hero-big-text {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
}

.one-side-image {
  float: left;
  background-image: url('../images/image.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 600px;
  position: relative;
}

.one-side-image.gray {
  background-color: #f5f5f5;
  background-image: none;
}

.one-side-image.gray.with-services, .one-side-image.gray.first {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.one-side-image.gray.first.left-side {
  align-items: center;
}

.one-side-image.slide-animation {
  background-color: #fff;
  background-image: none;
  height: auto;
  overflow: hidden;
}

.underline {
  opacity: .25;
  background-color: #f44a66;
  width: 110%;
  height: 5px;
  margin-top: -6px;
  position: absolute;
  top: 107px;
  left: 0;
  transform: translate(-105%);
}

.underline.social-line {
  background-color: #f44a66;
  width: 100%;
  height: 5px;
  margin-top: -6px;
  top: 32px;
}

.container-wrapper {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  padding: 30px 20px;
  display: block;
  position: relative;
}

.container-wrapper.single {
  padding-left: 10%;
  padding-right: 10%;
}

.container-wrapper.center {
  justify-content: center;
}

.container-wrapper._1500px {
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.icon-wrapper {
  background-color: var(--corp-blue);
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav-bar {
  z-index: 999;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e4e4e466;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 60px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.team-position {
  color: #677081;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
}

.navigation-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.button-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  display: flex;
}

.button-wrapper.product {
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.button-wrapper.product.left {
  justify-content: flex-start;
  margin-top: 30px;
}

.button-wrapper.product.left:hover {
  color: var(--white);
}

.div-content {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 0 0;
  display: flex;
  position: relative;
}

.div-content.title-in-div {
  text-align: center;
  margin-bottom: 40px;
}

.div-content.title-in-div.center.subscribe {
  margin-bottom: 20px;
}

.div-content.title-in-div.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.link {
  text-decoration: none;
}

.play-button {
  z-index: 2;
  background-color: #ef3b31;
  background-image: url('../images/icons8-play-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 12%;
  height: 60px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.link-services-text {
  color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 24px;
  display: block;
}

.link-services-text:hover {
  color: var(--light-sea-green\<deleted\|variable-309f313b\>);
}

.link-services-text:focus {
  color: #208c96;
}

.heading {
  color: var(--slate-grey);
  margin-top: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.heading.white {
  color: var(--white);
}

.arrow-button {
  background-image: url('../images/Right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 25px;
  height: 25px;
}

.project-cards {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-review {
  background-color: var(--slate-grey);
  border: 2px #fff;
  border-radius: 0%;
  width: 80px;
  height: 80px;
  padding: 10px;
}

.gray-shade {
  background-color: var(--slate-grey);
  width: 100%;
  height: 600px;
  position: absolute;
  inset: auto;
}

.link-cta-wrapper {
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.play-icon {
  border: 1px solid #fff;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  display: flex;
}

.section-scroll {
  z-index: 100;
  background-color: var(--tourquoise);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: 60px;
  display: flex;
  position: absolute;
  bottom: -30px;
  right: 0;
}

.section-scroll.green {
  background-color: var(--light-sea-green\<deleted\|variable-309f313b\>);
}

.block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.overlay-info {
  background-color: #0a2b3c99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -14px;
  padding: 29px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.features-image {
  filter: contrast(104%);
  background-image: url('../images/core-values.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 1500px;
  height: 800px;
  margin-bottom: 0;
  position: relative;
}

.container {
  border-top-right-radius: 3px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container.rich-text {
  padding-left: 10%;
  padding-right: 10%;
}

.image-vertical {
  background-image: url('../images/services-navigation.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
}

.image-vertical.left-image {
  background-image: none;
}

.image-vertical.second {
  background-image: url('../images/Ro-Flo-Compressor-Service.jpeg');
  background-position: 50%;
  height: 700px;
}

.image-vertical.third {
  background-image: url('../images/ardorvis_history.webp');
  height: 700px;
}

.image-vertical.fourth {
  background-image: url('../images/Ardorvis–-Technology_6.jpg');
}

.cta-card {
  text-align: center;
  background-color: #253f6f;
  background-image: radial-gradient(circle at 50% 0, #f85940b8, #ef3b31 100%, #0675ec 100%, #ef3b318a), url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 350px;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 16% 60px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px #343e521a;
}

.cta-card.payments {
  background-image: radial-gradient(circle at 50% 0, #4cecca, #00b3ace8 0%, #19c6b6d4 100%, #00b3ac), url('../images/kari-shea-AMyjxxLEHU4-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  max-width: none;
  box-shadow: 0 8px 24px #343e521a;
}

.side-features {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.side-features.top-algin {
  align-items: center;
}

.play-image {
  margin-left: 3px;
  padding-left: 0;
}

.image-features {
  background-image: url('../images/5d966025d4a41e12049565a3_micheile-henderson-MG4G0congO0-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 110px;
  height: 110px;
}

.image-features.third {
  background-image: url('../images/tu-tu-QZGQO3NvsLo-unsplash.jpg');
  margin-right: 0;
}

.image-features.second {
  background-image: url('../images/rustic-vegan-zzMb7jacyBc-unsplash.jpg');
}

.row-services {
  display: flex;
}

.quote-block {
  background-color: #fff;
  border: 2px #e6e7e9;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.features-image-block {
  background-color: #0000;
  border: 1px #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  display: flex;
}

.cta-card-info {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-header {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.project-info-content {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.project-info-content.padding {
  background-color: #0000;
  border: 1px solid #fffffff5;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin: 13px;
  padding: 13px;
  transition: all .4s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-info-content.padding:hover {
  background-color: #0000;
}

.quote-square {
  background-color: #fff;
  border-top: 1px solid #e4e8ee;
  border-right: 1px solid #e4e8ee;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25%;
  right: -11px;
  transform: rotate(45deg);
}

.quote-square.left {
  left: -11px;
  right: auto;
  transform: rotate(225deg);
}

.small-services {
  width: 33.333%;
  padding: 20px 30px;
}

.small-services.border {
  border-bottom: 1px solid #dde1e7;
  border-left: 1px solid #dde1e7;
  border-right: 1px #e4e8ee;
  width: 100%;
  padding: 40px;
}

.small-services.border.right {
  border-left-style: none;
  border-right-style: solid;
  border-right-color: #dde1e7;
}

.small-services.middle-border {
  border-bottom: 1px solid #dde1e7;
  border-left: 1px solid #dde1e7;
  border-right: 1px solid #dde1e7;
  width: 50%;
  padding: 40px;
}

.project-card {
  width: 100%;
  height: 350px;
  position: relative;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.promo-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.cta-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.cta-paragraph.core-apps {
  margin-bottom: 20px;
}

.project-image {
  background-image: url('../images/hutomo-abrianto-X5BWooeO4Cw-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 30px 40px;
  position: absolute;
  inset: 0%;
}

.project-image._5 {
  background-image: url('../images/pexels-photo-3634741.jpg');
}

.project-image._4 {
  background-image: url('../images/hutomo-abrianto-9ZvuWg8deho-unsplash.jpg');
}

.project-image._2 {
  background-image: url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
}

.project-image._6 {
  background-image: url('../images/outsite-co-R-LK3sqLiBw-unsplash-1.jpg');
}

.project-image._3 {
  background-image: url('../images/samantha-gades-BlIhVfXbi9s-unsplash.jpg');
  margin-right: 0;
}

.work-link {
  width: 33.333%;
  height: auto;
}

.feature {
  border: 1px solid #e4e8ee;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 40px;
  font-family: Inter;
  font-weight: 400;
  display: flex;
  position: relative;
}

.cta-icon {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  display: flex;
  position: relative;
}

.side-image {
  flex: 0 auto;
  align-items: center;
  width: 50%;
  min-height: 240px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.side-image._1 {
  order: 1;
}

.review-paragraph {
  z-index: 1;
  color: var(--slate-grey);
  padding: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: block;
  position: static;
  top: 4%;
  left: auto;
  right: 33%;
}

.card {
  border-left: 1px #e4e8ee;
  border-right: 1px #e4e8ee;
}

.video-background {
  flex-flow: column;
  height: 90vh;
  position: absolute;
  inset: 0%;
}

.cta-card-wrapper {
  flex-direction: column;
  align-items: center;
  width: 33%;
  transition: transform .4s;
  display: flex;
}

.cta-card-wrapper:hover {
  transform: translate(0, -10px);
}

.cta-card-wrapper.half {
  width: 50%;
  margin-left: 20px;
  margin-right: 20px;
}

.features-card {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  left: -34px;
  overflow: visible;
}

.features-card:hover {
  transform: rotate(0);
}

.features-card.small {
  z-index: 5;
  flex-direction: column;
  width: 400px;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  display: flex;
  bottom: auto;
  left: auto;
  right: 0;
}

.review {
  z-index: 1;
  padding: 8px;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  display: flex;
  position: absolute;
  top: 4%;
  left: auto;
  right: 33%;
}

.review._1 {
  top: 4%;
  right: 33%;
}

.review._3 {
  top: 59%;
  right: 10%;
}

.review._2 {
  top: 53%;
  left: 8%;
  right: auto;
}

.pricing-slider-color {
  background-color: var(--tourquoise);
  width: 34%;
  min-width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.tabs-content {
  width: 66.66%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.pricing-slider-groove {
  background-color: #2d3e501f;
  justify-content: space-between;
  align-items: flex-start;
  width: 900px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.check-text-block {
  color: #677081;
  border-top: 0 #e4e8ee;
  border-bottom: 1px #e4e8ee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Lato, sans-serif;
}

.check-text-block.first {
  color: #677081;
  border-top-style: none;
  border-top-width: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-column {
  padding: 15px;
}

.divider {
  background-color: #3f3f3f1a;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tab-pane {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.service-title {
  color: var(--corp-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.testimonial-arrow {
  color: #8e98ad;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  inset: auto 0% 0% -13%;
}

.testimonial-arrow:hover {
  border-color: silver;
}

.star-image {
  background-image: url('../images/-star_1-star.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 0;
  padding-left: 2px;
  padding-right: 2px;
}

.star-image.invert {
  background-image: url('../images/-star_1-star.png');
}

.service-div {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 24px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  transition: box-shadow 40ms;
  display: block;
}

.service-div:hover {
  box-shadow: 0 6px 12px #0000001a;
}

.service-div.line {
  background-color: #fff;
  border-color: #dbdbdb;
  border-bottom-width: 1px;
}

.service-div.line.testimonials {
  background-color: var(--white-tint);
  border: 1px solid #dde1e7;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  transition-property: none;
  position: relative;
}

.service-div.line.testimonials:hover {
  box-shadow: none;
  border-color: silver;
}

.signature {
  opacity: 1;
  margin-top: 40px;
}

.feature-tab {
  background-color: #f4f5f9;
  border: 1px solid #dde1e7;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  transition: all .4s;
}

.feature-tab:hover {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 6px 12px #282b3114;
}

.feature-tab.w--current {
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.feature-tab.event {
  border-color: #dde1e7;
  padding-left: 30px;
  transition: opacity .2s;
}

.feature-tab.event.w--current {
  width: 100%;
  padding-left: 30px;
}

.price-goove-dot {
  background-color: #dce2e6;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: -6px;
}

.price-goove-dot.dot1 {
  background-color: var(--white);
  border-radius: 0%;
  top: -9px;
}

.price-goove-dot.dot4, .price-goove-dot.dot2, .price-goove-dot.dot3 {
  border-radius: 0%;
  top: -9px;
}

.pricing {
  width: 100.008%;
}

.pricing.row {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.testimonials-name {
  color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.number-font {
  color: #ef3b31;
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
}

.image-testimonials {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.image-testimonials.fourth {
  background-image: url('../images/Team-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-testimonials.third {
  background-image: url('../images/Team-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-testimonials.first {
  background-image: url('../images/Team-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-testimonials.second {
  background-image: url('../images/Team-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.list-item {
  text-align: left;
}

.pricing-block {
  text-align: center;
  background-color: #0000;
  border: 1px solid #e4e8ee;
  border-radius: 0;
  padding: 0 0 23px;
  transition: box-shadow .4s;
  display: block;
}

.pricing-block:hover {
  background-color: #fff;
  border-color: silver;
}

.pricing-block.right {
  box-shadow: none;
  opacity: 1;
  border-radius: 0;
}

.pricing-block.right:hover {
  box-shadow: none;
}

.pricing-block.middle {
  background-color: #fff;
}

.pricing-handle {
  z-index: 10;
  border: 5px solid var(--corp-blue);
  background-color: #fff;
  border-radius: 0%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 32%;
  box-shadow: 0 2px 10px #2d3e504d;
}

.star-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.sponsor-link {
  opacity: .6;
  border-right: 1px solid #ebebeb;
  flex-direction: column;
  width: 20%;
  padding: 40px;
  transition: opacity .4s;
  display: flex;
}

.sponsor-link:hover {
  opacity: 1;
}

.sponsor-link.last {
  border-right: 1px solid #dde1e7;
  width: 20%;
}

.sponsor-link.last.darker-line {
  border-right-style: none;
}

.sponsor-link.with-line {
  border-right-color: #dde1e7;
}

.div-sliders-column-wrapper {
  flex-flow: column;
  padding-top: 0;
}

.tiitle-price {
  color: #677081;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.tiitle-price.number {
  color: #00b3ac;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  display: block;
  position: static;
  left: auto;
}

.tiitle-price.sub {
  color: #677081;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
  display: block;
}

.tiitle-price.top {
  color: #000;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-top: 1px solid #e4e8ee;
  border-bottom: 1px solid #e4e8ee;
  margin-top: 0;
  margin-bottom: 23px;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 14px;
  font-weight: 600;
}

.tiitle-price.top.basic {
  color: #677081;
  border-top-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.tiitle-price.top.premium {
  color: #00b3ac;
  border-top-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.tiitle-price.top.standart {
  color: #677081;
  border-top-style: none;
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.tiitle-price.check-text {
  float: none;
  color: #677081;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.tiitle-price.check-text.light {
  color: #c9c9c9;
}

.tiitle-price.check-text {
  float: none;
  color: #677081;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.tiitle-price.number {
  color: #00b3ac;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  display: block;
  position: static;
  left: auto;
}

.tiitle-price.sub {
  color: #677081;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
  display: block;
}

.blog-collection {
  width: 100%;
}

.flex-services {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-toogle {
  background-color: #0000;
  background-image: url('../images/Sign.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #e4e8ee;
  border-radius: 0;
  align-items: center;
  width: 60px;
  height: 24px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.hero-services-card {
  float: right;
  background-color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  text-align: center;
  background-image: url('../images/1000px.png');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #0000;
  border-top-width: 5px;
  border-radius: 5px;
  width: 300px;
  height: 120px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 20px 10px 30px;
  font-size: 12px;
  position: relative;
  box-shadow: 0 20px 50px -10px #2d3e5033;
}

.hero-services-card.scale-pricing-contain {
  background-color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  background-image: url('../images/1000px.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-services-card.startup-pricing-contain {
  background-color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  background-image: url('../images/1000px.png');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-services-card.pro-pricing-contain {
  z-index: 2;
  background-color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  background-image: url('../images/1000px.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-tabs {
  width: 41%;
}

.blue-block {
  background-color: var(--light-grey\<deleted\|variable-a961b74f-cdb9-967a-991c-6b94cad2d32f\>);
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide, .mask {
  border: 1px #000;
}

.image-fifth {
  width: 60px;
}

.quote.text {
  color: #4c575f;
  letter-spacing: 0;
  letter-spacing: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pricing-row {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 5vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.pricing-slider-wrap {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.hero-bottom-block {
  position: absolute;
  inset: auto 0% 0%;
}

.features-column {
  padding-left: 10px;
  padding-right: 10px;
}

.clients-wrapper {
  margin-top: 120px;
}

.clients-wrapper.less-padding {
  margin-top: 0;
}

.center {
  color: #677081;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: 400;
  display: flex;
}

.center.quote {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-sixth {
  text-align: center;
  margin-left: 10px;
  display: block;
}

.left-testimonial-arrow {
  z-index: 10;
  color: #8e98ad;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  inset: auto -13% 0% 0%;
}

.left-testimonial-arrow:hover {
  border-color: silver;
}

.toogle-dot {
  background-image: linear-gradient(#ef3b31, #ef3b31);
  border-radius: 100%;
  width: 14px;
  height: 14px;
  padding-top: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
  top: auto;
}

.sponsor-liks {
  background-color: #fff;
  border: 1px #ebebeb;
  border-radius: 6px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 1px 3px #0000001a;
}

.sponsor-liks.with-line {
  box-shadow: none;
  border-style: solid;
  border-color: #dde1e7;
}

.big-white-paragraph {
  color: #fffc;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.big-white-paragraph.centereted {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.big-white-paragraph.allcaps {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.big-white-paragraph.allcaps.categorie {
  color: #ffffffb3;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.tab-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-testimonials {
  background-color: #0000;
  height: 530px;
}

.slide-nav {
  color: #212121;
  border: 1px solid #dbdbdb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 48px;
  padding-top: 5px;
  font-size: 10px;
  display: flex;
}

.check-list.padding-top-bottom {
  margin-top: 30px;
  margin-bottom: 40px;
}

.social-link {
  opacity: .65;
  background-color: #0000;
  background-image: url('../images/icons8-twitter-96-1_1icons8-twitter-96 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #9d9e9d;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 10px;
  display: flex;
}

.social-link:hover {
  opacity: 1;
}

.social-link.facebook {
  background-image: url('../images/icons8-facebook-f-150.png');
  background-size: 14px;
  border-radius: 0%;
}

.social-link.facebook.line {
  background-image: url('../images/linkedin-svgrepo-white-com.svg');
  border-right-style: solid;
  width: 50px;
  height: 50px;
  margin-left: 0;
}

.social-link.facebook.last {
  background-image: url('../images/linkedin-svgrepo-com.png');
  margin-right: 0;
}

.social-link.be {
  background-image: url('../images/icons8-behance-96_2icons8-behance-96.png');
  background-size: 16px;
  border-radius: 0%;
}

.social-link.be.line {
  background-image: url('../images/icons8-behance-96_1icons8-behance-96.png');
  margin-left: 0;
}

.social-link.instagram {
  background-color: #0000;
  background-image: url('../images/linkedin-svgrepo-com.png');
  background-size: 12px;
  border-style: solid;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  transition: opacity .4s;
  display: flex;
}

.social-link.instagram.line {
  background-image: url('../images/icons8-instagram-96_1icons8-instagram-96.png');
  margin-left: 0;
}

.social-link.line {
  background-color: #0000;
  background-image: url('../images/icons8-twitter-90_1icons8-twitter-90.png');
  border-style: solid none solid solid;
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
}

.service-row-second {
  margin: 20px 0;
  padding-left: 2px;
  padding-right: 2px;
}

.padding-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  display: flex;
}

.hero-big {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0%;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.hero-big.center-white {
  text-align: left;
  font-weight: 600;
  display: flex;
}

.big-paragraph {
  color: var(--black);
  font-size: 17px;
  line-height: 27px;
}

.big-paragraph.in-section {
  color: #677081;
  font-size: 28px;
  line-height: 38px;
}

.big-paragraph.white {
  color: var(--white);
}

.icon-header {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.icon-header.padding-bottom {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.icon-header.center {
  justify-content: center;
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta.image-background {
  background-image: linear-gradient(#f4f5f9, #f4f5f9);
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta.image-background.white {
  background-image: none;
}

.row-cta {
  width: 90%;
  display: flex;
}

.cta-text {
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.cta-text.white {
  color: var(--black);
  padding-bottom: 10px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
}

.column-cta {
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.blog-side {
  flex-wrap: wrap;
  flex: 1;
  place-content: flex-start;
  align-items: stretch;
  width: 2%;
  display: flex;
}

.sidebar-header {
  text-transform: uppercase;
  border-bottom: 1px #e4e8ee;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.google-play-wrapper {
  border-left: 1px #ffffff6e;
  justify-content: center;
  display: flex;
}

.blog-sides {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.sidebar-block {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 0;
  width: 33.333%;
  margin-bottom: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 25px;
  position: relative;
}

.sidebar-block:hover {
  border-color: #e4e8ee;
}

.sidebar-block.full-sidee {
  border-color: #dde1e7;
  border-radius: 0;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 30px;
}

.sidebar {
  text-align: left;
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 15px;
  display: flex;
}

.sidebar.on-side-bar {
  flex-direction: column;
  justify-content: flex-start;
  width: 350px;
  margin-left: 40px;
}

.small-text {
  color: #00b3ac;
  font-size: 12px;
  line-height: 24px;
}

.category-header {
  margin-top: 0;
  margin-bottom: 0;
}

.category-flex {
  display: flex;
}

.block-singel {
  width: 33.333%;
  padding: 20px 30px;
}

.block-singel.border {
  border: 1px solid #dde1e7;
  width: 100%;
  padding: 40px;
}

.block-singel.border.miidle {
  border-left-style: none;
  border-right-style: none;
}

.image-padding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-info-rich-text {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form {
  border: 1px #000;
  padding: 40px;
}

.text-field-contact {
  color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  background-color: #0000;
  border: 1px #eaeaea;
  border-bottom: 1px solid #dde1e7;
  width: 49%;
  height: 48px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.text-field-contact:hover {
  border-bottom-color: #142335;
}

.text-field-contact.full {
  color: var(--slate-grey);
  text-align: center;
  width: 100%;
}

.columns {
  width: 100%;
}

.paragraph-text.blog {
  margin-bottom: 20px;
}

.paragraph-text.white {
  font-size: 14px;
}

.text-area {
  color: #677081;
  border: 1px #000;
  border-bottom: 1px solid #dde1e7;
  height: 50px;
  min-height: 150px;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
}

.text-area:hover {
  border-bottom-color: #142335;
}

.left {
  color: #677081;
  text-align: left;
  margin-bottom: 6px;
}

.flex-form {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-info {
  color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  margin-bottom: 20px;
  font-weight: 400;
}

.contact-form-up {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-bottom-color: #dde1e7;
  width: auto;
  max-width: 1290px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.bottom-padding {
  margin-bottom: 30px;
}

.contact-us-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px #e4e8ee;
  border-bottom-style: solid;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 40px;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.contact-us-wrapper.middle {
  border-style: none solid solid;
  border-color: #dde1e7 #dde1e7 #e4e8ee;
  width: 100%;
  height: 200px;
}

.contact-us-wrapper._25 {
  width: 25%;
}

.service-header {
  color: #343e52;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.half-side {
  background-color: #fff;
  border: 2px #e6e7e9;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 570px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px 0 0;
  display: flex;
}

.side-content-info-border {
  background-color: #fff;
  border: 2px #e6e7e9;
  max-width: 570px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 5% 7%;
}

.headline-div {
  margin-bottom: 0;
}

.big-divider {
  background-color: #8d96a04d;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-bottom: 0;
}

.column-icons {
  margin-bottom: 10px;
}

.column-icons.no-padding {
  margin-bottom: 0;
}

.licence-item-wrapper {
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  box-shadow: 0 1px 2px #2e323c17;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-link {
  color: #677081;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: #00b3ac;
  text-decoration: underline;
}

.icon-div {
  background-image: url('../images/mailbox.svg');
  background-position: 0 0;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.icon-div.third {
  background-image: url('../images/icons8-museum.svg');
}

.icon-div.third.image {
  background-image: url('../images/hutomo-abrianto-9ZvuWg8deho-unsplash.jpg');
}

.icon-div.image {
  background-image: url('../images/outsite-co-R-LK3sqLiBw-unsplash-1.jpg');
  width: 50px;
  height: 50px;
}

.icon-div.fourth {
  background-image: url('../images/icons8-museum3.svg');
}

.icon-div.fourth.image {
  background-image: url('../images/kari-shea-AMyjxxLEHU4-unsplash.jpg');
  background-size: cover;
}

.icon-div.second {
  background-image: url('../images/icons8-museum2.svg');
}

.icon-div.second.image {
  background-image: url('../images/hutomo-abrianto-X5BWooeO4Cw-unsplash.jpg');
  background-position: 50%;
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.image-div {
  width: 100px;
  height: 100px;
}

.image-div.icons {
  background-image: linear-gradient(#dde1e7, #dde1e7);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-div.icons.video {
  background-image: url('../images/di_an_h-g_8MrEZAvyE-unsplash-1.jpg'), linear-gradient(#dde1e7, #dde1e7);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.link-licence {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.link-licence:hover {
  color: #fa7000;
  text-decoration: underline;
}

.div-image {
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.div-image.logo {
  background-image: url('../images/5d973d786f21d7da1fd3f9bf_Bermuda-Shodow.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.licence-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-firs {
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-image-second {
  background-color: #5956fd;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  top: 14px;
  left: 0;
}

.icon-image-second.design, .icon-image-second.interaction {
  background-color: #0000;
  background-image: linear-gradient(#ef3b31, #ef3b31);
}

.button-padding {
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  height: 270px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.blog-card {
  background-color: #0000;
  border: 10px #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.blog-card.last {
  margin-left: 10px;
}

.overlay {
  background-color: #0a2b3c80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.date-blogger {
  color: #fff;
  text-align: center;
  border: 5px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  line-height: 48px;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
}

.date-blogger.orange-block {
  background-color: var(--slate-grey);
  color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 10px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
  position: relative;
  top: auto;
  left: auto;
}

.date-blogger.orange-block.blue {
  background-color: var(--corp-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-blog {
  text-decoration: none;
}

.link-blog:hover {
  color: var(--light-sea-green\<deleted\|variable-309f313b\>);
}

.blog-bottom-info {
  align-items: center;
  display: flex;
}

.blog-heading {
  color: var(--corp-blue);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.blog-heading:hover {
  color: #171d29;
}

.divider-blog {
  background-color: #dde1e7;
  width: auto;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-blog {
  margin-right: 5px;
}

.blog-description {
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.date-wrapper {
  width: auto;
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
}

.date-wrapper.header {
  position: relative;
  top: 0;
  left: 0;
}

.category-text {
  color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #e4ecf6;
  margin: 0 10px 0 0;
  padding: 0;
  font-family: Inter;
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .4s;
  display: inline-block;
  position: relative;
}

.category-text:hover {
  background-color: #0000;
}

.category-text.white {
  color: var(--white);
  background-color: #0000;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.button-texting {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.button-texting.blog {
  color: #343e52;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.expand {
  flex: 0 auto;
  width: 1001%;
  max-width: 1200px;
}

.question-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.toggle-big-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.image-toogle {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 300px;
}

.question-box {
  margin-bottom: 10px;
}

.question-box.first {
  border-top: 1px #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.question-title-link {
  background-color: #f3f3f3;
  border-left: 1px solid #009fad;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  width: 100%;
  padding: 25px 30px 10px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.question-title-link.white-background {
  color: #fff;
  background-color: #0000;
  border: 1px solid #9b9b9b;
  border-left: 1px #e4e8ee;
  border-right: 1px #e4e8ee;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  position: relative;
}

.flex-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.info-content {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.horizontal {
  background-color: #fff;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 9px;
}

.plus-div {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.question-box-answer {
  background-color: #0000;
  border-top: 1px #0000001a;
  border-bottom: 1px solid #0000001a;
  border-left: 1px #e4e8ee;
  border-right: 1px solid #e4e8ee;
  margin-top: -2px;
  padding: 0 30px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  position: relative;
  overflow: hidden;
}

.vertical {
  background-color: #fff;
  width: 14px;
  height: 1.5px;
  margin-bottom: 0;
  position: absolute;
  transform: rotate(90deg);
}

.category-paragraph {
  color: #343e52;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #e4ecf6;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 9px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .4s;
  display: inline-block;
  position: relative;
}

.category-paragraph:hover {
  background-color: #0000;
}

.category-paragraph.white {
  color: #fff;
  background-color: #0000;
  font-family: Inter;
}

.links {
  text-decoration: none;
}

.overlay-div-blog {
  background-color: #0a2b3c99;
  position: absolute;
  inset: 0%;
}

.hero-text {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0%;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.submit-button-right {
  background-color: var(--corp-blue);
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.arrow-button-left {
  background-image: url('../images/icons8-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.white-blog-card {
  background-color: var(--light-sea-green\<deleted\|variable-309f313b\>);
  color: #000;
  text-align: left;
  border: 1px #ebe6e6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  padding: 50px;
  display: flex;
}

.white-blog-card.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.white-blog-card.image.product {
  background-size: cover;
  height: 500px;
}

.features-name {
  color: #18143b;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.features-name.single {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  font-weight: 600;
}

.grid-shop {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.compare-price {
  color: #ffffff82;
  margin-right: 20px;
  text-decoration: line-through;
}

.compare-price.light {
  color: var(--slate-grey);
}

.price-comparison {
  display: flex;
}

.price {
  color: var(--white);
}

.price.dark {
  color: var(--black);
}

.grid-cart {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
}

.page-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-title.left {
  color: var(--black);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.quantity {
  border-width: 1px;
  border-color: var(--black);
  color: #30364d;
  background-color: #fff;
  border-radius: 0;
  height: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.add-to-cart {
  margin-top: 20px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  background-color: #6a4ee1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 14px 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.button:hover {
  box-shadow: inset 0 200px 200px 200px #0202021c;
}

.button.white {
  color: #6a4ee1;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: background-color .4s, all .4s;
}

.button.white:hover {
  box-shadow: none;
  color: #fff;
  background-color: #2e188a;
  border-color: #2e188a;
}

.button.white.cart {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  font-family: Inter;
  display: flex;
}

.form-field {
  color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  border-radius: 0;
  height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.order-summery-div, .block-header {
  color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  font-family: Inter;
}

.checkout-form {
  color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Inter;
  font-size: 15px;
  line-height: 25px;
}

.apple-pay {
  border-radius: 3px;
  height: 54px;
}

.discount {
  margin-bottom: 20px;
}

.button-apply {
  background-color: var(--corp-blue);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  height: 48px;
  font-weight: 500;
}

.button-apply:hover {
  background-color: var(--black);
}

.paypal {
  border-radius: 0;
}

.div-product-overlay {
  background-color: #00b3ace3;
  position: absolute;
  inset: 0%;
}

.error-state {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 6px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter;
}

.cart-line {
  color: #30364d;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.cart-quantity {
  background-color: var(--white);
  color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
  margin-left: 0;
}

.text-block {
  color: #30364d;
  font-size: 20px;
  font-weight: 500;
}

.empty-state {
  flex-direction: column;
}

.top-padding {
  margin-top: 24px;
}

.icon-2 {
  color: var(--white);
  font-size: 20px;
  line-height: 30px;
}

.romove {
  color: var(--light-sea-green\<deleted\|variable-309f313b\>);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.romove:hover {
  color: var(--corp-blue);
}

.apple {
  border-radius: 6px;
  height: 60px;
}

.nav-column.right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.name {
  color: #30364d;
  font-size: 18px;
  line-height: 28px;
}

.remove-button {
  text-transform: none;
  text-decoration: none;
}

.collection-item-second, .collection-list {
  width: 100%;
}

.cart-wrapper {
  z-index: 999;
}

.form-block {
  margin-bottom: 0;
  padding: 20px 0 0;
}

.grid-left-paralel {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-auto-flow: row;
  position: relative;
}

.dropdown-nav {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-11 {
  background-color: var(--black);
  color: #fff;
}

.search-button {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/png-transparent-search-magnifier-find-zoom-glass-seo-optimization-instagram-icon_1png-transparent-search-magnifier-find-zoom-glass-seo-optimization-instagram-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  padding-right: 0;
  line-height: 1.5rem;
}

.dropdown-link-3 {
  color: #75787b;
  text-transform: uppercase;
  width: 100%;
  padding: 0 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.dropdown-link-3:hover {
  color: var(--corp-blue);
}

.dropdown-link-3.w--current {
  color: var(--corp-blue);
  padding-bottom: 10px;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.dropdown-column-wrapper.width-840px {
  min-width: 840px;
}

.dropdown-column-wrapper.width-840px.w--open {
  border-radius: 0;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.dropdown-2-sides {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.2fr auto;
  align-items: stretch;
}

.grid-2-columns.dropdown-2-sides.blog-left {
  grid-template-columns: .75fr auto;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-nav-menu-list {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.search-input-2 {
  color: #75787b;
  border-bottom: 1px solid #00000036;
  border-left-style: none;
  border-right: 1px #000;
  min-width: 30rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.line-rounded-icon.dropdown-arrow {
  color: #75787b;
  margin-left: 8px;
  font-family: Line Rounded Icon Font, Arial, sans-serif;
  font-size: 8px;
}

.line-rounded-icon.dropdown-arrow:hover {
  color: #0097bf;
}

.search-pop-up-wrapper {
  z-index: 999;
  display: block;
  position: absolute;
  inset: -1.2rem 0 0% auto;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.middle {
  z-index: 10;
  padding-right: 16px;
}

.navigation-sub-heading {
  color: var(--white);
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.navigation-wrap {
  font-family: Line Rounded Icon Font, Arial, sans-serif;
}

.dropdown-image {
  background-image: url('../images/rox-image1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.dropdown-image._2 {
  background-image: url('../images/Ardorvis–-Technology_10.JPG');
}

.dropdown-image.about-us {
  background-image: url('../images/Vans---Office.jpg');
  background-position: 50% 100%;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.search-pop-up {
  -webkit-text-stroke-color: #75787b;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1rem .5rem;
  display: flex;
}

.image-30 {
  width: 20px;
  height: 20px;
}

.dropdown-image-services {
  background-image: url('../images/pipes-1--reduced.jpg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.header-content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-toggle-template {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle-template:hover {
  color: #f99d1c;
}

.dropdown-side-pd {
  background-color: var(--slate-grey);
  padding: 56px 30px;
}

.dropdown-side-pd.pd-64px {
  padding-left: 64px;
  padding-right: 64px;
}

.dropdown-side-pd.pd-64px.bg-neutral-200 {
  z-index: 10;
  background-color: #fff;
  padding: 40px;
  position: relative;
}

.dropdown-side-pd.photo {
  background-color: var(--tourquoise);
}

.top-navigation-div-text-wrapper {
  background-color: var(--slate-grey);
  justify-content: flex-end;
  display: flex;
}

.header-nav-menu-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 60px;
}

.mg-bottom-24px {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 24px;
}

.container-default {
  z-index: 10;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navigation-sub-heading-wrapper {
  text-align: right;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.navigation-wrapper-2 {
  color: #75787b;
}

.search-icon-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: all .2s;
}

.header-nav-link {
  color: #75787b;
  text-transform: uppercase;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.header-nav-link:hover {
  color: var(--corp-blue);
}

.header-nav-link.w--current {
  color: var(--corp-blue);
  font-size: 17px;
}

.top-orange-bar-div {
  background-color: #afafaf4d;
  width: 100%;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-columns: .5fr;
  justify-items: start;
  padding-bottom: 3px;
}

.dropdown-wrapper {
  color: #75787b;
}

.search-wrapper-2 {
  text-align: left;
  border-right: 1px #fff;
  width: 30px;
  height: 30px;
  padding-top: 10px;
  position: relative;
}

.top-bar-contact-button {
  grid-column-gap: 5px;
  border: 1px none var(--corp-blue);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 9px 36px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.7em;
  transition: all .3s;
  display: flex;
}

.top-bar-contact-button:hover {
  opacity: 1;
  color: var(--corp-blue);
  background-color: #fff;
}

.top-bar-contact-button.w--current {
  background-color: #616161;
}

.header-wrapper {
  z-index: 10;
  background-color: #fff;
  background-image: url('../images/graphic.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 10px;
  padding-bottom: 10px;
}

.slider {
  width: 100%;
  height: 90vh;
}

.slide-2 {
  background-image: linear-gradient(180deg, var(--corp-blue), var(--clear) 61%), url('../images/service.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.text-span {
  color: var(--tourquoise);
}

.text-span-2 {
  font-size: 30px;
  line-height: 40px;
}

.tb-digit {
  text-align: center;
}

.header-box.center {
  text-align: center;
  width: 53%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-2 {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#7461d4, #5e4eae);
  border-radius: 55px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding-top: 16px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 100;
  line-height: 15px;
  transition: background-color .4s;
}

.button-2:hover {
  background-image: linear-gradient(#5e4eae, #5e4eae);
}

.lottie-animation {
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
}

.w_digits {
  z-index: 10;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.chart-item-3 {
  text-align: center;
  border-right: 1px #b1c2dbcc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.chart-item {
  text-align: center;
  border-right: 1px solid #b1c2dbcc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.content-wrapper {
  flex: 1;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

._50-percent-column {
  width: 50%;
  position: relative;
}

._50-percent-column.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-numbers {
  font-size: 50px;
  line-height: 50px;
}

.counter-numbers.left {
  transform: translate(0);
}

.bottom-separation {
  border-bottom: 1px solid #b1c2dbcc;
  padding-bottom: 60px;
}

.bottom-separation.top-border {
  margin-top: 60px;
}

.flex-wrapper {
  flex-flow: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.mini-title-3 {
  color: #6045e0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.content-section-2 {
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.content-section-2.bottom-padding {
  padding-bottom: 90px;
}

.mini-title-2 {
  color: #6045e0;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #6045e0;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 6px 5px 4px 6px;
  font-family: Montserrat, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  line-height: 9.5px;
  display: inline-block;
}

.counter {
  color: #1d1e20;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 171px;
  height: 171px;
  margin-bottom: 25px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.charts {
  border-top: 1px solid #b1c2dbcc;
  border-bottom: 1px solid #b1c2dbcc;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 45px;
  display: flex;
}

.text-content {
  width: 83%;
}

.text-content.left-padding {
  padding-left: 20px;
}

.heading-2 {
  color: var(--corp-blue);
  font-size: 50px;
  line-height: 60px;
}

.heading-3 {
  font-size: 40px;
  line-height: 50px;
}

.block-quote {
  border-left-color: var(--tourquoise);
}

.heading-4, .heading-5, .heading-6 {
  text-transform: uppercase;
}

.base-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 116px;
  padding-left: 15px;
  padding-right: 15px;
}

.circle-counter-wrapper {
  width: 100%;
  display: flex;
}

.circle-counter-wrapper.col-33-wrap {
  width: 60%;
}

.counter-progressbar {
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: relative;
}

.text-white {
  color: var(--white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.counter-left-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.white-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.circle-counter {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.circle-counter.col-33 {
  width: 33.3%;
}

.counter-mask {
  border: 5px solid #fff;
  width: 80px;
  height: 160px;
  position: absolute;
}

.counter-mask.right {
  transform-origin: 0%;
  border-left-width: 0;
  border-left-color: #fff0;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  height: 160px;
  inset: 0%;
}

.counter-mask.left {
  transform-origin: 100%;
  border-right-width: 0;
  border-right-color: #fff0;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  height: 160px;
  inset: 0%;
  transform: rotate(0);
}

.counter-static {
  border: 1px solid #ffffff80;
  border-radius: 50%;
  width: 156px;
  height: 156px;
}

.section-12 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.counter-number {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  display: flex;
  position: relative;
}

.probressbar-container {
  grid-column-gap: 60px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.counter-title {
  max-width: 180px;
}

.counter-right-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.dropdown-image-products {
  background-image: url('../images/products_navigation.jpg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.dropdown-image-products._2 {
  background-image: url('../images/51v4KBSl6VL._AC_UF10001000_QL80_.jpg');
}

.project-div-vertical {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-7 {
  color: var(--corp-blue);
  font-size: 25px;
  font-style: normal;
  line-height: 35px;
}

.latest-news-wrapper {
  width: 100%;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph, .paragraph-2, .paragraph-3 {
  text-align: left;
}

.contact-float-button-2 {
  z-index: 1000;
  background-color: var(--tourquoise);
  cursor: pointer;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 28px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 6px 18px #11111121;
}

.contact-float-button-2:hover {
  box-shadow: 0 6px 18px #11111121;
}

.contact-popup-window-2 {
  z-index: 1000;
  border-top: 4px solid var(--corp-blue);
  text-align: left;
  background-color: #fff;
  width: 470px;
  margin-bottom: 0;
  padding: 24px 64px 64px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px #2e323c45;
}

.contact-popup {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: fixed;
}

.minimize-icon-line {
  background-color: #777;
  width: 8px;
  height: 2px;
}

.popup-overlay {
  background-color: #11111180;
  position: fixed;
  inset: 0;
}

.minimize-icon {
  border: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-right: 20px;
  transition: border-color .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.minimize-icon:hover {
  border-color: #bbb;
}

.popup-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
  position: fixed;
  inset: 0;
}

.contact-window-form {
  padding-top: 16px;
}

.form-error {
  color: #f83f5a;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.form-error.window-error {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.button-3 {
  background-color: #0b1930;
  height: auto;
  padding: 5px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
}

.button-3:hover {
  background-color: #f99d1c;
}

.button-3.form-button {
  background-color: var(--corp-blue);
  margin-top: 8px;
}

.button-3.form-button:hover {
  background-color: var(--slate-grey);
}

.input {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  height: 48px;
  margin-bottom: 24px;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s;
}

.input:focus {
  border-color: #ddd;
}

.input.text-area {
  height: auto;
  min-height: 120px;
  padding-top: 16px;
}

.form-success {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.form-success.window-success {
  margin-bottom: -40px;
  padding-left: 24px;
  padding-right: 24px;
}

.cards-2-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-number {
  font-size: 1.2em;
  font-weight: 600;
}

.card-number.is-white {
  color: #fff;
}

.card-text {
  z-index: 10;
  color: var(--corp-blue);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
}

.cards-2-image-size {
  z-index: 1;
  height: 100vh;
  position: sticky;
  top: 10vh;
}

.animation-color-bg {
  z-index: 15;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.card-outline-2 {
  border: 1px solid var(--slate-grey);
  border-radius: 50%;
  width: 140%;
  height: 140%;
  position: absolute;
}

.building-1 {
  object-fit: cover;
  width: 100%;
  margin-bottom: 40px;
}

.building-1.mb-0 {
  height: auto;
  margin-bottom: 0;
}

.container-2 {
  z-index: 20;
  width: 100%;
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

.container-2.is-content-grid-2 {
  z-index: auto;
}

.heading-27 {
  text-align: center;
}

.card-block {
  z-index: 10;
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 23em;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 2.5em;
  transition: padding .6s cubic-bezier(.075, .82, .165, 1), border-color .2s, color .2s, background-color .2s, min-height .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-block:hover {
  background-color: #fff;
  border: 1px solid #c1bece;
  min-height: 26em;
}

.card-block.is-3rd {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-radius: 0;
  width: 100%;
}

.card-block.is-3rd:hover {
  color: #171520;
  border-width: 0;
}

.card-circle {
  z-index: 5;
  background-color: #0000;
  border: 1px solid #307c5c;
  border-radius: 50em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.card-circle.is-dark {
  background-color: var(--clear);
  background-image: url('../images/256.png');
  background-position: 50%;
  background-size: cover;
  border-style: none;
}

.card-outline-1 {
  border: 1px solid var(--corp-blue);
  border-radius: 50%;
  width: 120%;
  height: 120%;
  position: absolute;
}

.cards-2 {
  z-index: 2;
  grid-row-gap: 0em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 9vh;
  padding-bottom: 9vh;
  display: flex;
  position: relative;
}

.card-title {
  z-index: 10;
  opacity: .31;
  color: var(--slate-grey);
  letter-spacing: .02em;
  text-indent: .02em;
  text-transform: none;
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
}

.image-animation-trigger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

._1500px-padding {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  position: relative;
}

.cards-2-image {
  z-index: 1;
  background-image: url('../images/Ardorvis–-Technology_12.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-28 {
  text-align: center;
}

.top-banner-image {
  color: #0b1930;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.top-banner-image.history {
  background-image: linear-gradient(#00000042, #00000042), url('../images/company-history.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-banner-image.careers {
  background-image: linear-gradient(#00000026, #00000026), url('../images/careers-at-Ardorvis.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-banner-image.policies {
  background-image: linear-gradient(#00000054, #00000054), url('../images/policies.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.banner-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-title-blink.white {
  color: #fff;
}

.logo-wrapper {
  border: 1px solid var(--slate-grey);
  background-image: url('../images/HPS-Logo_CMYK.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 150px;
}

.project-details-img {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.paragraph-6 {
  color: #1a1a1a;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-6.text-field {
  color: #797979;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #49494940;
  border-radius: 0;
  height: 50px;
  margin-bottom: 10px;
  padding: 10px 12px 10px 14px;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .4s;
  display: block;
}

.paragraph-6.text-field:hover {
  background-color: #fafafa;
}

.paragraph-6.text-field.second {
  color: #616161;
  text-transform: none;
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.paragraph-6.text-field.second:hover {
  border-bottom-color: #ae06d8e3;
}

.checkbox-label {
  color: #616161;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.columns-2 {
  max-width: 1290px;
  margin-top: 60px;
}

.textarea-3 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #ff0000e3;
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
}

.field-label {
  color: #616161;
  font-size: 14px;
  font-weight: 500;
}

.contact-wrapper {
  background-color: var(--black);
  flex-flow: row;
  align-items: stretch;
  padding: 10px 0;
}

.column-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.button-4 {
  text-transform: uppercase;
  background-color: #29a1ff;
  background-image: none;
  padding: 18px 35px 16px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.button-4.move-up {
  letter-spacing: 1px;
  background-color: #00baf2;
  background-image: none;
  border-radius: 8px;
  padding-top: 16px;
  font-size: 12px;
  transition: all .3s;
}

.button-4.move-up:hover {
  color: #fff;
  background-color: #797979;
  font-size: 14px;
  line-height: 24px;
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button-4.move-up.color {
  color: #fff;
  background-color: #06d8cf;
  padding: 12px 25px;
  font-weight: 400;
  transition-duration: .4s;
  display: inline-block;
}

.button-4.move-up.color:hover {
  background-color: #1a1a1a;
  border: 0 #fff;
}

.button-4.move-up.color.no-hover {
  padding: 18px 35px 16px;
  font-weight: 400;
}

.button-4.move-up.color.no-hover:hover {
  background-color: #29a1ff;
}

.button-4.move-up.color.no-hover.full {
  background-color: var(--tourquoise);
  background-image: none;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-100px-padding {
  color: #0b1930;
  background-image: url('../images/graphic.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-100px-padding.graphic {
  background-image: url('../images/graphic.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.section-100px-padding.graphic.right {
  background-image: url('../images/graphic.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section-100px-padding.graphic.left {
  background-image: linear-gradient(to bottom, var(--color), var(--color));
}

.section-100px-padding.horizontal {
  flex-flow: row;
}

.rich-text-style {
  padding-top: 20px;
}

.select-field {
  color: #616161;
  font-weight: 500;
}

.ab-h1-details-project-title {
  color: var(--corp-blue);
  text-align: left;
  font-weight: 600;
}

.checkbox-field {
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-contact {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 40px 40px;
  box-shadow: 0 20px 20px #0000001a;
}

.form-contact.second {
  border-radius: 0;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.success-message-2 {
  color: #fff;
  background-color: #0b1930;
  border-radius: 10px;
  font-size: 14px;
}

.text-block-25 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.link-5 {
  color: #fff;
}

.link-5:hover {
  color: #c1c1c1;
}

.ab-h2-banner-title {
  color: #fff;
  text-align: left;
  text-transform: none;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.ab-h2-banner-title.dark-grey {
  color: var(--slate-grey);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.conatc-us-for-further-information-ab {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.contact-number-ab {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.link-6 {
  color: var(--corp-blue);
}

.cms-navigation-link {
  color: #75787b;
  text-transform: uppercase;
  width: 100%;
  padding: 0 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.cms-navigation-link:hover, .cms-navigation-link.w--current {
  color: var(--corp-blue);
}

.link-block-3 {
  width: 100%;
}

.quick-link-cms-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: 60px;
  display: flex;
}

.quick-link-cms-wrap.long {
  width: 800px;
}

.div-1290px {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-1290px.flex-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.div-block-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.collection-item-3 {
  flex-flow: row;
}

.collection-list-2 {
  display: flex;
}

.services-quick-links-button {
  border-right: 1px solid var(--white-tint);
  border-left: 1px solid var(--slate-grey);
  background-color: var(--light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>);
  color: var(--white);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 80px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.services-quick-links-button:hover {
  background-color: var(--slate-grey);
  color: var(--white);
}

.services-quick-links-button.w--current {
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-3, .div-block-4, .div-block-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.section-13 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.left-div-with-main-text {
  padding: 0 10px 20px;
}

.aux-wrapper {
  text-align: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  padding: 100px 20px;
  display: block;
  box-shadow: 0 0 100px -75px #000;
}

.h4-red {
  color: #2d1818;
}

.dark-strip-bg-3 {
  z-index: 5;
  background-color: #18232d;
  position: absolute;
  inset: 0% 0% auto;
}

.claim-now-button {
  color: #fff;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  background-color: #f50004;
  border: 1px solid #b29874;
  flex-flow: column wrap;
  width: 100%;
  margin-bottom: 40px;
  padding: 17.5px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  transition: border-color .2s, background-color .2s;
  display: block;
  overflow: visible;
}

.claim-now-button:hover {
  color: #b29874;
  background-color: #3a556e;
  border-color: #3a556e;
}

.div-arrow {
  background-color: var(--light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>);
  color: var(--slate-grey);
  background-image: url('../images/free-arrow-right-icon-2817-thumb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 40px;
  height: 40px;
}

.column-4 {
  border-top: 10px #f2cf9e;
}

.breadcrumb-heading {
  color: #fff;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  padding-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.contact-button-100 {
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  background-color: #18232d;
  border: 1px solid #b29874;
  flex-flow: column wrap;
  width: 100%;
  padding: 17.5px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  transition: border-color .2s, background-color .2s;
  display: block;
  overflow: visible;
}

.contact-button-100:hover {
  color: #fff;
  background-color: #3a556e;
  border-color: #3a556e;
}

.aux-section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.breadcrumb-div-2 {
  background-color: var(--light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>);
  border-right: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 15px 10px 0;
}

.breadcrumb-div-2:hover {
  background-color: var(--corp-blue);
}

.breadcrumb-div-2.w--current {
  border-right: 1px solid #fff;
  width: 100%;
  padding-top: 15px;
}

.ab-sub-navigation-wrapper {
  background-color: var(--slate-grey);
  margin-bottom: 40px;
}

.breadcrumb-div {
  background-color: var(--light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>);
  height: auto;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
}

.right-nav-div {
  border-bottom: 1px solid var(--light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>);
  flex-wrap: nowrap;
  place-content: stretch space-between;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.right-nav-div:hover {
  background-color: var(--white);
  color: var(--corp-blue);
}

.right-nav-div-header {
  background-color: var(--corp-blue);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.navigation-heading {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.navigation-heading:hover {
  color: var(--corp-blue);
}

.right-nav-div-text {
  width: 80%;
  padding-right: 10px;
}

.text-span-3 {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
}

.main-product-image {
  border: 1px solid var(--slate-grey);
  background-color: var(--white);
  background-image: url('../images/Hollow-section-3--reduced.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}

.main-product-image.coat {
  background-image: url('../images/Coating-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.main-product-image.bends {
  background-image: url('../images/Bend-2.jpg');
}

.main-product-image.pipe {
  background-image: url('../images/pipes-1--reduced.jpg');
}

.main-product-image.reversing {
  background-image: url('../images/reversing-plates.jpg');
  background-size: cover;
}

.main-product-image.merchant {
  background-image: url('../images/Merchant-bar-1---reduced.jpg');
  background-size: cover;
}

.heading-29 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.heading-30 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.right-sticky-div {
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.sticky-wrapper-div {
  flex-flow: row;
  display: flex;
  position: relative;
}

.left-sticky-div {
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.master-sticky {
  position: sticky;
  top: 10px;
}

.collection-item-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-5 {
  flex-flow: column;
  width: 100%;
}

.lightbox-link-2 {
  width: 100%;
}

.lightbox-div {
  flex-flow: column;
}

.lightbox-link-3 {
  border: 1px solid var(--light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 250px;
}

.collection-item-6 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.empty-state-2 {
  background-color: var(--clear);
}

.left-arrow, .right-arrow {
  display: none;
}

.paragraph-19 {
  text-align: left;
}

.jobs-wrapper {
  border: 1px solid var(--light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>);
  margin-bottom: 20px;
  padding: 40px 60px;
  box-shadow: 0 2px 11px 4px #0003;
}

.button-text-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
}

.button-text-2.grey-text {
  color: #677081;
}

.button-text-2.grey-text:hover {
  color: #fff;
}

.heading-16 {
  border-bottom: 1px solid var(--light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>);
  color: #032863;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.button-link-2 {
  color: #032863;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link-2:hover {
  color: #fff;
  background-color: #677081;
}

.button-link-2.grey-rule {
  border-color: #677081;
}

.button-link-2.grey-rule:hover {
  color: #fff;
}

.paragraph-16 {
  color: #677081;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-15 {
  background-color: var(--white);
  width: 100%;
  margin-top: 58px;
  padding: 45px 34px;
}

.blue-block-div-2 {
  background-color: #677081;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-span-4 {
  color: #032863;
  font-weight: 500;
}

.section-14 {
  background-color: var(--white-tint);
  margin-left: auto;
  margin-right: auto;
}

.div-block-36 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-20, .careers-samll-titles {
  font-size: 18px;
  line-height: 28px;
}

.careers-samll-titles.cms {
  color: var(--corp-blue);
  font-size: 20px;
  line-height: 30px;
}

.rich-text-jobs-description {
  margin-top: 20px;
  margin-bottom: 40px;
}

.collection-item-7 {
  flex-flow: row;
}

.testimonial {
  color: #677081;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.testimonial.quote {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.previous, .next {
  background-color: var(--clear);
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.testimonial-company-name {
  color: var(--slate-grey);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.contact-page-text {
  color: var(--slate-grey);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.link-7 {
  color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
}

.link-7:hover {
  color: var(--light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>);
}

.checkbox-label-2 {
  font-family: Montserrat, sans-serif;
}

.div-block-37 {
  border-top: 1px solid var(--light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>);
  height: 5px;
  margin-top: 10px;
}

.ab-download-div-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.ab-download-div-right.grey {
  background-color: var(--dark-slate-blue\<deleted\|variable-03dea6c0\>);
}

.ab-download-div-left {
  width: 80%;
  height: auto;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 10px;
}

.ab-download-div-left.blue {
  background-color: var(--corp-blue);
  padding-right: 20px;
}

.ab-downloads-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ab-downloads-wrapper.line {
  background-color: #fff;
  border-bottom: 1px solid #afafaf4d;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ab-downloads-wrapper.line:hover {
  background-color: #afafaf4d;
}

.heading-40 {
  color: #616161;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.ab-h2-banner-text {
  color: #75787b;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.ab-h2-banner-text.smaller {
  color: var(--white);
  text-transform: none;
  font-size: 18px;
  line-height: 28px;
}

.container-3 {
  max-width: 1290px;
  margin-bottom: 40px;
}

.ab-arrow-button {
  background-color: var(--light-grey\<deleted\|variable-23e05674-249c-f793-436c-87f85efa87db\>);
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 6px 5px;
  display: flex;
}

.ab-arrow-button:hover {
  background-color: #c1c1c1;
}

.div-block-38 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
}

.section-15 {
  background-image: url('../images/logos.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100px;
}

.text-block-27 {
  font-family: Montserrat, sans-serif;
}

.background-video {
  background-image: linear-gradient(#00000052, #00000052);
  flex-flow: column;
}

.heading-41 {
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}

.heading-42 {
  color: var(--tourquoise);
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

.heading-43 {
  color: var(--corp-blue);
}

.background-video-2 {
  height: 710px;
}

.flex-div-2 {
  flex-direction: column;
  width: 50%;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.blog-title {
  color: var(--tourquoise);
  text-transform: none;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}

.project-row-2 {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 120px 20px;
  display: flex;
  position: relative;
}

.project-header-2 {
  float: none;
  clear: none;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.background-video-3 {
  height: 710px;
}

.project-info-card-2 {
  background-color: #fff;
  background-image: url('../images/IMG_04BF0170A5D7-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #e4e8ee;
  border-radius: 0;
  padding: 30px 40px;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.project-info-card-2._4 {
  background-color: #fff0;
  background-image: url('../images/Coating-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.project-info-card-2._3 {
  background-color: #fff0;
  background-image: url('../images/Bend-2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  margin-right: 0;
}

.project-info-card-2._2 {
  background-image: url('../images/Hollow-section-3--reduced.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 0;
}

.project-info-card-2._5 {
  background-image: url('../images/pipes-1--reduced.jpg');
}

.project-info-card-2._6 {
  background-image: url('../images/reversing-plates.jpg');
  background-position: 50%;
  background-size: cover;
}

.project-info-card-2._7 {
  background-image: url('../images/Merchant-bar-1---reduced.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-wrapper-2 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-wrapper-5 {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.background-video-4 {
  height: 90vh;
}

.services-quick-links-button-2 {
  background-color: var(--tourquoise);
  color: #fff;
  text-align: center;
  border-left: 1px solid #96d7f4;
  border-right: 1px solid #ffffffbf;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 50px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.services-quick-links-button-2:hover {
  color: #fff;
  background-color: #96d7f4;
}

.services-quick-links-button-2.w--current {
  padding-left: 5px;
  padding-right: 5px;
}

.collection-item-8 {
  flex-flow: row;
}

.quick-stack {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-39 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-44, .heading-45 {
  color: var(--black);
}

.list-item-2 {
  padding-bottom: 5px;
}

.testimonials-name-2 {
  color: #343e52;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.container-wrapper-6 {
  z-index: 10;
  opacity: 1;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  display: block;
  position: relative;
}

.section-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.section-17.small-padding {
  background-color: #c5cfd65c;
  padding-top: 20px;
  padding-bottom: 20px;
}

.star-image-2 {
  background-image: url('../images/Gold_Star.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 0;
  padding-left: 2px;
  padding-right: 2px;
}

.center-2 {
  color: #92a8b9;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.center-2.quote {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.big-paragraph-2 {
  color: #000;
  font-size: 17px;
  line-height: 27px;
}

.big-paragraph-2.in-section {
  color: #677081;
  font-size: 28px;
  line-height: 38px;
}

.rich-text-block-2 {
  column-count: 2;
  column-rule: .5px solid var(--slate-grey);
  white-space: normal;
  column-gap: 64px;
}

.div-block-40 {
  background-image: url('../images/oil-refinery.jpg');
  background-position: 50%;
  background-size: cover;
  height: 1000px;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 1920px) {
  .top-bar-contact-button:hover {
    color: #97999b;
    background-color: #89d2d5;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-list-second.w--open {
    box-shadow: none;
    background-color: #fff;
  }

  .dropdown-list-second.w--open:hover {
    background-color: #e4ecf666;
  }

  .footer-column-wrapper {
    flex-flow: column;
  }

  .one-side-video {
    width: 100%;
  }

  .project-wrapper.in-flex {
    height: 350px;
  }

  .image-block-hidder.hide {
    overflow: hidden;
  }

  .contact-row {
    flex-direction: column;
  }

  .content-section {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-link-link.instagram.line {
    width: 30px;
    height: 30px;
  }

  .social-link-link.facebook.line {
    width: 30px;
  }

  .info-service-wrapper {
    margin-bottom: 20px;
  }

  .top-footer {
    justify-content: center;
    height: auto;
    padding-bottom: 20px;
    display: flex;
  }

  .project-row {
    flex-flow: column;
  }

  .nav-link {
    text-align: left;
    background-color: #fff;
    border-bottom: 1px #e4ecf6;
    display: block;
  }

  .nav-link:hover {
    background-color: #e4ecf666;
  }

  .dropdown-link-second {
    box-shadow: none;
    background-color: #e4ecf666;
  }

  .dropdown-link-second:hover {
    background-color: #e4ecf6cc;
  }

  .dropdown-link-second.w--current {
    box-shadow: none;
  }

  .dropdown-link-second.w--current:hover {
    color: #00b3ac;
    background-color: #e4ecf6cc;
  }

  .priject-icon.padding {
    width: 80%;
  }

  .column {
    margin-bottom: 20px;
  }

  .flex-div {
    flex: 0 auto;
    width: 100%;
  }

  .flex-div.left {
    margin-left: 0;
  }

  .sociablock.footer {
    margin-top: 40px;
  }

  .text-block-nav {
    color: #343e52;
  }

  .lightbox {
    width: 100%;
  }

  .div-block-image-roll {
    height: 600px;
  }

  .contact-form-div {
    width: 100%;
  }

  .social-wrapper {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .social-wrapper.in-team {
    flex-direction: row;
  }

  .social-wrapper.in-form {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .social-wrapper.hero-bottom {
    flex-direction: row;
    margin-left: 20px;
  }

  .project-header {
    line-height: 20px;
  }

  .side-content-info {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .side-content-info.right {
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .arrow {
    color: #343e52;
  }

  .image-block-hider.hide {
    height: 650px;
  }

  .copyright {
    text-align: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-image-div {
    width: 100%;
  }

  .lightbox-link {
    width: 50%;
  }

  .hero {
    height: auto;
    padding: 160px 60px;
  }

  .hero.second {
    height: 70vh;
    padding-left: 0;
    padding-right: 0;
  }

  .hero.third {
    height: 800px;
    padding-top: 0;
  }

  .hero.cms {
    height: 1100px;
  }

  .footer-block {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-block.about-us {
    margin-bottom: 20px;
  }

  .side-content {
    flex-direction: column;
    height: auto;
  }

  .bermuda {
    width: auto;
    padding: 10px 0;
  }

  .submit-card {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .hero-info {
    width: auto;
  }

  .hero-info.second-page {
    width: auto;
    left: 0%;
  }

  .hero-info.third {
    margin-top: -160px;
  }

  .button-link {
    display: none;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .section.sponsor {
    padding-top: 0;
  }

  .section.blog-section {
    padding-bottom: 80px;
  }

  .section.quote-section {
    padding-bottom: 0;
  }

  .section.backgropund {
    background-image: linear-gradient(to bottom, null, null), url('../images/tu-tu-QZGQO3NvsLo-unsplash-p-2600.jpeg');
    padding-left: 0;
    padding-right: 0;
  }

  .section.no-bottom {
    padding-bottom: 0;
  }

  .menu-button {
    color: #343e52;
    padding: 20px;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #0000;
  }

  .menu-button.white {
    color: #fff;
  }

  .section-scroll-new {
    margin-right: 60px;
  }

  .first-three-column {
    width: 100%;
  }

  .footer-line-divider {
    display: inline-block;
  }

  .full-with-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-left-contact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .brand.footer {
    justify-content: center;
    margin-bottom: 10px;
  }

  .dark-logo.in-colors {
    opacity: 0;
  }

  .nav-menu-second {
    color: #000;
    background-color: #fff;
    border: 1px solid #e7ecf8;
    height: auto;
    margin-right: 0;
    display: block;
    position: absolute;
  }

  .hero-big-text {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
  }

  .one-side-image {
    width: 100%;
  }

  .one-side-image.gray {
    width: 100%;
    height: 650px;
    max-height: 700px;
  }

  .one-side-image.gray.with-services {
    justify-content: center;
    height: 500px;
    max-height: 600px;
  }

  .one-side-image.gray.first {
    justify-content: center;
    height: 600px;
    max-height: 600px;
  }

  .one-side-image.gray.first.left-side {
    justify-content: center;
    height: 500px;
  }

  .container-wrapper {
    text-align: left;
  }

  .container-wrapper.single {
    padding-left: 0%;
    padding-right: 0%;
  }

  .icon-wrapper {
    width: 20%;
  }

  .nav-bar {
    height: auto;
    padding: 10px 20px;
    position: absolute;
  }

  .navigation-wrapper {
    flex: 1;
    padding-right: 0;
  }

  .div-content.title-in-div.center {
    text-align: center;
    text-align: center;
  }

  .section-scroll {
    margin-right: 20px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-vertical {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-vertical.left-image {
    width: 100%;
    height: 80vh;
    position: relative;
  }

  .cta-card {
    width: auto;
    height: 400px;
  }

  .cta-card.payments {
    width: auto;
  }

  .side-features, .side-features.top-algin {
    flex-wrap: wrap;
  }

  .side-features.top-algin.reverse {
    flex-wrap: wrap-reverse;
  }

  .quote-block {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-link {
    width: 50%;
  }

  .feature {
    height: auto;
    margin-bottom: 20px;
  }

  .side-image {
    width: 100%;
  }

  .side-image._1, .side-image.image {
    justify-content: center;
  }

  .video-background {
    height: 70vh;
  }

  .features-card {
    margin-bottom: 60px;
  }

  .review._1 {
    top: 4%;
  }

  .review._3 {
    top: 39%;
  }

  .tabs-content {
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-pane {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-arrow {
    bottom: -15%;
    left: -20%;
    right: 0;
  }

  .service-div {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-div.line.testimonials {
    height: auto;
  }

  .feature-tab {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 30px;
    display: flex;
  }

  .feature-tab.w--current {
    text-align: center;
    width: 33.333%;
  }

  .feature-tab.event {
    width: 33.333%;
  }

  .feature-tab.event.w--current {
    width: 100%;
  }

  .div-sliders-column-wrapper {
    padding-top: 20px;
  }

  .hero-services-card {
    width: 45%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-services-card.scale-pricing-contain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-services-card.startup-pricing-contain, .hero-services-card.pro-pricing-contain {
    margin-top: 0;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-tabs {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .pricing-row {
    flex-flow: wrap-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-slider-wrap {
    display: none;
  }

  .left-testimonial-arrow {
    bottom: -15%;
    left: 0;
    right: -20%;
  }

  .sponsor-liks {
    height: auto;
  }

  .big-white-paragraph.centereted {
    font-size: 15px;
    line-height: 25px;
  }

  .tab-wrapper {
    flex-direction: column-reverse;
  }

  .slider-testimonials {
    height: auto;
  }

  .slide-nav {
    width: 140px;
    margin-top: 0;
    bottom: -15%;
  }

  .service-row-second {
    margin-top: 0;
    margin-bottom: 0;
  }

  .icon-header.center {
    width: 100%;
  }

  .row-cta {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-text.white {
    text-align: center;
    width: 100%;
    line-height: 30px;
  }

  .column-cta {
    justify-content: center;
  }

  .blog-side {
    width: 100%;
  }

  .blog-sides {
    flex-direction: column;
  }

  .sidebar-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar {
    width: 100%;
    padding-right: 20px;
  }

  .sidebar.on-side-bar {
    width: 100%;
    margin-left: 0;
  }

  .block-singel.border {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-padding {
    width: 100%;
  }

  .contact-form-up {
    width: 100%;
    padding: 20px;
  }

  .contact-us-wrapper {
    height: 200px;
  }

  .contact-us-wrapper.middle {
    border-left-style: none;
    border-right-style: none;
    height: 200px;
  }

  .half-side {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .side-content-info-border {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .licence-items {
    width: 70%;
  }

  .licence-item {
    width: 80%;
  }

  .image-wrapper {
    height: 400px;
  }

  .blog-card {
    width: 100%;
    height: 550px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-card.last {
    margin-bottom: 20px;
  }

  .blog-bottom-info {
    flex-direction: row;
  }

  .question-title {
    font-size: 16px;
  }

  .image-toogle {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .question-title-link.white-background {
    height: auto;
    padding-bottom: 50px;
  }

  .flex-wrap {
    flex-direction: row;
  }

  .question-box-answer {
    border-style: none;
    border-color: #000;
    margin-top: -1px;
  }

  .white-blog-card {
    height: auto;
  }

  .white-blog-card.image {
    height: 400px;
  }

  .grid-shop {
    grid-template-columns: 1fr;
  }

  .page-title.left {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .order-summery-div {
    width: 100%;
  }

  .button-apply {
    text-align: center;
    justify-content: center;
    width: 15%;
    font-weight: 500;
  }

  .portfolio-checkout {
    flex-direction: column;
  }

  .div-block {
    width: 100%;
    margin-right: 0;
  }

  .nav-column.right {
    justify-content: flex-end;
  }

  .collection-item-blog {
    width: 100%;
  }

  .search-button {
    padding-top: 0;
  }

  .dropdown-link-3, .dropdown-link-3.w--current {
    font-size: 15px;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-column-wrapper.width-840px {
    min-width: auto;
    transform: none;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .search-pop-up-wrapper {
    right: auto;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-sub-heading {
    text-align: center;
    font-size: 12px;
  }

  .header-middle {
    background-color: #f99d1c;
  }

  .search-pop-up {
    clear: right;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .dropdown-side-pd {
    padding-top: 32px;
    padding-bottom: 40px;
    padding-right: 24px;
    display: inline;
  }

  .dropdown-side-pd.pd-64px {
    padding-left: 44px;
    padding-right: 44px;
  }

  .dropdown-side-pd.pd-64px.bg-neutral-200 {
    padding-left: 10px;
  }

  .dropdown-side-pd.photo {
    display: none;
  }

  .top-navigation-div-text-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .container-default {
    padding-right: 20px;
  }

  .search-icon-wrapper {
    position: relative;
    top: -5px;
  }

  .top-orange-bar-div {
    justify-content: center;
    align-items: center;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .search-wrapper-2 {
    display: block;
  }

  .top-bar-contact-button {
    background-color: var(--tourquoise);
    width: 100%;
    display: block;
  }

  .header-wrapper {
    background-position: 0 0;
  }

  .slider {
    height: 70vh;
  }

  .header-box.center {
    width: 70%;
  }

  .chart-item-3 {
    width: 100%;
  }

  .chart-item {
    border-bottom: 1px solid #b1c2dbcc;
    border-right-style: none;
    width: 50%;
    margin-bottom: 60px;
    padding-bottom: 30px;
  }

  .charts {
    justify-content: center;
    align-items: center;
  }

  .text-content {
    width: 100%;
  }

  .text-content.left-padding {
    padding-left: 20px;
  }

  .circle-counter-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .circle-counter-wrapper.col-33-wrap {
    width: 100%;
    margin-top: 30px;
  }

  .left-counter-title {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .white-text {
    font-size: 40px;
    line-height: 50px;
  }

  .circle-counter {
    width: 50%;
  }

  .probressbar-container {
    flex-direction: column;
  }

  .project-div-vertical, .latest-news-wrapper {
    flex-flow: column;
  }

  .contact-float-button-2 {
    margin: 20px;
  }

  .cards-2-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    display: block;
  }

  .card-text {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .cards-2-image-size {
    height: auto;
    position: relative;
    top: auto;
  }

  .container-2 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .card-block {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    min-height: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .card-block:hover {
    color: #171520;
    background-color: #0000;
    min-height: auto;
  }

  .card-block.is-3rd:hover {
    color: #171520;
    background-color: #0000;
  }

  .cards-2 {
    max-width: none;
    display: block;
  }

  .image-animation-trigger {
    display: block;
    position: relative;
  }

  .cards-2-image {
    position: relative;
    inset: auto;
  }

  .paragraph-6 {
    text-align: left;
  }

  .columns-2 {
    max-width: none;
  }

  .column-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-4.move-up {
    font-size: 11px;
  }

  .column-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-contact.second {
    margin-bottom: 80px;
  }

  .link-5 {
    font-size: 25px;
    line-height: 35px;
  }

  .ab-h2-banner-title {
    text-align: center;
  }

  .ab-h2-banner-title.dark-grey {
    text-align: left;
  }

  .conatc-us-for-further-information-ab {
    font-size: 35px;
    line-height: 45px;
  }

  .quick-link-cms-wrap.long {
    width: 550px;
  }

  .div-1290px {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .collection-item-3, .collection-list-2 {
    flex-flow: column;
  }

  .services-quick-links-button {
    text-align: left;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  .collection-list-wrapper-3 {
    flex-flow: column;
  }

  .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aux-wrapper {
    padding: 25px 25px 0;
    box-shadow: 0 0 100px -87.5px #000;
  }

  .claim-now-button {
    white-space: normal;
    width: 100%;
  }

  .breadcrumb-heading {
    font-size: 12px;
    line-height: 16px;
  }

  .contact-button-100 {
    white-space: normal;
    width: 100%;
  }

  .columns-100px-bottom {
    margin-bottom: 100px;
  }

  .aux-section {
    padding-bottom: 12.5px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .breadcrumb-div-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    display: flex;
  }

  .breadcrumb-div-2.w--current {
    width: 100%;
    height: auto;
    padding-top: 5px;
  }

  .breadcrumb-div {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
  }

  .right-nav-div {
    justify-content: space-between;
  }

  .right-sticky-div {
    width: 100%;
  }

  .sticky-wrapper-div {
    flex-flow: column;
  }

  .left-sticky-div {
    width: 100%;
  }

  .lightbox-link-3 {
    height: 200px;
  }

  .button-link-2 {
    display: none;
  }

  .ab-h2-banner-text {
    font-size: 50px;
    line-height: 60px;
  }

  .section-15 {
    height: 80px;
  }

  .section-16 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .section-16.no-bottom {
    padding-bottom: 0;
  }

  .project-header-2 {
    font-size: 13px;
    line-height: 18px;
  }

  .icon-wrapper-2 {
    width: 20%;
  }

  .container-wrapper-5 {
    text-align: left;
  }

  .background-video-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .services-quick-links-button-2 {
    text-align: left;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  .collection-item-8 {
    flex-flow: column;
  }

  .container-wrapper-6 {
    text-align: left;
  }

  .section-17 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .rich-text-block-2 {
    column-count: 1;
  }
}

@media screen and (max-width: 767px) {
  .footer-column-wrapper {
    flex-direction: column;
  }

  .one-side-video {
    height: 700px;
  }

  .one-side-video.third {
    height: 500px;
  }

  .project-wrapper.big {
    height: 350px;
  }

  .project-wrapper.big._530 {
    height: 530px;
  }

  .image-block-hidder.hide {
    height: auto;
  }

  .content-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-link-link.line {
    margin-left: 0;
  }

  .project-row {
    flex-direction: column;
  }

  .priject-icon.padding {
    width: 85%;
  }

  .flex-div {
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
  }

  .flex-div.left {
    margin-left: 0;
  }

  .service-heading-second.white {
    font-size: 16px;
    line-height: 26px;
  }

  .social-wrapper.hero-bottom {
    margin-left: 20px;
  }

  .project-header {
    font-size: 14px;
    line-height: 20px;
  }

  .side-content-info {
    padding-bottom: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-block-hider.hide {
    height: 500px;
  }

  .copyright {
    text-align: center;
  }

  .lightbox-link.big-image {
    width: 100%;
    margin-bottom: 0;
  }

  .facts {
    flex-direction: column;
  }

  .hero {
    height: auto;
    padding: 160px 20px;
  }

  .hero.second {
    height: 50vh;
  }

  .hero.third {
    height: 900px;
  }

  .hero.single-page {
    height: 600px;
  }

  .footer-block, .footer-block.contact {
    width: 100%;
  }

  .footer-block.about-us {
    width: 100%;
    margin-bottom: 20px;
  }

  .side-content {
    flex-wrap: nowrap;
  }

  .footer-heading.white {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-info {
    width: auto;
  }

  .hero-info.second-page {
    padding-left: 27px;
    padding-right: 27px;
  }

  .hero-info.third {
    margin-top: -200px;
  }

  .button-link.white.nav {
    display: flex;
  }

  .section.sponsor {
    padding-top: 0;
  }

  .section.gray.blog-section {
    padding-bottom: 80px;
  }

  .section-scroll-new {
    margin-right: 20px;
  }

  .first-three-column {
    flex-direction: column;
    width: 100%;
  }

  .full-with-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brand.footer {
    width: auto;
    margin-bottom: 10px;
  }

  .service-row {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu-second {
    margin-right: 0;
  }

  .hero-big-text {
    font-size: 25px;
    line-height: 40px;
  }

  .one-side-image {
    height: 700px;
  }

  .one-side-image.gray {
    height: 700px;
    max-height: 700px;
  }

  .one-side-image.gray.with-services, .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
  }

  .one-side-image.gray.first.left-side, .one-side-image.slide-animation {
    height: auto;
  }

  .icon-wrapper {
    width: 15%;
  }

  .div-content.title-in-div {
    padding-left: 20px;
  }

  .div-content.title-in-div.center {
    padding-left: 0;
  }

  .section-scroll {
    margin-right: 20px;
  }

  .cta-wrapper {
    flex-direction: column;
  }

  .image-vertical {
    width: 100%;
    height: 600px;
  }

  .image-vertical.left-image {
    width: 100%;
  }

  .cta-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-card.payments {
    width: 100%;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .row-services {
    flex-direction: column;
  }

  .quote-block {
    padding-bottom: 0%;
  }

  .small-services.border {
    border-right-style: solid;
    width: 100%;
  }

  .small-services.border.right {
    border-left-style: solid;
  }

  .small-services.middle-border, .work-link {
    width: 100%;
  }

  .feature {
    height: auto;
  }

  .cta-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .review-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .video-background {
    height: 50vh;
  }

  .cta-card-wrapper.half {
    width: 100%;
    margin-bottom: 40px;
  }

  .cta-card-wrapper.half.second {
    margin-bottom: 0;
  }

  .review._1 {
    right: 9%;
  }

  .review._3 {
    top: 33%;
    right: 4%;
  }

  .review._2 {
    top: 70%;
  }

  .testimonial-arrow {
    bottom: -5%;
    left: -30%;
  }

  .service-div.line {
    margin-bottom: 20px;
  }

  .service-div.line.testimonials {
    width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature-tab, .feature-tab.w--current, .feature-tab.event {
    width: 100%;
  }

  .feature-tab.event.w--current {
    width: 1003%;
  }

  .pricing.row-nr1 {
    flex-wrap: wrap;
    display: flex;
  }

  .colum {
    flex-direction: column;
    display: flex;
  }

  .pricing-block {
    margin-bottom: 0;
  }

  .sponsor-link {
    border-bottom: 1px solid #ebebeb;
    border-right-style: solid;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sponsor-link.last {
    border-right-style: solid;
    width: 100%;
  }

  .div-sliders-column-wrapper {
    height: auto;
  }

  .hero-services-card {
    width: 50%;
    min-width: 35%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .hero-services-card.scale-pricing-contain {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 45%;
    margin-top: 0;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-services-card.startup-pricing-contain {
    width: 45%;
  }

  .hero-services-card.pro-pricing-contain {
    width: 50%;
    min-width: auto;
    max-width: none;
    height: 120px;
    margin: 0 2px 4px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .feature-tabs {
    flex-direction: column;
  }

  .pricing-row {
    flex-flow: row-reverse wrap;
  }

  .left-testimonial-arrow {
    bottom: -5%;
    right: -30%;
  }

  .sponsor-liks, .sponsor-liks.with-line {
    flex-direction: column;
  }

  .big-white-paragraph.centereted {
    font-size: 14px;
    line-height: 24px;
    display: none;
  }

  .slider-testimonials {
    height: auto;
  }

  .slide-nav {
    width: 140px;
    bottom: -5%;
  }

  .social-link.line {
    margin-left: 0;
  }

  .service-row-second {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon-header.center {
    width: 90%;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-text.white {
    margin-bottom: 20px;
  }

  .sidebar-block.full-sidee {
    margin-left: 0;
    margin-right: 0;
  }

  .sidebar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sidebar.on-side-bar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .category-flex {
    flex-direction: column;
  }

  .block-singel.border {
    border-right-style: solid;
    width: 100%;
  }

  .block-singel.border.miidle {
    border-style: none solid;
  }

  .contact-form-up {
    padding: 20px;
  }

  .side-content-info-border {
    padding-bottom: 0%;
  }

  .licence-item-wrapper, .licence-items, .licence-item, .licence-item-firs {
    width: 100%;
  }

  .image-wrapper {
    height: 300px;
  }

  .blog-card {
    width: 100%;
    height: 450px;
  }

  .blog-bottom-info {
    flex-direction: row;
  }

  .question-title-link.white-background {
    margin-top: 0;
  }

  .flex-wrap {
    flex-direction: row;
    align-items: center;
  }

  .info-content {
    padding-left: 0;
    padding-right: 0;
  }

  .question-box-answer {
    height: auto;
    margin-top: -5px;
    padding-bottom: 5px;
  }

  .white-blog-card {
    height: auto;
  }

  .grid-cart {
    grid-template-columns: 1fr;
  }

  .page-title.left {
    margin-bottom: 0;
  }

  .button-apply {
    text-align: center;
    width: 20%;
  }

  .nav-column.right {
    justify-content: flex-end;
  }

  .grid-left-paralel {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dropdown-2-sides {
    grid-template-columns: 1.2fr;
  }

  .grid-2-columns.dropdown-2-sides.blog-left {
    grid-template-columns: 1fr;
  }

  .search-input-2 {
    min-width: 15rem;
  }

  .search-pop-up-wrapper {
    padding-top: 10px;
  }

  .header-logo {
    max-width: 220px;
  }

  .navigation-sub-heading {
    text-align: center;
  }

  .dropdown-side-pd {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline;
  }

  .top-navigation-div-text-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .navigation-sub-heading-wrapper {
    padding-left: 20px;
  }

  .search-wrapper-2 {
    display: inline-flex;
  }

  .slider {
    height: 50vh;
  }

  .header-box.center {
    width: 80%;
  }

  .laptop {
    margin-bottom: 40px;
  }

  ._50-percent-column {
    width: 100%;
  }

  .content-section-2 {
    padding-top: 60px;
  }

  .content-section-2.bottom-padding {
    padding-bottom: 60px;
  }

  .text-content.left-padding {
    padding-left: 0;
  }

  .circle-counter-wrapper.col-33-wrap {
    justify-content: center;
  }

  .circle-counter.col-33 {
    width: 100%;
  }

  .section-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-popup-window-2 {
    width: 100%;
  }

  .cards-2-grid {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    grid-template-columns: 1fr;
  }

  .card-text {
    text-align: center;
    font-size: 1.2em;
  }

  .cards-2 {
    margin-bottom: 0;
  }

  .image-animation-trigger {
    position: relative;
  }

  ._1500px-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .top-banner-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ab-h1-details-project-title {
    width: 100%;
  }

  .ab-h2-banner-title {
    font-size: 22px;
    line-height: 32px;
  }

  .ab-h2-banner-title.dark-grey {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .quick-link-cms-wrap.long {
    width: 500px;
  }

  .aux-wrapper {
    flex: 0 auto;
    order: 1;
  }

  .breadcrumb-heading {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .columns-100px-bottom {
    display: block;
  }

  .breadcrumb-div-2 {
    border-bottom: 1px solid #fcfcfc;
    border-right-style: none;
    width: 100%;
    padding-bottom: 8px;
  }

  .breadcrumb-div-2.w--current {
    padding-bottom: 8px;
  }

  .breadcrumb-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .right-nav-div {
    justify-content: space-between;
  }

  .lightbox-link-3 {
    width: 100%;
    height: 350px;
  }

  .jobs-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ab-download-div-right, .ab-download-div-right.grey {
    width: 30%;
  }

  .ab-download-div-left, .ab-download-div-left.blue {
    width: 70%;
  }

  .ab-h2-banner-text {
    margin-top: 15px;
    font-size: 40px;
    line-height: 50px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-div-2 {
    width: 100%;
    margin-right: 0;
  }

  .project-row-2 {
    flex-direction: column;
  }

  .icon-wrapper-2 {
    width: 15%;
  }

  .container-wrapper-5, .container-wrapper-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .center-2.quote {
    width: 100%;
  }

  .div-block-40 {
    height: 500px;
  }
}

@media screen and (max-width: 479px) {
  p {
    display: block;
  }

  .footer-column-wrapper {
    flex-direction: column;
  }

  .one-side-video.third {
    height: 500px;
  }

  .project-wrapper.in-flex, .project-wrapper.in-flex._530px, .project-wrapper.big._530 {
    height: 250px;
  }

  .sponsor-card {
    margin-top: -2px;
  }

  .image-block-hidder.hide {
    flex-direction: row;
    height: auto;
  }

  .check-mark-row {
    flex-direction: column;
  }

  .info-service-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-footer {
    height: auto;
  }

  .priject-icon.padding {
    width: 80%;
  }

  .learn-more {
    transition-duration: .4s;
  }

  .div-block-image-roll {
    height: 500px;
  }

  .list-iteam.checkbox {
    align-items: center;
  }

  .contact-form-div {
    width: 100%;
    margin-top: 0;
  }

  .social-wrapper.in-form {
    width: 100%;
  }

  .heading-half-section {
    font-size: 31px;
  }

  .list {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-header {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .project-info-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-content-info {
    padding-left: 5%;
    padding-right: 5%;
  }

  .side-content-info.right {
    padding-bottom: 5%;
  }

  .copyright {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .facts {
    flex-direction: column;
  }

  .hero.third {
    height: 1300px;
    padding-top: 0;
  }

  .hero.subpage.contact {
    height: 550px;
  }

  .footer-block {
    margin-bottom: 20px;
  }

  .footer-block.contact {
    justify-content: center;
    align-items: center;
  }

  .footer-block.about-us {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .bermuda {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-card {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-info.second-page {
    top: 20%;
  }

  .hero-info.third {
    margin-top: -600px;
    display: flex;
  }

  .button-link.white.nav {
    display: none;
  }

  .section.sponsor {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .section.facts-section {
    flex-direction: row;
  }

  .section.quote-section {
    padding-bottom: 60px;
  }

  .first-three-column {
    flex-direction: column;
    width: 100%;
  }

  .full-with-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-left-contact {
    width: 100%;
    height: 450px;
  }

  .play-video-text {
    width: 88%;
  }

  .submit-wrapper {
    width: 100%;
  }

  .lighter-paragraph.font {
    text-align: center;
  }

  .hero-big-text {
    font-size: 25px;
    line-height: 35px;
  }

  .one-side-image.gray {
    height: 850px;
    max-height: 850px;
  }

  .one-side-image.gray.with-services {
    height: auto;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .one-side-image.gray.first {
    height: 750px;
    max-height: 750px;
  }

  .one-side-image.slide-animation {
    height: auto;
  }

  .container-wrapper {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-wrapper {
    width: 20%;
  }

  .button-wrapper {
    width: auto;
  }

  .div-content {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-content.title-in-div.center {
    text-align: center;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .play-button {
    width: 21%;
  }

  .heading {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .cta-wrapper {
    width: auto;
  }

  .features-image {
    height: 700px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-vertical {
    height: 350px;
  }

  .image-vertical.left-image {
    width: 100%;
    height: 400px;
  }

  .image-vertical.second {
    height: 400px;
  }

  .cta-card {
    width: auto;
    height: auto;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .quote-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .promo-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .feature {
    height: auto;
  }

  .cta-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .review-paragraph {
    width: 100%;
  }

  .cta-card-wrapper.half {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-card-wrapper.half.second {
    width: auto;
  }

  .features-card.small {
    width: auto;
    height: auto;
  }

  .review._1 {
    top: 4%;
    right: 10%;
  }

  .review._3 {
    right: 0%;
  }

  .tab-pane {
    width: 100%;
  }

  .testimonial-arrow {
    bottom: -5%;
    left: -50%;
  }

  .service-div {
    width: 100%;
  }

  .service-div.line.testimonials {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .pricing.row {
    width: 100%;
    display: block;
  }

  .colum {
    align-items: center;
  }

  .pricing-block {
    margin-bottom: 0;
  }

  .div-sliders-column-wrapper {
    position: static;
  }

  .flex-services {
    flex-direction: column;
    width: 100%;
  }

  .hero-services-card {
    width: 100%;
    min-width: 0;
    max-width: 400px;
    height: auto;
  }

  .hero-services-card.scale-pricing-contain {
    z-index: 1;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .hero-services-card.startup-pricing-contain {
    width: 100%;
    max-width: none;
  }

  .hero-services-card.pro-pricing-contain {
    width: 100%;
    height: auto;
  }

  .slide {
    width: auto;
  }

  .quote.text {
    font-size: 24px;
    line-height: 34px;
  }

  .pricing-row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-testimonial-arrow {
    bottom: -5%;
    right: -50%;
  }

  .sponsor-liks {
    flex-direction: column;
  }

  .big-white-paragraph {
    display: block;
  }

  .big-white-paragraph.centereted {
    display: none;
  }

  .slider-testimonials {
    height: auto;
  }

  .slide-nav {
    width: 80px;
    margin-top: 0;
    bottom: -5%;
  }

  .service-row-second {
    width: auto;
  }

  .hero-big {
    font-size: 32px;
    line-height: 42px;
  }

  .icon-header.center, .row-cta {
    width: 100%;
  }

  .cta-text.white {
    text-align: center;
    margin-bottom: 20px;
  }

  .sidebar {
    padding-left: 0;
  }

  .form {
    padding-bottom: 40px;
  }

  .text-field-contact {
    width: 100%;
  }

  .flex-form {
    flex-direction: column;
  }

  .contact-form-up {
    padding: 20px;
  }

  .contact-us-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-wrapper.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .half-side {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-content-info-border {
    padding-left: 5%;
    padding-right: 5%;
  }

  .licence-item-wrapper {
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-div {
    flex: 0 auto;
    width: 100px;
  }

  .link-licence {
    margin-right: 10px;
  }

  .div-image {
    flex: 0 auto;
    width: 100px;
  }

  .licence-item-firs {
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .image-wrapper {
    height: 285px;
  }

  .blog-card {
    width: auto;
    margin-bottom: 40px;
  }

  .blog-card.last {
    width: 100%;
  }

  .blog-bottom-info.div {
    flex-direction: column;
  }

  .blog-description {
    bottom: 0%;
  }

  .category-text.in {
    margin-right: 0;
  }

  .question-title {
    text-align: left;
    font-size: 14px;
  }

  .toggle-big-title {
    font-size: 28px;
    line-height: 38px;
  }

  .image-toogle {
    width: auto;
    height: 300px;
  }

  .question-title-link.white-background {
    height: auto;
    margin-top: 0;
    padding: 30px 20px;
  }

  .flex-wrap {
    flex-direction: row;
  }

  .info-content {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .question-box-answer {
    margin-top: -5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text {
    font-size: 32px;
    line-height: 42px;
  }

  .white-blog-card {
    width: auto;
    height: auto;
    padding: 15px;
    display: flex;
    position: relative;
  }

  .grid-shop {
    grid-column-gap: 0px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .compare-price {
    margin-right: 10px;
  }

  .button {
    margin-bottom: 10px;
  }

  .button.white.cart {
    margin-bottom: 0;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .button-apply {
    width: 30%;
  }

  .image-product {
    display: none;
  }

  .grid-left-paralel {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .search-button {
    width: 2rem;
  }

  .dropdown-link-3, .dropdown-link-3.w--current {
    font-size: 12px;
  }

  .grid-2-columns.dropdown-2-sides.blog-left {
    grid-template-columns: 1fr;
  }

  .search-input-2 {
    min-width: 10rem;
  }

  .header-logo {
    max-width: 180px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .navigation-sub-heading {
    font-size: 12px;
    line-height: 15px;
  }

  .header-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-side-pd.pd-64px.bg-neutral-200 {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
  }

  .top-navigation-div-text-wrapper {
    justify-content: flex-end;
    padding-left: 0;
  }

  .header-nav-menu-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-sub-heading-wrapper {
    display: none;
  }

  .top-orange-bar-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .search-wrapper-2 {
    display: none;
  }

  .top-bar-contact-button {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-box.center, .chart-item-3, .chart-item, ._50-percent-column {
    width: 100%;
  }

  .counter {
    width: 250px;
    height: 250px;
  }

  .white-text {
    font-size: 30px;
    line-height: 40px;
  }

  .circle-counter {
    width: 100%;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    display: none;
  }

  .contact-popup-window-2 {
    flex: 1;
    padding: 8px 8.33% 40px;
  }

  .card-text {
    max-width: none;
  }

  .cards-2-image-size {
    position: relative;
    top: 0;
  }

  .container-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container-2.is-content-grid-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-block {
    min-height: auto;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .card-title {
    font-size: 2.1em;
  }

  .h1-title-blink.white {
    font-size: 35px;
    line-height: 45px;
  }

  .rich-text-style {
    padding-left: 0;
  }

  .ab-h1-details-project-title {
    font-size: 26px;
    line-height: 36px;
  }

  .form-contact.second {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-5 {
    font-size: 18px;
    line-height: 28px;
  }

  .ab-h2-banner-title {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .ab-h2-banner-title.dark-grey {
    font-size: 18px;
    line-height: 28px;
  }

  .conatc-us-for-further-information-ab {
    font-size: 25px;
    line-height: 35px;
  }

  .cms-navigation-link {
    font-size: 13px;
    line-height: 23px;
  }

  .quick-link-cms-wrap, .quick-link-cms-wrap.long {
    width: 250px;
  }

  .div-1290px {
    flex-flow: column;
  }

  .aux-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .claim-now-button {
    line-height: 26px;
  }

  .breadcrumb-heading {
    margin-bottom: 0;
  }

  .breadcrumb-div-2 {
    border-bottom: 1px solid #fff;
    border-right-style: none;
    width: 100%;
    height: auto;
    padding-bottom: 8px;
  }

  .breadcrumb-div-2.w--current {
    border: 1px #fff;
    border-style: none none solid solid;
    width: 100%;
    padding-bottom: 8px;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumb-div {
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
    height: auto;
  }

  .navigation-heading {
    font-size: 13px;
    line-height: 18px;
  }

  .right-nav-div-text {
    width: 80%;
  }

  .text-span-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .lightbox-link-3 {
    height: 200px;
  }

  .jobs-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-16 {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-15 {
    width: auto;
    margin-top: 0;
    padding: 10px 7px;
  }

  .ab-download-div-right, .ab-download-div-right.grey {
    width: 40%;
  }

  .ab-download-div-left {
    width: 60%;
  }

  .ab-download-div-left.blue {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-40 {
    line-height: 24px;
  }

  .ab-h2-banner-text {
    font-size: 30px;
    line-height: 40px;
  }

  .ab-h2-banner-text.smaller {
    font-size: 12px;
    line-height: 23px;
  }

  .ab-arrow-button {
    width: 50%;
  }

  .section-15 {
    height: 40px;
  }

  .project-header-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .project-info-card-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-wrapper-2 {
    width: 20%;
  }

  .container-wrapper-5 {
    justify-content: space-between;
  }

  .container-wrapper-6 {
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .center-2.quote {
    width: 100%;
  }

  .div-block-40 {
    height: 300px;
  }
}

#w-node-_4f9eb0b4-75ec-ad3b-81a2-e94d1c7e0c11-1c7e0c11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_4f9eb0b4-75ec-ad3b-81a2-e94d1c7e0c11-1c7e0c11 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4f9eb0b4-75ec-ad3b-81a2-e94d1c7e0c11-1c7e0c11 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4f9eb0b4-75ec-ad3b-81a2-e94d1c7e0c11-1c7e0c11 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Line Rounded Icon Font';
  src: url('../fonts/line-rounded-icon-font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}