@font-face {
  font-family: "Fa brands 400 (old)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-dark: #07337a;
  --primary: #e7a992;
  --paragraph-gray: #535353;
  --lighter-blue: #008ee0;
  --primary-light: #f1f7fc;
  --light-blue: #478ed9;
  --white: white;
  --orange: #d96538;
  --black: black;
  --dark-gray: #798c4f;
  --transparent-0: #fff0;
  --dark-gray-50: #afafaf80;
  --white-50: #ffffff80;
  --gray: #e9e9e9;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--text-dark);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--text-dark);
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--primary);
}

ul {
  grid-row-gap: 15px;
  color: var(--text-dark);
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 3px solid var(--primary);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--text-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 120px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.dark-background {
  background-color: var(--paragraph-gray);
}

.section.dark-background.small-bot-margin {
  padding-bottom: 60px;
}

.section.banner-testimonials {
  background-color: var(--text-dark);
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.about-2-banner {
  background-image: linear-gradient(#00180cbf, #00180cbf), url('../images/Tree-removal-1_1Tree-removal-1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
}

.section.without-top-spacing {
  z-index: 0;
}

.section.without-top-spacing.services-home {
  background-image: linear-gradient(#f1f7fc, #008ee0);
}

.section.style-guide-section {
  background-color: var(--text-dark);
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  display: flex;
}

.section.shop-product-section {
  padding-top: 140px;
}

.section.book {
  margin-bottom: -60px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner-home {
  background-image: linear-gradient(#000, #000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  padding-top: 220px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.section.our-team {
  background-image: linear-gradient(#00000080, #00000080), url('../images/woman-gardner-greenhouse.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.services {
  background-image: linear-gradient(180deg, #002c4175, var(--text-dark)), url('../images/project-gallery-6.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 155px;
  display: flex;
}

.section.service-details {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 150px;
  display: flex;
}

.section.template {
  background-image: linear-gradient(#00000080, #00000080), url('../images/garden-care.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  display: flex;
}

.section.pricing {
  background-image: linear-gradient(#00000080, #00000080), url('../images/young-woman-working-glass.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.career {
  background-image: linear-gradient(#00000080, #00000080), url('../images/woman-gardner-greenhouse.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.template-career {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-gustavo.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  display: flex;
}

.section.faq {
  background-image: linear-gradient(#001801cc, #001801cc), url('../images/Land-clearing-1_1Land-clearing-1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.contact-us {
  background-image: linear-gradient(#00180cbf, #00180cbf), url('../images/Tree-removal-1_1Tree-removal-1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.projects {
  background-image: linear-gradient(#00180cbf, #00180cbf), url('../images/Land-clearing-1_1Land-clearing-1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.blog {
  background-image: linear-gradient(#00000080, #00000080), url('../images/garden.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.categories {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-julian-bracero.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  display: flex;
}

.section.shop {
  background-image: linear-gradient(#00000080, #00000080), url('../images/garden.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.checkout {
  padding-top: 140px;
}

.section.without-bottom-top-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.section.service-area {
  background-color: var(--text-dark);
  background-image: linear-gradient(#002c4175, #787878 77%, #fff), url('../images/mulching-poster_1mulching-poster.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
}

.section.home-service-area {
  background-color: var(--lighter-blue);
  background-image: linear-gradient(180deg, var(--lighter-blue) 91%, #ffffff80 96%, var(--primary-light));
  padding-top: 90px;
  padding-bottom: 100px;
}

.section.is-service-area {
  padding-top: 50px;
  padding-bottom: 60px;
}

.section.faq-section {
  padding-top: 70px;
  padding-bottom: 60px;
}

.section.about-home {
  background-color: #008ee0;
  padding-bottom: 20px;
}

.section.intro-about {
  background-image: linear-gradient(180deg, #002c4175, var(--text-dark)), url('../images/about-header.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 155px;
  display: flex;
}

.section.team {
  padding-bottom: 30px;
  display: none;
}

.section.gallery-hero {
  background-image: linear-gradient(180deg, #002c4175, var(--text-dark)), url('../images/Plaster_Crack.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 155px;
  display: flex;
}

.section.faq {
  background-image: linear-gradient(180deg, #002c4175, var(--text-dark)), url('../images/pool-leak-repair.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 155px;
  display: flex;
}

.section.service-area {
  background-image: linear-gradient(#000618cf, #000618cf), url('../images/pool-leak-detection.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 70px;
  display: flex;
}

.section.service-area-bg {
  background-image: linear-gradient(180deg, #002c4175, var(--text-dark)), url('../images/mulching-poster_1mulching-poster.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.contact-hero {
  background-image: linear-gradient(180deg, #002c4175, var(--text-dark)), url('../images/pool-leak-detection.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 155px;
  display: flex;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.large {
  z-index: 3;
  position: relative;
}

.base-container.relative {
  z-index: 2;
  position: relative;
}

.base-container.position-relative-z-index {
  z-index: 1;
  position: relative;
}

.base-container.sizing {
  flex: 1;
}

.base-container.sizing-relative {
  z-index: 3;
  flex: 1;
  position: relative;
}

.base-container.margin-top-small {
  z-index: 1;
  margin-top: 60px;
  position: relative;
}

.base-container.equipment {
  padding-top: 60px;
  padding-bottom: 45px;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

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

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-blue);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 58px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 44px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-blue);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 0;
  padding: 18px 35px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--light-blue);
  opacity: 1;
  color: var(--primary);
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pagination {
  margin-top: 40px;
}

.primary-button.full {
  width: 100%;
}

.primary-button.is-service-area {
  margin-top: 2rem;
  margin-left: 30px;
  margin-right: 30px;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--text-dark);
  text-align: center;
  text-transform: none;
  padding: 20px 9px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
}

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

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

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

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

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
  display: flex;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: var(--light-blue);
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 630px;
  margin-left: -300px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-family: Inter, sans-serif;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

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

.nav-item-title {
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.nav-item-title.dark {
  color: var(--text-dark);
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid var(--dark-gray);
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  width: 100%;
  height: 320px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.licensing-image:hover {
  transform: scale(1.1);
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.banner-title {
  color: var(--white);
  text-align: center;
}

.banner-title.text-light {
  color: var(--light-blue);
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: var(--dark-gray);
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  min-width: 280px;
  height: 62px;
  color: var(--text-dark);
  margin-bottom: 10px;
  padding: 18px 15px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
}

.password-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  min-width: 300px;
  height: auto;
  color: var(--text-dark);
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  background-color: var(--primary-light);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-post-title {
  margin-bottom: 0;
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-sidebar-item {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-sidebar-post-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-blue);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--light-blue);
  color: var(--primary);
}

.blog-sidebar-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 30px;
  width: 100%;
  display: grid;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 100px;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  flex: none;
  width: 90px;
  height: 100px;
}

.sidebar-recent-post {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--text-dark);
  margin-top: 0;
  transition: color .2s;
}

.blog-recent-post-title:hover {
  color: var(--primary);
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.sidebar-recent-posts {
  background-color: var(--primary-light);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 25px 10px;
}

.sidebar-categories {
  background-color: var(--primary-light);
  padding: 15px 25px 25px;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.blog-sidebar-post-image:hover {
  transform: scale(1.1);
}

.blog-sidebar-post-image-link {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.sidebar-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-blue);
  padding: 10px 20px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--primary);
  background-color: #0000;
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-date {
  color: var(--light-blue);
  margin-top: 20px;
  margin-bottom: 0;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--text-dark);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  border-top: 2px solid var(--text-dark);
  text-align: center;
  background-color: #fff;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  color: var(--primary-light);
  font-size: 14px;
}

.footer-copyright {
  width: 100%;
  font-size: 14px;
  display: inline;
}

.footer-copyright-link {
  color: var(--primary-light);
  letter-spacing: .2px;
  margin-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--light-blue);
}

.footer-copyright-link.last {
  margin-right: 0;
  font-size: 14px;
}

.section-title-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.small-bot {
  margin-bottom: 20px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.team-social-icon {
  color: var(--light-blue);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
}

.team-social-icon:hover {
  color: var(--orange);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.values-wrapper {
  width: 100%;
  display: flex;
}

.values-image-wrapper {
  width: 50%;
}

.values-content-wrapper {
  width: 50%;
  padding-left: 60px;
}

.values-counter-wrapper {
  border-top: 1px solid var(--dark-gray);
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.values-counter-item {
  background-color: var(--light-blue);
  width: 50%;
  margin-right: 20px;
  padding: 20px;
}

.values-counter-item.last-child {
  order: 1;
  margin-right: 0;
}

.values-counter-number {
  color: var(--primary);
  margin-bottom: 15px;
}

.career-list-item-wrapper {
  background-color: var(--light-blue);
  align-items: center;
  padding: 20px 35px;
  display: flex;
}

.career-position {
  line-height: 24px;
}

.career-position:hover {
  color: var(--primary);
}

.career-location, .career-type {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.career-button-wrapper {
  text-align: right;
  justify-content: flex-end;
  width: 25%;
  display: flex;
}

.career-title-mobile {
  margin-bottom: 5px;
  display: none;
}

.career-position-wrapper {
  width: 30%;
}

.career-location-wrapper {
  width: 25%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-type-wrapper {
  width: 20%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.paragraph-large {
  font-size: 18px;
}

.paragraph-large.secondary-color {
  color: var(--light-blue);
}

.paragraph-large.all-caps {
  text-transform: uppercase;
  font-size: 16px;
}

.paragraph-large.text-white.bold {
  font-weight: 600;
}

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

.career-customer-item {
  opacity: .6;
}

.career-customers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  min-height: 100px;
}

.career-customer-image {
  opacity: .5;
  transition: all .3s;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

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

.text-white.hero-sub {
  font-size: 18px;
}

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

.services-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.services-item {
  background-color: var(--light-blue);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.services-item.last-child {
  margin-right: 0;
}

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

.pricing-plan-item {
  background-color: var(--light-blue);
  padding: 30px;
}

.pricing-plan-list {
  margin-top: 20px;
  margin-bottom: 40px;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.comparing-table-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-wrapper {
  width: 33%;
  margin-right: 20px;
  display: none;
}

.comparing-table-plans-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-title {
  background-color: var(--light-blue);
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-list-wrapper {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-list {
  margin-bottom: 0;
  padding-left: 0;
}

.comparing-table-list-item {
  border-bottom: 1px solid var(--dark-gray-50);
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  line-height: 1.5em;
  list-style-type: disc;
}

.comparing-table-plan-title {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-plan {
  width: 33.33%;
  margin-right: 30px;
  transition: all .3s;
}

.comparing-table-plan:hover {
  box-shadow: 0 0 30px #1b354626;
}

.comparing-table-plan.last-child {
  margin-right: 0;
}

.comparing-table-content-wrapper {
  border: 1px solid var(--dark-gray-50);
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-content-item {
  border-bottom: 1px solid var(--dark-gray-50);
  text-align: center;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comparing-table-tick-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.comparing-table-button-wrapper {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 35px;
  display: flex;
}

.comparing-table-content-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.workflow-video-wrapper {
  width: 50%;
}

.workflow-wrapper {
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  color: var(--light-blue);
  margin-bottom: 0;
}

.workflow-video {
  background-image: url('../images/young-woman-working-glass.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 960px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.workflow-quote {
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.accordion-wrapper.service-details {
  margin-top: 60px;
}

.accordion-item {
  z-index: 1;
  border: 2px solid var(--text-dark);
  background-color: #ebf5ff;
  border-radius: 20px;
  width: 100%;
  padding: 20px 30px;
  position: relative;
}

.accordion-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.more-features-icon {
  width: 50px;
  height: 50px;
  color: var(--primary);
  text-align: center;
  margin-bottom: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 40px;
}

.link-with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  transition-property: all;
  display: flex;
}

.link-with-icon:hover {
  color: var(--black);
}

.link-with-icon.light {
  color: var(--light-blue);
}

.link-with-icon.text-light {
  color: var(--white);
}

.link-with-icon.text-light:hover {
  filter: none;
  color: var(--orange);
}

.link-with-icon.text-light.icon-link:hover {
  color: var(--light-blue);
}

.job-position-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 70%;
  padding-right: 70px;
}

.job-position-sidebar-wrapper {
  background-color: var(--light-blue);
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 100px;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  flex: 1;
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  background-color: var(--light-blue);
  width: 50%;
  margin-left: 40px;
  padding: 40px;
}

.contacts-divider {
  background-color: var(--text-dark);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-no-margin.service-exc {
  font-weight: 500;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  max-width: 40px;
  color: var(--dark-gray);
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-left-arrow:hover {
  color: var(--primary);
}

.contacts-right-arrow {
  max-width: 40px;
  color: var(--dark-gray);
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-right-arrow:hover {
  color: var(--primary);
}

.contacts-slider-arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: var(--dark-gray);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 300px;
  color: var(--text-dark);
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
}

.contacts-textarea::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

.contacts-form-title {
  text-align: center;
  margin-bottom: 40px;
}

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  padding-left: 0;
}

.footer-social-icon {
  height: 30px;
  color: var(--light-blue);
  margin-right: 17px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--orange);
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-social-icon.youtube {
  height: 30px;
  margin-top: -3px;
}

.footer-social-icon.no-right {
  margin-right: 0;
}

.footer-social-icon.google {
  height: 30px;
  margin-top: 0;
}

.footer-social-icon.last {
  margin-right: 0;
}

.footer-social-icon.dark {
  color: var(--text-dark);
}

.search-wrap-input {
  height: 60px;
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  color: var(--dark-gray);
  margin-bottom: 10px;
  font-size: 18px;
  transition: color .3s;
  display: inline-block;
}

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

.search-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  height: auto;
  color: var(--text-dark);
  margin-bottom: 0;
  padding: 18px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
}

.search-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-bottom: 60px;
  padding-top: 140px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.footer-brand-description {
  color: var(--primary-light);
  text-align: left;
}

.customers-grid {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.customer-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  transition: all .3s;
  display: flex;
}

.customer-wrapper:hover {
  opacity: 1;
}

.customer-title {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
}

.testimonials-card-wrapper {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  border: 2px solid var(--orange);
  text-align: center;
  background-color: #92bbe5;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.testimonials-card-position {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.testimonials-card-date {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

.service-details-content-wrapper {
  width: 70%;
}

.accordion-wrap-one-column {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.service-details-sidebar-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--light-blue);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 30%;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 115px;
}

.service-details-sidebar-wrapper.light {
  border: 2px solid var(--orange);
  background-color: #b0d0f2;
}

.service-details-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  margin-top: 10px;
  margin-bottom: 30px;
}

.customer-image {
  max-width: 80%;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
  padding-bottom: 5px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.service-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.services-list-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.service-list-image {
  width: 100%;
  height: 360px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.service-list-image:hover {
  transform: scale(1.1);
}

.service-list-2-item-content {
  flex-direction: column;
  display: flex;
}

.service-list-2-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.service-list-2-item-description {
  margin-top: 0;
  font-size: 18px;
}

.service-list-section-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.service-list-section-wrap {
  width: 50%;
}

.service-list-section-wrap.first-child {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-list {
  margin-bottom: 40px;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-tab-link {
  background-color: var(--light-blue);
  text-transform: capitalize;
  border-radius: 10px;
  margin: 5px;
  padding: 10px 20px;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.portfolio-tab-link:hover {
  background-color: var(--text-dark);
  color: #eaff3e;
}

.portfolio-tab-link.w--current {
  background-color: var(--text-dark);
  color: var(--light-blue);
}

.portfolio-tab-link.all-projects {
  flex: 0 auto;
  margin-right: auto;
  padding-left: 20px;
}

.portfolio-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.portfolio-tab-link.first {
  margin-left: 15%;
}

.tabs-menu {
  flex-flow: wrap;
  justify-content: flex-end;
  margin-bottom: 30px;
  display: flex;
}

.portfolio-grid-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.portfolio-grid-image {
  width: 100%;
  height: 320px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  object-position: 50% 50%;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.portfolio-grid-image:hover {
  transform: scale(1.1);
}

.portfolio-grid-collection-item {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-height: 330px;
  display: flex;
  position: relative;
}

.portfolio-grid-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  display: flex;
}

.portfolio-grid-category {
  color: var(--text-dark);
  margin-bottom: 5px;
  font-size: 18px;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.banner-buttons-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-content {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.project-template-info {
  width: 30%;
  padding-left: 80px;
}

.project-template-content-wrapper {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-template-info-wrap {
  margin-bottom: 30px;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.paragraph-gray {
  margin-top: 0;
  margin-bottom: 0;
}

.project-template-social-icons {
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-pagination-wrapper {
  border-top: 1px solid var(--dark-gray-50);
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.project-pagination-icon-wrapper {
  border-right: 1px solid var(--dark-gray-50);
  border-left: 1px solid var(--dark-gray-50);
  text-align: center;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-template-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.nav-dropdown-column {
  width: 33%;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.sidebar-search {
  background-color: var(--primary-light);
  padding: 25px;
}

.sidebar-search-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  height: auto;
  min-height: 62px;
  color: var(--text-dark);
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 22px;
  font-size: 16px;
}

.sidebar-search-input:focus {
  border-color: var(--primary);
  color: var(--text-dark);
  font-size: 16px;
}

.sidebar-search-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.home-buttons-wrapper {
  grid-column-gap: 30px;
  margin-top: 40px;
  display: flex;
}

.home-banner-title {
  color: var(--light-blue);
  line-height: 1.2em;
}

.navbar-absolute {
  z-index: 20;
  background-color: var(--white);
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #478ed99e;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.empty-state {
  background-color: var(--transparent-0);
}

.empty-state.light {
  color: var(--white);
}

.text-container {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.text-container.mb-0 {
  margin-bottom: 0;
  position: relative;
}

.text-container.mb-0.top {
  align-items: flex-start;
}

.description-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.title-container {
  z-index: 2;
  width: 50%;
  position: relative;
}

.banner-section {
  flex-direction: column;
  height: 100vh;
  position: relative;
}

.banner-section.home-6-banner {
  background-image: linear-gradient(#ffffff1c 19%, #f0f8fd 82%), url('../images/home-hero-bg.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  max-width: none;
  height: auto;
  padding: 150px 0 80px;
  display: flex;
}

.banner-section.home-7-banner {
  height: 100%;
  padding-top: 140px;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.career-collection-list-wrapper {
  width: 100%;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.portfolio-grid-tabs {
  width: 100%;
}

.portfolio-grid-image-link {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.home-4-banner {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.home-banner {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85%;
  height: 100%;
  display: flex;
  position: relative;
}

.tree-services-wrapper {
  z-index: 5;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 80px;
  display: grid;
  position: relative;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.video-lightbox {
  border: 2px solid var(--orange);
  background-image: url('../images/flying-tree_1flying-tree.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 520px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-form-field {
  border: 1px solid var(--light-blue);
  background-color: var(--transparent-0);
  width: 360px;
  height: auto;
  color: var(--light-blue);
  margin-bottom: 0;
  padding: 16px 20px 17px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.home-form-field:focus {
  border-style: solid;
  border-color: var(--white);
  color: var(--white);
}

.home-form-field::placeholder {
  color: var(--light-blue);
  font-size: 16px;
}

.home-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.capabilities-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.project-button-link {
  width: 40%;
  color: var(--text-dark);
  justify-content: center;
  display: flex;
}

.project-button-link:hover {
  color: var(--dark-gray);
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-info-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.about-info-wrap-left {
  width: 60%;
}

.about-info-wrap-right {
  text-align: center;
  width: 50%;
  margin-left: auto;
}

.about-info-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--dark-gray);
  flex-flow: wrap;
  width: 100%;
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
}

.about-info-cards-wrap {
  background-color: var(--primary-light);
  width: 47%;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.check-icon {
  color: var(--light-blue);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 33px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 28px;
}

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 22px;
}

.rich-text-style h5 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
}

.rich-text-style h6 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style.medium-margin-bottom {
  margin-bottom: 40px;
}

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

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-blogs {
  z-index: 1;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-blogs-wrapper {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.home-blog-item {
  border: 2px solid var(--light-blue);
  background-color: var(--white);
  border-radius: 20px;
  flex: none;
  width: 30%;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
}

.home-service-img {
  width: 100%;
  height: 260px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  object-position: 50% 50%;
  transform-style: preserve-3d;
  border-radius: 15px;
  transition: transform 1s;
  overflow: hidden;
}

.home-service-img:hover {
  transform: scale(1.1);
}

.home-blog-image-link {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}

.home-services-title {
  font-size: 25px;
  font-weight: 600;
  transition: color .3s;
}

.home-services-title:hover {
  color: var(--orange);
}

.home-23-team-item {
  width: 33%;
}

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

.center-title.margin-bot.small {
  margin-bottom: 2rem;
}

.brand-tablet {
  display: none;
}

.home-blog-list {
  max-width: 100%;
}

.heading-hover {
  transition: color .3s;
}

.heading-hover:hover {
  color: var(--primary);
}

.heading-hover.light-service-heading-text {
  color: var(--light-blue);
}

.heading-hover.light-service-heading-text:hover {
  color: var(--orange);
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header {
  margin-top: 55px;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.main-style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.style-guide-tab-link {
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--black);
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.album-2-title {
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.testimonials-bg-element {
  background-color: var(--text-dark);
  height: 160px;
  position: absolute;
  inset: 0% 0% auto;
}

.shop-collection-item {
  width: 100%;
}

.shop-item-price-on-sale {
  color: var(--dark-gray);
  margin-top: 10px;
  font-size: 18px;
  text-decoration: line-through;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.main-shop-list-item {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.shop-item-price {
  margin-top: 10px;
  font-size: 18px;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  margin-bottom: 10px;
  display: flex;
}

.shop-details-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.shop-image-lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.shop-item-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.shop-images-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.shop-details-block {
  grid-row-gap: 25px;
  background-color: var(--primary-light);
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 50px;
  display: flex;
}

.shop-item-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.image-preview.shop {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform 1s;
}

.image-preview.shop:hover {
  transform: scale(1.2);
}

.shop-image-item {
  width: 100%;
  height: 100%;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.shop-details-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.shop-price-on-sale {
  color: var(--dark-gray);
  text-decoration: line-through;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.collection-list-wrapper-blog-sidebar, .collection-list-wrapper-portfolio {
  width: 100%;
}

.position-relative {
  position: relative;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.success-message {
  background-color: var(--transparent-0);
  color: var(--orange);
}

.success-message.light {
  color: var(--light-blue);
}

.error-message {
  color: var(--orange);
  text-align: center;
  background-color: #0000;
  padding: 0;
  text-decoration: underline;
}

.error-message.light {
  color: var(--light-blue);
}

.icon-arrow {
  filter: invert();
  width: 25px;
}

.button-text-item {
  text-transform: none;
  font-family: Bricolage Grotesque, sans-serif;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

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

.button-text-wrap {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}

.primary-button-green {
  background-color: var(--orange);
  color: var(--black);
  border: 2px solid #000;
  border-radius: 20px;
  align-items: center;
  padding: 18px 35px;
  font-style: normal;
  text-decoration: none;
  transition-property: all;
  display: flex;
}

.primary-button-green:hover {
  background-color: var(--light-blue);
  color: var(--white);
}

.primary-button-light {
  background-color: var(--light-blue);
  color: var(--black);
  border: 2.5px solid #000;
  border-radius: 20px;
  align-items: center;
  padding: 18px 30px;
  font-style: normal;
  text-decoration: none;
  transition-property: all;
  display: flex;
}

.primary-button-light:hover {
  background-color: var(--orange);
  color: var(--white);
}

.primary-button-light.navbarbutton {
  padding-left: 20px;
  padding-right: 20px;
}

.secondary-button-light {
  border: 2.5px solid var(--black);
  background-color: var(--orange);
  color: var(--black);
  border-radius: 20px;
  align-items: center;
  padding: 18px 30px;
  font-style: normal;
  text-decoration: none;
  transition-property: all;
  display: flex;
}

.secondary-button-light:hover {
  background-color: var(--light-blue);
  color: var(--white);
}

.secondary-button-light.form {
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition-duration: .3s;
}

.secondary-button-light.is-service-area {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  font-weight: 600;
}

.secondary-button-light.navbarbutton {
  padding-left: 15px;
  padding-right: 15px;
}

.background-image {
  z-index: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-color: #021e0580;
  width: 100%;
  height: 80%;
  position: absolute;
  inset: 0%;
}

.image-banner {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 80%;
  position: absolute;
  inset: 0%;
}

.paragraph-banner {
  width: 65%;
}

.paragraph-banner.home {
  width: 80%;
}

.paragraph-banner.wide {
  width: 96%;
}

.collection-services-wrapper {
  width: 100%;
}

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

.collection-item-service {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-service {
  border: 2px solid var(--text-dark);
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-service.filder {
  opacity: 1;
}

.secondary-light-background {
  background-color: var(--primary-light);
}

.flex-vertical-align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.big-text {
  color: var(--primary);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2em;
}

.flex-horizontal-align-start {
  align-items: flex-start;
  display: flex;
}

.flex-horizontal-align-start.mobile-flex-vertical-center {
  width: 100%;
}

.flex-horizontal-align-start.about {
  background-color: var(--light-blue);
  width: 100%;
  margin-bottom: -80px;
  padding: 20px;
}

.counter-block {
  display: flex;
}

.desktop-1-4-width-column {
  width: 25%;
}

.arrow-2 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

.images-wrapper {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-full {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 450px;
  margin-right: 20px;
}

.slider-2 {
  border-radius: 30px;
  height: 450px;
  overflow: hidden;
}

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

.light-text.without-margin.subtitle {
  font-size: 18px;
}

.light-text.contact {
  font-size: 40px;
}

.light-text.process-h {
  font-size: 22px;
}

.light-text.shadow {
  filter: drop-shadow(1px 2px 0px var(--orange));
}

.text-wrapper {
  width: 100%;
}

.text-wrapper.margin-bottom-medium {
  margin-bottom: 50px;
}

.process-container {
  grid-column-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.process-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.image-process-wrap.home {
  justify-content: flex-start;
  align-items: center;
  height: 160px;
  margin: 0 auto 0 0;
  display: flex;
}

.image-process {
  filter: brightness(137%) hue-rotate(-15deg);
  height: 180px;
}

.image-process.small {
  justify-content: center;
  align-items: center;
  height: 130px;
  margin: auto;
  display: inline-block;
}

.content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.process-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block-right {
  margin-left: auto;
}

.block-right.mt-20 {
  margin-top: 20px;
}

.projects-mask {
  width: 70%;
  max-width: 900px;
  overflow: visible;
}

.empty-state-white {
  background-color: #0000;
}

.arrow-slide {
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.projects-card-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-nav-none {
  display: none;
}

.slider-wrapper {
  text-align: center;
  width: 100%;
  overflow: visible;
}

.slide-arrow {
  border: 1px solid var(--light-blue);
  width: 50px;
  height: 50px;
  color: var(--light-blue);
  background-color: #353d0a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: color .3s, border-color .3s, background-color .3s;
  display: flex;
  top: -20%;
  left: 10%;
  right: auto;
}

.slide-arrow:hover {
  border-color: var(--light-blue);
  background-color: var(--light-blue);
  color: var(--text-dark);
}

.slide-arrow.right {
  left: auto;
  right: 10%;
}

.slide-arrow.second {
  top: 0%;
}

.slide-arrow.second-right {
  top: 0%;
  left: auto;
  right: 2%;
}

.project-card-bottom {
  z-index: 10;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 20px;
  display: grid;
  position: relative;
}

.project-card-wrapper {
  text-align: center;
  width: 100%;
  height: 390px;
  max-height: 390px;
  position: relative;
  overflow: visible;
}

.project-content-wrap {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-height: 390px;
  display: flex;
  overflow: visible;
}

.subtitle-category {
  margin-top: 0;
  font-size: 18px;
  display: inline-block;
}

.image-project {
  z-index: 5;
  border: 2px solid var(--text-dark);
  width: 83%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 1s;
  position: relative;
  overflow: hidden;
}

.image-project:hover {
  transform: scale(1.05);
}

.project-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 95%;
  display: grid;
}

.contact-input {
  border: 1px solid var(--light-blue);
  background-color: var(--transparent-0);
  height: auto;
  color: var(--white);
  border-radius: 5px;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contact-input:focus {
  border: 1px solid var(--primary);
  color: var(--white);
  font-size: 16px;
}

.contact-input::placeholder {
  color: var(--light-blue);
  font-size: 16px;
}

.contact-input.light {
  border-color: var(--white);
  color: var(--white);
}

.contact-input.light::placeholder {
  color: var(--white);
}

.news-info-content {
  background-color: var(--text-dark);
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding: 40px 60px 40px 40px;
  display: flex;
}

.select-field {
  border: 1px solid var(--dark-gray);
  height: auto;
  color: var(--dark-gray);
  background-color: #fff0;
  margin-bottom: 40px;
  padding: 16px 18px;
  font-size: 16px;
}

.select-field:active {
  color: var(--text-dark);
  font-size: 16px;
}

.select-field:focus {
  border-color: var(--primary);
  color: var(--text-dark);
}

.select-field:focus-visible, .select-field[data-wf-focus-visible] {
  color: var(--text-dark);
}

.select-field.contact {
  margin-bottom: 10px;
}

.margin-bottom-small {
  margin-bottom: 20px;
}

.form-book-contacts {
  width: 100%;
  height: auto;
  min-height: 295px;
  margin-bottom: 0;
}

.form-book-contacts.contact-us {
  min-height: 442px;
}

.subscribe-title {
  width: 100%;
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 0;
}

.form-book {
  width: 100%;
}

.subscribe-image {
  object-fit: cover;
  background-image: url('../images/project-gallery-6.jpg');
  background-position: 35%;
  background-size: cover;
  border-radius: 20px;
  width: 45%;
  position: relative;
  overflow: hidden;
}

.our-news-container {
  background-color: var(--transparent-0);
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.image-cover-wrapper {
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.list-item {
  line-height: 1.5em;
}

.list-item.light-text {
  color: var(--light-blue);
}

.base-container-home {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-home.position-relative-start {
  z-index: 5;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.social-section {
  justify-content: center;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-networks-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.image-cover {
  object-fit: cover;
  background-image: linear-gradient(#212121b3, #212121b3), url('../images/pexels-edmond_1pexels-edmond.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
}

.image-cover.eight {
  background-image: linear-gradient(#001a0d87, #001a0d87), url('../images/bgflying-tree.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.list {
  grid-row-gap: 10px;
  color: #9e9e9e;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 25px;
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
}

.list.margin-bot {
  margin-bottom: 1.5rem;
}

.button-light {
  border: 1px solid var(--text-dark);
  background-color: var(--light-blue);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  padding: 18px 35px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  transition: border-color .3s, color .3s, background-color .3s;
  display: inline-block;
}

.button-light:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  opacity: 1;
  color: var(--light-blue);
  font-size: 18px;
}

.button-light.margin-top.small {
  margin-top: 1.5rem;
}

.button-light.margin-top.small:hover {
  border-color: var(--light-blue);
}

.margin-left-right-auto {
  margin-left: auto;
  margin-right: auto;
}

.margin-left-right-auto.text-content-center {
  width: 80%;
}

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

.teatimonial-text {
  color: var(--light-blue);
  text-align: center;
  font-size: 32px;
}

.testimonials-slider-style {
  background-color: var(--text-dark);
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.team-column {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-column.margin-top-medium {
  margin-top: 40px;
}

.team-member-column {
  width: 100%;
}

.team-member-column.second {
  margin-top: 60px;
}

.text-grey {
  color: var(--dark-gray);
}

.text-grey.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.card-side {
  backface-visibility: hidden;
  position: absolute;
  inset: 0%;
}

.card-side.front {
  z-index: 1;
  display: block;
  transform: rotate(0);
}

.card-side.back {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-side-wrapper {
  height: 100%;
  position: relative;
}

.card-side-wrapper.team {
  height: 500px;
}

.card-side-wrapper.service {
  align-items: flex-end;
  width: 100%;
  height: 350px;
  display: flex;
}

.card-side-wrapper.service-center {
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
}

.card-side-wrapper.team-member, .card-side-wrapper.career {
  height: 400px;
}

.side-button {
  z-index: 2;
  background-color: var(--primary-light);
  border-radius: 50px;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  transition-property: background-color;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.plus {
  font-family: "Fa solid 900", sans-serif;
}

.side-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#021e0580, #021e0580);
  position: absolute;
  inset: 0%;
}

.description-block {
  z-index: 4;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
}

.description-block.gap-small {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-left: 20px;
  margin-right: 20px;
}

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

.main-logo {
  height: 7rem;
}

.nav-dropdown-icon-desktop {
  color: var(--light-blue);
  margin-left: 5px;
  margin-right: 0;
  font-size: 14px;
  display: block;
  position: relative;
}

.nav-dropdown-icon-desktop.dark {
  color: var(--text-dark);
}

.block-button-header.navbar {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  display: flex;
}

.cart-block {
  margin-right: 10px;
  display: flex;
}

.button-tablet-block {
  display: none;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-links-wrapper.half-width {
  width: 46%;
}

.footer-title {
  text-align: left;
  text-transform: uppercase;
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.footer-links-columns-wrapper-large {
  grid-column-gap: 30px;
  flex-direction: row;
  padding-top: 30px;
  display: flex;
}

.footer-links-columns-wrapper-large.padding-top-small {
  width: 100%;
  padding-top: 18px;
}

.footer-link-text {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: color .3s;
}

.footer-link-text:hover {
  color: var(--orange);
}

.footer-link-text.no-top-padding {
  padding-top: 0;
}

.display-flex-horizontal {
  display: flex;
}

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

.column-xxsmall-image {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.column-xxsmall-image.zoom {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform 1s;
}

.column-xxsmall-image.zoom:hover {
  transform: scale(1.1);
}

.flex-vertical-card {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.flex-vertical-card:hover {
  background-position: 50% 20%;
}

.flex-vertical-card.small-gap {
  grid-row-gap: 10px;
}

.footer-links {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  transition: color .3s;
}

.footer-links:hover {
  color: var(--orange);
}

.footer-links.black-text:hover {
  color: var(--text-dark);
}

.footer-contacts-icon {
  color: var(--light-blue);
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.footer-contacts-icon.dark {
  color: var(--text-dark);
}

.work-hours {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.all-contacts-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.all-contacts-wrapper.contact-wrapper-align-center {
  grid-column-gap: 10px;
  grid-row-gap: 12px;
  margin-top: 5px;
}

.footer-links-large-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-service {
  color: var(--light-blue);
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  transition: opacity .3s;
}

.heading-service:hover {
  opacity: .8;
  color: var(--light-blue);
}

.not-full.light-color {
  filter: drop-shadow(0 2px 7px #000000d9);
  color: var(--light-blue);
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.not-full.text-white.hero-title {
  font-weight: 700;
}

.hero-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-home-grid {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: end;
  width: 80%;
  display: grid;
  position: relative;
}

.gradient-hero {
  z-index: 2;
  background-image: linear-gradient(#1e2e1ea6 34%, #002211e6);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-hero.is-home {
  background-image: linear-gradient(#1e2e1e80 48%, #00331a);
}

.gradient-hero.is-service {
  background-image: linear-gradient(180deg, #1e2b2e80, var(--text-dark));
}

.gradient-hero.is-service.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#1e2e1e80, #021);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.grid-content {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -40px;
  display: grid;
}

.link-block-bottom {
  z-index: 2;
  text-align: center;
  background-image: linear-gradient(#021e0580, #021e0580);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 10px;
  display: flex;
  position: absolute;
}

.section-banner-home {
  background-color: var(--text-dark);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.banner-img-home {
  object-fit: cover;
  object-position: 50% 50%;
  width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-content-home {
  width: 53%;
  display: block;
}

.container-button {
  padding-bottom: 10px;
}

.paragraph-home {
  width: 80%;
}

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

.banner-inner-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 82%;
  margin-bottom: 80px;
  display: flex;
}

.banner-inner-title.mb-0 {
  z-index: 3;
  margin-bottom: 0;
  position: relative;
}

.background-bottom {
  background-color: var(--text-dark);
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-text {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
}

.icon-text.margin-bottom-small {
  color: var(--text-dark);
}

.container-text {
  width: 70%;
}

.team-member-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.accordion-icon-circle {
  border: 1px solid var(--text-dark);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.collection-list-wrapper-service {
  width: 100%;
}

.link-image-block {
  width: 100%;
  overflow: hidden;
}

.image-services {
  object-fit: cover;
  object-position: 20% 0%;
  width: 100%;
  height: 450px;
}

.image-services.lemon-border {
  z-index: 1;
  border: 2px solid var(--orange);
  border-radius: 20px;
}

.service-categories {
  color: var(--light-blue);
  text-transform: uppercase;
}

.service-categories:hover {
  color: var(--orange);
}

.link-company {
  margin-top: 0;
  margin-bottom: 0;
}

.link-company:hover {
  color: #000700;
}

.footer-main {
  background-color: var(--primary);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.process-text-wrap {
  width: 40%;
}

.process-circle {
  grid-row-gap: 10px;
  border: 1px solid var(--text-dark);
  background-color: var(--primary-light);
  width: 150px;
  height: 150px;
  color: var(--text-dark);
  border-radius: 50%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.process-text {
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
}

.process-text.right-text {
  text-align: right;
}

.process-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.process-circle-wrap {
  align-items: center;
  width: 61%;
  display: flex;
}

.process-circle-wrap.right-position {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.process-container-2 {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.card-side-absolute {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: absolute;
}

.card-side-absolute.team {
  height: 500px;
}

.card-side-absolute.services-second {
  height: 350px;
}

.process-illustration {
  filter: brightness(0%);
  height: 170px;
  margin-left: 50px;
}

.process-illustration.right {
  margin-left: 0;
  margin-right: 50px;
}

.block-button {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.light-style-guide {
  background-color: var(--orange);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.right-block {
  margin-left: auto;
}

.right-block.small-top-margin {
  margin-top: 20px;
}

.right-block.small-top-margin.center {
  margin-right: auto;
}

.collection-list-career {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.tabs-content-projects {
  overflow: visible;
}

.lightbox-link {
  margin-bottom: -7px;
  overflow: hidden;
}

.image-more-services {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform 1s;
}

.image-more-services:hover {
  transform: scale(1.1);
}

.blog-categories {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 30px;
  width: 100%;
  display: grid;
}

.icon-style-guide-2 {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
}

.icon-style-guide-2.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.text-block-404 {
  z-index: 2;
  color: var(--light-blue);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 130px;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.default-state {
  margin-bottom: 0;
}

.out-of-stock-state, .error-state {
  background-color: var(--transparent-0);
  padding-right: 0;
}

.add-to-cart {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.license-link {
  margin-right: 50px;
}

.license-link:hover {
  color: var(--dark-gray);
}

.license-link.last {
  margin-right: 0;
}

.cart-button {
  background-color: var(--transparent-0);
  color: var(--light-blue);
}

.cart-button:hover {
  color: var(--orange);
}

.cart-button.dark {
  color: var(--primary);
}

.cart-button.dark:hover {
  color: var(--dark-gray);
}

.cart-quantity {
  background-color: var(--primary-light);
  color: var(--primary);
  margin-top: -20px;
  margin-left: -5px;
}

.cart-quantity.dark {
  background-color: var(--primary);
  color: var(--primary-light);
}

.lightbox-main-image {
  width: 100%;
  height: 400px;
  position: relative;
}

.images-collection-item {
  width: 50%;
  display: flex;
}

.main-image-product {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.product-image-zoomed {
  width: 100%;
  padding-top: 10px;
  transform: scale(2);
}

.zoom-modal {
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
  box-shadow: 0 5px 50px #333;
}

.zoom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.more-image-block {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.empty-state-event {
  background-color: #0000;
}

.images-collection-list {
  grid-column-gap: 20px;
  display: flex;
}

.lightbox-small-image {
  width: 100%;
  height: 160px;
}

.shop-category {
  border: 1px solid var(--primary);
  color: var(--primary);
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 18px;
  transition: background-color .3s, border-color .3s;
}

.shop-category:hover {
  border-color: var(--light-blue);
  background-color: var(--light-blue);
}

.field-label-products {
  font-size: 18px;
  font-weight: 600;
}

.default-state-shop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  border-color: var(--transparent-0) var(--transparent-0) var(--dark-gray);
  background-color: var(--transparent-0);
  border-radius: 0;
  width: 100%;
  height: 60px;
  padding-left: 20px;
}

.quantity:focus {
  border-color: var(--transparent-0) var(--transparent-0) var(--text-dark);
}

.shop-images-wrapper {
  height: 100%;
}

.heading-container {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.image-cart {
  object-fit: cover;
  width: 90px;
  height: 90px;
}

.cart-quantity-small {
  border-color: var(--dark-gray);
}

.cart-quantity-small:hover, .cart-quantity-small:focus {
  border-color: var(--primary);
}

.text-block-cart {
  font-size: 18px;
  font-weight: 600;
}

.close-button {
  cursor: pointer;
}

.subtotal {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
}

.apple-pay, .pay-with-browser {
  height: 60px;
}

.cart-item {
  width: 100%;
}

.checkout-form {
  background-color: var(--transparent-0);
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

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

.order-field {
  border-color: var(--dark-gray-50);
}

.order-field:focus, .order-field.-wfp-focus {
  border-color: var(--text-dark);
}

.order-item-wrap {
  flex: 1;
  display: flex;
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--transparent-0);
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.image-social {
  overflow: hidden;
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-paragraph {
  max-width: 93%;
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.hire-buttons:hover {
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.buy-this-template {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  color: #4353ff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.all-templates:hover {
  opacity: 1;
  color: #4353ff;
}

.text-orange {
  color: #f69c20;
}

.white-p-link {
  color: var(--white);
  font-size: 15px;
}

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

.hidden-code {
  display: none;
}

.body {
  font-family: Open Sans, sans-serif;
}

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

.yt-icon {
  max-width: 30px;
}

.social-link__icon {
  width: 20px;
  height: 20px;
  display: flex;
}

.primary-button-2 {
  color: #f0fa99;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #335133;
  border: 1px solid #335133;
  border-radius: 0;
  padding: 18px 35px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.primary-button-2:hover {
  opacity: 1;
  color: #335133;
  background-color: #f0fa99;
}

.testimonial-embed {
  z-index: 2;
  margin-top: 2rem;
  margin-bottom: 3rem;
  position: relative;
}

.areas-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.project-image {
  margin-top: 3rem;
}

.areas-wrapper {
  width: 100%;
}

.location-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: drop-shadow(0 2px 5px #0000005e);
  color: var(--white);
  flex-flow: column;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.location-link-block:hover {
  filter: drop-shadow(0 2px 5px #ff470096);
  color: var(--black);
}

.location-icon {
  margin-right: 7px;
}

.centered {
  text-align: center;
}

.mobile-logo {
  height: 5.5rem;
  display: none;
}

.bbb {
  border-radius: 10px;
  max-width: 155px;
  margin-top: 1.4rem;
}

.isa {
  filter: contrast(0%) brightness(200%);
  max-width: 220px;
  margin-top: 1.4rem;
}

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

.code-embed {
  z-index: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-illustration {
  width: 32%;
}

.bold-p {
  font-size: 17px;
  font-weight: 600;
}

.image-2 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  min-height: 330px;
}

.code-embed-2 {
  width: 45px;
}

.gallery__images-wrap.is-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  display: grid;
}

.image-wrapper {
  border: 2px solid var(--text-dark);
  border-radius: 20px;
  width: 100%;
  max-width: 850px;
  max-height: 370px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-one, .image-two {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.center-button {
  justify-content: center;
  align-items: center;
  margin-top: 1.4rem;
  display: flex;
}

.why-choose-img {
  border: 2px solid var(--text-dark);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 95%;
}

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

.gallery-image {
  border: 1px solid var(--text-dark);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  min-width: 100%;
  height: 350px;
}

.lightbox-link-2 {
  width: 100%;
  height: 300px;
}

.pagination {
  margin-top: 2rem;
}

.location__content-wrap {
  border: 2px solid var(--orange);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 16px;
  padding: 32px;
  display: flex;
}

.location__title-wrap {
  width: 100%;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
}

.location__list-item__icon {
  color: #e02b1d;
  width: 20px;
  height: 20px;
  display: flex;
}

.location-title {
  margin-top: -17px;
  margin-bottom: -20px;
}

.location__list-item__text {
  color: #0d3453;
  letter-spacing: -.05em;
  font-family: Lato, sans-serif;
}

.location__list-item__text:hover {
  color: #e02b1d;
}

.text-highlighted {
  filter: drop-shadow(1px 1px #598cd3);
  color: #e02b1d;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}

.location__list-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

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

.location__list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.map-embed {
  border: 1px solid #e02b1d;
  border-radius: 15px;
  height: 100%;
  margin-left: 16px;
  overflow: hidden;
}

.services-overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, #002c414a 12%, var(--text-dark));
  border-radius: 40px;
  position: absolute;
  inset: 0%;
}

.review-buttons {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

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

@media screen and (min-width: 1280px) {
  .section {
    padding-bottom: 130px;
  }

  .section.changelog-banner {
    padding-top: 160px;
  }

  .section.banner-testimonials {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .section.about-2-banner {
    padding-top: 170px;
  }

  .section.style-guide-section {
    padding-top: 180px;
  }

  .section.shop-product-section {
    padding-top: 160px;
  }

  .section.banner-home {
    padding-bottom: 130px;
  }

  .section.our-team, .section.services, .section.service-details, .section.template, .section.pricing, .section.career, .section.template-career, .section.faq, .section.contact-us, .section.projects, .section.blog, .section.categories, .section.shop {
    padding-top: 170px;
  }

  .section.checkout {
    padding-top: 160px;
  }

  .section.service-area, .section.intro-about, .section.gallery-hero, .section.faq, .section.service-area, .section.service-area-bg, .section.contact-hero {
    padding-top: 170px;
  }

  .base-container.testimonials {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-image-link {
    height: 350px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .values-content-wrapper {
    padding-left: 100px;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .comparing-table-features-wrapper {
    display: block;
  }

  .comparing-table-plans-wrapper {
    width: 67%;
  }

  .comparing-table-list {
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-wrapper {
    padding-top: 10px;
  }

  .comparing-table-content-item-title {
    display: none;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

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

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
    padding-top: 160px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .service-list-image {
    height: 400px;
  }

  .service-list-section-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .project-template-content-wrapper {
    margin-bottom: 80px;
  }

  .home-buttons-wrapper {
    margin-top: 50px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .text-container {
    margin-bottom: 130px;
  }

  .banner-section.home-6-banner {
    padding-bottom: 130px;
  }

  .portfolio-grid-image-link {
    height: 400px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .tree-services-wrapper {
    margin-top: 100px;
  }

  .video-lightbox {
    margin-bottom: 80px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .about-info-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-info-wrap-left, .about-info-wrap-right {
    width: 50%;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .shop-details-wrapper {
    grid-column-gap: 80px;
  }

  .shop-details-block {
    margin-top: 120px;
  }

  .shop-details-title {
    font-size: 54px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .paragraph-banner {
    width: 55%;
  }

  .paragraph-banner.home {
    width: 75%;
  }

  .text-wrapper {
    margin-bottom: 20px;
  }

  .project-card-wrapper {
    height: 550px;
  }

  .project-content {
    width: 80%;
  }

  .news-info-content {
    width: 51%;
    padding: 60px 80px 60px 60px;
  }

  .subscribe-image {
    width: 49%;
  }

  .social-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .social-networks-block {
    width: 55%;
  }

  .testimonials-slider-style {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-column {
    grid-column-gap: 140px;
  }

  .team-column.margin-top-medium {
    margin-top: 50px;
  }

  .card-side-wrapper.team {
    height: 550px;
  }

  .cart-block {
    margin-right: 20px;
  }

  .banner-img-home {
    width: 46%;
  }

  .banner-content-home {
    width: 50%;
  }

  .banner-inner-title {
    margin-bottom: 100px;
  }

  .container-text {
    width: 60%;
  }

  .footer-main {
    padding-top: 80px;
  }

  .process-circle {
    width: 160px;
    height: 160px;
  }

  .process-wrapper {
    grid-row-gap: 80px;
  }

  .card-side-absolute.team {
    height: 550px;
  }

  .process-illustration {
    margin-left: 75px;
  }

  .process-illustration.right {
    margin-right: 75px;
  }

  .lightbox-small-image {
    height: 200px;
  }

  .location__content-wrap {
    background-color: #fff5f5;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.banner-home {
    padding-top: 180px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-preview {
    height: 540px;
  }

  .slide-arrow.right {
    right: 5%;
  }

  .project-card-wrapper {
    display: flex;
  }

  .banner-img-home {
    width: 40%;
  }

  .banner-content-home {
    width: 50%;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .section.book {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.banner-home {
    padding-top: 300px;
  }

  .section.services {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-gustavo.webp');
    background-position: 0 0, 50% 30%;
  }

  .section.service-details, .section.template {
    min-height: 450px;
  }

  .section.template-career {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-gustavo.webp');
    background-position: 0 0, 50% 40%;
    min-height: 450px;
  }

  .section.contact-us, .section.projects, .section.blog {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-gustavo.webp');
    background-position: 0 0, 50% 30%;
  }

  .section.categories {
    min-height: 450px;
  }

  .section.shop, .section.service-area, .section.intro-about, .section.gallery-hero, .section.faq, .section.service-area, .section.service-area-bg, .section.contact-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-gustavo.webp');
    background-position: 0 0, 50% 30%;
  }

  .base-container.large {
    max-width: 1600px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .home-banner {
    max-width: 55%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .paragraph-banner {
    width: 60%;
  }

  .slide-arrow {
    left: 15%;
  }

  .slide-arrow.right {
    right: 15%;
  }

  .slide-arrow.second {
    left: 2%;
  }

  .social-section {
    justify-content: flex-end;
  }

  .list {
    list-style: none;
  }

  .card-side-wrapper.team {
    height: 600px;
  }

  .banner-img-home {
    width: 42%;
  }

  .banner-content-home {
    margin-top: 0;
  }

  .banner-inner-title {
    max-width: 90%;
  }

  .card-side-absolute.team {
    height: 600px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 42px;
  }

  .section {
    padding-bottom: 0;
  }

  .section.changelog-banner {
    min-height: 300px;
  }

  .section.without-bottom-spacing.about {
    padding-top: 0;
  }

  .section.about-2-banner {
    min-height: 400px;
    padding-top: 100px;
  }

  .section.style-guide-section {
    min-height: 300px;
    padding-top: 120px;
  }

  .section.shop-product-section {
    padding-top: 100px;
  }

  .section.banner-home {
    height: 100%;
  }

  .section.our-team, .section.services {
    min-height: 400px;
    padding-top: 100px;
  }

  .section.service-details, .section.template {
    min-height: 350px;
    padding-top: 100px;
  }

  .section.pricing, .section.career {
    min-height: 400px;
    padding-top: 100px;
  }

  .section.template-career {
    min-height: 350px;
    padding-top: 100px;
  }

  .section.faq, .section.contact-us, .section.projects, .section.blog {
    min-height: 400px;
    padding-top: 100px;
  }

  .section.categories {
    min-height: 350px;
    padding-top: 100px;
  }

  .section.shop {
    min-height: 400px;
    padding-top: 100px;
  }

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

  .section.intro-about {
    min-height: 400px;
    padding-top: 115px;
    padding-bottom: 40px;
  }

  .section.gallery-hero, .section.faq {
    min-height: 400px;
    padding-top: 120px;
  }

  .section.service-area, .section.service-area-bg {
    min-height: 400px;
    padding-top: 100px;
  }

  .section.contact-hero {
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--light-blue);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    color: var(--black);
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    margin-left: 0;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    filter: brightness(0%) drop-shadow(0 2px 5px #da6538);
    align-self: stretch;
  }

  .nav-item-title {
    color: var(--text-dark);
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
    margin-bottom: 40px;
  }

  .values-wrapper {
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
    max-height: 400px;
  }

  .values-content-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
  }

  .values-counter-item {
    padding: 30px;
  }

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-location, .career-location-wrapper, .career-type-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .career-customer-item {
    text-align: center;
  }

  .career-customers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .services-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .services-item {
    width: 354px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-button-wrapper {
    padding-top: 35px;
  }

  .workflow-content-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .accordion-wrapper.service-details {
    margin-top: 40px;
  }

  .job-position-content-wrapper {
    padding-right: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 80px;
  }

  .contacts-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

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

  .footer-logo-wrapper {
    width: 35%;
  }

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

  .customer-wrapper {
    height: 220px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 60%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    top: 20px;
  }

  .service-details-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-details-content.second {
    flex-flow: wrap-reverse;
  }

  .customer-image {
    max-width: 100%;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .service-list-image {
    height: 330px;
  }

  .service-list-2-item-description {
    margin-bottom: 15px;
  }

  .service-list-section-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .service-list-section-wrap {
    width: 100%;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

  .portfolio-tab-link.first {
    margin-left: 0%;
  }

  .portfolio-grid-image {
    height: 300px;
  }

  .portfolio-grid-title-wrapper {
    inset: auto 0% 0%;
  }

  .portfolio-grid-category {
    font-size: 16px;
  }

  .project-template-info {
    margin-left: 40px;
    padding-left: 0;
  }

  .project-template-content-wrapper {
    margin-bottom: 40px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .sidebar-search-wrapper {
    flex-wrap: nowrap;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .home-buttons-wrapper {
    margin-top: 40px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .text-container {
    grid-column-gap: 20px;
    margin-bottom: 80px;
  }

  .text-container.mb-0 {
    padding-left: 0;
  }

  .description-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 50%;
  }

  .title-container {
    width: 60%;
  }

  .banner-section {
    padding-top: 60px;
  }

  .banner-section.home-6-banner {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .banner-section.home-7-banner {
    padding-top: 100px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .portfolio-grid-image-link {
    height: 300px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .home-4-banner {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .tree-services-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .content {
    margin-bottom: 0;
  }

  .video-lightbox {
    width: 100%;
    min-height: 340px;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .home-form-field {
    width: 300px;
  }

  .capabilities-image {
    min-height: auto;
    max-height: 400px;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .about-info-wrapper {
    flex-flow: column;
  }

  .about-info-wrap-left {
    width: 100%;
  }

  .about-info-wrap-right {
    width: 100%;
    height: 400px;
  }

  .nav-dropdown-link-line {
    display: none;
  }

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

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--light-blue);
    border-bottom-right-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .home-blogs {
    overflow: auto;
  }

  .home-blog-item {
    width: 340px;
    margin-left: 0;
  }

  .home-services-title {
    font-size: 28px;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    width: 50px;
  }

  .brand-tablet {
    display: block;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .shop-collection-item {
    width: 47%;
  }

  .shop-collection-list {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .shop-details-block {
    padding: 30px;
  }

  .image-preview {
    height: 280px;
  }

  .shop-details-content-block {
    width: 100%;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button-green {
    color: var(--black);
    border-radius: 20px;
  }

  .secondary-button-light.navbarbutton {
    margin-top: 0;
  }

  .secondary-button-light.navbarbutton.ham {
    margin-top: 10px;
  }

  .image-banner {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .paragraph-banner {
    width: 70%;
  }

  .paragraph-banner.home {
    width: 80%;
  }

  .collection-services-wrapper {
    width: 360px;
  }

  .collection-item-service {
    width: 360px;
    height: 300px;
  }

  .big-text {
    font-size: 54px;
  }

  .text-counter {
    font-size: 18px;
  }

  .flex-horizontal-align-start.mobile-flex-vertical-center, .flex-horizontal-align-start.about {
    justify-content: center;
  }

  .desktop-1-4-width-column {
    width: 48%;
  }

  .images-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-full, .slider-2 {
    height: 400px;
  }

  .process-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .image-process-wrap.home, .image-process {
    height: 180px;
  }

  .image-process.small {
    height: 140px;
  }

  .projects-mask {
    width: 60%;
  }

  .slide-arrow {
    top: -35%;
  }

  .project-card-bottom {
    width: 100%;
  }

  .project-card-wrapper {
    height: 350px;
  }

  .news-info-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    align-items: center;
    width: 100%;
    padding-right: 40px;
  }

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

  .margin-bottom-small.center {
    text-align: center;
  }

  .form-book-contacts {
    height: auto;
    min-height: auto;
  }

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

  .subscribe-image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 400px;
  }

  .our-news-container {
    flex-direction: column;
  }

  .base-container-home.position-relative-start {
    z-index: 3;
  }

  .social-networks-block {
    width: 70%;
  }

  .image-cover.eight {
    background-image: linear-gradient(to bottom, null, null), url('../images/bg.webp');
    background-position: 0 0, 100%;
  }

  .teatimonial-text {
    font-size: 28px;
  }

  .team-column {
    grid-column-gap: 50px;
  }

  .card-side-wrapper.team {
    height: 400px;
  }

  .card-side-wrapper.career {
    height: 350px;
  }

  .main-logo {
    display: none;
  }

  .nav-dropdown-icon-desktop {
    margin-right: 1.5px;
    display: none;
    inset: 0% 0 0% auto;
  }

  .block-button-header {
    display: none;
  }

  .cart-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    margin-right: 0;
  }

  .button-tablet-block {
    margin-top: 40px;
    display: block;
  }

  .footer-links-wrapper {
    width: 30%;
  }

  .footer-links-wrapper.tablet-card-wrapper-small {
    width: 25%;
  }

  .footer-link-text {
    text-align: left;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .footer-links-large-wrapper {
    width: 35%;
  }

  .banner-home-grid {
    width: 85%;
  }

  .section-banner-home {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-top: 100px;
  }

  .banner-img-home {
    width: 100%;
    height: 420px;
    position: static;
    inset: 0% 0% auto;
  }

  .banner-content-home {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .banner-inner-title {
    max-width: 95%;
    margin-bottom: 60px;
  }

  .background-bottom {
    height: 80%;
  }

  .container-text {
    width: 100%;
  }

  .team-member-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-services, .card-side-absolute.career {
    height: 350px;
  }

  .card-side-absolute.team {
    height: 400px;
  }

  .card-side-absolute.services, .card-side-absolute.services-second {
    height: 300px;
  }

  .blog-categories {
    flex: none;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .text-block-404 {
    font-size: 160px;
  }

  .zoom-wrapper {
    display: none;
  }

  .more-image-block {
    width: 100%;
    position: static;
  }

  .lightbox-small-image {
    height: 200px;
  }

  .shop-category {
    font-size: 16px;
  }

  .heading-container {
    grid-column-gap: 20px;
    margin-bottom: 40px;
  }

  .column {
    flex: 0 auto;
    width: 100%;
  }

  .row {
    flex-wrap: wrap;
  }

  .order-item-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .text-block-price {
    margin-left: 16px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .areas-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .location-link-block {
    font-size: 18px;
  }

  .mobile-logo {
    height: 4.7rem;
    display: inline-block;
  }

  .home-illustration {
    width: 30%;
    margin-top: -25%;
    margin-left: auto;
  }

  .image-2 {
    min-height: 310px;
  }

  .gallery__images-wrap.is-gallery {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-top: 18px;
  }

  .image-wrapper {
    max-height: 390px;
  }

  .text-highlighted {
    font-size: 12px;
  }

  .location__wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .qualities-grid {
    grid-column-gap: 16px;
  }

  .p-top-2 {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 24px;
  }

  .section {
    padding-top: 60px;
  }

  .section.banner-testimonials {
    padding-top: 120px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.style-guide-section {
    min-height: 250px;
    padding-top: 100px;
  }

  .section.shop-product-section {
    padding-top: 80px;
  }

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

  .section.banner-home {
    min-height: 90vh;
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .section.services {
    padding-bottom: 30px;
  }

  .section.service-details, .section.template, .section.template-career, .section.categories {
    min-height: 300px;
  }

  .section.faq, .section.contact-hero {
    padding-bottom: 30px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-sidebar-left {
    column-count: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .values-content-wrapper {
    margin-bottom: 20px;
  }

  .values-counter-item {
    margin-right: 20px;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }

  .career-position {
    margin-top: 0;
    margin-bottom: 0;
  }

  .career-button-wrapper {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }

  .career-title-mobile {
    display: block;
  }

  .career-position-wrapper, .career-location-wrapper, .career-type-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .services-item {
    width: 100%;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
  }

  .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
  }

  .workflow-video {
    min-height: 300px;
  }

  .accordion-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-item {
    padding: 10px 20px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .accordion-title {
    font-size: 22px;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    position: relative;
    top: 0;
  }

  .contacts-content-wrapper {
    padding-right: 0;
  }

  .contacts-form-wrapper {
    padding: 20px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-form-title, .contacts-title {
    margin-bottom: 20px;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-wrapper {
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-social-icon.no-right {
    padding-left: 13px;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .footer-brand-description {
    text-align: center;
  }

  .customer-wrapper {
    height: 180px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    position: static;
  }

  .service-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-list-2-item-description {
    margin-top: 0;
  }

  .service-list-section-wrap {
    width: 100%;
  }

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

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .portfolio-grid-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .banner-buttons-wrapper {
    grid-column-gap: 15px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

  .sidebar-search-wrapper {
    flex-wrap: wrap;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .text-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-container.mb-0 {
    padding-right: 0;
  }

  .description-container, .title-container {
    width: 100%;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .home-banner {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

  .tree-services-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .video-lightbox {
    min-height: 280px;
    margin-bottom: 40px;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-form {
    flex-wrap: wrap;
  }

  .capabilities-image {
    min-height: 280px;
  }

  .home-9-team-item {
    width: 48%;
  }

  .about-info-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-info-wrap-left, .about-info-wrap-right {
    width: 100%;
  }

  .about-info-cards-wrapper {
    margin-top: 20px;
    padding-top: 30px;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .menu-wrap {
    justify-content: center;
    align-items: center;
  }

  .rich-text-style.medium-margin-bottom {
    margin-bottom: 20px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-blogs-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-blog-item {
    width: 100%;
    max-width: 500px;
  }

  .home-blog-image-link {
    width: 100%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--black);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--black);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .shop-collection-item {
    width: 100%;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .shop-collection-list {
    grid-template-columns: 1fr;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .shop-images-list {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .shop-details-block {
    margin-top: 60px;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button-light {
    padding-left: 30px;
    padding-right: 30px;
  }

  .primary-button-light.navbarbutton.dis {
    display: none;
  }

  .secondary-button-light {
    padding-left: 30px;
    padding-right: 30px;
  }

  .secondary-button-light.navbarbutton {
    margin-top: 10px;
  }

  .secondary-button-light.navbarbutton.dis {
    display: none;
  }

  .background-image {
    height: 70%;
  }

  .image-banner {
    object-position: 50% 50%;
    height: 70%;
  }

  .paragraph-banner.home {
    width: 95%;
  }

  .collection-services-wrapper, .collection-item-service {
    width: 100%;
  }

  .image-service {
    object-position: 50% 30%;
  }

  .big-text {
    font-size: 54px;
  }

  .flex-horizontal-align-start.mobile-flex-vertical-center, .flex-horizontal-align-start.about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .desktop-1-4-width-column {
    width: 46%;
  }

  .image-full, .slider-2 {
    height: 350px;
  }

  .light-text.without-margin.subtitle {
    line-height: 20px;
  }

  .text-wrapper.margin-bottom-medium {
    margin-bottom: 30px;
  }

  .process-container {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .process-wrap {
    width: 100%;
  }

  .image-process-wrap.home {
    height: 120px;
    margin-bottom: -15px;
  }

  .image-process {
    height: 140px;
  }

  .image-process.small {
    height: 90px;
  }

  .projects-mask {
    width: 95%;
    overflow: hidden;
  }

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

  .slide-arrow {
    left: 5%;
  }

  .slide-arrow.right {
    right: 5%;
  }

  .slide-arrow.second {
    left: 2%;
  }

  .slide-arrow.second-right {
    right: 2%;
  }

  .subtitle-category {
    margin-top: 0;
  }

  .news-info-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subscribe-image {
    height: 350px;
  }

  .social-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .social-networks-block {
    width: 100%;
  }

  .margin-left-right-auto.text-content-center {
    width: 75%;
  }

  .teatimonial-text {
    font-size: 24px;
  }

  .testimonials-slider-style {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-column {
    grid-template-columns: 1fr;
  }

  .team-member-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 85%;
    padding-top: 0;
    display: flex;
  }

  .team-member-column.second {
    margin-top: 20px;
  }

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

  .cart-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-links-wrapper {
    justify-content: center;
    align-items: center;
    width: 47%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links-wrapper.tablet-card-wrapper-small {
    width: 47%;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-links-large-wrapper {
    align-items: center;
    width: 100%;
  }

  .not-full {
    width: 85%;
  }

  .banner-home-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

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

  .banner-img-home {
    height: 300px;
  }

  .banner-content-home {
    width: 100%;
    margin-bottom: 50px;
  }

  .container-button {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .paragraph-home {
    width: 100%;
  }

  .banner-inner-title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .background-bottom {
    height: 90%;
  }

  .container-text {
    width: 100%;
  }

  .team-member-grid {
    grid-template-columns: 1fr;
  }

  .process-text-wrap {
    width: 65%;
  }

  .process-text.right-text {
    text-align: left;
  }

  .process-circle-wrap {
    width: 35%;
  }

  .process-container-2 {
    grid-column-gap: 30px;
    flex-direction: row-reverse;
  }

  .process-container-2.second-process {
    flex-direction: row;
  }

  .process-illustration {
    display: none;
  }

  .blog-categories {
    column-count: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .text-block-404 {
    font-size: 140px;
  }

  .license-link {
    margin-right: 20px;
  }

  .lightbox-main-image {
    height: 300px;
  }

  .heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .areas-container {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 10px;
  }

  .home-illustration {
    width: 27%;
    margin-top: -20%;
  }

  .image-2 {
    min-height: 370px;
    max-height: 370px;
  }

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

  .gallery__images-wrap.is-gallery {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
    margin-top: 13px;
  }

  .image-wrapper {
    max-height: 330px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .pagination {
    margin-bottom: 2.5rem;
  }

  .location__content-wrap {
    margin-left: 16px;
  }

  .location__title-wrap {
    margin-bottom: 24px;
  }

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

  .map-embed {
    min-height: 250px;
    margin-right: 16px;
  }

  .review-buttons {
    flex-flow: column;
  }

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

@media screen and (max-width: 479px) {
  .section.changelog-banner {
    padding-top: 100px;
  }

  .section.services, .section.service-details, .section.template, .section.template-career, .section.contact-us, .section.projects, .section.blog, .section.categories, .section.shop, .section.service-area, .section.intro-about, .section.gallery-hero, .section.faq, .section.service-area, .section.service-area-bg, .section.contact-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-gustavo.webp');
    background-position: 0 0, 70%;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button.is-service-area {
    margin-left: 0;
    margin-right: 0;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 38px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .values-counter-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .values-counter-item {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }

  .career-customers-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    padding: 20px;
  }

  .pricing-plan-list {
    margin-bottom: 30px;
  }

  .workflow-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .workflow-quote, .accordion-title {
    font-size: 20px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .footer-social-icons-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .customers-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .customer-wrapper {
    height: 110px;
  }

  .service-list-image {
    height: 280px;
  }

  .service-list-2-title-wrapper {
    margin-top: 0;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-tab-link.last-child {
    padding-left: 0;
  }

  .portfolio-grid-image {
    height: 260px;
  }

  .banner-buttons-wrapper, .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--dark-gray-50);
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-gray-50);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-buttons-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }

  .home-buttons-wrapper.left {
    justify-content: flex-start;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .text-container {
    margin-bottom: 10px;
  }

  .banner-section.home-6-banner {
    background-image: linear-gradient(#ffffff1c, #f0f8fd 82%), url('../images/home-hero-bg.jpg');
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .portfolio-grid-image-link {
    height: 260px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .home-4-banner {
    flex-flow: column;
  }

  .home-form {
    justify-content: center;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item, .about-info-cards-wrap {
    width: 100%;
  }

  .menu-wrap {
    justify-content: center;
    align-items: center;
  }

  .home-blog-item {
    width: 100%;
    max-width: 400px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .home-blog-image-link {
    margin-bottom: 0;
  }

  .home-services-title {
    font-size: 25px;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .primary-button-light.navbarbutton, .secondary-button-light.navbarbutton {
    display: none;
  }

  .paragraph-banner {
    width: 100%;
  }

  .desktop-1-4-width-column {
    width: 46%;
  }

  .image-full, .slider-2 {
    height: 260px;
  }

  .slide-arrow.second {
    display: none;
  }

  .slide-arrow.second-right {
    display: none;
    right: 2%;
  }

  .project-card-wrapper {
    height: 300px;
  }

  .subscribe-title {
    width: 100%;
  }

  .list {
    list-style: none;
  }

  .margin-left-right-auto.text-content-center {
    width: 90%;
  }

  .teatimonial-text {
    font-size: 20px;
  }

  .team-member-column.second {
    margin-top: 10px;
  }

  .card-side-wrapper.team, .card-side-wrapper.team-member {
    height: 350px;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-links-wrapper.tablet-card-wrapper-small {
    width: 100%;
  }

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

  .footer-links-columns-wrapper-large {
    align-items: center;
    width: 100%;
  }

  .footer-links-columns-wrapper-large.padding-top-small {
    justify-content: center;
  }

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

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.small-gap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-links-large-wrapper {
    align-items: center;
    width: 100%;
  }

  .not-full, .banner-home-grid {
    width: 100%;
  }

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

  .team-member-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .accordion-icon-circle {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }

  .footer-main {
    text-align: left;
  }

  .process-text-wrap {
    width: 100%;
  }

  .process-circle {
    grid-row-gap: 0px;
    width: 130px;
    height: 130px;
    font-size: 16px;
  }

  .process-text {
    text-align: right;
  }

  .process-wrapper {
    grid-row-gap: 30px;
  }

  .process-circle-wrap {
    width: 100%;
  }

  .process-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap-reverse;
  }

  .process-container-2.second-process {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .card-side-absolute, .card-side-absolute.team {
    height: 350px;
  }

  .lightbox-main-image {
    height: 300px;
  }

  .lightbox-small-image {
    height: 150px;
  }

  .block-header {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .areas-container {
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
  }

  .home-illustration {
    width: 70%;
    margin-top: 2%;
  }

  .image-2 {
    min-height: 290px;
    max-height: 290px;
  }

  .gallery__images-wrap.is-gallery {
    margin-top: 13px;
  }

  .image-wrapper {
    max-height: 230px;
  }

  .location__content-wrap {
    padding: 20px 15px;
  }

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

#w-node-b124aeb3-9497-d9d2-7370-89db10b0a0d6-10b0a0d2 {
  align-self: stretch;
}

#w-node-_15afbfec-5007-8ce0-8d72-a090a2fc5447-6e88e925, #w-node-_15afbfec-5007-8ce0-8d72-a090a2fc5464-6e88e925, #w-node-_15afbfec-5007-8ce0-8d72-a090a2fc5481-6e88e925, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-6e88e93e, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-6e88e93e, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-6e88e93e, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-6e88e93e, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-6e88e93e, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-6e88e93e, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-6e88e93e, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-6e88e93e, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-6e88e93e, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-6e88e93e, #w-node-_656250df-9593-e42e-b4d9-40e161ded3f8-6e88e948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c281a842-70a6-6c70-3db3-6d302d4e53b9-6e88e92a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b124aeb3-9497-d9d2-7370-89db10b0a0d4-10b0a0d2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c281a842-70a6-6c70-3db3-6d302d4e53a7-6e88e92a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c281a842-70a6-6c70-3db3-6d302d4e53b9-6e88e92a {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400 (old)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}