:root {
  --text-dark: #232323;
  --primary: #2d3d33;
  --color: #a36630;
  --white: white;
  --text-primary: #cc2026;
  --logo-primary: #fe0000;
  --paragraph-gray: #535353;
  --dark-gray: #afafaf;
  --black: black;
  --light-gray: #f9f9fa;
  --text-secondary: #203381;
  --gray: #e9e9e9;
  --primary-light: #eef4f8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.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: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

h1 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--primary);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
}

h3 {
  color: var(--primary);
  margin-top: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4em;
}

h4 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
}

h6 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

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

a {
  color: var(--primary);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: all 0.35s;
}

a:hover {
  color: var(--text-dark);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--text-dark);
  color: var(--color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

ol {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 0;
  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;
}

blockquote {
  text-align: center;
  background-image: url("../images/660bba05deea47ae38f27910_double-quotes-d.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 20px 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

.utility-page-wrap {
  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-radius: 20px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

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

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

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

.search-link {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-block;
}

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

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

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

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all 0.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-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

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

.portfolio-masonry-image-wrapper.big {
  height: 70%;
  max-height: none;
}

.portfolio-masonry-image-wrapper.height-250 {
  height: 250px;
}

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

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

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

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

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

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

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

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

.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 0.2s;
  display: flex;
}

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

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

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

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

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

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

.primary-button {
  background-color: var(--text-primary);
  color: #fff;
  text-align: center;
  background-image: url("../images/Clip-path-group-5.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 42px 30px;
  border: 1px solid #0000;
  border-radius: 20px;
  flex: none;
  padding: 9px 52px 9px 24px;
  font-size: 15px;
  transition: all 0.3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--text-primary);
  background-color: var(--text-primary);
  opacity: 1;
  color: #fff;
  background-position: 94%;
  background-size: 0% 0%;
  padding-right: 30px;
}

.primary-button.white-style {
  color: #232323;
  background-color: #fff;
  background-image: url("../images/Clip-path-group-3.svg");
  background-size: 38px 72%;
  border-color: #0000;
  padding-right: 52px;
}

.primary-button.white-style.blue {
  background-image: url("../images/Clip-path-group-4.svg");
  background-size: 42px 30px;
  padding-bottom: 10px;
  padding-right: 52px;
  font-size: 15px;
}

.primary-button.white-style.blue.w--current {
  padding-bottom: 9px;
}

.primary-button.white-style.blue.footer-learn-more {
  background-size: 42px 28px;
  padding: 7px 50px 7px 18px;
  font-size: 15px;
}

.primary-button.white-style.black {
  background-image: url("../images/6684f3ff7c8a7943ba0c6094_Button-Arrow-1.svg");
  background-size: 42px 30px;
  padding-bottom: 9px;
  padding-right: 52px;
  font-size: 15px;
}

.primary-button.white-style.black.footer-learn-more {
  background-size: 42px 28px;
  padding: 7px 50px 7px 18px;
  font-size: 15px;
}

.primary-button.outline {
  color: #232323;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-color: #232323;
  padding-right: 24px;
}

.primary-button.outline:hover {
  color: #2d3d33;
  border-color: #2d3d33;
}

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

.primary-button.nav-style {
  color: var(--logo-primary);
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-width: 1.5px;
  border-color: #fe0000;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 24px;
  font-size: 15px;
  display: block;
}

.primary-button.nav-style:hover {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fe0000;
  background-color: #fe00001c;
  border-color: #fe0000;
  font-weight: 400;
}

.primary-button.nav-style.w--current:hover {
  background-color: #f8e9ea;
}

.primary-button.grey {
  background-color: var(--paragraph-gray);
}

.primary-button.grey:hover {
  border-color: var(--dark-gray);
}

.primary-button.mt10 {
  background-color: var(--black);
  text-align: left;
  width: auto;
  margin-top: 25px;
  font-size: 15px;
}

.primary-button.mt10:hover {
  border-color: var(--black);
}

.primary-button.filter {
  border-radius: 30px;
}

.banner-3-home {
  z-index: 999;
  background-color: #2d3d33;
  background-image: url("../images/Banner-BG-01.svg");
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: row;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.two-column-wrapper-banner {
  z-index: 999;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.two-column-wrapper-banner.home-three {
  grid-column-gap: 40px;
}

.banner-title-home {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-block-image-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: -40px;
  padding-right: 10px;
  display: grid;
  position: relative;
}

.banner-content-container {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.button-wrapper-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 40px;
  display: flex;
}

.in-section-title {
  color: var(--text-dark);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.2em;
}

.in-section-title.text-white {
  color: var(--text-dark);
}

.in-section-title.services-title {
  width: 100%;
}

.in-section-title.size-38px {
  font-size: 32px;
}

.column-one-banner {
  width: 50%;
  height: 100%;
}

.banner-block-image {
  z-index: 2;
  filter: brightness(90%);
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  position: relative;
  transform: rotate(3deg);
}

.banner-block-image.big {
  width: 98%;
  height: 250px;
  transform: rotate(4deg);
}

.banner-block-image.regular {
  width: 93%;
  height: 200px;
}

.banner-block-image.small {
  width: 80%;
  height: 170px;
  transform: rotate(-6deg);
}

.banner-block-image.medium {
  width: 88%;
  height: 190px;
  transform: rotate(-3deg);
}

.column-two-banner {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.no-margin {
  color: #6d6d6d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

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

.no-margin.maxw500 {
  font-size: 16px;
}

.no-margin.text-black {
  color: var(--text-dark);
}

.home-new-features-wrapp {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: auto;
  margin-top: 40px;
  margin-left: -170px;
  padding: 30px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 15px #0003;
}

.home-new-features-wrapp.about-us-style {
  box-shadow: none;
  background-color: #cececeba;
  margin-left: -200px;
}

.home-feature-number-new {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#da2429 57%, #c27671);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 8px;
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
}

.two-column-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-style-solo {
  object-fit: cover;
  object-position: 45% 50%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

.section.light-background {
  background-color: #f6f7f9;
}

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

.section.light-round-style {
  z-index: 998;
  background-color: #f6f7f9;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
  margin-bottom: -30px;
  position: static;
  overflow: visible;
}

.section.light-round-style._100pb {
  padding-bottom: 100px;
}

.section.light-round-style._60pt {
  padding-top: 60px;
}

.section.light-round-style._60pt._110pb {
  padding-bottom: 110px;
}

.section.light-round-style.zindex3 {
  z-index: 3;
  position: relative;
}

.section.light-round-style.overflow-hidden {
  overflow: hidden;
}

.section.light-round-style.overflow-hidden.no-margin-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.section.light-round-style.no-margin-top {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 110px;
}

.section.light-round-style.service {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.light-round-style.service-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 80px;
}

.section.light-round-style.bottom-minus-30-padding {
  padding-bottom: 70px;
}

.section.top-bottom-plus-30-padding {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section.top-bottom-plus-30-padding.round-top-style {
  z-index: 5;
  background-color: #fff;
  border-radius: 30px;
  margin-top: -30px;
}

.section.top-bottom-plus-30-padding.white-bg {
  background-color: #fff;
  padding-top: 60px;
}

.section.top-bottom-plus-30-padding.white-bg-2 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
}

.section.bottom-plus-30-padding {
  padding-bottom: 110px;
  display: block;
}

.section.bottom-plus-30-padding.top-minus-40-padding {
  padding-top: 40px;
}

.section.top-plus-30-padding {
  padding-top: 110px;
}

.section.top-plus-30-padding.white-bg {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 110px;
}

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

.section.light-round-top-style-no-bottom-spacing {
  background-color: #f6f7f9;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -30px;
  padding-bottom: 0;
}

.section.light-round-top-style-no-bottom-spacing.nomarginnoround {
  border-radius: 0;
  margin-top: 0;
}

.section.no-spacings {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cta-bg-photo {
  background-image: linear-gradient(#100202b0, #100202b0),
    url("../images/bluescope_steelpedia_residential_architecure_design_gamuda_gardens_nara_link-03-1.webp");
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 110px;
}

.section.light-round-top-style {
  background-color: #f6f7f9;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -30px;
}

.section.for-sticky {
  overflow: visible;
}

.section.projrcts-block {
  z-index: 999;
  background-color: #f6f7f9;
  border-radius: 30px;
  margin-top: -30px;
  margin-bottom: -30px;
}

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

.section.space {
  padding-top: 150px;
}

.section.hide {
  display: none;
}

.section.grey-bg {
  background-color: #f6f7f9;
  padding-top: 80px;
  padding-bottom: 140px;
}

.section.bottom-plus-50-padding {
  padding-bottom: 130px;
}

.section.bottom-plus-50-padding.top-minus-40-padding {
  padding-top: 40px;
}

.section.light-round-style.zindex3.withproduct {
  padding-bottom: 80px;
}

.section.shop-by,
.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding.maxh500 {
  max-height: 560px;
}

.section.bottom-minus-50-padding {
  padding-bottom: 50px;
}

.section.grey {
  background-color: var(--light-gray);
}

.section._0-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.home-feature-item-new {
  width: 100%;
}

.base-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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.hide {
  display: none;
}

.base-container.footer-style {
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
}

.base-container.service {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.text-white {
  color: #fff;
  font-size: 16px;
}

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

.text-white.right {
  text-align: right;
}

.column-one {
  width: 50%;
  height: 100%;
}

.column-one.assymetrical {
  width: 95%;
}

.column-one.pt50 {
  padding-top: 60px;
}

.column-two {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
}

.column-two.assymetrical {
  width: 15%;
}

.item-services {
  width: 100%;
  height: 100%;
}

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

.services-collection {
  width: 100%;
}

.section-title {
  color: var(--text-dark);
  text-transform: capitalize;
  font-size: 35px;
}

.section-title.support {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.section-title.resource {
  color: var(--text-primary);
  margin-bottom: 5px;
}

.section-two-side-title-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.home-video-button-wrapp {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-video-button-wrapp.hide {
  display: none;
}

.home-1-video {
  background-image: linear-gradient(#2323234d, #2323234d),
    url("../images/american-public-power-association-513dBrMJ_5w-unsplash-1-1_1american-public-power-association-513dBrMJ_5w-unsplash (1) (1).webp");
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-1-video.hide {
  display: none;
}

.button-wrapper {
  margin-top: 40px;
}

.button-wrapper.smaller-gap {
  margin-top: 20px;
}

.button-wrapper.nav-tablet-style {
  display: none;
}

.button-wrapper.footer-learn-more {
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-wrapper.mt30 {
  margin-top: 30px;
}

.cta-info-wrapp {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: 105%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-button {
  z-index: 5;
  background-color: #2d3d33;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.play-button.second-style {
  background-color: #fff;
}

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

.play-button-icon.second-style {
  color: #2d3d33;
}

.home-video-info-holder {
  background-color: #f6f7f9;
  border-bottom-right-radius: 200px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 105%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 0 11px 20px #6e6e6e33;
}

.cta-video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 1px solid #2d3d33;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all 0.3s;
  position: absolute;
  transform: scale(0.85);
}

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

.play-button-hover.second-style {
  border-color: #fff;
}

.cta-info {
  width: 46%;
}

.collection-item-project {
  width: 100%;
  height: 100%;
}

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

.collection-list-wrapper-project-one {
  height: 100%;
}

.collection-list-project-one,
.collection-list-wrapper-project {
  width: 100%;
  height: 100%;
}

.project-grid-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.project-grid-wrapper._3-grid {
  grid-template-columns: 1fr 1fr;
  margin-top: -100px;
}

.collection-list-project {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

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

.accordion-item-main {
  background-color: #0000;
  border-bottom: 1px solid #afafaf;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.accordion-item-main.first {
  padding-top: 0;
}

.accordion-item-main.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.accordion-wrap-one-column {
  background-color: var(--light-gray);
  border-radius: 20px;
  width: 100%;
  min-width: 500px;
  padding: 30px;
}

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

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

.accordion-title-wrapp {
  grid-column-gap: 25px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-title {
  color: var(--text-dark);
  width: 92%;
  transition: color 0.2s;
}

.accordion-title:hover {
  color: var(--text-primary);
}

.section-subtitle {
  color: var(--text-primary);
  text-transform: capitalize;
  background-color: #7c171b2e;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 6px 18px;
  font-weight: 400;
}

.author-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  margin-right: 15px;
  display: block;
}

.author-position {
  color: #a36630;
  margin-top: 0;
  margin-bottom: 0;
}

.tabs-menu-testimonials-style {
  grid-column-gap: 40px;
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.testimonial-tab {
  background-color: #0000;
  border: 1px solid #afafaf;
  border-radius: 60px;
  width: 100%;
  padding: 20px 28px;
  transition: all 0.2s, color 0.3s;
  position: relative;
}

.testimonial-tab:hover,
.testimonial-tab.w--current {
  background-color: #fff;
  border-color: #fff;
}

.testimonial-tab.w--current:hover {
  background-color: #0000;
  border-color: #afafaf;
}

.testimonials-author-item {
  align-items: center;
  display: flex;
}

.testimonials-quote-style {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.review-name {
  margin-top: 0;
  margin-bottom: 0;
}

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

.tabs-testimonials-style {
  flex-direction: column-reverse;
  width: 100%;
  display: flex;
}

.quote-icon-testimonials {
  object-fit: scale-down;
  background-color: #a36630;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 8px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.blog-item {
  width: 31.2%;
  position: relative;
}

.home-4-blog-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.banner-pages {
  align-items: center;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.banner-pages.only-text-no-bottom-style {
  min-height: auto;
  padding-bottom: 0;
}

.banner-pages.green-bgr {
  background-color: #440307;
  background-image: url("../images/Clip-path-group-6.svg");
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  align-items: center;
  min-height: 250px;
  max-height: 250px;
  padding-top: 200px;
  padding-bottom: 120px;
  display: flex;
}

.banner-pages.green-bgr.services {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-color: #0000;
  background-image: linear-gradient(#10020299, #10020299),
    url("../images/pexels-photo-8853474-1-1.png");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding-top: 160px;
  padding-bottom: 80px;
  overflow: hidden;
}

.banner-pages.green-bgr.services._1 {
  background-image: linear-gradient(#10020299, #10020299),
    url("../images/image-17_cleanup-2.png");
  padding-top: 140px;
  padding-bottom: 60px;
}

.banner-pages.reviews {
  background-color: #2d3d33;
  background-image: url("../images/Banner-BG-01.svg");
  background-position: 50%;
  background-size: cover;
  align-items: center;
  padding-bottom: 110px;
  display: flex;
}

.banner-pages.padding {
  padding-bottom: 110px;
}

.banner-pages.grey,
.banner-pages.grey-style {
  background-color: #f6f7f9;
}

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

.banner-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-title.text-white {
  color: var(--white);
  margin-top: 0;
  font-size: 48px;
}

.banner-title.text-white.size-50px {
  font-size: 42px;
}

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

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

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

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

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

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

.h4-mobile {
  font-size: 24px;
}

.link-style {
  color: var(--text-primary);
  border-bottom: 1px solid #a36630;
  border-radius: 0;
  padding-bottom: 2px;
  font-size: 17px;
  display: inline-block;
}

.link-style:hover {
  color: #2d3d33;
  border-bottom-color: #2d3d33;
}

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

.h5-mobile {
  font-size: 22px;
}

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

.black-style-guide {
  background-color: #000;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.style-guide-tab-link {
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  color: #fff;
  background-color: #2d3d33;
}

.h6-mobile {
  font-size: 18px;
}

.paragraph-gray-style-guide {
  background-color: #757575;
  width: 75px;
  height: 75px;
}

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

.grid-title {
  color: #fff;
  background-color: #2d3d33;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: 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;
}

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

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

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

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

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

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

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

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

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

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

.rich-text-style h2,
.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

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

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

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

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

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: 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;
}

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

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

.style-guide-tabs-menu {
  border-left: 1px solid #000;
  margin-bottom: 80px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.address-wrapp {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 5px;
  display: flex;
}

.address-wrapp.first {
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-link {
  color: #fff;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1em;
  transition: all 0.3s;
}

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

.footer-link.w--current {
  font-size: 14px;
}

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

.footer-links-wrapper.hour-style {
  width: 26%;
}

.footer-links-wrapper.navigate-style {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  width: 35%;
}

.footer-subtitle {
  color: #fff;
  margin-left: 0;
  font-size: 17px;
  font-weight: 600;
}

.footer-copyright {
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  display: inline;
}

.footer-copyright.link-license:hover {
  color: #ffffff80;
}

.footer-brand-description {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
}

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

.address {
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
}

.address:hover {
  opacity: 0.85;
  color: var(--white);
}

.address.red-style {
  color: var(--text-primary);
}

.address.not-link:hover {
  opacity: 1;
}

.footer-copyright-link {
  color: #a36630;
  letter-spacing: 0.2px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: #fff;
}

.footer-copyright-link.last {
  margin-right: 0;
}

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

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

.footer-bottom-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 5px;
  background-color: #00000057;
  border-top: 1px #ffffff80;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 30px;
  display: flex;
}

.footer {
  z-index: 999;
  text-align: center;
  background-color: #a01a1f;
  background-image: linear-gradient(330deg, #d41016, #af1f23 55%, #420004);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  align-items: flex-start;
  margin-top: -30px;
  padding-top: 45px;
  padding-bottom: 0;
  position: relative;
}

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

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-rights {
  color: #fff;
  font-size: 14px;
}

.blog-image-link {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.home-blog-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
  transition: transform 0.8s;
}

.home-blog-image:hover {
  transform: scale(1.06);
}

.blog-content-wrapper {
  padding-top: 15px;
}

.blog-post-title {
  text-transform: capitalize;
  transition: color 0.3s;
}

.blog-post-title:hover {
  color: #a36630;
}

.empty-state {
  text-align: center;
  background-color: #ddd0;
}

.project-item-wrapp {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.portfolio-masonry-image-link {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.portfolio-masonry-image-link.big {
  height: 100%;
  max-height: none;
}

.portfolio-masonry-image-link.project-style {
  height: 300px;
}

.portfolio-masonry-image-link.project-style.height-100 {
  height: 100%;
}

.portfolio-masonry-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: none;
  transition: transform 0.6s;
}

.portfolio-masonry-image:hover {
  transform: scale(1.04);
}

.portfolio-masonry-image.grid-image-style {
  height: 100%;
  max-height: 300px;
}

.portfolio-masonry-image.grid-image-style.max-300 {
  max-height: 300px;
}

.portfolio-masonry-image.grid-image-style.max-height-none {
  max-height: none;
}

.portfolio-masonry-content-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.portfolio-masonry-title {
  color: var(--text-dark);
  font-size: 22px;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-block;
}

.portfolio-masonry-title:hover {
  color: var(--black);
}

.portfolio-masonry-category {
  color: var(--text-primary);
  -webkit-text-stroke-color: var(--text-secondary);
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  transition: all 0.3s;
  display: inline-block;
}

.portfolio-masonry-category:hover {
  color: var(--text-primary);
}

.home-2-banner-section {
  background-image: linear-gradient(to top, #23232380 21%, #0000 63% 104%),
    linear-gradient(#2323235c, #2323235c),
    url("../images/appolinary-kalashnikova-WYGhTLym344-unsplash_1appolinary-kalashnikova-WYGhTLym344-unsplash.webp");
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-2-home-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.home-2-banner-content {
  grid-column-gap: 60px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 15px 80px;
  display: flex;
}

.home-2-banner-content-columns {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.info-wrapper-2-banner {
  width: 62%;
}

.home-1-banner-section {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 740px;
  position: relative;
  overflow: hidden;
}

.home-1-banner-content {
  z-index: 3;
  grid-column-gap: 60px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 15px 80px;
  display: flex;
  position: static;
}

.banner-3-home-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
}

.banner-3-home-title.right {
  text-align: right;
}

.info-wrapper-banner {
  width: 48%;
}

.background-video {
  z-index: 0;
  background-image: linear-gradient(90deg, #ae080e 38%, #f1e6da00);
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 740px;
  display: flex;
  position: static;
  overflow: hidden;
}

.background-video.grey {
  background-image: linear-gradient(270deg, var(--black) 38%, #f1e6da00);
}

.background-video.black {
  background-image: linear-gradient(90deg, var(--black) 38%, #f1e6da00);
}

.home-baner-content-columns {
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  display: flex;
}

.home-baner-content-columns.right {
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 15px;
}

.banner-title-wrapper {
  z-index: 999;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
  position: relative;
}

.banner-title-wrapper.wider {
  max-width: 1200px;
}

.banner-title-wrapper.service {
  z-index: auto;
  position: relative;
  top: auto;
  left: auto;
}

.about-features-wrapper {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
  position: relative;
}

.tabs-about {
  width: 100%;
}

.about-features {
  flex-direction: column;
  justify-content: center;
  width: 55%;
  display: flex;
}

.about-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 440px;
}

.about-tab-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-features-right {
  width: 45%;
}

.tabs-menu-about {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-bottom: 40px;
  display: flex;
}

.tab-about {
  color: #a36630;
  text-transform: capitalize;
  background-color: #a366304d;
  border-radius: 20px;
  margin-top: 0;
  padding: 6px 18px;
  font-weight: 400;
  transition: background-color 0.3s, color 0.3s;
}

.tab-about:hover,
.tab-about.w--current {
  color: #fff;
  background-color: #a36630;
}

.tab-about.w--current:hover {
  color: #a36630;
  background-color: #a366304d;
}

.about-featured-icon {
  filter: brightness(200%) brightness(200%) brightness(200%) brightness(200%)
    grayscale();
  object-fit: scale-down;
  width: 40px;
  height: 40px;
}

.about-features-wrap {
  grid-column-gap: 30px;
  display: flex;
}

.feature-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-wrap.about-style {
  padding-left: 0;
  padding-right: 0;
}

.about-featured-icon-wrapp {
  background-color: var(--text-primary);
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 18px;
}

.feature-text {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.bg-half-light-top {
  z-index: 900;
  background-color: #f6f7f9;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.about-1-video {
  z-index: 999;
  background-image: linear-gradient(#2323234d, #2323234d),
    url("../images/nuno-marques-0GbrjL3vZF4-unsplash_1nuno-marques-0GbrjL3vZF4-unsplash.webp");
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.additional-features-right {
  border-radius: 10px;
  width: 45%;
}

.about-additional-features {
  flex-direction: column;
  justify-content: center;
  width: 55%;
  display: flex;
}

.additional-features-wrapper {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
  position: relative;
}

.feature-image {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.about-team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

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

.team-item {
  width: 22.66%;
}

.home-10-team-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 360px;
}

.customer-grey-image {
  opacity: 1;
  filter: grayscale();
  mix-blend-mode: normal;
  object-fit: scale-down;
  height: 36px;
  transition: all 0.3s;
}

.customer-grey-image:hover {
  opacity: 1;
  filter: grayscale(0%);
  mix-blend-mode: normal;
}

.partners-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: flex;
}

.clients-item {
  border: 1px solid #afafaf;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  display: flex;
}

.free-trial-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.free-trial-title {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
}

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

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

.team-social-icon:hover {
  color: #2d3d33;
}

.customer-wrapper {
  opacity: 0.5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.3s;
  display: flex;
}

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

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

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f7f9;
  border-radius: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.customer-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 12px;
}

.contacts-3-list {
  grid-row-gap: 20px;
  color: #232323;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 30px;
  padding-left: 0;
}

.contacts-3-capabilities-wrapper {
  z-index: 999;
  width: 100%;
  display: flex;
  position: relative;
}

.contacts-3-capabilities-image {
  object-fit: cover;
  border-radius: 10px;
  max-width: 100%;
  height: 100%;
}

.contacts-3-capabilities-wrap-right {
  justify-content: flex-end;
  align-items: center;
  width: 55%;
  display: flex;
}

.contacts-list-icon {
  opacity: 1;
  color: #fff0;
  background-color: #7c171b00;
  background-image: url("../images/Mask-group-3.png");
  background-position: 52%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-left: -31px;
  margin-right: 20px;
  display: flex;
}

.contacts-list-icon._2 {
  background-image: url("../images/Mask-group-1.png");
}

.contacts-list-icon._3 {
  background-image: url("../images/Mask-group-2.png");
}

.contacts-list-icon._4 {
  background-image: url("../images/Mask-group.png");
}

.numbers-list-item {
  flex-direction: row;
  align-items: center;
  padding-left: 32px;
  font-size: 18px;
  line-height: 1.6em;
  display: flex;
}

.contacts-3-capabilities-wrap-left {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-right: 20px;
  display: flex;
}

.section-subtitle-3 {
  color: var(--logo-primary);
  text-transform: capitalize;
  background-color: #f8e9ea;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 6px 18px;
  font-size: 18px;
  font-weight: 500;
}

.contacts-textarea {
  color: #232323;
  border: 1px solid #fff;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 12px 22px;
  font-size: 18px;
}

.contacts-textarea:active {
  border-style: none;
}

.contacts-textarea:focus {
  border: 1px #2d3d33;
}

.contacts-textarea::placeholder {
  color: #afafaf;
  font-size: 18px;
}

.contacts-textarea:lang(en) {
  border-style: none;
}

.contacts-3-input {
  color: #232323;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 12px 22px;
  font-size: 18px;
  transition: all 0.2s;
}

.contacts-3-input:active {
  border-style: none;
}

.contacts-3-input:focus {
  color: #232323;
  border: 1px #2d3d33;
}

.contacts-3-input::placeholder {
  color: #afafaf;
  font-size: 18px;
}

.contacts-3-input:lang(en) {
  border-style: none;
}

.contacts-3-input.select-input {
  color: #afafaf;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 0;
}

.contacts-3-input.margin-bottom-0 {
  border-radius: 30px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
}

.contacts-3-form {
  text-align: right;
  width: 100%;
}

.contacts-3-form.resource {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-3-inputs-wrapper.resource {
  grid-row-gap: 5px;
}

.success-message {
  color: #2d3d33;
  background-color: #f6f7f9;
}

.contacts-form-wrapper {
  background-color: #f6f7f9;
  border-radius: 10px;
  width: 60%;
  margin-bottom: 0;
  padding: 40px;
}

.contacts-form-wrapper.resource {
  flex-flow: column;
  width: 100%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.error-message {
  color: #2d3d33;
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.section-subtitle-4,
.section-subtitle-5 {
  color: #a36630;
  text-transform: capitalize;
  background-color: #a366304d;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 6px 18px;
  font-weight: 400;
}

.section-subtitle-5.no-margin {
  color: var(--text-primary);
  background-color: #e7d5d6;
  font-size: 18px;
  font-weight: 500;
}

.section-subtitle-6 {
  color: #a36630;
  text-transform: capitalize;
  background-color: #a366304d;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 6px 18px;
  font-weight: 400;
}

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

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

.testimonials-card-item {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.quote-icon-testimonials-big {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.process-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 380px;
}

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

.process-number-wrapper {
  flex: 1;
  max-width: 20%;
  padding-left: 40px;
  padding-right: 40px;
}

.process-number-wrapper.reverse {
  flex: none;
  min-width: 20%;
  max-width: none;
  padding-left: 0;
}

.process-content {
  width: 45%;
}

.process-content.reverse {
  width: 80%;
  padding-right: 40px;
}

.process-image-wrapper {
  width: 45%;
}

.process-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.process-number {
  color: var(--text-primary);
  background-color: #7c171b2e;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.process-content-wrapper {
  align-items: center;
  width: 55%;
  display: flex;
}

.tab-projects {
  color: #a36630;
  text-transform: capitalize;
  background-color: #a366304d;
  border-radius: 20px;
  margin-top: 0;
  padding: 6px 18px;
  font-weight: 400;
  transition: background-color 0.3s, color 0.3s;
}

.tab-projects:hover,
.tab-projects.w--current {
  color: #fff;
  background-color: #a36630;
}

.tab-projects.w--current:hover {
  color: #a36630;
  background-color: #a366304d;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: none;
}

.portfolio-grid-collection-list {
  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;
}

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

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

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

.section-subtitle-7 {
  color: var(--logo-primary);
  text-transform: capitalize;
  background-color: #f8e9ea;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 6px 18px;
  font-size: 18px;
  font-weight: 400;
}

.section-subtitle-8 {
  color: #a36630;
  text-transform: capitalize;
  background-color: #a366304d;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 6px 18px;
  font-weight: 400;
}

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

.career-list-item-wrapper {
  background-color: #f9f9fa;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 15px;
  padding: 20px 35px;
  display: flex;
}

.section-subtitle-9 {
  color: #a36630;
  text-transform: capitalize;
  background-color: #a366304d;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 6px 18px;
  font-weight: 400;
}

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

.career-title-mobile {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  display: none;
}

.career-position {
  font-size: 18px;
  line-height: 24px;
  transition: color 0.3s;
}

.career-position:hover {
  color: #a36630;
}

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

.career-button-wrapper {
  text-align: right;
  width: 25%;
}

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

.coming-soon-paragraph {
  margin-top: 10px;
  margin-bottom: 60px;
}

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

.coming-soon-input {
  border: 1px solid #afafaf;
  border-radius: 20px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 22px;
  font-size: 18px;
  line-height: 1.2em;
}

.coming-soon-input:focus {
  border: 1px solid #2d3d33;
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input::placeholder {
  font-size: 18px;
  line-height: 1.2em;
}

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

.coming-soon-heading {
  margin-top: 40px;
}

.coming-soon-image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 30px;
  max-width: 480px;
  height: 400px;
}

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

.service-list-section-wrap {
  width: 50%;
  padding-left: 40px;
}

.service-list-section-wrap.first-child {
  padding-left: 0;
}

.service-list-section-wrapper {
  align-items: center;
  display: flex;
}

.home-service-item {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  background-color: #f6f7f9;
  border: 1px solid #f6f7f9;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 30px 20px;
  transition: background-color 0.2s, border-color 0.2s;
  display: flex;
}

.home-service-item:hover {
  background-color: #0000;
  border: 1px solid #afafaf;
}

.icon-services-wrapp {
  background-color: var(--text-primary);
  border-radius: 100%;
  padding: 16px;
}

.icon-services {
  width: 40px;
  height: 40px;
}

.home-21-service-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.services-title {
  color: var(--text-dark);
  font-size: 22px;
  transition: color 0.2s;
}

.services-title:hover {
  color: var(--text-primary);
}

.brand-tablet {
  display: none;
}

.menu-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
}

.navbar-fixed {
  background-color: #fff;
  align-items: center;
  width: 100%;
  padding: 10px 20px 10px 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-fixed.white-bgr {
  background-color: var(--white);
}

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

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

.nav-link {
  color: #fff;
  padding: 10px;
  font-weight: 400;
}

.nav-link:hover {
  opacity: 1;
  color: #ffffff80;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #ffffff80;
}

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

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

.nav-link.nav-title {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.nav-link.nav-title:hover {
  opacity: 1;
  color: var(--logo-primary);
  font-weight: 400;
}

.nav-link.nav-title.w--current {
  color: var(--logo-primary);
  font-weight: 500;
}

.nav-link.nav-title.dropdown-style {
  color: var(--text-dark);
  padding: 0;
  font-size: 17px;
}

.nav-link.nav-title.dropdown-style:hover {
  font-weight: 400;
}

.nav-dropdown-icon {
  color: var(--white);
  margin: 0 0 0 5px;
  font-size: 16px;
  position: static;
}

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

.nav-dropdown-icon.nav-title {
  opacity: 0.96;
  color: var(--text-dark);
  font-size: 14px;
}

.nav-item-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2em;
  transition: color 0.3s;
}

.nav-item-title:hover {
  color: #ffffff80;
}

.nav-item-title.dark {
  color: var(--text-dark);
  transition-property: opacity;
  transition-duration: 0.35s;
}

.nav-item-title.dark:hover {
  opacity: 0.8;
}

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

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

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

.nav-dropdown-link {
  color: var(--text-dark);
  text-transform: capitalize;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all 0.3s;
  display: flex;
  line-height: 1.5em;
}

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

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

.nav-dropdown-link.white-style {
  color: var(--white);
  padding-right: 0;
}

.nav-dropdown-link.white-style:hover {
  color: #fff;
}

.nav-balancer {
  width: 10%;
}

.search-shop-con {
  grid-column-gap: 10px;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 0;
  display: flex;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 250px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  border-style: none;
  width: 300px;
  padding: 5px 10px 20px;
}

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

.nav-dropdown-list.megamenu.w--open {
  width: 600px;
  display: flex;
  left: -240px;
}

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

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

.image-cover.position {
  object-position: 50% 0%;
}

.bgr-image {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bgr-image.grey-style {
  background-color: #f6f7f9;
}

.opacity-dark {
  z-index: 3;
  background-image: linear-gradient(#58181885, #58181885);
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  position: absolute;
  inset: 0%;
}

.full-block {
  width: 100%;
}

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

.blog-template-prev-button.not-visibie {
  opacity: 0;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-pagination-icon {
  width: 60px;
  height: 60px;
}

.blog-template-pagination-icon.roll-onsite {
  width: 50px;
  height: 50px;
}

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

.blog-template-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog-details-link-title {
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 500;
}

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

.blog-template-next-button.not-visible {
  opacity: 0;
}

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

.details-page-title {
  margin-top: 0;
  font-size: 58px;
}

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

.section-detail-pages {
  align-items: center;
  min-height: 360px;
  padding-top: 150px;
  padding-bottom: 110px;
  display: flex;
  position: relative;
}

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

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-sidebar-post-category {
  color: #a36630;
  background-color: #a366304d;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 8px 18px;
  transition: all 0.3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  color: #fff;
  background-color: #a36630;
}

.banner-section {
  align-items: center;
  min-height: 360px;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.banner-section.project-details {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 38%;
  background-size: cover;
  align-items: center;
  min-height: 600px;
  padding-bottom: 120px;
  display: flex;
}

.banner-section.services-details {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  align-items: center;
  min-height: 380px;
  display: flex;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  background-color: #2d3d33;
  background-image: url("../images/Button-Arrow-Light.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 37px 72%;
  border: 1px solid #0000;
  border-radius: 20px;
  padding: 10px 52px 10px 24px;
  font-size: 18px;
  transition: all 0.3s;
  display: inline-block;
}

.primary-button-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #2d3d33;
  background-position: 94%;
  background-size: 0% 0%;
  border-color: #2d3d33;
  padding-right: 30px;
}

.primary-button-2.nav-style-primary {
  color: #232323;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #232323;
  padding-right: 30px;
  display: block;
}

.primary-button-2.nav-style-primary:hover {
  color: #2d3d33;
  border-color: #2d3d33;
}

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

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

.job-position-sidebar-wrapper {
  background-color: #f6f7f9;
  border-radius: 20px;
  width: 30%;
  padding: 40px;
  position: sticky;
  top: 30px;
}

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

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

.job-position-icon {
  color: #a36630;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.banner-description {
  text-align: center;
  max-width: 780px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.project-category {
  color: #fff;
  background-color: #a36630;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 8px 18px;
  transition: all 0.3s;
  display: inline-block;
}

.project-category:hover {
  color: #fff;
  background-color: #2d3d33;
}

.dark-overlay {
  z-index: 0;
  background-color: #23232399;
  position: absolute;
  inset: 0%;
}

.project-template-info {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.project-template-info-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

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

.project-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.project-template-social-link {
  color: #a36630;
  background-color: #a366304d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all 0.3s;
  display: flex;
}

.project-template-social-link:hover {
  color: #fff;
  background-color: #a36630;
}

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

.project-pagination-wrapper {
  z-index: 999;
  background-color: #f6f7f9;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  align-items: stretch;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.project-button-link {
  color: #232323;
  justify-content: center;
  width: 40%;
  display: flex;
}

.project-button-link:hover {
  color: #a36630;
}

.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-button-link-paragraph {
  font-size: 18px;
}

.project-pagination-icon-wrapper {
  text-align: center;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

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

.services-category-wrapp {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  display: flex;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.license-link {
  color: #232323;
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link:hover {
  color: #a36630;
}

.license-link.last-child {
  margin-right: 0;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

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

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

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

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

.licensing-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 320px;
}

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

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

.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-icon-link {
  margin-top: 0;
  margin-bottom: 20px;
}

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

.licensing-paragraph {
  width: 50%;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
}

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

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

.icon-style-guide {
  color: #2d3d33;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

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

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--light-gray);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 50px;
  padding: 5px 20px 20px;
  display: flex;
}

.small-text {
  color: var(--paragraph-gray);
  font-size: 16px;
}

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

._404-title {
  color: #a36630;
  font-size: 100px;
}

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

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

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

.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-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  color: #fff;
  max-width: 93%;
  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-orange {
  color: #f69c20;
}

.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;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  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;
}

.no-margin-2 {
  margin-bottom: 0;
  line-height: 1.5em;
}

.section-two-side-title-wrapper-2 {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.section-two-side-title-wrapper-2.mb25 {
  margin-bottom: 40px;
}

.home-service-item-2 {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  background-color: #f6f7f9;
  border: 1px #f6f7f9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 30px 20px;
  text-decoration: none;
  transition: border-color 0.2s, background-color 0.2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-service-item-2:hover {
  background-color: #0000;
  border: 1px #afafaf;
}

.home-service-item-2._1 {
  cursor: pointer;
  background-image: url("../images/pexels-photo-8853474-1-1.png");
  background-position: 50%;
  background-size: cover;
  padding-left: 25px;
  padding-right: 25px;
}

.home-service-item-2._1:hover {
  background-color: #fff;
}

.home-service-item-2._2 {
  cursor: pointer;
  background-image: url("../images/image-17_cleanup-2.png");
  background-position: 50% 0;
  background-size: cover;
  padding-left: 25px;
  padding-right: 25px;
}

.home-service-item-2._2:hover {
  background-color: #fff;
}

.home-service-item-2._3 {
  cursor: pointer;
  background-image: url("../images/pexels-photo-8853499-1-1.png");
  background-position: 0%;
  background-size: cover;
  padding-left: 25px;
  padding-right: 25px;
}

.home-service-item-2._3:hover {
  background-color: #fff;
}

.home-service-item-2._4 {
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  background-image: url("../images/image-19-1.png");
  background-position: 0%;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  overflow: hidden;
}

.home-service-item-2._4:hover {
  background-color: #fff;
}

.home-21-service-text-2 {
  color: #232323;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.services-title-2 {
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

.services-title-2:hover {
  color: var(--white);
}

.primary-button-3.white-style {
  color: #fff;
  background-color: #fff;
  background-image: url("../images/Button-Arrow-Light.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 48px 75%;
  border-radius: 20px;
  padding: 10px 56px 12px 24px;
  font-weight: 400;
}

.primary-button-3.white-style.black {
  background-color: #232323;
}

.home-services-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.icon-services-wrap {
  background-color: #0000;
  background-image: linear-gradient(51deg, #c9c9c900, #d52f2c 80%);
  border-radius: 100%;
  width: auto;
  height: auto;
  padding: 10px;
  display: block;
  position: relative;
}

.icon-services-2 {
  object-fit: contain;
  width: auto;
  height: auto;
}

.services-collection-2 {
  color: #f6f7f9;
  background-color: #fff;
  width: 100%;
  padding-bottom: 50px;
  position: relative;
  overflow: visible;
}

.services-collection-2.shop-by {
  background-color: #f6f7f9;
  padding-bottom: 80px;
}

.section-title-2 {
  color: #232323;
  margin-top: 10px;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4em;
}

.section-title-2.size-40px {
  font-size: 30px;
}

.display-none {
  display: none;
}

.image {
  margin-top: 5px;
}

.blog-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.blog-image-link-2 {
  border-radius: 20px;
  width: 100%;
  text-decoration: none;
  transition: all 0.35s;
  overflow: hidden;
}

.home-4-blog-wrapper-2 {
  grid-row-gap: 40px;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.primary-button-4.white-style {
  color: #fff;
  background-color: #fff;
  background-image: url("../images/Button-Arrow-Light.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 48px 75%;
  border-radius: 20px;
  padding: 10px 56px 12px 24px;
  font-weight: 400;
}

.primary-button-4.white-style.black {
  background-color: #232323;
}

.blog-item-2 {
  width: 31.2%;
}

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

.blog-post-title-2 {
  color: #232323;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4em;
  transition: color 0.3s;
}

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

.button-wrapper-2 {
  margin-top: 40px;
}

.button-wrapper-2.smaller-gap {
  margin-top: 20px;
}

.link-style-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--text-secondary) var(--text-secondary) var(--color)
    var(--text-primary);
  color: var(--text-primary);
  text-decoration: none;
  transition: all 0.3s;
}

.link-style-2:hover {
  border-bottom-color: var(--text-dark);
  color: var(--text-dark);
  -webkit-text-stroke-color: #232323;
}

.collection-list-wrapper-project {
  height: auto;
}

.text-span-2 {
  color: var(--text-primary);
}

.hide,
.slide-nav,
.right-arrow,
.icon {
  display: none;
}

.div-block {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.partner-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #e6e6e6;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-3 {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.address-image {
  max-width: 16px;
  margin-bottom: 0;
  padding-top: 0.15em;
}

.footer-brand-description-2 {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
}

.div-block-4 {
  border: 1px solid #ea888b;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  border-top: 1px solid #e6e6e6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: auto;
  padding-top: 10px;
  padding-right: 20px;
  display: block;
}

.cms-products {
  width: 100%;
}

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

.shop-list-item {
  border-top-left-radius: 10px;
  flex-flow: column;
  width: 100%;
  height: auto;
  transition: transform 0.3s, color 0.3s, box-shadow 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px #e9e9e9;
}

.shop-list-item:hover {
  box-shadow: 6px 6px 0 0 var(--text-primary);
}

.image-wrapper {
  width: 100%;
  height: 200px;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.image-wrapper._w-h-100 {
  border-radius: 0;
  height: 100%;
  min-height: 100px;
  box-shadow: 0 1px 1px #0e0e0e0a, 0 4px 16px #0000001f;
}

.image-wrapper._w-h-100.service {
  width: 100%;
  height: 400px;
  padding-top: 0%;
  overflow: hidden;
  box-shadow: 0 4px 16px #0000001f, 0 1px 1px #0e0e0e0a;
}

.image-wrapper._w-h-100.service.main {
  border: 1px none var(--dark-gray);
}

.image-wrapper._w-h-100.main {
  border: 1px solid var(--dark-gray);
  box-shadow: none;
}

.image-wrapper._w-h-100.service-2 {
  box-shadow: none;
  width: 100%;
  height: 400px;
  padding-top: 0%;
  overflow: hidden;
}

.image-wrapper._w-h-100.service-2.main {
  border: 1px none var(--dark-gray);
}

.image-wrapper._w-h-100.project {
  width: 100%;
  height: 500px;
  padding-top: 0%;
  overflow: hidden;
  box-shadow: 0 4px 16px #0000001f, 0 1px 1px #0e0e0e0a;
}

.image-wrapper._w-h-100.project.main {
  border: 1px none var(--dark-gray);
}

.image-wrapper.similar-project {
  height: 210px;
}

.image-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0;
}

.div-block-6 {
  background-color: #fff;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 12px 10px 8px;
  display: flex;
  position: relative;
  inset: auto 0 0;
}

.div-block-6.pb15 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-block {
  color: var(--text-primary);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.4em;
}

.text-block-2 {
  color: #6d6d6d;
  min-height: 50px;
  margin-top: 5px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.3em;
}

.div-block-7 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-top: 1px solid var(--gray);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-block-3 {
  color: var(--black);
  text-align: right;
  margin-top: 10px;
  margin-bottom: 3px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.text-block-3.bottom2px {
  margin-bottom: 2px;
}

.text-block-4 {
  margin-top: 0;
  padding-top: 0;
  font-family: Material Icons Round, sans-serif;
  font-size: 18px;
}

.background-video-2 {
  z-index: 2;
}

.inner-container._408px._100-mbl {
  width: 100%;
  max-width: none;
  position: static;
  top: 0;
  overflow: visible;
}

.grid-2-columns.listing-grid {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-flow: row;
  place-items: start stretch;
}

.grid-2-columns.listing-grid.order {
  grid-auto-flow: row;
}

.grid-2-columns.listing-grid.project {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 0.4fr;
}

.grid-2-columns.listing-grid.service {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr;
  align-self: auto;
  place-items: center stretch;
}

.card.sidebar-v1---card {
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 30px 40px;
  overflow: visible;
  box-shadow: 0 1px 1px #0e0e0e0a, 0 4px 16px #d3d3d354;
}

.paragraph {
  color: #6d6d6d;
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4em;
}

.text-block-5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}

.div-block-8 {
  margin-top: 20px;
}

.sidebar-form-block-v1 {
  flex-flow: column;
  justify-content: center;
  min-height: 0;
  margin-bottom: 0;
  display: flex;
}

.form-wrapper {
  width: 100%;
}

.input-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f7f9;
  border: 1px solid #fafafb;
  border-radius: 300px;
  align-items: baseline;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.input-wrapper.mt10 {
  margin-top: 15px;
}

.image-2 {
  max-width: 18px;
  max-height: 18px;
}

.text-field {
  color: var(--black);
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-top: 10px;
  padding: 3px 16px 3px 15px;
  font-size: 16px;
}

.sticky-top {
  position: sticky;
  top: 100px;
}

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

.sticky-top.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100px;
  transition: transform 0.3s;
}

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

.paragraph-2 {
  color: #6d6d6d;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}

.div-block-9 {
  margin-top: 0;
  padding-top: 0;
}

.heading {
  color: var(--text-primary);
  font-size: 25px;
}

.product-dropdown-information {
  text-align: left;
  cursor: pointer;
  border-bottom: 0.5px solid #a5a5a5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 20px;
  display: flex;
}

.product-dropdown-information.hide {
  display: none;
}

.brand-information {
  width: 100%;
}

.faq-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-top: 1px solid #a5a5a5;
  flex-flow: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.faq-wrap._1 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-top-style: none;
}

.faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plus-wrap {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
}

.plus-wrap.hide {
  display: none;
}

.plus-horizontal {
  background-color: #737373;
  width: 100%;
  height: 1px;
  margin-top: 0.06em;
  margin-right: 0;
}

.plus-vertical {
  background-color: #737373;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  margin-left: 0.09em;
  display: flex;
  position: absolute;
  top: 0.8px;
  left: 6.55px;
}

.faq-answer-wrap {
  background-color: #0000;
  border: 1px #00000014;
  border-radius: 5px;
  padding: 0 8px 8px;
  display: block;
}

.text-block-6 {
  font-weight: 500;
}

.bold-text {
  color: var(--paragraph-gray);
  font-size: 17px;
  font-weight: 600;
}

.bold-text-2 {
  color: var(--paragraph-gray);
}

.answer {
  color: #6d6d6d;
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-10 {
  border: 1px solid #a5a5a5;
  border-left: 1px #000;
  border-right: 1px #000;
  max-width: none;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.div-block-11 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.div-block-11._3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-7 {
  color: var(--dark-gray);
  padding-bottom: 5px;
  font-size: 14px;
}

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

.div-block-13 {
  margin-top: 40px;
}

.text-block-8 {
  font-size: 15px;
}

.service-wrap {
  grid-column-gap: 50px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-left {
  width: 100%;
  max-width: 22%;
}

.service-list-v2 {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.service-link-v2 {
  color: var(--text-dark);
  text-transform: none;
  border-bottom: 1px solid #00000026;
  align-items: stretch;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.3em;
  transition: color 0.3s, border-color 0.3s;
  display: flex;
}

.service-link-v2:hover {
  color: var(--text-primary);
  border-bottom-color: #a5a5a5;
}

.link-block-2 {
  margin-right: -80px;
  display: block;
}

.link-block-3 {
  margin-right: -30px;
  display: block;
}

.product-link:hover {
  transform: scale(1.1);
}

.paragraph-4 {
  color: #6d6d6d;
  font-size: 16px;
}

.heading-2 {
  color: var(--text-dark);
  font-size: 22px;
}

.paragraph-6 {
  margin-top: 0;
}

.paragraph-6.resource {
  color: #6d6d6d;
}

.service-slide {
  width: 31.5%;
  max-width: none;
  height: 320px;
  max-height: none;
  margin-right: 2rem;
  overflow: visible;
}

.mask {
  margin-bottom: 20px;
  padding-left: 0;
  position: static;
  overflow: visible;
}

.slider {
  background-color: #0000;
  width: 100%;
  margin-bottom: 50px;
  position: static;
  overflow: visible;
}

.left-arrow {
  border: 2px solid var(--text-primary);
  color: var(--text-primary);
  border-radius: 100px;
  width: 4rem;
  height: 4rem;
  font-size: 20px;
  inset: auto 5rem 0 auto;
}

.right-arrow-2 {
  background-color: var(--text-primary);
  border-radius: 100px;
  width: 4rem;
  height: 4rem;
  font-size: 20px;
  inset: auto 0 0 auto;
}

.div-block-14 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.hover-bg {
  z-index: -1;
  background-color: var(--text-primary);
  border-radius: 20px;
  position: absolute;
  inset: 0;
}

.sticky {
  background-color: #fff;
  position: sticky;
  top: 0;
}

.footer-social-media-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  align-items: flex-start;
  padding-top: 25px;
  padding-right: 0;
  display: flex;
}

.footer-social-media-wrapper.mt10 {
  margin-top: 10px;
}

.footer-social-media {
  color: #fff;
  background-color: #cc2026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  display: flex;
}

.footer-social-media:hover {
  background-color: var(--text-primary);
}

.footer-social-media.w--current {
  color: #fff;
  padding-left: 0;
}

.icon-embed-xsmall {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-2,
.icon-embed-xsmall-3,
.icon-embed-xsmall-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.partner-logo {
  height: 20px;
}

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

.flex-block {
  flex-flow: column;
  width: 100%;
}

.flex-block-2 {
  width: 100%;
}

.navigation-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 1px solid #e6e6e6;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  display: flex;
}

.flex-block-3 {
  justify-content: space-between;
  width: 100%;
}

.lead-gen-paragraph {
  color: var(--white);
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

.italic-text {
  opacity: 0.75;
  font-size: 15px;
  font-style: normal;
}

.flex-block-4 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 30px;
  display: grid;
}

.div-block-15 {
  width: 400px;
  height: auto;
}

.image-4 {
  opacity: 1;
  object-fit: cover;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-top: -10em;
  padding: 10px;
  position: relative;
  box-shadow: 0 5px 40px #0003;
}

.div-block-16 {
  width: auto;
  height: 340px;
}

.service-overlay {
  background-color: #1002028c;
  border-radius: 100%;
  width: 100%;
  height: 82%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transform: scale(1.7);
}

.home-product-item {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  background-color: #f6f7f9;
  border: 1px #f6f7f9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 18px 18px;
  text-decoration: none;
  transition: border-color 0.2s, background-color 0.2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px #00000024;
}

.home-product-item:hover {
  background-color: #0000;
  border: 1px #afafaf;
}

.home-product-item._1 {
  cursor: pointer;
  background-image: url("../images/668794ab59b0ba651e043ccf_Group_24__1_-removebg-preview.png");
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-color: #cbcbcb;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 0 15px 10px;
}

.home-product-item._1:hover {
  background-color: #fff;
}

.home-product-item._2 {
  cursor: pointer;
  background-color: #f6f7f9;
  background-image: url("../images/6687a3a9739247c8ce11f1c6_Group-35-Photoroom.png");
  background-position: 50% 0;
  background-size: cover;
  padding-left: 20px;
  padding-right: 0;
}

.home-product-item._2:hover {
  background-color: #fff;
}

.home-product-item._3 {
  cursor: pointer;
  background-image: url("../images/668794ad4ea05dbecc154391_Group-31-Photoroom.png");
  background-position: 0%;
  background-size: cover;
  padding-left: 20px;
  padding-right: 0;
}

.home-product-item._3:hover {
  background-color: #fff;
}

.home-product-item._4 {
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  background-image: url("../images/6687a3ad4ea05dbecc1f71d4_Group-33-Photoroom.png");
  background-position: 0%;
  background-size: cover;
  padding-left: 20px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.home-product-item._4:hover {
  background-color: #fff;
}

.home-product-item._5 {
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  background-image: url("../images/668794aa68c34c7fe1f0dfdc_Group-25-1-Photoroom.png");
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  overflow: hidden;
}

.home-product-item._5:hover {
  background-color: #fff;
}

.home-product-item._6 {
  background-image: url("../images/Group-34.png");
  background-position: 0 0;
  background-size: auto;
}

.text-block-9 {
  color: var(--logo-primary);
  font-size: 16px;
}

.home-product-text {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f3dfe0de;
  border-radius: 20px;
  padding: 5px 20px;
}

.flex-block-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--text-primary);
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.heading-3 {
  color: var(--text-primary);
  border: 2px #e9e9e9;
  border-bottom: 5px solid #e9e9e9;
  padding-left: 20px;
  font-size: 28px;
}

.heading-4 {
  color: var(--text-primary);
  border: 2px #e9e9e9;
  border-bottom: 5px solid #e9e9e9;
  padding-left: 0;
  padding-right: 20px;
  font-size: 28px;
}

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

.div-block-17 {
  width: 38px;
  height: 38px;
}

.flex-block-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}

.link-block-4 {
  width: 100%;
  height: 100%;
}

.bold-text-3,
.bold-text-4 {
  color: var(--text-primary);
}

.profession-select {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-right: 18px;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

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

.div-block-18 {
  background-color: #ffffffe3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 40px 60px;
  display: flex;
}

.paragraph-7 {
  opacity: 1;
  color: #ffffffbf;
  text-align: center;
  max-width: 900px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
}

.service-title {
  color: var(--text-dark);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

.service-description {
  color: #6d6d6d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4em;
}

.service-number {
  color: var(--text-primary);
  font-family: Bitter, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ffc9c9;
  justify-content: flex-start;
  align-items: center;
  padding: 22px 10px;
  display: flex;
}

.service-block.last {
  border-bottom-style: none;
  padding-bottom: 12px;
}

.div-block-20 {
  background-color: #fff;
  width: 2px;
  height: 60px;
}

.text-span-3 {
  color: #fff;
  font-weight: 500;
}

.service-pagination {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.service-pagination.light-background {
  background-color: #f6f7f9;
}

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

.service-pagination.light-round-style {
  z-index: 998;
  background-color: #f6f7f9;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
  margin-bottom: -30px;
  position: static;
  overflow: visible;
}

.service-pagination.light-round-style._100pb {
  padding-bottom: 100px;
}

.service-pagination.light-round-style._60pt {
  padding-top: 60px;
}

.service-pagination.light-round-style._60pt._110pb {
  padding-bottom: 110px;
}

.service-pagination.light-round-style.zindex3 {
  z-index: 3;
  position: relative;
}

.service-pagination.light-round-style.overflow-hidden {
  overflow: hidden;
}

.service-pagination.light-round-style.overflow-hidden.no-margin-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.service-pagination.light-round-style.no-margin-top {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 110px;
}

.service-pagination.light-round-style.service {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.service-pagination.top-bottom-plus-30-padding {
  padding-top: 110px;
  padding-bottom: 110px;
}

.service-pagination.top-bottom-plus-30-padding.round-top-style {
  z-index: 5;
  background-color: #fff;
  border-radius: 30px;
  margin-top: -30px;
}

.service-pagination.top-bottom-plus-30-padding.white-bg {
  background-color: #fff;
  padding-top: 60px;
}

.service-pagination.top-bottom-plus-30-padding.white-bg-2 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
}

.service-pagination.bottom-plus-30-padding {
  padding-bottom: 110px;
  display: block;
}

.service-pagination.top-plus-30-padding {
  padding-top: 110px;
}

.service-pagination.top-plus-30-padding.white-bg {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 110px;
}

.service-pagination.without-bottom-spacing {
  padding-bottom: 0;
}

.service-pagination.light-round-top-style-no-bottom-spacing {
  background-color: #f6f7f9;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -30px;
  padding-bottom: 0;
}

.service-pagination.light-round-top-style-no-bottom-spacing.nomarginnoround {
  border-radius: 0;
  margin-top: 0;
}

.service-pagination.no-spacings {
  padding-top: 0;
  padding-bottom: 0;
}

.service-pagination.cta-bg-photo {
  background-image: linear-gradient(#100202b0, #100202b0),
    url("../images/bluescope_steelpedia_residential_architecure_design_gamuda_gardens_nara_link-03-1.webp");
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 110px;
}

.service-pagination.light-round-top-style {
  background-color: #f6f7f9;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -30px;
}

.service-pagination.for-sticky {
  overflow: visible;
}

.service-pagination.projrcts-block {
  z-index: 999;
  background-color: #f6f7f9;
  border-radius: 30px;
  margin-top: -30px;
  margin-bottom: -30px;
}

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

.service-pagination.space {
  padding-top: 150px;
}

.service-pagination.hide {
  display: none;
}

.service-pagination.grey-bg {
  background-color: #f6f7f9;
  padding-top: 80px;
  padding-bottom: 140px;
}

.service-pagination.bottom-plus-50-padding {
  padding-bottom: 130px;
}

.service-pagination.bottom-plus-50-padding.top-minus-40-padding {
  padding-top: 40px;
}

.service-pagination.shop-by {
  padding-bottom: 0;
}

.service-pagination.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.service-pagination.no-padding.maxh500 {
  max-height: 560px;
}

.service-pagination.bottom-minus-50-padding {
  padding-bottom: 50px;
}

.service-highlight {
  color: #fff;
  font-weight: 500;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.project-ref {
  color: #0000;
  background-color: #f6f7f9;
  width: 100%;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.project-ref-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 10px;
  text-decoration: none;
  transition: border-color 0.2s, background-color 0.2s;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 20px #00000024;
}

.project-ref-item:hover {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  box-shadow: 0 2px 20px #00000024;
}

.project-ref-item._1 {
  cursor: pointer;
  background-image: url("../images/668794ab59b0ba651e043ccf_Group_24__1_-removebg-preview.png");
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-color: #cbcbcb;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 0 15px 10px;
}

.project-ref-item._1:hover {
  background-color: #fff;
}

.project-ref-item._2 {
  cursor: pointer;
  background-color: #e5e5e5;
  background-image: url("../images/6687a3a9739247c8ce11f1c6_Group-35-Photoroom.png");
  background-position: 50% 0;
  background-size: cover;
  padding-left: 20px;
  padding-right: 0;
}

.project-ref-item._2:hover {
  background-color: #fff;
}

.project-ref-item._3 {
  cursor: pointer;
  background-image: url("../images/668794ad4ea05dbecc154391_Group-31-Photoroom.png");
  background-position: 0%;
  background-size: cover;
  padding-left: 20px;
  padding-right: 0;
}

.project-ref-item._3:hover {
  background-color: #fff;
}

.project-ref-item._4 {
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  background-image: url("../images/6687a3ad4ea05dbecc1f71d4_Group-33-Photoroom.png");
  background-position: 0%;
  background-size: cover;
  padding-left: 20px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.project-ref-item._4:hover {
  background-color: #fff;
}

.project-ref-item._5 {
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  background-image: url("../images/668794aa68c34c7fe1f0dfdc_Group-25-1-Photoroom.png");
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  overflow: hidden;
}

.project-ref-item._5:hover {
  background-color: #fff;
}

.product-ref-text {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border-radius: 0;
  padding: 5px 20px;
}

.text-block-10 {
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.3em;
}

.product-ref-image {
  width: 100%;
  height: 260px;
}

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

.project-details {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  width: 100%;
  padding: 5px 20px 30px;
  display: flex;
  position: sticky;
  top: 30px;
}

.project-heading {
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.project-paragraph {
  color: #6d6d6d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4em;
}

.flex-block-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

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

.project-details-heading {
  color: var(--text-dark);
  letter-spacing: 0.15px;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.link {
  color: #6d6d6d;
}

.icon-embed-xsmall-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-6 {
  color: var(--text-primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.resource-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  background-color: #0000;
  border-bottom: 1px solid #afafaf;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.resource-item.first {
  padding-top: 0;
}

.resource-item.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.popup-wrap {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 680px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.rte-label {
  color: #000;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
}

.form_100w {
  width: 100%;
}

.popup-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  inset: auto;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.message_success {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  font-weight: 600;
}

.popup-modal {
  z-index: 9999;
  opacity: 0;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.button {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button:hover {
  box-shadow: none;
  background-color: #000;
}

.button.in-form {
  width: 100%;
  height: 52px;
  margin-top: 0;
  margin-left: 0;
}

.paragraph-8 {
  opacity: 0.9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.form-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.custom-scrollbar {
  display: none;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.text-red {
  color: #ff0004;
}

.form-separator {
  background-color: #f2f3ff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-border {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.scrollbar {
  max-height: 600px;
  padding: 30px;
  overflow: auto;
}

.input-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper-2.mr-15 {
  margin-right: 15px;
}

.bronchure-form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.popup-wrapper {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 680px;
  padding: 20px 15px 40px;
}

.flex-block-9 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-small {
  color: var(--dark-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
}

.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.icon-embed-xsmall-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.flex-block-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.project-content-wrap {
  background-color: #fff;
  border: 1px #00000014;
  border-radius: 10px;
  padding: 0 8px 8px;
  display: block;
}

.flex-block-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  padding: 15px 5px 5px;
}

.project-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-top: 1px solid #a5a5a5;
  flex-flow: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.project-wrap._1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top-style: none;
  padding-top: 5px;
  padding-bottom: 0;
}

.project-wrap._1.first {
  margin-top: 0;
}

.project-title-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: var(--text-primary);
  font-weight: 500;
}

.bold-text-6 {
  font-size: 16px;
  font-weight: 600;
}

.checkbox {
  border: 1px solid #cacaca;
  width: 18px;
  height: 18px;
}

.custom-checkbox {
  border: 1px solid #cacaca;
  width: 13px;
  height: 13px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.custom-checkbox-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.slider-2 {
  min-height: 740px;
}

.hero-arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 360px;
  margin-bottom: 360px;
  margin-right: 20px;
  display: flex;
}

.hero-arrow.left {
  background-color: #ffffff5e;
  border-radius: 0%;
  width: 42px;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
}

.hero-arrow.left.hide,
.hero-arrow.hide {
  display: none;
}

.hero-arrow.right {
  background-color: #ffffff5e;
  border-radius: 0%;
  width: 42px;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
}

.hero-arrow.right.hide {
  display: none;
}

.icon-2 {
  background-color: var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 20px 20px 20px 21px;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
}

.icon-2.left {
  background-color: var(--white);
  margin: 14px 10px 12px;
  font-size: 18px;
}

.icon-2.right {
  background-color: var(--white);
  margin: 14px 8px 12px 12px;
  font-size: 18px;
}

.home {
  z-index: 3;
  grid-column-gap: 60px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 15px 80px;
  display: flex;
  position: static;
}

.home-number {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  padding: 30px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 15px #0003;
}

.home-number.about-us-style {
  box-shadow: none;
  background-color: #cececeba;
  margin-left: -200px;
}

.background-video-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--text-dark);
  font-size: 17px;
  display: flex;
}

.icon-3 {
  opacity: 0.95;
  margin: 0 0 0 5px;
  font-size: 14px;
  position: relative;
}

.heading-5,
.heading-6 {
  color: var(--text-dark);
  font-size: 22px;
}

.bold-text-7 {
  line-height: 1.3em;
}

.checkbox-label {
  font-size: 16px;
}

.number-content {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: var(--primary);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 15px 60px;
  display: grid;
  position: static;
}

.numbers-title {
  color: var(--logo-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.numbers-title.right {
  text-align: right;
}

.number-video {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 280px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.number-video.grey {
  background-image: linear-gradient(270deg, var(--black) 38%, #f1e6da00);
}

.number-video.black {
  background-image: linear-gradient(90deg, var(--black) 38%, #f1e6da00);
}

.div-block-22 {
  border: 4px solid #cc2026ab;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.flex-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.section-3 {
  background-color: #e9e9e9e6;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.number-text {
  color: var(--text-dark);
  max-width: 150px;
  font-size: 17px;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .primary-button,
  .primary-button.white-style.black,
  .primary-button.nav-style,
  .primary-button.mt10 {
    font-size: 15px;
  }

  .in-section-title {
    font-size: 35px;
  }

  .in-section-title.size-38px {
    font-size: 32px;
  }

  .no-margin,
  .no-margin.maxw500 {
    font-size: 16px;
  }

  .section.light-round-style.bottom-minus-30-padding {
    padding-bottom: 40px;
  }

  .text-white {
    font-size: 16px;
  }

  .section-title {
    font-size: 35px;
  }

  .accordion-list-content {
    font-size: 16px;
  }

  .banner-title.text-white.size-50px {
    font-size: 42px;
  }

  .link-style,
  .footer-subtitle {
    font-size: 17px;
  }

  .footer-brand-description {
    font-size: 19px;
  }

  .portfolio-masonry-image.grid-image-style {
    max-height: 300px;
  }

  .portfolio-masonry-title {
    font-size: 20px;
  }

  .portfolio-masonry-category {
    font-size: 16px;
  }

  .banner-3-home-title {
    font-size: 48px;
  }

  .feature-text,
  .numbers-list-item,
  .numbers-list-item.first,
  .section-subtitle-3,
  .contacts-textarea,
  .contacts-3-input {
    font-size: 16px;
  }

  .process-number {
    font-size: 40px;
  }

  .section-subtitle-7 {
    font-size: 18px;
  }

  .services-title {
    font-size: 22px;
  }

  .nav-link.nav-title {
    font-size: 16px;
  }

  .nav-dropdown-list {
    width: 250px;
  }

  .blog-template-pagination-icon {
    width: 60px;
    height: 60px;
  }

  .blog-template-pagination-icon.roll-onsite {
    width: 50px;
    height: 50px;
  }

  .blog-details-link-title {
    font-size: 18px;
  }

  .services-title-2 {
    font-size: 22px;
  }

  .section-title-2 {
    font-size: 35px;
  }

  .section-title-2.size-40px {
    font-size: 30px;
  }

  .footer-brand-description-2 {
    font-size: 14px;
  }

  .image-wrapper {
    height: 200px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .heading {
    font-size: 25px;
  }

  .bold-text {
    font-size: 17px;
  }

  .answer {
    font-size: 16px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .text-block-8 {
    font-size: 15px;
  }

  .service-link-v2 {
    font-size: 18px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .service-slide {
    height: 295px;
  }

  .mask {
    margin-bottom: 0;
  }

  .lead-gen-paragraph {
    font-size: 15px;
  }

  .div-block-16 {
    height: 340px;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .heading-3,
  .heading-4 {
    font-size: 28px;
  }

  .paragraph-7 {
    font-size: 15px;
  }

  .service-number {
    font-size: 20px;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .product-ref-image {
    height: 230px;
  }

  .icon-embed-xsmall-6 {
    width: 1.4rem;
    height: 1.4rem;
  }

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

  .flex-block-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 15px 5px 5px;
  }

  .project-wrap._1 {
    padding-top: 5px;
  }

  .bold-text-6 {
    font-size: 16px;
  }

  .custom-checkbox {
    width: 13px;
    height: 13px;
  }

  .hero-arrow.left,
  .hero-arrow.right {
    width: 42px;
    height: 48px;
  }

  .icon-2.left,
  .icon-2.right {
    margin-top: 14px;
  }

  .bold-text-7 {
    line-height: 1.3em;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .numbers-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .primary-button,
  .primary-button.white-style.black,
  .primary-button.nav-style {
    font-size: 16px;
  }

  .primary-button.mt10:hover,
  .primary-button.mt10:active,
  .primary-button.mt10:lang(en) {
    border-style: none;
  }

  .in-section-title {
    font-size: 40px;
  }

  .in-section-title.size-45px {
    font-size: 38px;
    line-height: 1.3em;
  }

  .in-section-title.size-38px {
    font-size: 35px;
  }

  .no-margin {
    font-size: 18px;
  }

  .no-margin.maxw500,
  .no-margin.text-black,
  .text-white {
    font-size: 17px;
  }

  .section-title {
    font-size: 40px;
  }

  .section-title.size-45px {
    font-size: 38px;
  }

  .banner-title.text-white.size-50px {
    font-size: 45px;
  }

  .footer-link {
    font-size: 15px;
  }

  .footer-subtitle {
    font-size: 18px;
  }

  .footer-brand-description {
    font-size: 20px;
  }

  .address {
    font-size: 15px;
  }

  .portfolio-masonry-image.grid-image-style {
    max-height: 250px;
  }

  .portfolio-masonry-title {
    font-size: 22px;
  }

  .portfolio-masonry-category {
    font-size: 17px;
  }

  .home-1-banner-content {
    max-width: 1300px;
  }

  .banner-3-home-title {
    font-size: 58px;
  }

  .feature-text,
  .contacts-list-icon,
  .numbers-list-item,
  .numbers-list-item.first,
  .section-subtitle-3,
  .contacts-textarea,
  .contacts-3-input {
    font-size: 17px;
  }

  .process-number {
    font-size: 45px;
  }

  .services-title {
    font-size: 24px;
  }

  .nav-link.nav-title,
  .nav-dropdown-link {
    font-size: 17px;
  }

  .nav-dropdown-list {
    width: 300px;
  }

  .blog-template-pagination-icon {
    width: 70px;
    height: 70px;
  }

  .blog-details-link-title {
    font-size: 20px;
  }

  .services-title-2 {
    font-size: 24px;
  }

  .section-title-2 {
    font-size: 40px;
  }

  .section-title-2.size-40px {
    font-size: 30px;
  }

  .footer-brand-description-2 {
    font-size: 15px;
  }

  .image-wrapper {
    height: 220px;
  }

  .image-wrapper._w-h-100.service {
    height: 420px;
  }

  .text-block {
    font-size: 18px;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .paragraph-2 {
    font-size: 17px;
  }

  .heading {
    font-size: 26px;
  }

  .bold-text {
    font-size: 17px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .text-block-8 {
    font-size: 15px;
  }

  .service-link-v2 {
    font-size: 18px;
  }

  .paragraph-4,
  .paragraph-6 {
    font-size: 17px;
  }

  .service-slide {
    width: 23.25%;
    margin-right: 1.8rem;
  }

  .flex-block,
  .flex-block-2 {
    width: 80%;
  }

  .italic-text {
    font-size: 16px;
  }

  .div-block-16 {
    height: 360px;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .heading-3,
  .heading-4 {
    font-size: 28px;
  }

  .div-block-17 {
    width: 36px;
    height: 36px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .service-title {
    font-size: 22px;
  }

  .service-description {
    font-size: 17px;
  }

  .text-block-10 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .product-ref-image {
    height: 210px;
  }

  .project-paragraph {
    font-size: 16px;
  }

  .bold-text-5 {
    font-size: 17px;
  }

  .project-details-heading {
    font-size: 19px;
  }

  .icon-embed-xsmall-6 {
    width: 1.4rem;
    height: 1.4rem;
    font-size: 18px;
  }

  .bold-text-6 {
    font-size: 17px;
  }

  .custom-checkbox {
    width: 14px;
    height: 14px;
    margin-top: -0.1em;
  }

  .hero-arrow.left,
  .hero-arrow.right {
    width: 42px;
    height: 48px;
  }

  .icon-2.left,
  .icon-2.right {
    margin-top: 14px;
    margin-left: 11px;
  }

  .checkbox-label {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
  }

  .number-content {
    max-width: 1200px;
  }

  .numbers-title {
    font-size: 26px;
  }

  .number-video {
    min-height: 300px;
  }

  .div-block-22 {
    width: 130px;
    height: 130px;
  }

  .number-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .primary-button,
  .primary-button.white-style.blue {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .primary-button.white-style.black {
    background-image: url("../images/6684f3ff7c8a7943ba0c6094_Button-Arrow-1.svg");
    background-repeat: no-repeat;
    background-size: 44px 32px;
    border-radius: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 55px;
    font-size: 18px;
  }

  .primary-button.nav-style {
    padding: 8px 28px;
    font-size: 18px;
  }

  .primary-button.filter {
    background-size: 46px 36px;
    padding-top: 10px;
    padding-right: 56px;
  }

  .banner-3-home {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .banner-content-container {
    max-width: 1400px;
  }

  .in-section-title {
    font-size: 50px;
    line-height: 1.3em;
  }

  .in-section-title.services-title {
    width: 74%;
  }

  .in-section-title.size-45px {
    font-size: 45px;
  }

  .in-section-title.size-38px {
    font-size: 38px;
  }

  .column-one-banner {
    width: 52%;
  }

  .banner-block-image.big {
    height: 290px;
  }

  .banner-block-image.regular {
    height: 240px;
  }

  .banner-block-image.small {
    height: 210px;
  }

  .banner-block-image.medium {
    height: 220px;
  }

  .column-two-banner {
    width: 58%;
    padding-right: 160px;
  }

  .no-margin,
  .no-margin.maxw500 {
    font-size: 18px;
  }

  .image-style-solo {
    height: 100%;
  }

  .section.light-round-style.bottom-minus-30-padding {
    font-size: 17px;
  }

  .base-container {
    max-width: 1400px;
  }

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

  .section-title {
    font-size: 50px;
  }

  .section-title.support {
    width: 80%;
  }

  .section-title.resource {
    color: var(--text-primary);
    margin-bottom: 5px;
  }

  .section-title.resource.size-30px {
    font-size: 30px;
  }

  .section-title.size-45px {
    font-size: 45px;
  }

  .cta-info-wrapp {
    max-width: 1400px;
  }

  .cta-info {
    width: 42%;
  }

  .collection-item-project,
  .collection-list-project-one {
    height: 100%;
  }

  .accordion-list-content {
    font-size: 20px;
  }

  .accordion-wrap-one-column {
    background-color: var(--light-gray);
    min-width: 500px;
  }

  .tabs-menu-testimonials-style {
    grid-column-gap: 60px;
  }

  .blog-item {
    width: 31.8%;
  }

  .blog-list-wrapper {
    max-width: 1400px;
  }

  .banner-title.text-white {
    font-size: 60px;
  }

  .banner-title.text-white.size-50px {
    font-size: 50px;
    line-height: 1.3em;
  }

  .address-wrapp {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-links-wrapper.navigate-style {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-subtitle {
    font-size: 20px;
  }

  .footer-copyright {
    font-size: 15px;
  }

  .footer-brand-description {
    font-size: 22px;
  }

  .address {
    font-size: 16px;
  }

  .portfolio-masonry-image {
    max-height: 870px;
  }

  .portfolio-masonry-image.grid-image-style,
  .portfolio-masonry-image.grid-image-style.max-300 {
    max-height: 350px;
  }

  .portfolio-masonry-title {
    line-height: 1.3em;
  }

  .portfolio-masonry-category {
    font-size: 18px;
  }

  .banner-2-home-title {
    font-size: 96px;
  }

  .home-2-banner-content {
    max-width: 1600px;
  }

  .info-wrapper-2-banner {
    width: 44%;
  }

  .home-1-banner-content {
    max-width: 1600px;
  }

  .banner-3-home-title {
    margin-bottom: 30px;
    font-size: 68px;
  }

  .info-wrapper-banner {
    width: 50%;
    font-size: 22px;
  }

  .team-item {
    width: 23.35%;
  }

  .free-trial-wrapper {
    max-width: 900px;
  }

  .free-trial-title {
    font-size: 50px;
  }

  .contacts-list-icon._2 {
    background-position: 52%;
    background-size: auto 20px;
  }

  .numbers-list-item.first {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contacts-textarea:active,
  .contacts-textarea:focus,
  .contacts-textarea:lang(en),
  .contacts-3-input:active {
    border-style: none;
  }

  .contacts-3-input:focus {
    background-color: #fff;
    border-style: none;
  }

  .contacts-3-input:lang(en) {
    border-style: none;
  }

  .contacts-3-form.resource {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-end;
    display: flex;
  }

  .contact-3-inputs-wrapper.resource {
    grid-row-gap: 5px;
    width: 100%;
  }

  .contacts-form-wrapper.resource {
    width: 100%;
    padding: 30px 20px;
  }

  .process-number-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .process-content.reverse {
    padding-right: 50px;
  }

  .accordion-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .section-subtitle-7 {
    color: var(--logo-primary);
    background-color: #f8e9ea;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    display: flex;
  }

  .services-title {
    font-size: 26px;
  }

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

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-link.nav-title,
  .nav-dropdown-link {
    font-size: 19px;
  }

  .nav-balancer {
    width: 10%;
  }

  .nav-dropdown-list,
  .nav-dropdown-list.w--open {
    width: 350px;
  }

  .next-post-arrow {
    font-size: 20px;
  }

  .blog-template-pagination-icon {
    width: 80px;
    height: 80px;
  }

  .blog-template-pagination-icon.roll-onsite {
    width: 70px;
    height: 70px;
  }

  .blog-details-link-title {
    font-size: 22px;
  }

  .prev-post-arrow {
    font-size: 20px;
  }

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

  .home-service-item-2._1 {
    min-height: 380px;
  }

  .home-service-item-2._1:hover {
    background-color: #fff;
  }

  .home-service-item-2._2 {
    min-height: 380px;
  }

  .home-service-item-2._2:hover {
    background-color: #fff;
  }

  .home-service-item-2._3 {
    min-height: 380px;
  }

  .home-service-item-2._3:hover {
    background-color: #fff;
  }

  .home-service-item-2._4 {
    min-height: 380px;
  }

  .home-service-item-2._4:hover {
    background-color: #fff;
  }

  .services-title-2 {
    font-size: 26px;
  }

  .icon-services-2 {
    min-width: 50px;
  }

  .services-collection-2 {
    overflow: visible;
  }

  .services-collection-2.shop-by {
    padding-bottom: 140px;
  }

  .section-title-2 {
    font-size: 50px;
  }

  .section-title-2.size-40px {
    font-size: 40px;
  }

  .address-image {
    padding-top: 0.2em;
  }

  .footer-brand-description-2 {
    width: 100%;
    font-size: 16px;
  }

  .image-wrapper {
    height: 250px;
  }

  .image-wrapper._w-h-100.service {
    height: 450px;
  }

  .image-wrapper._w-h-100.project {
    height: 600px;
  }

  .image-wrapper.similar-project {
    height: 250px;
  }

  .text-block {
    text-transform: capitalize;
    font-size: 22px;
  }

  .text-block-2 {
    color: #6d6d6d;
    font-size: 16px;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .text-block-4 {
    padding-bottom: 1px;
    font-size: 19px;
  }

  .grid-2-columns.listing-grid.service {
    grid-template-columns: 1fr 1fr;
  }

  .card.sidebar-v1---card {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .heading {
    font-size: 30px;
  }

  .plus-vertical {
    margin-left: 0.1em;
  }

  .text-block-6 {
    font-size: 19px;
  }

  .answer {
    font-size: 18px;
  }

  .text-block-7 {
    padding-bottom: 8px;
    font-size: 15px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .service-link-v2 {
    font-size: 22px;
  }

  .paragraph-4 {
    color: #232323;
  }

  .heading-2 {
    font-size: 26px;
  }

  .paragraph-6.resource {
    width: 100%;
    margin-bottom: 0;
  }

  .service-slide {
    width: 23.35%;
    max-width: 31%;
    height: 350px;
  }

  .hover-bg {
    z-index: -1;
    background-color: var(--text-primary);
    border-radius: 20px;
    position: absolute;
    inset: 0;
  }

  .footer-social-media {
    width: 45px;
    height: 45px;
  }

  .icon-embed-xsmall {
    width: 1.8rem;
    height: 1.8rem;
  }

  .partner-logo {
    height: 25px;
  }

  .flex-block,
  .flex-block-2 {
    width: 80%;
  }

  .lead-gen-paragraph {
    max-width: 90%;
  }

  .italic-text {
    font-size: 18px;
    line-height: 1.6em;
  }

  .div-block-16 {
    height: 380px;
  }

  .home-product-item._1 {
    min-height: 380px;
  }

  .home-product-item._1:hover {
    background-color: #fff;
  }

  .home-product-item._2 {
    min-height: 380px;
  }

  .home-product-item._2:hover {
    background-color: #fff;
  }

  .home-product-item._3 {
    min-height: 380px;
  }

  .home-product-item._3:hover {
    background-color: #fff;
  }

  .home-product-item._4 {
    min-height: 380px;
  }

  .home-product-item._4:hover {
    background-color: #fff;
  }

  .home-product-item._5 {
    min-height: 380px;
  }

  .home-product-item._5:hover {
    background-color: #fff;
  }

  .text-block-9 {
    font-size: 20px;
  }

  .home-product-text {
    padding: 7px 22px;
  }

  .heading-3,
  .heading-4 {
    font-size: 35px;
  }

  .div-block-17 {
    width: 42px;
    height: 42px;
  }

  .profession-select.resource {
    margin-bottom: 15px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }

  .paragraph-7 {
    font-size: 17px;
  }

  .service-title {
    font-size: 24px;
  }

  .service-description {
    font-size: 18px;
  }

  .service-number {
    font-size: 24px;
  }

  .project-ref {
    overflow: visible;
  }

  .project-ref-item._1 {
    min-height: 380px;
  }

  .project-ref-item._1:hover {
    background-color: #fff;
  }

  .project-ref-item._2 {
    min-height: 380px;
  }

  .project-ref-item._2:hover {
    background-color: #fff;
  }

  .project-ref-item._3 {
    min-height: 380px;
  }

  .project-ref-item._3:hover {
    background-color: #fff;
  }

  .project-ref-item._4 {
    min-height: 380px;
  }

  .project-ref-item._4:hover {
    background-color: #fff;
  }

  .project-ref-item._5 {
    min-height: 380px;
  }

  .project-ref-item._5:hover {
    background-color: #fff;
  }

  .text-block-10 {
    font-size: 22px;
  }

  .product-ref-image {
    height: 260px;
  }

  .project-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-heading {
    font-size: 16px;
  }

  .project-paragraph,
  .bold-text-5 {
    font-size: 18px;
  }

  .project-details-heading {
    font-size: 22px;
  }

  .icon-embed-xsmall-6 {
    color: var(--text-primary);
    width: 1.6rem;
    height: 1.6rem;
  }

  .resource-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    cursor: pointer;
  }

  .flex-block-8 {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    min-width: 0;
  }

  .popup-close {
    position: relative;
    top: auto;
    right: auto;
  }

  .popup-modal {
    opacity: 0;
    display: none;
  }

  .bronchure-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .popup-wrapper {
    max-width: 800px;
    padding: 20px 20px 40px;
  }

  .flex-block-9 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .icon-embed-small {
    color: var(--dark-gray);
    width: 1.8rem;
    height: 1.8rem;
  }

  .bold-text-6 {
    font-size: 20px;
  }

  .slider-2 {
    min-height: 850px;
  }

  .hero-arrow.left,
  .hero-arrow.right {
    width: 50px;
    height: 55px;
    margin-top: 420px;
    margin-bottom: 420px;
  }

  .icon-2.left {
    margin-top: 17px;
    margin-bottom: 18px;
    margin-left: 14px;
    font-size: 20px;
  }

  .icon-2.right {
    margin: 17px 10px 18px 15px;
    font-size: 20px;
  }

  .home {
    max-width: 1600px;
  }

  .icon-3 {
    font-size: 15px;
  }

  .heading-5,
  .heading-6 {
    font-size: 26px;
  }

  .number-content {
    grid-column-gap: 30px;
    max-width: 1500px;
  }

  .numbers-title {
    margin-bottom: 0;
    font-size: 30px;
  }

  .number-video {
    min-height: 350px;
  }

  .div-block-22 {
    width: 150px;
    height: 150px;
  }

  .number-text {
    max-width: none;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  p {
    font-size: 16px;
  }

  .portfolio-masonry-image-wrapper.big {
    height: 76.5%;
  }

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

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

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

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

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

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .primary-button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    font-size: 15px;
  }

  .primary-button.white-style.blue {
    font-size: 15px;
  }

  .primary-button.white-style.black {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .primary-button.nav-style {
    display: none;
  }

  .banner-3-home {
    padding-top: 100px;
  }

  .two-column-wrapper-banner {
    grid-column-gap: 40px;
    flex-direction: column;
  }

  .two-column-wrapper-banner.home-three {
    grid-row-gap: 60px;
  }

  .banner-block-image-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .in-section-title {
    font-size: 28px;
    line-height: 1.4em;
  }

  .in-section-title.services-title {
    width: 84%;
  }

  .in-section-title.size-38px {
    font-size: 25px;
  }

  .column-one-banner {
    width: 70%;
  }

  .banner-block-image {
    height: 440px;
  }

  .banner-block-image.big {
    height: 280px;
  }

  .banner-block-image.regular {
    height: 230px;
  }

  .banner-block-image.small {
    height: 200px;
  }

  .banner-block-image.medium {
    height: 220px;
  }

  .column-two-banner {
    text-align: center;
    align-items: center;
    width: 84%;
  }

  .no-margin {
    font-size: 14px;
  }

  .no-margin.maxw500 {
    max-width: 600px;
    font-size: 15px;
  }

  .no-margin.size13 {
    font-size: 15px;
  }

  .home-new-features-wrapp {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .home-new-features-wrapp.about-us-style {
    margin-left: 0;
  }

  .home-feature-number-new {
    font-size: 48px;
  }

  .two-column-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .image-style-solo {
    height: 400px;
  }

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

  .section.light-round-style.bottom-minus-30-padding {
    padding-bottom: 20px;
  }

  .section.space {
    padding-top: 110px;
  }

  .section.light-round-style.zindex3.withproduct {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.tablet-padding {
    padding-top: 80px;
  }

  .base-container.footer-style {
    padding-left: 20px;
    padding-right: 20px;
  }

  .base-container.pb80 {
    padding-bottom: 80px;
  }

  .text-white {
    font-size: 15px;
    line-height: 1.5em;
  }

  .column-one,
  .column-one.assymetrical,
  .column-two {
    width: 100%;
  }

  .item-services {
    height: 100%;
    min-height: 0;
  }

  .home-services-list {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 28px;
  }

  .section-title.size-45px {
    margin-bottom: 0;
    font-size: 28px;
  }

  .section-two-side-title-wrapper {
    margin-bottom: 30px;
  }

  .home-video-button-wrapp {
    width: 100%;
  }

  .home-1-video {
    width: 100%;
    min-height: 340px;
  }

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

  .button-wrapper.nav-tablet-style {
    display: block;
  }

  .button-wrapper.nav-tablet-style.mobile-hide {
    display: none;
  }

  .cta-info-wrapp {
    background-color: #f6f7f9;
    width: 100%;
    padding-top: 60px;
    position: relative;
  }

  .home-video-info-holder {
    display: none;
  }

  .cta-video-wrapper {
    flex-direction: column;
    display: flex;
  }

  .cta-info {
    width: 100%;
  }

  .project-grid-wrapper {
    grid-column-gap: 20px;
    grid-template-columns: 0.5fr 0.75fr;
  }

  .project-grid-wrapper._3-grid {
    margin-top: 40px;
  }

  .accordion-title {
    width: 90%;
    font-size: 24px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .author-image {
    width: 80px;
    height: 80px;
    margin-right: 0;
  }

  .tabs-menu-testimonials-style {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: stretch;
    margin-top: 40px;
  }

  .testimonial-tab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-author-item {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
  }

  .section-title-wrapper {
    max-width: 560px;
    margin-bottom: 40px;
  }

  .blog-list {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-item {
    width: 47%;
  }

  .banner-pages {
    padding-top: 120px;
  }

  .banner-pages.green-bgr {
    min-height: auto;
    max-height: none;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .banner-pages.green-bgr.services._1 {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .banner-pages.grey {
    padding-bottom: 60px;
  }

  .banner-title.text-white {
    font-size: 38px;
    line-height: 1.4em;
  }

  .banner-title.text-white.size-50px {
    font-size: 39px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

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

  .link-style {
    font-size: 16px;
  }

  .grid-system {
    width: 100%;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

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

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .grid-description.first-description {
    text-align: center;
  }

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

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-link.w--current {
    font-size: 15px;
  }

  .footer-links-wrapper {
    width: 35%;
  }

  .footer-links-wrapper.hour-style,
  .footer-links-wrapper.navigate-style {
    width: 45%;
  }

  .footer-subtitle {
    font-size: 16px;
  }

  .footer-copyright {
    font-size: 13px;
  }

  .footer-brand-description {
    width: 100%;
    margin-top: 5px;
    font-size: 18px;
  }

  .address,
  .address.not-link {
    font-size: 14px;
  }

  .footer-brand {
    width: 80px;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .footer-bottom-wrapper {
    padding-left: 20px;
  }

  .footer {
    padding-top: 50px;
  }

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

  .footer-logo-wrapper {
    width: 100%;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .home-blog-image {
    height: 250px;
  }

  .portfolio-masonry-image.grid-image-style {
    height: 200px;
  }

  .portfolio-masonry-content-wrapper.tablet-padding {
    padding-top: 20px;
  }

  .portfolio-masonry-title {
    font-size: 20px;
    line-height: 1.4em;
  }

  .portfolio-masonry-category {
    font-size: 15px;
  }

  .home-2-banner-section {
    min-height: 700px;
  }

  .home-2-banner-content {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    padding-top: 110px;
  }

  .home-2-banner-content-columns {
    width: 100%;
  }

  .info-wrapper-2-banner {
    width: 80%;
  }

  .home-1-banner-section {
    min-height: 550px;
  }

  .home-1-banner-content {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 110px;
  }

  .banner-3-home-title {
    font-size: 38px;
  }

  .info-wrapper-banner {
    width: 60%;
  }

  .background-video {
    min-height: 550px;
  }

  .home-baner-content-columns {
    width: 100%;
    max-width: 650px;
  }

  .about-features-wrapper {
    flex-direction: column;
  }

  .about-features {
    width: 100%;
  }

  .about-image {
    height: 420px;
  }

  .about-features-right {
    width: 100%;
  }

  .about-featured-icon {
    width: 35px;
    height: 35px;
  }

  .about-features-wrap {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .feature-wrap {
    width: 100%;
    max-width: 480px;
  }

  .feature-wrap.about-style {
    width: 100%;
  }

  .about-featured-icon-wrapp {
    padding: 16px;
  }

  .feature-text {
    margin-top: 10px;
    font-size: 15px;
  }

  .about-1-video {
    width: 100%;
    min-height: 340px;
  }

  .additional-features-right {
    width: 70%;
  }

  .about-additional-features {
    order: 1;
    width: 100%;
  }

  .additional-features-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .additional-features-wrapper.about-mobile-column-reverse {
    order: 0;
  }

  .about-team-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .team-item {
    width: 47.8%;
  }

  .partners-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .free-trial-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .free-trial-title {
    font-size: 28px;
  }

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

  .contacts-3-capabilities-wrapper {
    flex-direction: column;
  }

  .contacts-3-capabilities-wrap-right {
    width: 100%;
  }

  .contacts-3-capabilities-wrap-left {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .section-subtitle-3,
  .contacts-textarea,
  .contacts-textarea::placeholder,
  .contacts-3-input,
  .contacts-3-input::placeholder {
    font-size: 16px;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-form-wrapper {
    width: 100%;
  }

  .section-subtitle-5.no-margin {
    font-size: 16px;
  }

  .testimonials-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .process-image {
    object-fit: cover;
    display: block;
  }

  .process-item-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .process-item-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .process-number-wrapper {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .process-number-wrapper.reverse {
    min-width: auto;
    padding-right: 0;
  }

  .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 40px;
  }

  .process-image-wrapper {
    width: 100%;
  }

  .process-number {
    font-size: 30px;
  }

  .process-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .portfolio-grid-collection-list {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-location-wrapper,
  .career-location,
  .career-type-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .coming-soon-image {
    display: none;
  }

  .service-list-section-wrap {
    width: 80%;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .service-list-section-wrap.first-child {
    margin-bottom: 0;
  }

  .service-list-section-wrapper {
    flex-direction: column-reverse;
  }

  .icon-services {
    width: 30px;
    height: 30px;
  }

  .services-title {
    font-size: 20px;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    margin-bottom: 2px;
  }

  .brand-tablet {
    max-width: 70px;
    padding-top: 20px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #c90007e6;
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 0;
    display: flex;
  }

  .navbar-fixed {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .nav-link {
    color: #232323;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.w--current {
    color: #a36630;
  }

  .nav-link.nav-title {
    color: var(--white);
    padding-left: 10px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 300;
  }

  .nav-link.nav-title:hover {
    color: #ff363d;
  }

  .nav-link.nav-title.mobile-dropdown {
    color: var(--white);
    padding-left: 0;
    font-weight: 300;
  }

  .nav-link.nav-title.mobile-dropdown:hover {
    color: #ff363d;
  }

  .nav-link.nav-title.mobile-dropdown.w--current {
    font-weight: 600;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-dropdown-icon {
    color: var(--text-dark);
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-item-title {
    color: #232323;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .image-burger {
    margin-bottom: 2px;
  }

  .nav-menu {
    background-color: #0000;
    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-dropdown-link-line {
    display: none;
  }

  .nav-dropdown-link {
    color: var(--white);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 300;
  }

  .nav-dropdown-link:hover {
    color: #ff363d;
  }

  .nav-dropdown-link.w--current {
    color: var(--white);
    font-weight: 500;
  }

  .nav-balancer {
    width: auto;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 10px;
    padding-right: 0;
    transition: opacity 0.5s;
    display: flex;
    overflow: hidden;
  }

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

  .nav-dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 0 20px 0 0;
    display: flex;
  }

  .nav-dropdown-list {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 0 0 10px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .brand {
    max-width: 70px;
  }

  .tablet-menu {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    display: flex;
  }

  .nav-menu-wrapper {
    padding-left: 5px;
  }

  .blog-template-pagination-icon {
    width: 50px;
    height: 50px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-details-link-title {
    font-size: 16px;
  }

  .details-page-title {
    font-size: 48px;
  }

  .section-detail-pages {
    min-height: 300px;
    padding-top: 110px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 0;
  }

  .banner-section {
    min-height: 300px;
    padding-top: 110px;
  }

  .banner-section.project-details {
    min-height: 560px;
    padding-bottom: 130px;
  }

  .banner-section.services-details {
    min-height: 300px;
    padding-top: 110px;
  }

  .primary-button-2.nav-style-primary {
    display: none;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding: 20px;
    position: relative;
    top: 0;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .banner-description.text-white {
    max-width: 90%;
  }

  .project-template-info {
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .licensing-grid,
  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .hire-popup-wrap {
    display: none;
  }

  .no-margin-2 {
    font-size: 16px;
  }

  .section-two-side-title-wrapper-2 {
    margin-bottom: 30px;
  }

  .home-service-item-2 {
    grid-row-gap: 0px;
    min-height: 220px;
    max-height: none;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .home-service-item-2._1,
  .home-service-item-2._2,
  .home-service-item-2._3,
  .home-service-item-2._4 {
    min-height: 220px;
  }

  .services-title-2 {
    font-size: 20px;
  }

  .home-services-list-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .services-collection-2.shop-by {
    padding-bottom: 60px;
  }

  .section-title-2 {
    font-size: 28px;
  }

  .section-title-2.size-40px {
    font-size: 25px;
  }

  .image {
    width: 100%;
    height: 100%;
  }

  .blog-list-2 {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .blog-item-2 {
    width: 100%;
  }

  .blog-post-title-2 {
    font-size: 22px;
    overflow: visible;
  }

  .link-style-2 {
    font-size: 16px;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .partner-block {
    grid-column-gap: 47px;
    grid-row-gap: 27px;
    border-top-color: #e6e6e6;
    flex-flow: wrap;
  }

  .footer-brand-description-2 {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
  }

  .shop-list {
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper._w-h-100 {
    object-fit: fill;
    height: auto;
    min-height: auto;
  }

  .image-wrapper._w-h-100.service-2 {
    height: 250px;
  }

  .image-wrapper._w-h-100.small {
    max-height: 75px;
  }

  .text-block {
    padding-bottom: 5px;
    font-size: 17px;
  }

  .text-block-2 {
    min-height: 80px;
    max-height: 80px;
    font-size: 14px;
    overflow: visible;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .inner-container._408px._100-mbl {
    width: 100%;
    max-width: none;
  }

  .grid-2-columns.listing-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.listing-grid.service {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1.25fr;
  }

  .grid-2-columns.listing-grid.service.mobile-order {
    grid-template-columns: 1fr 0.75fr;
  }

  .card.sidebar-v1---card {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-2 {
    font-size: 15px;
  }

  .heading {
    font-size: 22px;
  }

  .bold-text {
    font-size: 16px;
  }

  .answer {
    font-size: 15px;
  }

  .div-block-11._3-columns {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .text-block-7 {
    font-size: 13px;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .service-wrap {
    grid-column-gap: 30px;
  }

  .service-left {
    max-width: 25%;
  }

  .service-link-v2 {
    font-size: 17px;
  }

  .paragraph-3 {
    padding-right: 20px;
    font-size: 16px;
  }

  .paragraph-4 {
    font-size: 15px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .service-slide {
    max-width: 47%;
    height: 280px;
    margin-right: 1.2rem;
  }

  .mask,
  .slider {
    height: 100%;
  }

  .footer-social-media-wrapper {
    width: 100%;
  }

  .footer-social-media {
    width: 36px;
    max-width: none;
    height: 36px;
    max-height: none;
  }

  .icon-embed-xsmall {
    width: 1.4rem;
    height: 1.4rem;
  }

  .partner-logo {
    height: 18px;
  }

  .navigation-block {
    border-top-color: #e6e6e6;
  }

  .lead-gen-paragraph {
    font-size: 15px;
  }

  .flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: grid;
    position: relative;
    overflow: visible;
  }

  .image-4 {
    max-width: 65%;
    bottom: 25%;
    left: 10%;
  }

  .div-block-16 {
    z-index: auto;
    width: 100%;
    height: 200px;
    position: absolute;
  }

  .home-product-item {
    min-height: 280px;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .home-product-item._1 {
    min-height: 280px;
    padding-bottom: 12px;
    padding-right: 10px;
  }

  .home-product-item._2,
  .home-product-item._3,
  .home-product-item._4,
  .home-product-item._5 {
    min-height: 280px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-9 {
    font-size: 15px;
  }

  .heading-3,
  .heading-4 {
    font-size: 26px;
  }

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

  .paragraph-7 {
    font-size: 14px;
  }

  .service-title {
    font-size: 18px;
  }

  .service-description {
    font-size: 15px;
  }

  .service-number {
    font-size: 18px;
  }

  .service-pagination {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-pagination.space {
    padding-top: 110px;
  }

  .project-ref-item._1,
  .project-ref-item._2,
  .project-ref-item._3,
  .project-ref-item._4,
  .project-ref-item._5 {
    min-height: 380px;
  }

  .text-block-10 {
    font-size: 17px;
  }

  .product-ref-image {
    height: 205px;
  }

  .project-details {
    width: 100%;
    padding: 20px;
    position: relative;
    top: 0;
  }

  .project-heading {
    font-size: 25px;
  }

  .project-paragraph {
    font-size: 16px;
  }

  .popup-close {
    top: 5%;
    right: 5%;
  }

  .bronchure-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .slider-2 {
    min-height: 550px;
  }

  .hero-arrow.left,
  .hero-arrow.right {
    margin-top: 280px;
    margin-bottom: 280px;
  }

  .home {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 110px;
  }

  .home-number {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .home-number.about-us-style {
    margin-left: 0;
  }

  .heading-5,
  .heading-6 {
    font-size: 20px;
  }

  .bold-text-7 {
    font-size: 28px;
  }

  .background-video-4 {
    max-height: 350px;
  }

  .image-6 {
    width: 100%;
    height: 100%;
  }

  .number-content {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 110px;
  }

  .numbers-title {
    font-size: 38px;
  }

  .number-video {
    min-height: 550px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  blockquote {
    font-size: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

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

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

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

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

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item,
  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .primary-button {
    font-size: 14px;
  }

  .primary-button.white-style.blue {
    padding-bottom: 8px;
    font-size: 14px;
  }

  .primary-button.white-style.black {
    font-size: 14px;
  }

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

  .primary-button.mt10 {
    font-size: 15px;
  }

  .banner-3-home {
    padding-bottom: 60px;
  }

  .two-column-wrapper-banner {
    flex-direction: column;
  }

  .two-column-wrapper-banner.home-three {
    grid-row-gap: 40px;
  }

  .banner-block-image-wrapper {
    padding-right: 9px;
  }

  .banner-content-container {
    flex-direction: column;
    align-items: center;
  }

  .in-section-title {
    font-size: 24px;
  }

  .in-section-title.services-title {
    width: 76%;
  }

  .in-section-title.size-38px {
    font-size: 22px;
  }

  .column-one-banner {
    width: 94%;
  }

  .banner-block-image.big {
    height: 270px;
  }

  .banner-block-image.regular {
    height: 220px;
  }

  .banner-block-image.small {
    height: 190px;
  }

  .banner-block-image.medium {
    width: 94%;
    height: 210px;
  }

  .column-two-banner {
    width: 90%;
  }

  .no-margin,
  .no-margin.maxw500,
  .no-margin.size13 {
    font-size: 14px;
  }

  .home-new-features-wrapp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-new-features-wrapp.about-us-style {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-feature-number-new {
    font-size: 40px;
  }

  .two-column-wrapper {
    flex-direction: column;
  }

  .image-style-solo {
    height: 360px;
  }

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

  .section.top-bottom-plus-30-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.bottom-plus-30-padding {
    padding-bottom: 90px;
  }

  .section.top-plus-30-padding {
    padding-top: 90px;
  }

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

  .section.cta-bg-photo,
  .section.bottom-plus-50-padding {
    padding-bottom: 90px;
  }

  .section.light-round-style.zindex3.withproduct {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.tablet-padding {
    padding-bottom: 40px;
  }

  .home-feature-item-new {
    width: 30%;
  }

  .text-white {
    font-size: 14px;
    line-height: 1.5em;
  }

  .column-one.assymetrical,
  .column-two.assymetrical {
    width: 100%;
  }

  .section-title,
  .section-title.size-45px {
    font-size: 24px;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-1-video {
    min-height: 280px;
  }

  .cta-info-wrapp {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .project-grid-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .project-grid-wrapper._3-grid {
    grid-template-columns: 1fr;
  }

  .accordion-list-content {
    font-size: 15px;
  }

  .accordion-title {
    font-size: 22px;
  }

  .section-subtitle {
    font-size: 15px;
  }

  .author-image {
    margin-right: 15px;
  }

  .tabs-menu-testimonials-style {
    flex-direction: column;
  }

  .testimonials-author-item {
    text-align: left;
    flex-direction: row;
  }

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

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

  .blog-item {
    width: 100%;
  }

  .banner-pages {
    padding-bottom: 60px;
  }

  .banner-pages.green-bgr {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .banner-pages.padding {
    padding-bottom: 90px;
  }

  .banner-title.text-white {
    font-size: 35px;
  }

  .banner-title.text-white.size-50px {
    font-size: 36px;
  }

  .spacing-title {
    margin-top: 0;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

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

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

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

  .link-style {
    font-size: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .spacing-columns {
    margin-top: 0;
  }

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

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .colors-container {
    margin-top: 0;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .style-guide-tab-link {
    border-top-style: none;
    border-bottom: 1px solid #000;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 15px;
  }

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

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

  .style-guide-div {
    margin-top: 15px;
  }

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

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px 0.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;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid #000;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

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

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .spacing-system-column-2 {
    margin-top: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link {
    font-size: 13px;
  }

  .footer-links-wrapper {
    width: 40%;
  }

  .footer-links-wrapper.hour-style,
  .footer-links-wrapper.navigate-style {
    width: 100%;
  }

  .footer-subtitle {
    font-size: 15px;
  }

  .footer-copyright {
    font-size: 12px;
  }

  .footer-brand-description {
    text-align: center;
    font-size: 17px;
  }

  .address {
    font-size: 13px;
  }

  .footer-brand {
    width: 70px;
    padding-left: 0;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
  }

  .portfolio-masonry-image-link {
    width: 100%;
  }

  .portfolio-masonry-image {
    width: 100%;
    height: 250px;
  }

  .portfolio-masonry-image.grid-image-style {
    height: 250px;
    max-height: none;
  }

  .portfolio-masonry-image.grid-image-style.max-300 {
    max-height: none;
  }

  .portfolio-masonry-title {
    font-size: 18px;
  }

  .portfolio-masonry-category {
    font-size: 14px;
  }

  .home-2-banner-section {
    min-height: 600px;
  }

  .home-2-banner-content {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .info-wrapper-2-banner {
    width: 90%;
  }

  .home-1-banner-section {
    min-height: 450px;
  }

  .home-1-banner-content {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .banner-3-home-title {
    font-size: 35px;
  }

  .info-wrapper-banner {
    width: 75%;
  }

  .background-video {
    min-height: 450px;
  }

  .home-baner-content-columns {
    max-width: 420px;
  }

  .about-features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .about-features {
    width: 100%;
  }

  .about-image {
    height: 300px;
  }

  .about-tab-info {
    width: 100%;
  }

  .about-features-right {
    order: -1;
    width: 100%;
  }

  .about-features-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    width: 100%;
  }

  .feature-wrap.about-style {
    width: 100%;
  }

  .about-featured-icon-wrapp {
    padding: 14px;
  }

  .feature-text {
    font-size: 14px;
  }

  .about-1-video {
    min-height: 280px;
  }

  .additional-features-right {
    order: -1;
    width: 100%;
  }

  .about-additional-features {
    width: 100%;
  }

  .additional-features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .additional-features-wrapper.about-mobile-column-reverse {
    flex-direction: row-reverse;
  }

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

  .team-item {
    width: 100%;
  }

  .home-10-team-image {
    object-position: 50% 0%;
  }

  .partners-grid {
    grid-column-gap: 25px;
    grid-row-gap: 20px;
  }

  .free-trial-title {
    margin-bottom: 20px;
    font-size: 24px;
  }

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

  .contacts-3-capabilities-wrapper {
    flex-wrap: wrap;
  }

  .contacts-3-capabilities-wrap-right {
    width: 100%;
  }

  .contacts-3-capabilities-wrap-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-subtitle-3 {
    font-size: 15px;
  }

  .contacts-textarea,
  .contacts-textarea::placeholder,
  .contacts-3-input,
  .contacts-3-input::placeholder {
    font-size: 14px;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .contacts-form-wrapper {
    padding: 20px;
  }

  .section-subtitle-5.no-margin {
    font-size: 15px;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .process-item-wrapper {
    flex-wrap: wrap;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .process-number-wrapper {
    flex: none;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-image-wrapper {
    width: 100%;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .process-number {
    font-size: 30px;
  }

  .process-content-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .tabs-menu {
    padding-left: 60px;
    padding-right: 60px;
  }

  .portfolio-grid-collection-list {
    grid-template-columns: 1fr;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }

  .career-position-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .career-title-mobile {
    display: block;
  }

  .career-position {
    color: #a36630;
    margin-top: 0;
    margin-bottom: 0;
  }

  .career-location-wrapper,
  .career-type-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .career-button-wrapper {
    text-align: center;
    width: 100%;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .service-list-section-wrap {
    width: 100%;
    padding-left: 0;
  }

  .service-list-section-wrapper {
    flex-wrap: wrap;
  }

  .home-service-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-services {
    width: 25px;
    height: 25px;
  }

  .services-title {
    font-size: 18px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .nav-link {
    margin-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .next-post-arrow {
    margin-left: 20px;
  }

  .blog-template-pagination-icon {
    width: 45px;
    height: 45px;
  }

  .blog-details-link-title {
    margin-top: 5px;
    font-size: 15px;
  }

  .details-page-title {
    font-size: 40px;
  }

  .section-detail-pages {
    min-height: 260px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .prev-post-arrow {
    margin-right: 20px;
  }

  .banner-section {
    min-height: 260px;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .banner-section.project-details {
    min-height: 520px;
    padding-bottom: 90px;
  }

  .banner-section.services-details {
    min-height: 280px;
    padding-top: 90px;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .banner-description.text-white {
    max-width: 100%;
  }

  .project-template-info {
    grid-column-gap: 60px;
    width: 100%;
  }

  .project-pagination-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .project-button-link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .project-button-link.left {
    width: 100%;
  }

  .project-pagination-icon-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .search {
    flex-flow: column;
  }

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

  ._404-paragraph {
    margin-bottom: 40px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .no-margin-2 {
    font-size: 15px;
  }

  .home-service-item-2._1,
  .home-service-item-2._2,
  .home-service-item-2._3,
  .home-service-item-2._4 {
    min-height: 150px;
  }

  .services-title-2 {
    font-size: 18px;
  }

  .home-services-list-2 {
    grid-template-columns: 1fr;
  }

  .icon-services-2 {
    height: 38px;
  }

  .section-title-2 {
    font-size: 24px;
  }

  .image {
    height: 30px;
  }

  .blog-list-2 {
    grid-template-columns: 1fr;
  }

  .blog-post-title-2 {
    font-size: 20px;
  }

  .link-style-2 {
    font-size: 15px;
  }

  .partner-block {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .footer-brand-description-2 {
    text-align: center;
    font-size: 13px;
  }

  .div-block-5 {
    width: 100%;
    padding-right: 0;
  }

  .shop-list {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .image-wrapper._w-h-100 {
    height: 300px;
  }

  .image-wrapper._w-h-100.service-2 {
    height: 400px;
  }

  .image-wrapper._w-h-100.small {
    max-height: 100px;
  }

  .text-block {
    font-size: 16px;
  }

  .text-block-2,
  .text-block-3 {
    font-size: 13px;
  }

  .grid-2-columns.listing-grid,
  .grid-2-columns.listing-grid.service,
  .grid-2-columns.listing-grid.service.mobile-order {
    grid-template-columns: 1fr;
  }

  .paragraph,
  .text-field {
    font-size: 15px;
  }

  .sticky-top.mobile-relative {
    position: relative;
    top: 0;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .heading {
    font-size: 20px;
  }

  .bold-text {
    font-size: 16px;
  }

  .answer {
    font-size: 14px;
  }

  .text-block-7 {
    font-size: 13px;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .service-left {
    max-width: 40%;
  }

  .service-link-v2,
  .paragraph-3 {
    font-size: 15px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .paragraph-5 {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .service-slide {
    width: 48%;
    max-width: 100%;
  }

  .left-arrow {
    width: 3rem;
    height: 3rem;
    right: 3.8rem;
  }

  .right-arrow-2 {
    width: 3rem;
    height: 3rem;
  }

  .footer-social-media-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-social-media {
    width: 36px;
    padding-left: 0;
  }

  .navigation-block {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .italic-text {
    font-size: 14px;
  }

  .image-4 {
    bottom: auto;
    left: 78%;
    right: auto;
    transform: translate(-50%);
  }

  .image-4.tablet {
    opacity: 0;
    left: 0%;
    transform: none;
  }

  .service-overlay {
    height: 82%;
  }

  .home-product-item,
  .home-product-item._1,
  .home-product-item._2,
  .home-product-item._3,
  .home-product-item._4,
  .home-product-item._5 {
    min-height: 250px;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .flex-block-5 {
    width: 100%;
  }

  .heading-3,
  .heading-4 {
    font-size: 24px;
  }

  .div-block-17 {
    width: 34px;
    height: 34px;
  }

  .paragraph-7 {
    font-size: 13px;
  }

  .service-title {
    font-size: 16px;
  }

  .service-description {
    font-size: 14px;
  }

  .service-number {
    font-size: 16px;
  }

  .div-block-20 {
    width: 1.5px;
    height: 35px;
  }

  .service-pagination {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-pagination.top-bottom-plus-30-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .service-pagination.bottom-plus-30-padding {
    padding-bottom: 90px;
  }

  .service-pagination.top-plus-30-padding {
    padding-top: 90px;
  }

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

  .service-pagination.cta-bg-photo,
  .service-pagination.bottom-plus-50-padding {
    padding-bottom: 90px;
  }

  .project-ref-item._1,
  .project-ref-item._2,
  .project-ref-item._3,
  .project-ref-item._4,
  .project-ref-item._5 {
    min-height: 0;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .project-details {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-heading {
    font-size: 22px;
  }

  .project-paragraph {
    font-size: 15px;
  }

  .popup-wrap {
    padding-left: 0;
  }

  .popup-modal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scrollbar {
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .popup-wrapper {
    padding-left: 0;
  }

  .slider-2 {
    min-height: 450px;
  }

  .home {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .home-number {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-number.about-us-style {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-5,
  .heading-6 {
    font-size: 18px;
  }

  .bold-text-7 {
    font-size: 24px;
  }

  .icon-4,
  .icon-5 {
    font-size: 18px;
  }

  .number-content {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .numbers-title {
    font-size: 35px;
  }

  .number-video {
    min-height: 450px;
  }
}

@media screen and (max-width: 479px) {
  .utility-page-content {
    width: 100%;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap,
  .home-9-team-item,
  .home-23-team-item {
    width: 100%;
  }

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

  .landing-section-title {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button.white-style.blue {
    font-size: 14px;
  }

  .primary-button.white-style.black {
    padding-right: 50px;
    font-size: 14px;
  }

  .primary-button.mt10 {
    font-size: 14px;
  }

  .banner-block-image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 4px;
    padding-right: 7px;
  }

  .banner-content-container {
    text-align: center;
  }

  .in-section-title {
    font-size: 22px;
    line-height: 1.4em;
  }

  .in-section-title.services-title {
    width: 100%;
  }

  .in-section-title.size-38px {
    font-size: 18px;
  }

  .column-one-banner {
    width: 100%;
  }

  .banner-block-image {
    height: 370px;
  }

  .banner-block-image.big {
    height: 190px;
  }

  .banner-block-image.regular {
    height: 150px;
  }

  .banner-block-image.small {
    width: 90%;
    height: 140px;
  }

  .banner-block-image.medium {
    width: 100%;
    height: 160px;
  }

  .column-two-banner {
    width: 100%;
  }

  .no-margin {
    font-size: 12px;
  }

  .no-margin.maxw500,
  .no-margin.size13 {
    font-size: 13px;
  }

  .home-new-features-wrapp {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .home-new-features-wrapp.about-us-style {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-feature-number-new {
    font-size: 35px;
  }

  .image-style-solo {
    height: 250px;
  }

  .home-feature-item-new {
    width: 100%;
  }

  .base-container.overflow-hidden {
    overflow: hidden;
  }

  .text-white {
    font-size: 13px;
    line-height: 1.6em;
  }

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

  .home-services-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 22px;
  }

  .section-two-side-title-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  .accordion-list-content {
    font-size: 14px;
  }

  .accordion-title-wrapp {
    align-items: center;
  }

  .accordion-title {
    width: 84%;
    font-size: 20px;
  }

  .author-image {
    width: 70px;
    height: 70px;
  }

  .testimonial-tab {
    padding: 16px 20px;
  }

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

  .banner-pages {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .banner-title.text-white {
    font-size: 30px;
    line-height: 1.3em;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .link-style {
    font-size: 14px;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .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-mobile {
    bottom: 8%;
  }

  .footer-link {
    text-align: center;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 1.4em;
  }

  .footer-link.w--current {
    text-align: center;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-links-wrapper.hour-style {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-subtitle {
    font-size: 15px;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 12px;
    line-height: 1.7em;
  }

  .footer-brand-description {
    font-size: 16px;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .address {
    font-size: 13px;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    text-align: left;
    background-image: linear-gradient(330deg, #d41016, #af1f23 55%, #420004);
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

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

  .portfolio-masonry-image,
  .portfolio-masonry-image.grid-image-style {
    height: 200px;
  }

  .portfolio-masonry-title {
    font-size: 16px;
  }

  .portfolio-masonry-category {
    font-size: 13px;
  }

  .home-2-banner-content {
    justify-content: center;
  }

  .home-2-banner-content-columns {
    text-align: center;
    align-items: center;
  }

  .info-wrapper-2-banner {
    width: 100%;
  }

  .banner-3-home-title {
    font-size: 30px;
    line-height: 1.3em;
  }

  .banner-3-home-title.right {
    text-align: center;
  }

  .info-wrapper-banner {
    width: 100%;
  }

  .background-video {
    background-image: linear-gradient(#ae080e 15%, #f1e6da00);
    min-height: 500px;
  }

  .background-video.grey {
    background-image: linear-gradient(180deg, var(--black) 13%, #f1e6da00);
  }

  .home-baner-content-columns {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .home-baner-content-columns.right {
    justify-content: center;
    align-items: center;
  }

  .about-tab-info {
    text-align: center;
    align-items: center;
  }

  .tabs-menu-about {
    justify-content: center;
  }

  .about-featured-icon {
    width: 30px;
    height: 30px;
  }

  .about-features-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-featured-icon-wrapp {
    padding: 12px;
  }

  .feature-text {
    font-size: 13px;
  }

  .additional-features-right {
    max-height: 210px;
  }

  .feature-image {
    min-height: 200px;
  }

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

  .clients-item {
    width: 100%;
  }

  .free-trial-title {
    font-size: 22px;
  }

  .customer-wrapper {
    padding: 20px 10px;
  }

  .customer-image {
    object-fit: scale-down;
    height: 34px;
  }

  .customers-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .contacts-3-list {
    margin-bottom: 20px;
  }

  .contacts-3-capabilities-image {
    max-width: 100%;
  }

  .process-image {
    height: 280px;
  }

  .process-paragraph {
    font-size: 13px;
  }

  .process-number {
    font-size: 26px;
  }

  .tabs-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .icon-services-wrapp {
    padding: 12px;
  }

  .services-title {
    font-size: 16px;
  }

  .brand-tablet {
    max-width: 70px;
    padding-left: 0;
  }

  .brand-tablet.w--current {
    max-width: 70px;
  }

  .menu-wrap {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #c90007e6;
  }

  .navbar-fixed {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    width: 99%;
  }

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

  .nav-link.nav-title.mobile-dropdown {
    padding-left: 0;
  }

  .nav-link.nav-title.mobile-dropdown:hover {
    opacity: 1;
    color: #ff363d;
  }

  .nav-link.nav-title.mobile-dropdown.w--current {
    color: var(--white);
    font-weight: 600;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-dropdown-link {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3em;
  }

  .nav-dropdown-link:hover {
    color: #ff363d;
  }

  .nav-dropdown-link.w--current {
    color: #fff;
    font-weight: 600;
  }

  .nav-dropdown-list {
    padding-left: 10px;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .brand {
    max-width: 70px;
  }

  .brand.w--current {
    box-sizing: content-box;
    object-fit: fill;
    max-width: 70px;
    display: block;
  }

  .tablet-menu {
    background-color: #fff;
  }

  .nav-menu-wrapper {
    padding-left: 15px;
    padding-right: 10px;
  }

  .blog-template-prev-button {
    flex: none;
    width: 100%;
  }

  .blog-template-pagination-icon {
    width: 45px;
    height: 45px;
  }

  .blog-details-link-title {
    margin-top: 5px;
    font-size: 14px;
  }

  .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .banner-section.project-details {
    min-height: auto;
  }

  .job-position-sidebar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-template-info {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .project-button-link,
  .project-pagination-icon-wrapper {
    width: 100%;
  }

  .license-link {
    margin-right: 15px;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .search {
    border-radius: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .no-margin-2 {
    font-size: 14px;
  }

  .section-two-side-title-wrapper-2 {
    margin-bottom: 20px;
  }

  .home-service-item-2._1 {
    min-height: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-service-item-2._2,
  .home-service-item-2._3,
  .home-service-item-2._4 {
    min-height: 180px;
  }

  .services-title-2 {
    font-size: 16px;
  }

  .services-collection-2.shop-by {
    padding-bottom: 40px;
  }

  .section-title-2 {
    font-size: 22px;
  }

  .section-title-2.size-40px {
    margin-bottom: 0;
    font-size: 22px;
  }

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

  .text-span-2 {
    font-size: 20px;
  }

  .partner-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .div-block-3 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    line-height: 1.4em;
  }

  .address-image {
    max-width: 14px;
    padding-top: 0.15em;
  }

  .footer-brand-description-2 {
    font-size: 13px;
  }

  .shop-list {
    grid-template-columns: 1fr;
  }

  .image-wrapper._w-h-100 {
    height: 250px;
  }

  .image-wrapper._w-h-100.service {
    height: 300px;
  }

  .image-wrapper._w-h-100.small {
    height: 60px;
    max-height: none;
  }

  .text-block {
    font-size: 15px;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .text-block-4 {
    font-size: 17px;
  }

  .grid-2-columns.listing-grid.service {
    grid-template-columns: 1fr;
  }

  .paragraph {
    font-size: 14px;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .text-field {
    font-size: 14px;
  }

  .paragraph-2 {
    font-size: 13px;
  }

  .heading {
    font-size: 18px;
  }

  .bold-text {
    font-size: 15px;
  }

  .answer {
    font-size: 13px;
  }

  .div-block-10 {
    width: 100%;
  }

  .div-block-11._3-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .text-block-8 {
    font-size: 13px;
  }

  .service-wrap {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .service-left {
    max-width: none;
  }

  .service-link-v2 {
    font-size: 15px;
  }

  .link-block-2.product-link,
  .link-block-3.product-link {
    margin-right: 0;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .paragraph-4 {
    font-size: 13px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .service-slide {
    width: 100%;
  }

  .partner-logo {
    height: 16px;
  }

  .navigation-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .lead-gen-paragraph {
    font-size: 15px;
    line-height: 1.5em;
  }

  .italic-text {
    font-size: 13px;
  }

  .home-product-item._1,
  .home-product-item._2,
  .home-product-item._3,
  .home-product-item._4,
  .home-product-item._5 {
    min-height: 280px;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .home-product-text {
    padding: 3px 18px;
  }

  .heading-3,
  .heading-4 {
    font-size: 22px;
  }

  .div-block-17 {
    width: 32px;
    height: 32px;
  }

  .service-title {
    font-size: 18px;
  }

  .service-description {
    font-size: 14px;
  }

  .service-number {
    font-size: 18px;
  }

  .project-ref-item._1,
  .project-ref-item._2,
  .project-ref-item._3,
  .project-ref-item._4,
  .project-ref-item._5 {
    min-height: 350px;
  }

  .text-block-10 {
    font-size: 15px;
  }

  .product-ref-image {
    height: 210px;
  }

  .project-details {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .project-paragraph {
    font-size: 14px;
  }

  .popup-close {
    top: 30px;
    right: 30px;
  }

  .form-row {
    flex-direction: column;
  }

  .form-border {
    min-width: auto;
    padding: 20px;
  }

  .scrollbar {
    padding: 20px;
  }

  .input-wrapper-2.mr-15 {
    margin-right: 0;
  }

  .slider-2 {
    min-height: 500px;
  }

  .hero-arrow.left,
  .hero-arrow.right {
    width: 36px;
    height: 40px;
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .icon-2.left {
    margin-top: 12px;
    margin-left: 9px;
    margin-right: 12px;
    font-size: 15px;
  }

  .icon-2.right {
    margin-top: 12px;
    font-size: 15px;
  }

  .home-number {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .home-number.about-us-style {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-5 {
    font-size: 16px;
  }

  .heading-6 {
    font-size: 18px;
  }

  .bold-text-7 {
    font-size: 22px;
  }

  .background-video-4 {
    max-height: 250px;
  }

  .body {
    overflow: visible;
  }

  .image-6 {
    width: 100%;
    height: 100%;
  }

  .numbers-title {
    font-size: 30px;
    line-height: 1.3em;
  }

  .numbers-title.right {
    text-align: center;
  }

  .number-video {
    background-image: linear-gradient(#ae080e 15%, #f1e6da00);
    min-height: 500px;
  }

  .number-video.grey {
    background-image: linear-gradient(180deg, var(--black) 13%, #f1e6da00);
  }
}

#w-node-ed752ca8-bbae-3d36-ec52-d3a52a5b4b66-ba0c60d2 {
  order: -9999;
  place-self: auto;
}

#w-node-ad98691e-44c2-5094-b10b-b5c4fb76d052-ba0c60d2 {
  place-self: end start;
}

#w-node-_78762d28-861a-8b79-0934-e0486f1f124c-ba0c60d2 {
  place-self: start end;
}

#w-node-_99e9a6bf-a5f2-a9c5-5e41-22f181f34f0e-ba0c60d2 {
  place-self: start;
}

#w-node-_452e326f-aa29-764b-763b-43a1e8fd989d-ba0c60d2,
#w-node-_452e326f-aa29-764b-763b-43a1e8fd98a2-ba0c60d2,
#w-node-_452e326f-aa29-764b-763b-43a1e8fd98a7-ba0c60d2,
#w-node-b55a88cb-35b5-61f4-42f5-7e07c0379346-ba0c60d2,
#w-node-b55a88cb-35b5-61f4-42f5-7e07c037934b-ba0c60d2,
#w-node-b55a88cb-35b5-61f4-42f5-7e07c0379350-ba0c60d2,
#w-node-c3d7fd93-85d0-08dd-54ba-bc4638447e19-ba0c60d2,
#w-node-c3d7fd93-85d0-08dd-54ba-bc4638447e1e-ba0c60d2,
#w-node-c3d7fd93-85d0-08dd-54ba-bc4638447e23-ba0c60d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#email-3.w-node-_1821e7bb-7cb8-cd14-8d79-10535d673cdc-ba0c60d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51da7072-09e1-8c94-9b4a-3c55f0133ee9-ba0c605d {
  place-self: end;
}

#w-node-_51da7072-09e1-8c94-9b4a-3c55f0133eea-ba0c605d {
  place-self: end start;
}

#w-node-_51da7072-09e1-8c94-9b4a-3c55f0133eeb-ba0c605d {
  place-self: start end;
}

#w-node-_51da7072-09e1-8c94-9b4a-3c55f0133eec-ba0c605d {
  place-self: start;
}

#w-node-ccd0960b-1a60-fce5-632a-564f8ae09f6d-ba0c605d {
  place-self: end;
}

#w-node-ccd0960b-1a60-fce5-632a-564f8ae09f6e-ba0c605d {
  place-self: end start;
}

#w-node-ccd0960b-1a60-fce5-632a-564f8ae09f6f-ba0c605d {
  place-self: start end;
}

#w-node-ccd0960b-1a60-fce5-632a-564f8ae09f70-ba0c605d {
  place-self: start;
}

#w-node-_085752da-d287-03b1-f3dc-7ff68b8f5577-ba0c605d,
#w-node-_085752da-d287-03b1-f3dc-7ff68b8f557c-ba0c605d,
#w-node-_085752da-d287-03b1-f3dc-7ff68b8f5581-ba0c605d,
#w-node-_35a3bf50-a206-cd7d-65cf-1b5957c2fb8b-ba0c605d,
#w-node-_556ec490-0210-3c79-b2f7-8789d98ef434-ba0c60b9,
#w-node-_556ec490-0210-3c79-b2f7-8789d98ef439-ba0c60b9,
#w-node-_556ec490-0210-3c79-b2f7-8789d98ef43e-ba0c60b9,
#w-node-a64693cc-f6a7-10e2-c0a2-8550cc7fc422-ba0c60b9,
#w-node-a64693cc-f6a7-10e2-c0a2-8550cc7fc424-ba0c60b9,
#w-node-a64693cc-f6a7-10e2-c0a2-8550cc7fc426-ba0c60b9,
#w-node-a64693cc-f6a7-10e2-c0a2-8550cc7fc428-ba0c60b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#email-3.w-node-_301a3b7e-7143-3c44-a29a-c6d8453525e2-ba0c60c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#email-3.w-node-f6f87804-30e2-31cb-72aa-d0afb20593f3-ba0c60c8,
#w-node-_4fa3baff-829e-2d4b-8478-6c2880f1e977-ba0c60d1,
#w-node-_4fa3baff-829e-2d4b-8478-6c2880f1e97c-ba0c60d1,
#w-node-_4fa3baff-829e-2d4b-8478-6c2880f1e981-ba0c60d1,
#w-node-_82e2c37b-ae1c-8593-733c-8a286d081f05-ba0c60d1,
#w-node-f081dbc1-e3e0-9b87-a7f0-92c50603d790-ba0c60d3,
#w-node-f081dbc1-e3e0-9b87-a7f0-92c50603d792-ba0c60d3,
#w-node-f081dbc1-e3e0-9b87-a7f0-92c50603d794-ba0c60d3,
#w-node-b6d09a58-e23d-4ffb-396f-1e5a234df388-ba0c60d9,
#w-node-b6d09a58-e23d-4ffb-396f-1e5a234df38a-ba0c60d9,
#w-node-b6d09a58-e23d-4ffb-396f-1e5a234df38c-ba0c60d9,
#w-node-b6d09a58-e23d-4ffb-396f-1e5a234df38e-ba0c60d9,
#w-node-b6d09a58-e23d-4ffb-396f-1e5a234df390-ba0c60d9,
#w-node-b6d09a58-e23d-4ffb-396f-1e5a234df393-ba0c60d9,
#w-node-b6d09a58-e23d-4ffb-396f-1e5a234df395-ba0c60d9,
#w-node-b6d09a58-e23d-4ffb-396f-1e5a234df397-ba0c60d9,
#w-node-b6d09a58-e23d-4ffb-396f-1e5a234df399-ba0c60d9,
#w-node-b6d09a58-e23d-4ffb-396f-1e5a234df39b-ba0c60d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47120f2b-2930-0e30-4a00-3c8da9af8e5a-ba0c60dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_47120f2b-2930-0e30-4a00-3c8da9af8e5e-ba0c60dc,
#w-node-_47120f2b-2930-0e30-4a00-3c8da9af8e64-ba0c60dc,
#w-node-_47120f2b-2930-0e30-4a00-3c8da9af8e6a-ba0c60dc,
#w-node-_47120f2b-2930-0e30-4a00-3c8da9af8e6e-ba0c60dc,
#w-node-_47120f2b-2930-0e30-4a00-3c8da9af8e74-ba0c60dc,
#w-node-_47120f2b-2930-0e30-4a00-3c8da9af8e78-ba0c60dc,
#w-node-_47120f2b-2930-0e30-4a00-3c8da9af8e7c-ba0c60dc,
#w-node-_47120f2b-2930-0e30-4a00-3c8da9af8e80-ba0c60dc,
#w-node-_47120f2b-2930-0e30-4a00-3c8da9af8e84-ba0c60dc,
#w-node-_47120f2b-2930-0e30-4a00-3c8da9af8e88-ba0c60dc,
#w-node-_47120f2b-2930-0e30-4a00-3c8da9af8e8c-ba0c60dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-a813cae8-0a9d-8f2d-6f05-804d7045df0b-ba0c60df,
#w-node-a813cae8-0a9d-8f2d-6f05-804d7045df10-ba0c60df,
#w-node-a813cae8-0a9d-8f2d-6f05-804d7045df15-ba0c60df,
#w-node-d11d3661-183e-ee48-ce93-cb0eeb6cea0a-ba0c60df,
#w-node-d11d3661-183e-ee48-ce93-cb0eeb6cea0c-ba0c60df,
#w-node-d11d3661-183e-ee48-ce93-cb0eeb6cea0e-ba0c60df,
#w-node-d11d3661-183e-ee48-ce93-cb0eeb6cea10-ba0c60df,
#w-node-d11d3661-183e-ee48-ce93-cb0eeb6cea12-ba0c60df,
#w-node-d11d3661-183e-ee48-ce93-cb0eeb6cea14-ba0c60df,
#w-node-d11d3661-183e-ee48-ce93-cb0eeb6cea16-ba0c60df,
#w-node-d11d3661-183e-ee48-ce93-cb0eeb6cea18-ba0c60df,
#w-node-d11d3661-183e-ee48-ce93-cb0eeb6cea1a-ba0c60df,
#w-node-d11d3661-183e-ee48-ce93-cb0eeb6cea1c-ba0c60df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fecb57-28e1-973a-740f-a56d21eebd8c-b75f580c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_62fecb57-28e1-973a-740f-a56d21eebd8e-b75f580c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fecb57-28e1-973a-740f-a56d21eebd96-b75f580c {
  place-self: stretch end;
}

#email-3.w-node-e320387c-412c-7dca-64aa-2a57548191a9-b75f580c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acd91b9c-e6cb-f041-695e-0c6251723652-1ff6fca8,
#w-node-_1e6fdd2e-bcf0-b104-a7e8-d6f353407e05-2e54ef84,
#w-node-_88e25f5d-c7e3-9ad4-3cca-e6c95de30e11-0562ee10,
#w-node-_60247450-b483-f3d8-72d5-7d56f51ea85f-6f452020,
#w-node-_65ce483a-706f-2614-72c1-1bd1b7457da5-8ca1e44d,
#w-node-_542cd6e9-a8ca-4734-e915-f5ec0af8ed82-3b8f004d,
#w-node-_542cd6e9-a8ca-4734-e915-f5ec0af8ed82-76c1ecdb,
#w-node-_10423d65-5a68-96d4-f899-90b156d5be8b-76c1ecdb {
  place-self: stretch end;
}

#w-node-_09b6caa2-a496-296f-ca96-25219d00aefc-cecc7545 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cfa16fe2-63b6-a25f-22b7-4814aa9c6897-cecc7545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_542cd6e9-a8ca-4734-e915-f5ec0af8ed82-cecc7545,
#w-node-_81f0725c-a31d-0e1f-1186-24dbef168c17-8a860b2c,
#w-node-_81f0725c-a31d-0e1f-1186-24dbef168c41-8a860b2c {
  place-self: stretch end;
}

#w-node-c77a797f-7ed5-fd30-50d5-09d2ebd11513-3a6a32f8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c77a797f-7ed5-fd30-50d5-09d2ebd11515-3a6a32f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c77a797f-7ed5-fd30-50d5-09d2ebd1151d-3a6a32f8 {
  place-self: stretch end;
}

#w-node-f3c861ed-4d41-1f94-b4b0-7901965621f5-43dd0b98 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f3c861ed-4d41-1f94-b4b0-7901965621f7-43dd0b98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_542cd6e9-a8ca-4734-e915-f5ec0af8ed82-43dd0b98 {
  place-self: stretch end;
}

@media screen and (min-width: 1920px) {
  #email-3.w-node-_301a3b7e-7143-3c44-a29a-c6d8453525e2-ba0c60c5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_301a3b7e-7143-3c44-a29a-c6d8453525e3-ba0c60c5 {
    place-self: center;
  }

  #w-node-f081dbc1-e3e0-9b87-a7f0-92c50603d702-ba0c60d3,
  #w-node-f081dbc1-e3e0-9b87-a7f0-92c50603d708-ba0c60d3,
  #w-node-f2a0cb2d-9f62-8445-cc41-04033f64516a-ba0c60d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #email-3.w-node-e320387c-412c-7dca-64aa-2a57548191a9-b75f580c {
    grid-column: span 2 / span 2;
  }

  #w-node-e320387c-412c-7dca-64aa-2a57548191ab-b75f580c {
    place-self: center;
  }

  #w-node-_542cd6e9-a8ca-4734-e915-f5ec0af8ed82-cecc7545 {
    place-self: stretch end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_62fecb57-28e1-973a-740f-a56d21eebd96-b75f580c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch end;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_51da7072-09e1-8c94-9b4a-3c55f0133eeb-ba0c605d,
  #w-node-ccd0960b-1a60-fce5-632a-564f8ae09f6f-ba0c605d {
    place-self: start end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-df1f3edf-68be-c675-569b-4ef1fc975835-ba0c60d2,
  #w-node-_070eced3-c9ea-d23e-8080-e1c906d962c8-ba0c60db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62fecb57-28e1-973a-740f-a56d21eebd96-b75f580c,
  #w-node-_542cd6e9-a8ca-4734-e915-f5ec0af8ed82-76c1ecdb,
  #w-node-_542cd6e9-a8ca-4734-e915-f5ec0af8ed82-cecc7545,
  #w-node-_81f0725c-a31d-0e1f-1186-24dbef168c17-8a860b2c,
  #w-node-_81f0725c-a31d-0e1f-1186-24dbef168c41-8a860b2c,
  #w-node-c77a797f-7ed5-fd30-50d5-09d2ebd1151d-3a6a32f8,
  #w-node-_542cd6e9-a8ca-4734-e915-f5ec0af8ed82-43dd0b98 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_10423d65-5a68-96d4-f899-90b156d5be60-76c1ecdb {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #name-3.w-node-_1821e7bb-7cb8-cd14-8d79-10535d673cdb-ba0c60d2,
  #email-3.w-node-_1821e7bb-7cb8-cd14-8d79-10535d673cdd-ba0c60d2,
  #Contacts-select-input-2.w-node-_1821e7bb-7cb8-cd14-8d79-10535d673cde-ba0c60d2,
  #name-3.w-node-_301a3b7e-7143-3c44-a29a-c6d8453525e0-ba0c60c5,
  #email-3.w-node-_301a3b7e-7143-3c44-a29a-c6d8453525e1-ba0c60c5,
  #Company.w-node-e6952ed6-091f-2364-c4f4-03bea6e42dc1-ba0c60c5,
  #w-node-_301a3b7e-7143-3c44-a29a-c6d8453525e3-ba0c60c5,
  #name-3.w-node-f6f87804-30e2-31cb-72aa-d0afb20593f1-ba0c60c8,
  #email-3.w-node-f6f87804-30e2-31cb-72aa-d0afb20593f2-ba0c60c8,
  #w-node-bc3b591c-8655-ff9f-9cc7-49a10b399e1a-ba0c60c8,
  #w-node-f081dbc1-e3e0-9b87-a7f0-92c50603d790-ba0c60d3,
  #w-node-f081dbc1-e3e0-9b87-a7f0-92c50603d792-ba0c60d3,
  #w-node-f081dbc1-e3e0-9b87-a7f0-92c50603d794-ba0c60d3,
  #name-3.w-node-e320387c-412c-7dca-64aa-2a57548191a7-b75f580c,
  #email-3.w-node-e320387c-412c-7dca-64aa-2a57548191a8-b75f580c,
  #Company.w-node-e320387c-412c-7dca-64aa-2a57548191aa-b75f580c,
  #w-node-e320387c-412c-7dca-64aa-2a57548191ab-b75f580c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@font-face {
  font-family: "Line Rounded Icon Font";
  src: url("../fonts/line-rounded-icon-font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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;
}
