@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.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";
  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;
}

:root {
  --very-dark-gray: #040404;
  --light-gray: #dadada;
  --dark-gray: #111;
  --medium-dark-gray: var(--dark-gray);
  --medium-gray: #dadada;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--very-dark-gray);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.section {
  margin-top: 140px;
  margin-bottom: 0;
}

.section.main-hero {
  background-image: url('../images/image-5825.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.section.faq {
  background-image: url('../images/image-5823-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
  padding-bottom: 51px;
}

.section.footer {
  background-image: url('../images/image-5823-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.about-hero {
  margin-top: 0;
}

.section.about {
  margin-top: 100px;
}

.section.pricing-tab {
  margin-top: 70px;
}

.section.book-a-call {
  margin-top: 100px;
}

.section.article {
  margin-top: 70px;
}

.section.pricing-single {
  margin-top: 120px;
}

.section.password {
  margin-bottom: 74px;
}

.section.preview-detail {
  background-color: var(--dark-gray);
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.preview {
  margin-top: 110px;
}

.section.preview-footer {
  background-color: var(--dark-gray);
  margin-top: 120px;
  padding-top: 80px;
}

.container {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 1410px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.page-wrapper {
  text-align: justify;
}

.hero-content-wrapper {
  background-image: url('../images/image-5823-1.png');
  background-position: 50%;
  background-size: cover;
}

.hero-content-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto max-content auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-content-wrap.two-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-content-wrap.primary {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hero-content-wrap.preview {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.hero-content-left-col {
  margin-top: 10px;
}

.hero-content-center-col {
  max-width: 950px;
}

.hero-content-right-col {
  margin-bottom: 10px;
  padding-top: 0;
}

.hero-left-subtitle {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.hero-right-subtitle {
  color: var(--light-gray);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.hero-title {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 225px;
  font-size: 1.5vw;
  font-weight: 400;
}

.hero-title.article-single {
  letter-spacing: -6px;
  max-width: 1067px;
}

.hero-title.password {
  color: var(--light-gray);
  letter-spacing: -1.64px;
  font-weight: 500;
  line-height: 120%;
}

.hero-title.in {
  padding-left: 0;
  padding-right: 165px;
}

.hero-title.in.v1 {
  padding-left: 0;
}

.hero-title-wrapper.wide {
  width: 100%;
}

.hero-title-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-second-title {
  color: var(--light-gray);
  font-family: Noto Serif Display, sans-serif;
  font-size: 5.5vw;
  font-style: italic;
  font-weight: 300;
  line-height: 83.33%;
}

.hero-titles-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.hero-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 84px;
  margin-bottom: 20px;
  display: flex;
}

.hero-butoon-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: .5px solid var(--medium-dark-gray);
  background-color: var(--dark-gray);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 484px;
  padding: 0 16px 0 24px;
  display: flex;
}

.hero-details {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.overview-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: minmax(400px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overview-contents-wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.title {
  text-align: left;
  margin-right: -31px;
  padding-right: 0;
  font-size: 54px;
  display: block;
}

.title.less-opacity {
  opacity: .8;
}

.title.footer, .title.center {
  text-align: center;
}

.title-design {
  font-family: Noto Serif Display, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.overview-details-wrapper {
  margin-top: 140px;
  margin-bottom: 210px;
  display: block;
}

.overflow-details {
  max-width: 315px;
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.overflow-details.nowdith {
  max-width: 60%;
  font-weight: 400;
  display: flex;
}

.stats-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.stats-content-wrapper.about {
  margin-top: 70px;
  display: block;
}

.stats-content-wrap {
  background-color: var(--dark-gray);
  border-radius: 16px;
  padding: 25px;
}

.stats-content-wrap.about {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--very-dark-gray);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.stats-title {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.stats-info {
  color: var(--light-gray);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 120px;
  line-height: 100%;
}

.stats-info-short-text {
  color: var(--light-gray);
  align-self: flex-end;
  font-family: Inter, sans-serif;
  font-size: 70px;
  line-height: 87.17%;
  display: inline;
}

.stats-image {
  width: 100%;
}

.stats-image-wrapper {
  overflow: hidden;
}

.section-top-wrapper.center {
  text-align: center;
  margin-bottom: 18px;
}

.section-top-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-top-wrap.testimonial {
  margin-bottom: 120px;
}

.section-top-wrap.home-blog {
  display: block;
}

.section-top-wrap.team {
  grid-template-columns: .25fr .75fr;
}

.section-top-title-wrapper {
  padding-top: 29px;
}

.section-top-title-wrapper.faq {
  max-width: 446px;
  padding-top: 0;
}

.section-top-title-wrapper.blog {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 74px;
  padding-top: 0;
  display: flex;
}

.title-details-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 248px;
  display: flex;
}

.title-details {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.section-subtitle {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.slider {
  background-color: #ddd0;
  height: 100%;
  min-height: 418px;
}

.slide-contents {
  background-color: var(--very-dark-gray);
}

.left-arrow-wrapper, .right-arrow-wrapper {
  width: auto;
  max-height: 31px;
  top: auto;
  bottom: 450px;
}

.slide-nav {
  display: none;
}

.slider-content-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-image {
  height: 100%;
  overflow: clip;
}

.testimonial-details-wrapper {
  background-color: var(--dark-gray);
  border-radius: 16px;
  padding: 40px;
}

.testimonial-details {
  color: var(--light-gray);
  letter-spacing: -.32px;
  margin-bottom: 80px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 120%;
}

.testimonial-author-title {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.testimonialauthor-designation {
  color: var(--medium-gray);
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.slider-arrow-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-direction-title {
  color: var(--light-gray);
  letter-spacing: -.32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.faq-content-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 51px;
  display: flex;
}

.faq-content-wrap {
  max-width: 684px;
}

.faq-content-wrap.faq {
  max-width: 70%;
  font-family: Noto Serif Display, sans-serif;
}

.faq-details-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: var(--dark-gray);
  cursor: pointer;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  padding: 40px;
}

.faq-details-wrapper.faq1 {
  border: 1px solid var(--light-gray);
  margin-top: 22px;
  padding: 30px;
}

.faq-title {
  color: var(--light-gray);
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.faq-title.faq-heading {
  letter-spacing: 1px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 20px;
}

.faq-details {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 28px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.faq-details.faq-text {
  letter-spacing: 1px;
  padding-top: 20px;
  font-size: 16px;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.faq-icon {
  color: var(--light-gray);
  align-self: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
}

.blog-content-wrapper {
  margin-top: 64px;
}

.blog-slide {
  max-width: 406px;
  margin-right: 36px;
}

.mask {
  width: auto;
  height: auto;
}

.blog-slider {
  background-color: #ddd0;
}

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

.blog-details-wrapper {
  height: 100%;
}

.blog-collection-list-wrapper {
  max-width: 424px;
  height: 100%;
}

.blog-collection-list, .blog-collection-item {
  height: 100%;
}

.blog-collection-item-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  min-height: 412px;
  text-decoration: none;
  display: flex;
}

.blog-arrow-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.blo-arrow-wrap {
  margin-top: 20px;
  margin-right: 20px;
}

.blog-details-wrap {
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-info-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.blog-category, .dot {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.blog-date {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.blog-title {
  color: var(--light-gray);
  letter-spacing: -2.88px;
  margin-top: 6px;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.blog-left-arrow {
  width: auto;
  max-height: 31px;
  top: auto;
  bottom: 350px;
}

.blog-right-arrow {
  width: auto;
  height: auto;
  max-height: 31px;
  top: auto;
  bottom: 350px;
}

.section-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.footer-top-wrapper {
  margin-top: 36px;
}

.footer-button-wrapper {
  text-align: center;
  margin-top: 30px;
}

.footer-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 73px;
  display: grid;
}

.footer-icon-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-icon-wrap {
  border: .5px solid var(--medium-dark-gray);
  background-color: var(--dark-gray);
  width: 44.76px;
  height: 44.76px;
  color: var(--light-gray);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 11px;
  font-family: "Fa Brands 400", sans-serif;
  text-decoration: none;
  display: flex;
}

.footer-icon-wrap.dribble {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 226px;
  justify-content: center;
  align-items: center;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.footer-form-wrapper {
  margin-top: 40px;
}

.footer-form-title {
  color: var(--light-gray);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.footer-form-block {
  border-bottom: 1px solid var(--light-gray);
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.footer-text-field {
  max-width: 386px;
  color: var(--light-gray);
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.footer-submit-button {
  width: auto;
  height: auto;
  color: var(--light-gray);
  background-color: #3898ec00;
  padding: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
}

.company-info-wrapper {
  margin-top: 40px;
}

.footer-details {
  max-width: 315px;
  color: var(--light-gray);
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.footer-menu-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-menu-title {
  color: var(--medium-gray);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}

.footer-menu-details-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-menu-link {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 160%;
  text-decoration: none;
  transition: color .2s;
}

.footer-menu-link:hover {
  color: var(--medium-gray);
}

.footer-detail {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.footer-bottom-wrapper {
  text-align: center;
  margin-top: 68px;
  margin-bottom: 24px;
}

.footer-copywrite {
  color: var(--medium-gray);
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 160%;
}

.footer-bottom-link {
  color: var(--light-gray);
  text-decoration: none;
}

.navbar-container {
  justify-content: space-between;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-logo-wrapper {
  align-self: center;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
  left: 170px;
}

.nav-menu.preview {
  left: 45px;
}

.navbar {
  background-color: #ddd0;
  margin-bottom: 100px;
}

.global-text-style {
  height: 26px;
  text-decoration: none;
  overflow: hidden;
}

.link-wrap {
  flex-flow: column;
  display: flex;
}

.navbar-menu-title {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--light-gray);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.dropdown-title-wrapper {
  height: 24px;
  overflow: hidden;
}

.dropdown-arrow {
  font-family: "Fa Solid 900", sans-serif;
}

.dropdown {
  align-self: center;
}

.dropdown-list {
  min-width: 688px;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  min-width: 650px;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  inset: auto -300px auto auto;
}

.dropdown-pd {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark-gray);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  display: grid;
}

.dropdown-list-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
}

.dropdown-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
  margin-left: 0;
  padding: 11px 12px;
  text-decoration: none;
}

.dropdown-link-wrapper:hover {
  border-radius: 12px;
}

.dropdown-link-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.dropdown-item-title {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.dropdown-title-arrow {
  color: var(--light-gray);
  align-self: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  line-height: 150%;
  transform: rotate(-45deg);
}

.button {
  background-color: var(--light-gray);
  max-height: 48px;
  color: var(--very-dark-gray);
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 30px;
  padding: 14px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
}

.button.tab-active-button {
  height: 40px;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button.tab-button {
  border: 1px solid var(--medium-dark-gray);
  background-color: var(--very-dark-gray);
  height: 40px;
  color: var(--light-gray);
}

.button.tab-button.w--current {
  border-color: var(--light-gray);
  background-color: var(--light-gray);
  color: var(--very-dark-gray);
  justify-content: flex-start;
  align-items: center;
  padding-top: 6px;
}

.button.pricing {
  background-color: var(--medium-dark-gray);
  width: 100%;
  height: 52px;
  max-height: 52px;
  color: var(--light-gray);
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color .2s;
}

.button.pricing:hover {
  background-color: var(--light-gray);
  color: var(--very-dark-gray);
}

.button.form-submit {
  width: 143px;
}

.button.download {
  margin-top: 40px;
  display: inline-flex;
}

.button.nav {
  margin-right: 0;
  padding-top: 12px;
}

.button._404 {
  align-self: center;
  max-width: 169px;
}

.button.password {
  margin-right: 0;
}

.button.short {
  max-width: 121px;
}

.button.service-short {
  max-width: 157px;
}

.button.spoat-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: inline-flex;
}

.button.spoat-btn.ticket {
  align-self: center;
}

.text-wrap {
  position: relative;
  overflow: hidden;
}

.button-text {
  text-align: center;
  margin-bottom: 0;
}

.subtitle-wrapper.about {
  padding-top: 16px;
}

.subtitle-wrapper.work {
  margin-top: 0;
  padding-top: 16px;
}

.hero-subtitle.about {
  color: var(--light-gray);
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.hero-subtitle.utility-page {
  color: var(--medium-gray);
  margin-top: 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.hero-image-wrapper.about {
  margin-top: 130px;
  margin-bottom: 100px;
}

.hero-image-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.hero-image {
  max-width: 95%;
}

.hero-image.show {
  max-width: 56%;
}

.stats-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid var(--medium-dark-gray);
  border-bottom: 1px solid var(--medium-dark-gray);
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.counter-title {
  position: static;
}

.stats-details {
  max-width: 223px;
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.service-content-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-details-wrapper {
  max-width: 315px;
  margin-top: 60px;
  margin-bottom: 117px;
}

.service-details {
  color: var(--light-gray);
  letter-spacing: -.32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.service-items-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-items-content-wrap {
  max-height: 281px;
}

.service-link-block-wrapper {
  border: 1px solid var(--medium-dark-gray);
  border-radius: 16px;
  min-width: 434px;
  min-height: 281px;
  padding: 25px;
  text-decoration: none;
  display: block;
}

.service-items-icon-wrapper {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.arrow-icon-wrapper {
  background-color: var(--medium-dark-gray);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  min-height: 36px;
  display: flex;
}

.services-title {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph {
  color: var(--light-gray);
  letter-spacing: -.32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.section-title-wrapper {
  justify-content: center;
  align-items: center;
}

.team-details-wrapper {
  margin-top: 70px;
}

.team-details-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-contents-wrapper {
  text-align: center;
}

.member-name {
  color: var(--light-gray);
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.member-designation {
  color: var(--medium-gray);
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.work-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-content-wrap {
  margin-bottom: 50px;
}

.work-content-wrap.work-single {
  margin-bottom: 0;
}

.work-details-wrapper {
  border-bottom: 1px solid var(--medium-gray);
  text-decoration: none;
}

.work-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 590px;
  min-height: 590px;
  display: flex;
  overflow: hidden;
}

.work-button-wrapper {
  min-width: 166px;
  min-height: 166px;
  color: var(--light-gray);
  background-color: #dadada54;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.work-categories {
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-top: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.work-title {
  color: var(--light-gray);
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.works-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.services-page-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--medium-dark-gray);
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 60px;
  text-decoration: none;
  display: grid;
}

.services-page-content-wrap.top-padding {
  padding-top: 60px;
}

.blog-button-wrapper {
  margin-bottom: 70px;
  display: none;
}

.blog-tab-button-collection-list {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-button-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-contents-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.blog-contents-wrap {
  min-width: 400px;
  min-height: 410px;
  display: block;
}

.blog-categories-collection-list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-categories-collection-item {
  max-width: 440px;
}

.blog-categories-link-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 440px;
  min-height: 430px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.service-title {
  color: var(--light-gray);
  letter-spacing: -2.88px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.service-list-wrap {
  border: 1px solid var(--medium-dark-gray);
  text-align: left;
  border-radius: 14px;
  margin-bottom: 12px;
  padding: 9px 19px 9px 14px;
  display: inline-block;
}

.service-list-items {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.service-detail {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.service-hover-image {
  max-width: 474px;
  margin-top: 30px;
  overflow: clip;
}

.service-icon-wrap {
  background-color: var(--dark-gray);
  width: 45px;
  height: 45px;
  color: var(--light-gray);
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
  transform: rotate(-45deg);
}

.service-icon-wrap.home {
  background-color: var(--medium-dark-gray);
}

.tab-button {
  height: 38px;
  color: var(--light-gray);
  background-color: #1c1c1c;
  border-radius: 14px;
  margin-right: 18px;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  overflow: hidden;
}

.tab-button.w--current {
  height: 38px;
  color: var(--very-dark-gray);
  border-radius: 14px;
  margin-right: 18px;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  overflow: hidden;
}

.tabs-menu {
  text-align: center;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
}

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

.tabs-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-info-wrapper {
  text-align: left;
}

.tab-title-wrapper {
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.48px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.pricing-tab-info-wrap {
  background-color: var(--dark-gray);
  border-radius: 16px;
  padding: 30px;
}

.pricing-title {
  color: var(--light-gray);
  letter-spacing: -.48px;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.pricing-details {
  color: var(--medium-gray);
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.pricing-price {
  color: var(--light-gray);
  letter-spacing: -2.88px;
  margin-top: 1px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.features-list-wrapper {
  margin-top: 30px;
}

.feature-list-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.pricing-list-text {
  color: var(--light-gray);
  letter-spacing: -.32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.pricing-list-text.unavailable {
  color: var(--light-gray);
}

.contact-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.contact-details-wrapper {
  border-bottom: 1px solid var(--medium-dark-gray);
  padding-bottom: 24px;
}

.contact-subtitle {
  color: var(--medium-gray);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.contact-details {
  max-width: 422px;
  color: var(--light-gray);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.company-details-wrapper {
  margin-top: 24px;
}

.company-details-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.company-image-details-wrapper {
  background-color: #1c1c1c;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.company-details-text {
  color: var(--light-gray);
  align-self: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.contact-form-wrapper {
  background-color: var(--dark-gray);
  border-radius: 18px;
  padding: 40px;
}

.contact-forms-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.contact-forms-wrap {
  max-width: 100%;
}

.contact-label {
  color: var(--light-gray);
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.contact-input {
  border: 1px solid var(--medium-dark-gray);
  min-height: 50px;
  color: var(--medium-gray);
  background-color: #1c1c1c;
  border-radius: 14px;
  padding: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.contact-input:active, .contact-input:focus {
  border-color: var(--light-gray);
}

.contact-textarea {
  border: 1px solid var(--medium-dark-gray);
  min-height: 347px;
  color: var(--medium-gray);
  background-color: #1c1c1c;
  border-radius: 14px;
  margin-bottom: 32px;
  padding: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.contact-textarea:focus {
  border-color: var(--medium-gray);
}

.book-a-call-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.book-a-content-wrapper {
  max-width: 792px;
}

.book-a-call-image-wrap {
  border: 1px solid var(--medium-dark-gray);
  background-color: var(--dark-gray);
  border-radius: 28px;
  padding: 46px 46px 44px;
}

.contact-title {
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -2.88px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.book-a-call-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.book-a-call-link-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.book-a-call-icon-wrapper {
  border: 1px solid var(--medium-dark-gray);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.book-a-call-links {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
  text-decoration: none;
}

.work-single-wrapper {
  margin-top: 80px;
}

.work-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.work-info-left-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-details-subtitle {
  color: var(--medium-gray);
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.work-details-name {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.work-info-right-col {
  margin-left: 0;
}

.work-single-icon-wrapper {
  margin-left: 20px;
}

.work-overview-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.work-overview-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.work-single-title {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.work-overview-details {
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.work-overview-image {
  margin-top: 40px;
}

.scope-of-work-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--medium-dark-gray);
  background-color: var(--dark-gray);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding: 20px 30px;
  display: grid;
}

.scope-of-work-title {
  color: #fff;
  letter-spacing: -.48px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.scope-of-work-details {
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.work-obejctives-content-wrapper {
  margin-top: 60px;
}

.work-obejct-details {
  max-width: 1025px;
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-bottom: 39px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.work-obejctives-image-details {
  max-width: 1004px;
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.work-objectives-image {
  margin-top: 60px;
  margin-bottom: 60px;
}

.work-restoration-content-wrapper {
  max-width: 971px;
}

.work-restoration-details {
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.work-restoration-detail {
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.work-single-items-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.service-single-content-wrapper {
  margin-top: 70px;
}

.service-single-details {
  max-width: 1155px;
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.service-single-rich-text h3 {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.service-single-rich-text p {
  max-width: 1155px;
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.service-single-rich-text ul {
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.service-single-rich-text li {
  margin-bottom: 18px;
}

.strategy-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.our-service-image {
  margin-top: 60px;
  margin-bottom: 60px;
}

.article-single-contents-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 118px;
  padding-right: 118px;
}

.article-info-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article-single-categories-wrapper {
  border: .5px solid var(--medium-dark-gray);
  max-width: 152px;
  color: var(--light-gray);
  text-align: center;
  border-radius: 16px;
  padding: 8px 24px;
}

.article-author-name, .article-release-date {
  color: var(--light-gray);
  letter-spacing: -.32px;
  align-self: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.line-icon {
  align-self: center;
}

.article-single-details {
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.article-single-rich-text {
  color: var(--light-gray);
  margin-bottom: 60px;
}

.article-single-rich-text h3 {
  color: var(--light-gray);
  letter-spacing: -2.88px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 120%;
}

.article-single-rich-text p {
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.article-single-rich-text ol {
  padding-left: 18px;
}

.article-single-rich-text li {
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.article-single-image, .article-comment-wrapper {
  margin-bottom: 40px;
}

.article-comment {
  border-left: 4px solid var(--light-gray);
  color: var(--light-gray);
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.article-multi-images-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.article-comments-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--dark-gray);
  background-color: var(--dark-gray);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 30px;
}

.article-comments {
  color: var(--light-gray);
  letter-spacing: -.48px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.article-single-items-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.utility-page-hero-content-wrapper {
  text-align: center;
}

.utility-page-title {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 110%;
}

.color-content-wrapper {
  margin-top: 80px;
}

.utility-subtitle {
  letter-spacing: -1.08px;
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
}

.color-content-wrap {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.color-content-title {
  color: var(--medium-gray);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.color-details-wrap {
  background-color: var(--light-gray);
  border-radius: 20px;
  min-width: 175px;
  min-height: 175px;
  margin-bottom: 31px;
}

.color-details-wrap._040404 {
  border: 1px solid var(--medium-dark-gray);
  background-color: var(--very-dark-gray);
}

.color-details-wrap._111111 {
  background-color: var(--dark-gray);
}

.color-details-wrap._252525 {
  background-color: var(--medium-dark-gray);
}

.color-details-wrap._9f9f9f {
  background-color: var(--medium-gray);
}

.color-code-name {
  color: var(--medium-gray);
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.typography-contents-wrapper {
  margin-top: 100px;
}

.typography-title {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 130%;
}

.typography-subtitle {
  color: var(--light-gray);
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.typography-details-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-gray);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 0;
  display: grid;
}

.typography-details-title {
  color: var(--light-gray);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 130%;
}

.typography-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--medium-dark-gray);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

.typhography-guide.h5 {
  color: var(--light-gray);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.typhography-guide.h4 {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 140%;
}

.typhography-guide.h3 {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.typhography-guide.h2 {
  color: var(--light-gray);
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}

.typhography-content-wrap {
  color: #071d49;
  font-size: 22px;
  line-height: 140%;
}

.typography-details {
  color: var(--light-gray);
}

.typography-paragraph.semi {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}

.typography-paragraph.mid {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.typography-paragraph.regular {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.typography-paragraph.link {
  color: var(--light-gray);
  font-size: 14px;
  line-height: 140%;
}

.typography-paragraph.medium {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.style-guide-single-wrap {
  margin-top: 100px;
}

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

.typeface-details {
  color: var(--light-gray);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.typeface-title {
  color: var(--light-gray);
  font-size: 82px;
  font-weight: 600;
  line-height: 110%;
}

.typeface-text {
  color: var(--medium-gray);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.typeface-left-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style-guide-single-title {
  color: var(--light-gray);
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}

.style-guide-single-wrap-2 {
  margin-top: 120px;
}

.button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style-guide-single-title-2 {
  color: #0a0a0a;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.hero-content-wrapper-2 {
  text-align: center;
}

.hero-content-wrapper-2.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.changelog-version-date {
  color: var(--medium-gray);
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.changelog-details {
  color: var(--medium-gray);
  font-size: 20px;
  line-height: 140%;
}

.changelog-left-wrap {
  width: 200px;
}

.changelog-dot {
  background-color: var(--light-gray);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-top: 18px;
}

.change-log-wrap {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  margin-top: 88px;
  display: flex;
  position: relative;
}

.changelog-wrap {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.changelog-details-wrap {
  margin-top: 18px;
}

.changelog-version {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.changelog-line {
  background-color: var(--light-gray);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 12% auto 0% 231px;
}

.license-subtitle {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
}

.license-details {
  max-width: 900px;
  color: var(--medium-gray);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.license-link {
  color: var(--light-gray);
  text-decoration: none;
  display: inline-block;
}

.license-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  margin-bottom: 80px;
  display: grid;
}

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

.license-highlight {
  color: var(--light-gray);
}

.icon-license-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 43px;
  margin-bottom: 80px;
  display: flex;
}

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

.pricing-plan-single {
  background-color: var(--dark-gray);
  border-radius: 16px;
  max-width: 444px;
  max-height: 432px;
  padding: 30px;
}

.pricing-single-title {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.pricing-single-price {
  color: var(--light-gray);
  letter-spacing: -2.88px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.pricing-single-description {
  max-width: 357px;
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.quantity {
  display: none;
}

.option-title {
  color: var(--light-gray);
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.option-button-wrapper {
  margin-bottom: 30px;
}

.option-button {
  border-color: var(--medium-dark-gray);
  color: var(--medium-gray);
  background-color: #fff0;
  border-radius: 10px;
  margin-right: 10px;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.option-button:active {
  color: var(--light-gray);
}

.add-to-cart-button {
  background-color: var(--light-gray);
  width: 100%;
  color: var(--very-dark-gray);
  border-radius: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.pricing-single-rich-texts h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.pricing-single-rich-texts p {
  color: var(--light-gray);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.pricing-single-list-title {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.pricing-single-rich-details h5 {
  color: var(--medium-gray);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.pricing-single-rich-details p {
  color: var(--light-gray);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.pricing-single-rich-details a {
  color: var(--light-gray);
}

.nav-cart-wrapper {
  align-self: center;
}

.cart-quantity {
  color: var(--very-dark-gray);
  display: block;
  position: absolute;
  top: -10px;
  left: 10px;
}

.cart-button {
  background-color: #3898ec00;
  padding: 0;
  display: block;
}

.cart-title {
  color: var(--medium-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.cart-container {
  background-color: var(--dark-gray);
  border-radius: 12px;
}

.cart-heading {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 130%;
}

.cart-price {
  color: var(--light-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.remove-button {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.option-list {
  display: none;
}

.cart-item {
  margin-top: 5px;
}

.cart-quantity-wrapper {
  background-color: var(--medium-dark-gray);
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.cart-subtotal, .cart-total-price {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.checkout-button {
  background-color: var(--medium-dark-gray);
  border-radius: 12px;
  padding: 8px 24px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.password {
  height: auto;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 685px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-form {
  background-color: var(--dark-gray);
  border-radius: 26px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 609px;
  padding: 60px 77px;
  display: flex;
}

._404-page-title {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

._404-text {
  color: var(--medium-gray);
  margin-bottom: 50px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.password-image {
  max-height: 44px;
  margin-bottom: 40px;
}

.password-hero-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.password-description {
  color: var(--medium-gray);
  padding-top: 12px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.password-description-wrapper {
  max-width: 479px;
}

.password-title {
  letter-spacing: -.28px;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
}

.field-label {
  display: none;
}

.password-details {
  color: var(--medium-gray);
  margin-top: 11px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 160%;
}

.password-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.submit-button {
  display: none;
}

.text-field {
  max-width: 288px;
  margin-bottom: 0;
}

.text-field.password {
  height: 50px;
  color: var(--medium-gray);
  background-color: #0f1111;
  border: 1px solid #212121;
  border-radius: 14px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.text-field.password:active, .text-field.password:focus {
  border-color: var(--light-gray);
}

.preview-hero-title {
  letter-spacing: -1.76px;
  text-transform: uppercase;
  font-size: 88px;
  font-weight: 700;
  line-height: 110%;
}

.preview-hero-description {
  max-width: 571px;
  color: var(--medium-gray);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.preview-hero-description-wrapper {
  align-self: center;
  margin-top: 32px;
}

.preview-hero-button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.preview-explore-button {
  color: var(--light-gray);
  background-color: #3898ec00;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.preview-explore-icon {
  margin-left: 5px;
  font-family: "Fa Solid 900", sans-serif;
}

.preview-include-contents-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.preview-title {
  color: var(--light-gray);
  letter-spacing: -1.08px;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
}

.preview-include-title {
  max-width: 382px;
}

.preview-details {
  max-width: 420px;
  color: var(--medium-gray);
  margin-top: 24px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.preview-include-right-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.preview-include-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.preview-include-details-icon-wrapper {
  text-align: center;
}

.include-title {
  color: var(--light-gray);
  letter-spacing: -.48px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
}

.include-details {
  color: var(--medium-gray);
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.preview-details-title-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.preview-details-subtitle {
  color: var(--medium-gray);
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
}

.preview-details-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preview-details-image-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--dark-gray);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 100px;
  display: flex;
}

.preview-details-image {
  width: 532px;
  height: 532px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.preview-image-title {
  color: var(--light-gray);
  letter-spacing: -.48px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
}

.inner-pages-content-wrapper {
  background-color: var(--dark-gray);
  padding: 70px 113px 100px;
}

.inner-pages-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-pages-details-wrapper {
  text-align: center;
  margin-top: 20px;
}

.inner-page-image {
  margin-bottom: 0;
}

.inner-page-link-wrapper {
  text-align: center;
  text-decoration: none;
}

.utility-pages-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.figma-content-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.figma-file-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.figma-title {
  color: var(--light-gray);
  letter-spacing: -.72px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.figma-details-wrap {
  max-width: 473px;
}

.figma-details {
  color: var(--medium-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.figma-icon-wrapper {
  align-self: center;
}

.preview-footer-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preview-footer-wrap {
  text-align: center;
  max-width: 518px;
}

.preview-footer-details {
  color: var(--light-gray);
  margin-top: 24px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.preview-footer-copywrite-wrapper {
  text-align: center;
  border-top: 1px solid #2121218c;
  margin-top: 50px;
  padding-top: 24px;
  padding-bottom: 20px;
}

.preview-footer-text {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 160%;
}

.preview-footer-link {
  color: var(--light-gray);
  text-decoration: none;
}

.preview-image-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}

.inner-page-image-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

.services-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.services-image-wrapper {
  position: relative;
}

.service-image._1 {
  object-fit: cover;
  max-width: 448px;
  max-height: 490px;
  position: relative;
  inset: 0%;
}

.service-image._2, .service-image._03, .service-image._04 {
  object-fit: cover;
  max-width: 448px;
  max-height: 490px;
  position: absolute;
  inset: 0%;
}

.services-content-wrap {
  background-color: var(--dark-gray);
  border-radius: 16px;
  padding: 0 30px;
  overflow: visible;
}

.services-contents-wrap {
  border-bottom: 1px solid var(--medium-dark-gray);
  min-width: 100%;
  padding-top: 15px;
  padding-bottom: 25px;
  text-decoration: none;
}

.services-contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.services-main-title {
  color: var(--light-gray);
  letter-spacing: -.64px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.project-button-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 37px;
  display: flex;
}

.works-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.work-image-wrap {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 400px;
  min-height: 430px;
  transition: border-radius .3s ease-in-out;
  display: flex;
  position: relative;
}

.work-image-wrap:hover {
  border-radius: 1000px;
}

.work-main-title {
  color: var(--light-gray);
  letter-spacing: -2.88px;
  margin-top: 0;
  margin-bottom: 28px;
  margin-left: 28px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  inset: auto auto -8px 0;
}

.work-details {
  color: var(--medium-gray);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.preview-button-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: var(--light-gray);
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 16px;
  text-decoration: none;
  display: flex;
}

.preview-button-wrapper.preview {
  justify-content: center;
  align-items: center;
  max-width: 210px;
}

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

.preview-button-texts {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.preview-button-text {
  color: var(--very-dark-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.preview-button-icon-wrapper {
  transform: rotate(-45deg);
}

.preview-button-icon-wrap {
  width: 14px;
  height: 22px;
  overflow: hidden;
}

.preview-button-icons {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.preview-btn-icon {
  color: var(--very-dark-gray);
  flex: none;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
}

.preview-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.counter-number-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.counter-number-wrap._01 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stats-counter-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-top: 80px;
  display: flex;
  overflow: hidden;
}

.stats-counter-number-wrap._01, .stats-counter-number-wrap._02 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: var(--medium-dark-gray);
  max-width: 54%;
  color: var(--light-gray);
  border-radius: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.error-message {
  background-color: var(--medium-dark-gray);
  max-width: 59%;
  color: var(--light-gray);
  text-align: center;
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.error-message.v1 {
  max-width: 100%;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.work-title-link-wrapper {
  text-decoration: none;
}

.preview-navbar {
  background-color: #ddd0;
}

.preview-ticker-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.preview-single-ticker {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.preview-ticker-image {
  width: 532px;
  margin-right: 30px;
}

.order-confirmation {
  background-color: var(--dark-gray);
  padding-left: 0;
  padding-right: 0;
}

.customer-info {
  background-color: var(--very-dark-gray);
  border-radius: 12px;
}

.block-header {
  color: var(--light-gray);
  background-color: #0000;
  border-style: none;
}

.block-header.v1 {
  border-right-style: none;
  border-right-color: var(--medium-dark-gray);
  border-bottom-style: solid;
  border-bottom-color: var(--medium-dark-gray);
  color: var(--light-gray);
}

.column {
  color: var(--light-gray);
}

.shipping-method {
  background-color: #0000;
  border-bottom-style: none;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.submit-button-2 {
  background-color: var(--very-dark-gray);
}

.checkout-input {
  border-color: var(--medium-dark-gray);
  background-color: var(--dark-gray);
}

.pricing-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--medium-gray);
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.text-span {
  margin-right: -167px;
}

.section-2 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Green-Tan-and-Ivory-Modern-Brand-Board-1-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 85vh;
  margin-top: -100px;
  padding: 60px;
  display: flex;
}

.container-2 {
  max-width: 1440px;
  display: block;
}

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

.hero-headline {
  color: var(--light-gray);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.div-block {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  border: 1px solid var(--light-gray);
  background-color: #ffffff24;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-family: Noto Serif Display, sans-serif;
  line-height: 16px;
  display: inline-block;
}

.div-block-2.home-headline {
  margin-top: 20px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-heading {
  text-align: center;
  letter-spacing: -5px;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 86px;
  line-height: 90px;
  display: inline-block;
}

.text-span-2 {
  font-family: Noto Serif Display, sans-serif;
}

.text-span-3 {
  color: var(--light-gray);
  letter-spacing: 0;
  font-family: Noto Serif Display, sans-serif;
  font-style: italic;
}

.hero-text {
  color: var(--light-gray);
  text-align: center;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-2 {
  border: 1px solid var(--medium-gray);
  background-color: var(--light-gray);
  color: var(--very-dark-gray);
  letter-spacing: 1px;
  border-radius: 50px;
  align-self: flex-start;
  padding: 13px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: inline-flex;
}

.button-2:hover {
  border-color: var(--light-gray);
  background-color: var(--medium-gray);
  color: var(--light-gray);
}

.button-2.future {
  margin-top: 12px;
  padding: 10px 25px;
}

.button-2.future.footer, .button-2.future.event {
  align-self: center;
}

.button-2.homebtn {
  margin-top: 30px;
}

.section-3 {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  padding: 80px 60px 0;
}

.container-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-2 {
  text-align: center;
  letter-spacing: 1px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 54px;
  line-height: 60px;
}

.div-block-6, .div-block-7, .div-block-8 {
  width: 100%;
}

.container-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: block;
}

.section-2-heading {
  text-align: left;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-style: italic;
  line-height: 60px;
}

.div-block-9 {
  width: 30%;
  position: sticky;
  top: 0;
}

.div-block-10 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row-reverse wrap;
  width: 70%;
  display: flex;
}

.modual6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--medium-dark-gray);
  border: 2px solid #2e2e2e;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  width: calc(50% - 15px);
  padding: 25px;
  display: flex;
}

.image {
  border-radius: 20px;
  width: 100%;
  height: 250px;
}

.heading-4 {
  -webkit-text-stroke-color: var(--light-gray);
}

.heading-5 {
  color: var(--light-gray);
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.paragraph-2 {
  color: var(--light-gray);
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.section-4 {
  opacity: 1;
  text-shadow: 0 1px 1px #0003;
  background-color: #0000;
  background-image: linear-gradient(#000c, #000c), url('../images/1716-Photoroom.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  padding: 160px 60px;
}

.container-5 {
  max-width: 1440px;
}

.div-block-12 {
  width: calc(50% - 25px);
}

.div-block-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: calc(50% - 25px);
  display: flex;
}

.div-block-14 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  border: 2px solid #2e2e2e;
  border-radius: 20px;
  width: 100%;
  max-height: 400px;
}

.section3-heading {
  text-align: left;
  font-family: Noto Serif Display, sans-serif;
  font-size: 54px;
  line-height: 60px;
}

.section3-heading.saveyourspot {
  letter-spacing: 0;
  font-family: Inter, sans-serif;
}

.section3-heading.linkdin {
  text-align: center;
  font-family: Inter, sans-serif;
}

.paragraph-3 {
  max-width: 600px;
  color: var(--light-gray);
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.container-6, .container-7 {
  max-width: 1440px;
}

.section-5 {
  background-image: linear-gradient(#000, #000);
  padding: 0 60px 80px;
}

.div-block-15 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--dark-gray);
  border: 2px solid #2e2e2e;
  border-radius: 20px;
  flex-flow: column;
  width: calc(33.33% - 20px);
  padding: 25px;
  line-height: 20px;
  display: flex;
}

.heading-6 {
  color: var(--light-gray);
  text-align: center;
  font-family: Inter, sans-serif;
}

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

.heading-8 {
  color: var(--light-gray);
  text-align: center;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.paragraph-4 {
  color: var(--light-gray);
  text-align: center;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.section-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/320648.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 80px 60px;
}

.container-8 {
  max-width: 1440px;
}

.heading-9 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 54px;
  line-height: 60px;
}

.div-block-18 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 60%;
  display: none;
}

.div-block-20 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21 {
  width: 62%;
}

.div-block-22 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--dark-gray);
  border: 1px solid #2e2e2e;
  border-radius: 12px 12px 0 0;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 20px;
  display: flex;
}

.heading-10 {
  color: var(--light-gray);
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--dark-gray);
  width: calc(50% - 20px);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.heading-11 {
  color: var(--light-gray);
  letter-spacing: 1px;
  width: calc(50% - 20px);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.div-block-23 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--very-dark-gray);
  color: var(--light-gray);
  border: 1px solid #2e2e2e;
  justify-content: center;
  align-items: center;
  padding: 17px 20px;
  display: flex;
}

.heading-12 {
  letter-spacing: 1px;
  width: calc(50% - 20px);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.section-7 {
  background-image: linear-gradient(#000, #000);
  padding: 40px 60px 80px;
}

.container-9 {
  max-width: 1440px;
}

.heading-13 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 54px;
  line-height: 60px;
}

.div-block-24 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.div-block-25 {
  background-color: var(--dark-gray);
  border: 2px solid #2e2e2e;
  border-radius: 20px;
  width: calc(50% - 20px);
  padding-top: 0;
  padding-right: 0;
  position: relative;
}

.div-block-26 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--light-gray);
  -webkit-text-stroke-color: var(--light-gray);
  justify-content: center;
  align-items: center;
  line-height: 22px;
  display: flex;
}

.image-3 {
  border: 0px solid var(--medium-dark-gray);
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 325px;
  padding-top: 0;
  padding-right: 0;
}

.heading-14 {
  float: none;
  clear: left;
  background-color: var(--light-gray);
  text-align: left;
  letter-spacing: 1px;
  border-radius: 20px;
  flex-flow: column-reverse wrap;
  place-content: space-around flex-start;
  align-items: center;
  padding: 5px 20px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  inset: 20px auto auto 20px;
}

.heading-14.workshop {
  background-color: var(--medium-dark-gray);
  color: #dadada;
  -webkit-text-stroke-color: #dadada;
  border: 2px solid #2e2e2e;
  font-family: Inter, sans-serif;
}

.div-block-27 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading-15 {
  color: var(--light-gray);
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.paragraph-5 {
  color: var(--light-gray);
  text-align: center;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.section-8 {
  background-image: linear-gradient(#000, #000);
  padding: 80px 60px;
}

.container-10 {
  max-width: 1440px;
}

.div-block-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 0;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: calc(50% - 20px);
  display: flex;
}

.heading-16 {
  letter-spacing: 1px;
  font-size: 18px;
}

.heading-17 {
  font-family: Inter, sans-serif;
  font-size: 54px;
  line-height: 60px;
}

.paragraph-6 {
  width: 100%;
  max-width: 350px;
  color: var(--light-gray);
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-6.tagline {
  max-width: 100%;
  font-size: 16px;
  line-height: 22px;
}

.image-4 {
  border: 2px solid #2e2e2e;
  border-radius: 20px;
  height: 500px;
}

.image-5 {
  width: 22px;
}

.link-2 {
  color: var(--light-gray);
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.div-block-30 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--medium-dark-gray);
  width: 100%;
  max-width: 550px;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.div-block-30.footer {
  border-width: 0;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.div-block-31 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--medium-dark-gray);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  margin-top: 10px;
  margin-left: 3px;
  padding: 25px 30px;
  display: flex;
}

.section-9 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/320648.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding: 80px 60px;
}

.section-9.none {
  display: none;
}

.container-11 {
  max-width: 1440px;
}

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

.heading-18 {
  font-family: Noto Serif Display, sans-serif;
  font-size: 54px;
  line-height: 60px;
}

.div-block-33 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.section-10 {
  background-image: linear-gradient(#000, #000);
  padding: 80px 60px;
}

.container-12 {
  max-width: 1440px;
}

.section-11 {
  background-image: linear-gradient(#000, #000);
  margin-bottom: -130px;
  padding: 80px 60px;
}

.container-13 {
  max-width: 1440px;
}

.heading-20 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 54px;
}

.div-block-38.footer-btn {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-21 {
  color: var(--light-gray);
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 35px;
}

.section-12 {
  padding: 80px 60px;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--medium-dark-gray);
  border: 2px solid #2e2e2e;
  border-radius: 20px;
  width: 100%;
  max-width: 75%;
  padding: 45px;
  display: flex;
}

.div-block-41 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-41.bookacall {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.heading-22 {
  font-family: Inter, sans-serif;
  font-size: 54px;
  line-height: 60px;
}

.paragraph-8 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-7 {
  width: 100%;
  max-width: 200px;
}

.section-13 {
  text-align: left;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Green-Tan-and-Ivory-Modern-Brand-Board-1-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  max-height: none;
  margin-top: -100px;
  margin-bottom: 200px;
  padding: 80px 60px;
  display: none;
  overflow: visible;
}

.container-14 {
  width: 100%;
  max-width: 1440px;
}

.heading-23 {
  color: var(--light-gray);
  padding: 10px 20px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 16px;
  display: block;
}

.div-block-42 {
  display: block;
}

.div-block-42.homehero {
  text-align: left;
  align-self: flex-start;
  width: 50%;
  margin-top: 0;
}

.heading-24 {
  font-size: 86px;
  line-height: 90px;
}

.div-block-43 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.heading-25 {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.heading-26 {
  color: var(--light-gray);
  margin-top: 30px;
  font-size: 36px;
  line-height: 40px;
}

.paragraph-9 {
  color: #fff;
  letter-spacing: 1px;
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 25px;
}

.button-3 {
  color: #040404;
  background-color: #dadada;
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 48px;
  padding: 14px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-3.short {
  max-width: 121px;
}

.overflow-details-2 {
  color: #dadada;
  max-width: 315px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.stats-content-wrap-2 {
  background-color: #111;
  border-radius: 16px;
  padding: 25px;
}

.stats-title-2 {
  color: #dadada;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.stats-counter-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 120px;
  margin-top: 80px;
  display: flex;
  overflow: hidden;
}

.stats-info-short-text-2 {
  color: #dadada;
  align-self: flex-end;
  font-family: Inter, sans-serif;
  font-size: 70px;
  line-height: 87.17%;
  display: inline;
}

.section-14 {
  margin-top: 140px;
  margin-bottom: 0;
}

.stats-info-2 {
  color: #dadada;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 120px;
  line-height: 100%;
}

.stats-title-3 {
  color: #dadada;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.section-15 {
  margin-top: 140px;
  margin-bottom: 0;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  font-family: Noto Serif Display, sans-serif;
}

.section-16 {
  background-color: #000;
  padding: 40px 60px 80px;
}

.container-15 {
  max-width: 1440px;
}

.div-block-44 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--dark-gray);
  border: 1px solid #2e2e2e;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.div-block-44.servicesbox1 {
  margin-bottom: 60px;
}

.div-block-45, .div-block-46 {
  width: 50%;
}

.image-8 {
  border-radius: 20px;
  width: 100%;
  min-height: 325px;
  max-height: none;
}

.heading-27 {
  font-size: 40px;
}

.heading-28 {
  color: var(--light-gray);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-10 {
  color: var(--light-gray);
}

.paragraph-11 {
  color: #dadadac4;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-47 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #2e2e2e;
  flex-flow: column;
  max-width: 550px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-47.service-2 {
  border: 0 solid #000;
  padding-top: 30px;
}

.div-block-47.service-2.service3 {
  border-bottom-width: 1px;
  border-bottom-color: #2e2e2e;
  padding-top: 30px;
  padding-bottom: 20px;
}

.text-span-11 {
  color: var(--light-gray);
  -webkit-text-stroke-color: #dadada;
  padding-right: 5px;
  font-size: 26px;
}

.heading-29 {
  text-align: center;
  padding-bottom: 60px;
  font-size: 54px;
}

.text-span-12 {
  font-family: Noto Serif Display, sans-serif;
}

@media screen and (min-width: 1440px) {
  .section.main-hero {
    background-image: url('../images/Groß-Green-Tan-and-Ivory-Modern-Brand-Board-1.jpeg');
    background-position: 50%;
    background-size: auto;
    background-attachment: scroll;
    margin-top: -92px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 0;
    display: block;
  }

  .page-wrapper {
    padding-left: 0;
  }

  .hero-content-wrap.two-grid {
    grid-column-gap: 80px;
  }

  .hero-content-center-col {
    max-width: 800px;
  }

  .hero-right-subtitle {
    letter-spacing: .32px;
  }

  .hero-title {
    letter-spacing: 0;
    font-size: 2vw;
    font-weight: 300;
  }

  .hero-title.article-single {
    text-align: center;
    letter-spacing: -8px;
    padding-left: 0;
    padding-right: 220px;
  }

  .hero-title.in {
    letter-spacing: -6.5px;
    margin-top: 4px;
    margin-bottom: -50px;
    padding-top: 0;
    padding-bottom: 128px;
  }

  .hero-title.v1 {
    letter-spacing: 0;
    padding-right: 81px;
  }

  .hero-second-title {
    letter-spacing: -9.6px;
    padding-left: 40px;
  }

  .hero-second-title.short {
    letter-spacing: -8px;
    margin-top: 1px;
    margin-bottom: 16px;
    padding-top: 0;
  }

  .hero-butoon-content-wrap {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title {
    letter-spacing: -4.48px;
    margin-top: 52px;
  }

  .title.center {
    display: block;
  }

  .overflow-details, .stats-title {
    letter-spacing: -.32px;
  }

  .stats-info {
    letter-spacing: -12.48px;
    font-size: 140px;
    line-height: 100%;
  }

  .stats-info-short-text {
    letter-spacing: -6.4px;
  }

  .stats-image {
    margin-top: 52px;
  }

  .section-top-wrap.team {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .title-details-wrap {
    flex-flow: row;
    max-width: 375px;
  }

  .faq-title-wrapper {
    margin-bottom: 0;
  }

  .blog-collection-list-wrapper {
    max-width: 1200px;
  }

  .section-button-wrapper {
    margin-top: 140px;
  }

  .footer-icon-wrap:hover, .footer-icon-wrap.dribble:hover {
    background-color: var(--medium-dark-gray);
    color: var(--medium-gray);
  }

  .footer-bottom-link:hover {
    color: var(--medium-gray);
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu {
    position: static;
  }

  .nav-menu.preview {
    left: 80px;
  }

  .dropdown-title-wrapper {
    height: 22px;
  }

  .dropdown-title, .dropdown-arrow {
    font-size: 16px;
  }

  .button.tab-button {
    padding-right: 0;
  }

  .button.nav {
    justify-content: center;
    align-items: center;
  }

  .button.hero {
    margin-right: 0;
  }

  .hero-subtitle.about {
    white-space: nowrap;
    font-size: 22px;
  }

  .hero-image-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
  }

  .blog-contents-wrapper {
    grid-template-columns: 1fr;
  }

  .services-title-wrapper {
    flex-flow: wrap;
    align-content: flex-start;
    display: flex;
  }

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

  .service-list-wrap {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .tabs-menu {
    left: 535px;
  }

  .contact-textarea:active, .contact-textarea:focus {
    border-color: var(--medium-gray);
  }

  .article-single-details {
    font-size: 20px;
  }

  .article-single-rich-text {
    color: #ded9d9;
  }

  .add-to-cart-button {
    font-size: 18px;
  }

  .preview-details-image {
    width: 562px;
    height: 562px;
  }

  .figma-title {
    margin-bottom: 22px;
  }

  .preview-footer-link:hover {
    color: var(--medium-gray);
  }

  .services-content-wrapper {
    place-items: center;
  }

  .service-image._1, .service-image._2, .service-image._03, .service-image._04 {
    border-radius: 16px;
  }

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

  .services-contents {
    grid-template-areas: "Area";
  }

  .nav-button-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .stats-counter-wrapper {
    height: 125px;
  }

  .work-title-link-wrapper {
    text-decoration: none;
  }

  .preview-navbar {
    background-color: #ddd0;
    margin-bottom: 100px;
  }

  .preview-ticker-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .preview-single-ticker {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .preview-ticker-image {
    flex: none;
    max-width: 532px;
    max-height: 532px;
    margin-right: 30px;
  }

  .code-embed {
    text-align: left;
    width: 600px;
    margin: 59px 0 0;
    padding: 0;
  }

  .section-2 {
    height: 100%;
    min-height: 85vh;
    max-height: none;
    margin-top: -140px;
  }

  .hero-heading {
    color: var(--light-gray);
    font-size: 75px;
  }

  .text-span-3 {
    color: var(--light-gray);
  }

  .button-2.future {
    text-align: center;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
  }

  .button-2.future.footer {
    align-self: center;
  }

  .div-block-11 {
    flex-flow: wrap;
  }

  .div-block-22 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .div-block-23 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

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

  .div-block-27 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .heading-15, .paragraph-5 {
    text-align: center;
  }

  .paragraph-6 {
    max-width: 400px;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .div-block-30.ort {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    padding-bottom: 30px;
  }

  .div-block-30.footer {
    border-width: 0;
  }

  .div-block-31 {
    margin-left: 2px;
    padding-left: 0;
  }

  .section-9 {
    background-image: linear-gradient(to bottom, null, null), url('../images/320648.jpg');
    background-size: auto, cover;
  }

  .section-10 {
    background-image: linear-gradient(#000, #000);
    padding-left: 60px;
  }

  .container-12 {
    max-width: 1440px;
  }

  .div-block-35 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--dark-gray);
    border: 2px solid #2e2e2e;
    border-radius: 20px;
    flex-flow: row;
    width: 100%;
    max-width: 75%;
    padding: 45px;
    display: flex;
  }

  .div-block-36 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-37 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    order: -9999;
    justify-content: center;
    align-items: center;
    width: calc(50% - 20px);
    display: flex;
  }

  .div-block-37.book-a-call {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-19 {
    font-family: Noto Serif Display, sans-serif;
    font-size: 54px;
  }

  .paragraph-7 {
    color: var(--light-gray);
    letter-spacing: 1px;
    -webkit-text-stroke-color: #dadada;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .image-6 {
    width: 100%;
    max-width: 200px;
  }

  .section-11 {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    padding: 80px 60px;
  }

  .container-13 {
    max-width: 1440px;
  }

  .heading-20 {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 56px;
    line-height: 60px;
    display: inline;
  }

  .div-block-38 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-21 {
    color: var(--light-gray);
    text-align: center;
    letter-spacing: 1px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .div-block-40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--dark-gray);
    border-color: #2e2e2e;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-41 {
    width: 50%;
  }

  .overflow-details-2, .stats-title-2 {
    letter-spacing: -.32px;
  }

  .stats-counter-wrapper-2 {
    height: 125px;
  }

  .stats-info-short-text-2 {
    letter-spacing: -6.4px;
  }

  .stats-info-2 {
    letter-spacing: -12.48px;
    font-size: 140px;
    line-height: 100%;
  }

  .stats-title-3 {
    letter-spacing: -.32px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  .section {
    margin-top: 100px;
  }

  .section.footer, .section.about {
    margin-top: 60px;
  }

  .section.book-a-call {
    margin-top: 80px;
  }

  .section.article {
    margin-top: 50px;
  }

  .section.preview-detail {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.preview {
    margin-top: 90px;
  }

  .section.preview-footer {
    margin-top: 90px;
    padding-top: 70px;
  }

  .container {
    max-width: 820px;
  }

  .hero-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-content-wrap.primary {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: min-content 1fr;
    place-items: center;
  }

  .hero-content-center-col {
    margin-top: 40px;
  }

  .hero-left-subtitle-wrap {
    position: relative;
    top: auto;
    bottom: 30px;
  }

  .hero-left-subtitle {
    white-space: nowrap;
  }

  .hero-right-subtitle-wrap {
    position: static;
    top: 100px;
    right: 0;
  }

  .hero-right-subtitle {
    white-space: nowrap;
  }

  .hero-title.article-single {
    letter-spacing: -4px;
    max-width: 100%;
    font-size: 44px;
  }

  .hero-title.in {
    padding-left: 20px;
    padding-right: 110px;
    font-size: 5vw;
  }

  .hero-title.v1 {
    margin-bottom: 10px;
  }

  .hero-title-wrapper.about {
    text-align: left;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-title-wrapper.about.v1 {
    width: 500px;
  }

  .hero-title-wrapper.about.v2 {
    width: 450px;
  }

  .hero-title-wrap {
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .hero-second-title {
    padding-left: 40px;
    font-size: 50px;
    line-height: 100%;
  }

  .hero-second-title.short {
    padding-left: 40px;
  }

  .hero-titles-wrap {
    overflow: hidden;
  }

  .hero-button-wrapper {
    margin-top: 60px;
  }

  .hero-butoon-content-wrap {
    padding: 14px 14px 14px 20px;
  }

  .hero-details {
    font-size: 18px;
  }

  .overview-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .overview-contents-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .title {
    font-size: 48px;
  }

  .title.center {
    text-align: left;
    font-size: 46px;
  }

  .title-wrapper {
    overflow: hidden;
  }

  .overview-details-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .overview-image-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .stats-content-wrap {
    padding: 30px;
  }

  .stats-info {
    margin-top: 0;
    font-size: 60px;
  }

  .stats-info-short-text {
    font-size: 70px;
  }

  .stats-image {
    width: 100%;
  }

  .section-top-wrap.testimonial {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr 1fr;
  }

  .section-top-wrap.two-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-top-title-wrapper.faq {
    max-width: 100%;
  }

  .section-top-title-wrapper.blog {
    margin-bottom: 50px;
  }

  .slider-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
  }

  .slider-image {
    object-fit: cover;
    border-radius: 16px;
    width: 200px;
    height: 351px;
  }

  .testimonial-details-wrapper {
    max-height: 100%;
    padding: 30px 30px 40px;
  }

  .testimonial-details {
    margin-bottom: 60px;
    font-size: 22px;
  }

  .testimonial-author-title {
    font-size: 18px;
  }

  .faq-content-wrap.faq {
    max-width: 100%;
  }

  .faq-details-wrapper {
    margin-top: 20px;
    padding: 30px;
  }

  .faq-details-wrapper.faq1 {
    margin-top: 20px;
    padding: 20px;
  }

  .faq-title {
    font-size: 22px;
  }

  .faq-title.faq-heading, .faq-details {
    font-size: 18px;
  }

  .faq-title-wrapper {
    flex-flow: row;
  }

  .faq-icon {
    font-size: 22px;
  }

  .blog-details-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-title {
    font-size: 34px;
  }

  .blog-left-arrow, .blog-right-arrow {
    bottom: 326px;
  }

  .footer-content-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
  }

  .footer-menu-title, .footer-menu-link {
    font-size: 14px;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu {
    background-color: var(--dark-gray);
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 16px;
    padding-bottom: 20px;
    padding-left: 30px;
    left: auto;
  }

  .navbar {
    margin-bottom: 60px;
  }

  .global-text-style {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    display: flex;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .dropdown {
    justify-content: space-between;
    width: 100%;
    display: block;
  }

  .dropdown-list {
    perspective-origin: 50% 0;
    transform-origin: 50% 0;
    background-color: #0000;
    min-width: auto;
    display: flex;
    position: relative;
    left: 0;
  }

  .dropdown-list.w--open {
    min-width: auto;
    right: 0;
  }

  .dropdown-pd {
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
  }

  .dropdown-list-wrap {
    margin-left: 0;
  }

  .dropdown-link-wrapper {
    border-radius: 12px;
    padding-left: 12px;
  }

  .button.nav {
    width: 200px;
    margin-top: 14px;
  }

  .button.nav.v1 {
    display: none;
  }

  .hero-subtitle.utility-page {
    margin-top: 20px;
  }

  .hero-image-wrapper.about {
    margin-top: 80px;
    margin-bottom: 60px;
  }

  .hero-image-wrap {
    object-fit: cover;
    flex-flow: row;
  }

  .hero-image {
    max-width: 25%;
    display: block;
  }

  .hero-image.show {
    max-width: 46%;
    display: block;
  }

  .stats-details-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .counter-title {
    font-size: 80px;
  }

  .stats-details {
    max-width: 180px;
    font-size: 18px;
  }

  .service-content-wrap {
    grid-template-columns: .5fr;
  }

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

  .service-items-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-link-block-wrapper {
    min-width: 366px;
    min-height: 260px;
    padding: 20px;
  }

  .services-title {
    margin-bottom: 16px;
    font-size: 34px;
  }

  .team-details-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .member-name {
    font-size: 30px;
  }

  .member-designation {
    font-size: 18px;
  }

  .work-content-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .work-content-wrap {
    margin-bottom: 40px;
  }

  .work-image-wrapper {
    min-width: 340px;
    min-height: 340px;
  }

  .work-button-wrapper {
    min-width: 150px;
    min-height: 150px;
    padding-left: 0;
  }

  .work-categories {
    margin-top: 20px;
  }

  .work-title {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 34px;
  }

  .services-page-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: .75fr .75fr 1fr .25fr;
    padding-bottom: 40px;
  }

  .blog-contents-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-contents-wrap {
    min-width: 340px;
    min-height: 340px;
  }

  .blog-categories-collection-item {
    max-width: 350px;
  }

  .blog-categories-link-block {
    min-width: 350px;
    min-height: 350px;
  }

  .service-title {
    font-size: 30px;
  }

  .service-list-wrap {
    margin-bottom: 10px;
    padding: 8px 12px;
  }

  .service-list-items {
    font-size: 14px;
  }

  .service-detail {
    font-size: 16px;
  }

  .service-hover-image {
    max-width: 390px;
    margin-top: 10px;
  }

  .tabs-menu {
    left: 200px;
  }

  .tabs-content-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    align-items: stretch;
  }

  .pricing-info-wrapper {
    background-color: var(--dark-gray);
    border-radius: 16px;
  }

  .tab-title-wrap {
    font-size: 22px;
  }

  .pricing-tab-info-wrap {
    padding: 20px;
  }

  .pricing-details {
    font-size: 18px;
  }

  .pricing-price {
    font-size: 32px;
  }

  .pricing-list-text {
    font-size: 14px;
  }

  .contact-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-details-wrapper {
    padding-bottom: 20px;
  }

  .contact-subtitle, .contact-details {
    font-size: 18px;
  }

  .company-image-details-wrapper {
    width: 50px;
    height: 50px;
  }

  .company-details-text {
    font-size: 18px;
  }

  .contact-form-wrapper {
    padding: 30px;
  }

  .book-a-call-image-wrap {
    padding: 36px;
  }

  .contact-title {
    margin-top: 30px;
    font-size: 34px;
  }

  .book-a-call-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .book-a-call-links {
    font-size: 18px;
  }

  .work-info-wrapper {
    grid-template-columns: 1.25fr .5fr;
  }

  .work-single-title {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .work-overview-details {
    margin-bottom: 20px;
  }

  .scope-of-work-content-wrap {
    margin-top: 15px;
    padding: 15px 20px;
  }

  .scope-of-work-title {
    font-size: 22px;
  }

  .work-objectives-image {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .work-restoration-details {
    margin-bottom: 22px;
  }

  .service-single-details {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .strategy-details-wrapper {
    grid-template-columns: 1fr;
  }

  .article-single-contents-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .article-single-details {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .article-single-rich-text {
    margin-bottom: 50px;
  }

  .article-single-image {
    margin-bottom: 30px;
  }

  .article-multi-images-wrapper {
    margin-bottom: 50px;
  }

  .article-comments-wrapper {
    margin-bottom: 30px;
    padding: 26px;
  }

  .utility-page-title {
    font-size: 80px;
  }

  .utility-subtitle {
    font-size: 44px;
  }

  .color-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .color-content-title {
    font-size: 16px;
  }

  .color-details-wrap {
    min-width: 100px;
    min-height: 100px;
    margin-bottom: 10px;
  }

  .typography-title {
    font-size: 40px;
  }

  .typography-subtitle {
    font-size: 16px;
  }

  .typography-details-title {
    font-size: 20px;
  }

  .typhography-guide.h5 {
    font-size: 22px;
  }

  .typhography-guide.h3 {
    font-size: 30px;
  }

  .typhography-guide.h2 {
    font-size: 46px;
  }

  .typography-details {
    font-size: 20px;
  }

  .typography-paragraph.medium {
    font-size: 18px;
  }

  .typeface-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .typeface-details {
    font-size: 18px;
  }

  .typeface-title {
    font-size: 60px;
  }

  .typeface-text {
    font-size: 18px;
  }

  .style-guide-single-title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .button-wrap {
    flex-flow: wrap;
  }

  .style-guide-single-title-2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .changelog-version-date {
    font-size: 18px;
  }

  .changelog-dot {
    display: none;
  }

  .change-log-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 50px;
  }

  .changelog-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .changelog-version {
    font-size: 44px;
  }

  .changelog-line {
    display: none;
  }

  .license-subtitle {
    font-size: 46px;
  }

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

  .pricing-single-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: auto;
  }

  .pricing-plan-single {
    max-width: 100%;
  }

  .add-to-cart-button {
    padding: 15px 14px;
  }

  .nav-cart-wrapper {
    text-align: right;
  }

  .preview-hero-title {
    font-size: 60px;
  }

  .preview-include-contents-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .preview-title {
    font-size: 50px;
  }

  .preview-include-details-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .include-title {
    font-size: 22px;
  }

  .preview-details-image-wrap {
    padding: 60px 80px;
  }

  .preview-details-image {
    width: 400px;
    height: 400px;
  }

  .preview-image-title {
    font-size: 22px;
  }

  .inner-pages-content-wrapper {
    padding: 60px 80px 90px;
  }

  .figma-file-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .figma-title {
    font-size: 34px;
  }

  .figma-icon {
    width: 190px;
  }

  .preview-footer-copywrite-wrapper {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .inner-page-image-wrapper {
    margin-bottom: 15px;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding: 0;
    position: static;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .changelog-title {
    font-size: 80px;
  }

  .services-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .services-image-wrapper {
    display: none;
  }

  .services-main-title {
    font-size: 30px;
  }

  .works-content-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .work-image-wrap {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    min-width: 18rem;
    max-width: none;
    min-height: 24rem;
    max-height: none;
  }

  .work-image-wrap:hover {
    border-radius: 50%;
  }

  .work-main-title {
    font-size: 30px;
  }

  .nav-button-wrapper {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .counter-number-wrapper {
    height: 80px;
  }

  .stats-counter-wrapper {
    height: 60px;
  }

  .work-title-link-wrapper {
    text-decoration: none;
  }

  .preview-ticker-image {
    width: 400px;
    height: 400px;
    margin-right: 20px;
  }

  .nav-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .section-2 {
    height: 100%;
    min-height: 75vh;
    padding: 40px 34px;
  }

  .div-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-2.home-headline {
    margin-top: 0;
  }

  .hero-heading {
    letter-spacing: -1px;
    font-size: 48px;
    line-height: 60px;
  }

  .text-span-3 {
    letter-spacing: -1px;
  }

  .button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-2.future {
    margin-top: 10px;
  }

  .section-3 {
    padding-top: 40px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .section-2-heading {
    width: 100%;
    font-size: 34px;
    line-height: 40px;
    position: static;
  }

  .div-block-9 {
    width: 100%;
    position: static;
  }

  .div-block-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .div-block-11 {
    width: 100%;
  }

  .modual6 {
    padding: 20px;
  }

  .image {
    height: 200px;
  }

  .section-4 {
    padding: 80px 34px;
  }

  .div-block-12 {
    width: calc(50% - 15px);
  }

  .div-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: calc(50% - 15px);
  }

  .div-block-14 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .image-2 {
    min-height: 300px;
    max-height: none;
  }

  .section3-heading.saveyourspot, .section3-heading.linkdin {
    font-size: 34px;
    line-height: 40px;
  }

  .section-5 {
    padding-bottom: 40px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .div-block-15 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-16 {
    width: calc(50% - 15px);
    padding: 20px;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-8 {
    font-size: 20px;
  }

  .div-block-17 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: row-reverse wrap;
    place-content: center;
    align-self: center;
    text-decoration: none;
  }

  .section-6 {
    padding: 40px 34px;
  }

  .heading-9 {
    font-size: 34px;
    line-height: 40px;
  }

  .div-block-18 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-21 {
    width: 100%;
  }

  .section-7 {
    padding: 40px 34px;
  }

  .heading-13 {
    font-size: 34px;
    line-height: 40px;
  }

  .div-block-24 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-25 {
    width: calc(50% - 15px);
  }

  .div-block-26 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-3 {
    height: 250px;
  }

  .heading-15 {
    font-size: 22px;
  }

  .section-8 {
    padding: 40px 34px;
  }

  .heading-17 {
    font-size: 34px;
    line-height: 40px;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 25px;
  }

  .image-4 {
    height: 250px;
  }

  .image-5 {
    width: 20px;
    height: auto;
  }

  .div-block-30.ort {
    padding-bottom: 20px;
  }

  .div-block-31 {
    max-width: 100%;
    padding: 20px;
  }

  .section-9 {
    padding: 40px 34px;
  }

  .heading-18 {
    font-size: 34px;
    line-height: 40px;
  }

  .div-block-34 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-10 {
    padding: 40px 34px;
  }

  .section-11 {
    margin-bottom: -80px;
    padding: 40px 34px;
  }

  .heading-20 {
    font-size: 34px;
  }

  .div-block-38.footer-btn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-21 {
    font-size: 20px;
  }

  .div-block-40 {
    max-width: 100%;
    padding: 30px;
  }

  .heading-22 {
    font-size: 34px;
    line-height: 40px;
  }

  .image-7 {
    max-width: 175px;
  }

  .section-13 {
    min-height: 70vh;
    margin-top: -100px;
    margin-bottom: 100px;
    padding: 40px 34px;
  }

  .div-block-43 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-25 {
    font-size: 42px;
    line-height: 52px;
  }

  .heading-26 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-9 {
    margin-top: 20px;
  }

  .stats-content-wrap-2 {
    padding: 30px;
  }

  .stats-counter-wrapper-2 {
    height: 60px;
  }

  .stats-info-short-text-2 {
    font-size: 70px;
  }

  .section-14 {
    margin-top: 100px;
  }

  .stats-info-2 {
    margin-top: 0;
    font-size: 60px;
  }

  .section-15 {
    margin-top: 100px;
  }

  .section-16 {
    padding: 40px 34px;
  }

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

  .div-block-44.servicesbox1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .image-8 {
    min-height: 250px;
  }

  .heading-28 {
    font-size: 24px;
  }

  .div-block-47.service-2, .div-block-47.service-2.service3 {
    padding-top: 20px;
  }

  .text-span-11 {
    padding-right: 0;
    font-size: 24px;
  }

  .heading-29 {
    padding-bottom: 40px;
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  .section {
    margin-top: 60px;
  }

  .section.article {
    margin-top: 40px;
  }

  .section.preview-detail {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.preview {
    margin-top: 70px;
  }

  .section.preview-footer {
    margin-top: 70px;
    padding-top: 40px;
  }

  .hero-content-wrap {
    grid-template-columns: 1fr;
  }

  .hero-content-wrap.primary {
    grid-template-columns: max-content 1fr;
  }

  .hero-content-center-col {
    text-align: left;
    width: 100%;
    max-width: 350px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-content-right-col {
    position: relative;
    top: 10px;
    right: 0;
  }

  .hero-left-subtitle-wrap {
    bottom: 10px;
  }

  .hero-left-subtitle {
    font-size: 14px;
  }

  .hero-right-subtitle-wrap {
    top: auto;
    right: auto;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-title.article-single {
    letter-spacing: normal;
  }

  .hero-title.in {
    padding-left: 0;
  }

  .hero-title-wrapper.about {
    width: 300px;
  }

  .hero-second-title {
    padding-left: 20px;
    font-size: 42px;
  }

  .hero-button-wrapper {
    margin-top: 50px;
  }

  .hero-butoon-content-wrap {
    padding: 12px 16px;
  }

  .hero-details {
    font-size: 16px;
  }

  .overview-wrapper {
    grid-template-columns: 1fr;
  }

  .title, .title.center {
    font-size: 40px;
  }

  .overview-image-wrapper {
    max-width: 1000px;
  }

  .stats-content-wrapper.about {
    margin-top: 50px;
  }

  .stats-content-wrap {
    padding: 20px;
  }

  .stats-info {
    margin-top: 0;
    line-height: 100%;
  }

  .stats-info-short-text {
    align-self: flex-end;
    margin-right: 0;
    font-size: 40px;
  }

  .section-top-wrap.testimonial {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .25fr 1fr;
  }

  .title-details-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .slider-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slider-image {
    height: 330px;
  }

  .testimonial-details-wrapper {
    max-height: 330px;
    padding: 24px;
  }

  .testimonial-details {
    margin-bottom: 50px;
    font-size: 16px;
  }

  .faq-details-wrapper {
    margin-top: 16px;
    padding: 24px;
  }

  .faq-title {
    font-size: 20px;
  }

  .faq-details {
    padding-top: 20px;
    font-size: 16px;
  }

  .faq-icon {
    font-size: 20px;
  }

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

  .blog-collection-item-wrapper {
    min-height: 320px;
  }

  .footer-content-wrapper {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .footer-form-title {
    font-size: 18px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-menu-row {
    flex: none;
  }

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

  .nav-menu {
    border-radius: 8px;
    flex: 0 auto;
    width: 519px;
    margin-top: 15px;
    padding-left: 20px;
    overflow: hidden;
  }

  .navbar-menu-title {
    font-size: 14px;
  }

  .dropdown-list, .dropdown-list.w--open, .dropdown-pd {
    min-width: auto;
  }

  .dropdown-link-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dropdown-item-title, .dropdown-title-arrow {
    font-size: 14px;
  }

  .button.tab-active-button {
    flex-flow: row;
    min-width: 135px;
    margin-right: 0;
  }

  .button.tab-button {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-right: 10px;
  }

  .button.nav {
    margin-top: 0;
  }

  .button.hero {
    margin-right: 0;
  }

  .text-wrap {
    height: 22px;
  }

  .subtitle-wrapper.about, .subtitle-wrapper.work {
    padding-top: 0;
  }

  .hero-subtitle.utility-page {
    margin-top: 10px;
  }

  .hero-image-wrapper.about {
    margin-top: 50px;
  }

  .hero-image {
    display: none;
  }

  .hero-image.show {
    max-width: 100%;
  }

  .stats-details-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .counter-title {
    font-size: 50px;
  }

  .stats-details {
    font-size: 16px;
  }

  .service-content-wrap {
    grid-template-columns: 1fr;
  }

  .service-info-wrapper {
    max-width: 100%;
    overflow: hidden;
  }

  .service-items-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-link-block-wrapper {
    width: 100%;
    min-width: 100%;
    min-height: 240px;
    padding: 15px;
  }

  .services-title {
    margin-bottom: 14px;
    font-size: 30px;
  }

  .team-details-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .member-name {
    margin-top: 20px;
    font-size: 18px;
  }

  .member-designation {
    font-size: 16px;
  }

  .work-content-wrap {
    margin-bottom: 20px;
  }

  .work-image-wrapper {
    min-width: auto;
    min-height: 280px;
  }

  .work-button-wrapper {
    min-width: 130px;
    min-height: 130px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .work-categories {
    margin-top: 18px;
  }

  .work-title {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .services-page-content-wrap {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: .75fr 2fr .25fr .25fr;
    padding-bottom: 30px;
  }

  .blog-tab-button-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
    width: 564px;
  }

  .tab-button-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .blog-contents-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-contents-wrap {
    min-width: 100%;
  }

  .blog-categories-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-categories-collection-item {
    max-width: 100%;
  }

  .blog-categories-link-block {
    min-width: 100%;
  }

  .service-list-items-wrapper {
    display: none;
  }

  .service-hover-image {
    max-width: 319px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
    left: 110px;
  }

  .tabs-content-wrap {
    grid-template-columns: 1fr;
  }

  .tab-title-wrapper {
    margin-bottom: 10px;
  }

  .feature-list-wrap {
    margin-bottom: 0;
  }

  .contact-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .contact-textarea:focus {
    border-color: var(--medium-gray);
  }

  .book-a-call-image-wrap {
    padding: 30px;
  }

  .work-info-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.25fr;
  }

  .work-overview-content-wrapper {
    grid-template-columns: 1fr;
  }

  .work-single-title {
    letter-spacing: -1px;
  }

  .article-single-contents-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .article-single-details {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .article-single-rich-text {
    margin-bottom: 30px;
  }

  .article-single-image {
    margin-bottom: 20px;
  }

  .article-comment {
    font-size: 18px;
  }

  .article-multi-images-wrapper {
    margin-bottom: 30px;
  }

  .article-comments-wrapper {
    margin-bottom: 15px;
    padding: 22px;
  }

  .article-comments {
    font-size: 20px;
  }

  .article-single-items-wrapper {
    grid-template-columns: 1fr;
  }

  .utility-page-title {
    font-size: 50px;
  }

  .color-content-wrapper {
    margin-top: 50px;
  }

  .utility-subtitle {
    font-size: 36px;
  }

  .color-content-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .typography-title {
    font-size: 34px;
  }

  .typography-details-wrapper {
    margin-top: 40px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .typography-details-title {
    font-size: 16px;
  }

  .typhography-guide.h5, .typhography-guide.h4 {
    font-size: 22px;
  }

  .typhography-guide.h3 {
    font-size: 28px;
  }

  .typhography-guide.h2 {
    font-size: 42px;
  }

  .typography-details {
    font-size: 18px;
  }

  .typography-paragraph.semi, .typography-paragraph.mid {
    font-size: 16px;
  }

  .typography-paragraph.regular, .typography-paragraph.medium {
    font-size: 18px;
  }

  .typeface-details {
    font-size: 16px;
  }

  .typeface-title {
    font-size: 50px;
  }

  .typeface-text {
    font-size: 16px;
  }

  .style-guide-single-title {
    margin-top: 0;
    font-size: 34px;
  }

  .button-wrap {
    flex-flow: wrap;
  }

  .style-guide-single-title-2 {
    margin-top: 0;
    font-size: 34px;
  }

  .hero-content-wrapper-2 {
    overflow: hidden;
  }

  .changelog-version-date {
    font-size: 16px;
  }

  .changelog-details {
    font-size: 18px;
  }

  .change-log-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .changelog-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .changelog-version {
    font-size: 40px;
  }

  .license-subtitle {
    font-size: 44px;
  }

  .license-details {
    margin-top: 10px;
  }

  .license-image-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .pricing-single-list-title {
    margin-top: 20px;
  }

  .nav-cart-wrapper {
    left: 0;
  }

  .utility-page-form {
    padding: 40px;
  }

  .text-field.password {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .preview-hero-title {
    font-size: 50px;
  }

  .preview-hero-description-wrapper {
    margin-top: 20px;
  }

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

  .preview-include-contents-wrap {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    grid-template-columns: 1fr;
  }

  .preview-title {
    font-size: 44px;
  }

  .preview-details {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .preview-include-right-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .include-title {
    font-size: 20px;
  }

  .preview-details-image-wrap {
    padding: 40px;
  }

  .preview-image-title {
    font-size: 20px;
  }

  .inner-pages-content-wrapper {
    padding: 30px 60px 40px;
  }

  .inner-pages-content-wrap, .utility-pages-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .figma-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .figma-title {
    font-size: 32px;
  }

  .figma-details {
    margin-top: 10px;
  }

  .figma-icon {
    object-fit: cover;
  }

  .preview-footer-copywrite-wrapper {
    margin-top: 30px;
    padding-top: 18px;
    padding-bottom: 16px;
  }

  .changelog-title {
    font-size: 60px;
    line-height: 120%;
  }

  .collection-list-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .services-contents-wrap {
    padding-top: 13px;
    padding-bottom: 20px;
  }

  .services-contents {
    grid-template-columns: 1fr 1.5fr auto;
  }

  .services-main-title {
    font-size: 28px;
  }

  .works-content-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .work-collection-item {
    margin-left: auto;
    margin-right: auto;
  }

  .work-image-wrap {
    min-width: auto;
    min-height: 20rem;
  }

  .work-image-wrap:hover {
    border-radius: 16px;
  }

  .work-main-title {
    font-size: 28px;
  }

  .work-details {
    font-size: 14px;
  }

  .counter-number-wrapper {
    height: 52px;
  }

  .stats-counter-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    height: 60px;
  }

  .success-message.v1 {
    max-width: 100%;
  }

  .work-title-link-wrapper {
    text-decoration: none;
  }

  .preview-navbar {
    background-color: #ddd0;
  }

  .preview-ticker-image {
    width: 250px;
    height: 250px;
    margin-right: 15px;
  }

  .nav-card-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .pricing-wrap {
    margin-top: 30px;
  }

  .image-5 {
    height: 20px;
  }

  .stats-content-wrap-2 {
    padding: 20px;
  }

  .stats-counter-wrapper-2 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 60px;
  }

  .stats-info-short-text-2 {
    align-self: flex-end;
    margin-right: 0;
    font-size: 40px;
  }

  .section-14 {
    margin-top: 60px;
  }

  .stats-info-2 {
    margin-top: 0;
    line-height: 100%;
  }

  .section-15 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  .section {
    margin-top: 50px;
  }

  .section.about {
    margin-top: 20px;
  }

  .section.book-a-call {
    margin-top: 50px;
  }

  .section.article {
    margin-top: 30px;
  }

  .section.password {
    margin-bottom: 40px;
  }

  .section.preview {
    margin-top: 40px;
  }

  .hero-content-wrap {
    flex-flow: column;
    grid-template-columns: 1fr 0fr .25fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .hero-content-wrap.two-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .hero-content-wrap.primary {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-content-left-col {
    position: absolute;
    top: -40px;
  }

  .hero-content-center-col {
    text-align: left;
    align-self: flex-start;
    width: 100%;
    max-width: 300px;
  }

  .hero-content-right-col {
    top: -10px;
    left: 0;
    right: auto;
  }

  .hero-left-subtitle-wrap {
    bottom: auto;
  }

  .hero-title {
    text-align: left;
    padding-right: 25px;
    font-size: 33px;
  }

  .hero-title.article-single {
    margin-bottom: -1px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 36px;
  }

  .hero-title.in {
    margin-top: 2px;
    margin-bottom: 19px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 8vw;
  }

  .hero-title.v1 {
    margin-bottom: 10px;
    font-size: 31px;
  }

  .hero-title-wrapper.about {
    align-self: center;
  }

  .hero-second-title {
    text-align: left;
    padding-left: 0;
    font-size: 34px;
  }

  .hero-second-title.short {
    font-size: 25px;
    font-weight: 300;
  }

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

  .hero-butoon-content-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-details {
    font-size: 14px;
  }

  .overview-wrapper {
    grid-template-columns: 1fr;
  }

  .title {
    margin-top: 33px;
    margin-bottom: -1px;
    font-size: 32px;
  }

  .title.footer {
    font-size: 30px;
  }

  .title.center {
    font-size: 32px;
  }

  .overview-details-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .overflow-details {
    font-size: 14px;
  }

  .stats-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stats-content-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 16px;
    display: flex;
  }

  .stats-content-wrap.about {
    grid-template-columns: 1fr;
  }

  .stats-title {
    font-size: 12px;
  }

  .stats-info, .stats-info-short-text {
    font-size: 40px;
  }

  .stats-image {
    margin-top: 25px;
  }

  .section-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .section-top-wrap.testimonial, .section-top-wrap.team {
    grid-template-columns: 1fr;
  }

  .section-top-title-wrapper {
    margin-top: 21px;
    padding-top: 0;
  }

  .section-top-title-wrapper.blog {
    margin-bottom: 30px;
  }

  .slider {
    min-height: 653px;
  }

  .slide-contents {
    height: auto;
  }

  .left-arrow-wrapper, .right-arrow-wrapper {
    top: -50px;
    bottom: auto;
  }

  .slider-content-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    height: auto;
  }

  .slider-image {
    width: 100%;
  }

  .testimonial-details-wrapper {
    max-height: 100%;
    padding: 20px;
  }

  .faq-details-wrapper {
    padding: 20px 12px;
  }

  .faq-title {
    max-width: 330px;
    font-size: 18px;
  }

  .faq-details {
    padding-top: 16px;
  }

  .faq-title-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
  }

  .blog-collection-item-wrapper {
    min-height: 320px;
  }

  .blog-details-wrap {
    padding-bottom: 18px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-category {
    font-size: 14px;
  }

  .blog-title {
    font-size: 26px;
  }

  .blog-right-arrow {
    right: 14px;
  }

  .section-button-wrapper {
    margin-top: 50px;
  }

  .footer-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-form-wrapper {
    margin-top: 20px;
  }

  .footer-details {
    font-size: 14px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, 1fr) 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center stretch;
    min-width: 100%;
    display: grid;
  }

  .footer-menu-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-menu-title {
    margin-bottom: 20px;
  }

  .footer-menu-details-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-menu-link {
    font-size: 12px;
  }

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

  .navbar-logo {
    margin-top: -33px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    width: 354px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .dropdown-list {
    min-width: auto;
  }

  .dropdown-pd {
    width: auto;
  }

  .button.tab-button {
    margin-right: 0;
  }

  .button.pricing {
    height: 50px;
  }

  .button.form-submit {
    width: 130px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .button.hero {
    padding-bottom: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-text {
    margin-top: -4px;
  }

  .subtitle-wrapper.work {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .hero-image-wrapper.about {
    margin-bottom: 20px;
  }

  .stats-details-wrapper {
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .stats-details {
    text-align: right;
    max-width: 219px;
  }

  .service-content-wrap {
    grid-template-columns: 1fr;
  }

  .service-details {
    font-size: 14px;
  }

  .service-items-content-wrap {
    width: auto;
  }

  .service-link-block-wrapper {
    min-height: 210px;
  }

  .services-title {
    font-size: 24px;
  }

  .paragraph {
    font-size: 14px;
  }

  .team-details-wrap {
    grid-template-columns: 1fr;
  }

  .member-name {
    margin-top: 10px;
    font-size: 16px;
  }

  .member-designation {
    font-size: 14px;
  }

  .work-content-wrapper {
    grid-template-columns: 1fr;
  }

  .work-content-wrap {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .work-details-wrapper {
    width: 100%;
  }

  .work-categories {
    font-size: 14px;
  }

  .work-title {
    font-size: 22px;
  }

  .services-page-content-wrap {
    justify-content: space-between;
    padding-bottom: 16px;
    display: flex;
  }

  .services-page-content-wrap.top-padding {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .blog-tab-button-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .tab-button-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .blog-contents-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-categories-link-block {
    min-height: 310px;
  }

  .service-title {
    letter-spacing: -2px;
    font-size: 24px;
  }

  .service-contents-wrapper {
    display: none;
  }

  .service-detail {
    font-size: 14px;
  }

  .tab-button, .tab-button.w--current {
    margin-right: 0;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    left: 26px;
  }

  .tabs-content {
    margin-top: 40px;
  }

  .pricing-tab-info-wrap {
    padding-bottom: 8px;
  }

  .pricing-price {
    font-size: 26px;
  }

  .contact-subtitle {
    font-size: 18px;
  }

  .contact-details {
    font-size: 14px;
  }

  .company-details-wrap {
    margin-bottom: 20px;
  }

  .company-details-text {
    font-size: 16px;
  }

  .contact-form-wrapper {
    padding: 18px;
  }

  .contact-forms-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .contact-label {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .contact-input {
    margin-bottom: 0;
    padding: 14px 12px;
    font-size: 13px;
  }

  .contact-textarea {
    min-height: 157px;
  }

  .book-a-content-wrapper {
    max-width: 100%;
  }

  .book-a-call-image-wrap {
    border-radius: 16px;
    padding: 20px 16px;
  }

  .contact-title {
    margin-top: 20px;
    font-size: 28px;
  }

  .book-a-call-links-wrapper {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .book-a-call-links {
    font-size: 16px;
  }

  .work-single-wrapper {
    margin-top: 40px;
  }

  .work-info-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .work-info-left-col {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .work-details-subtitle, .work-details-name {
    font-size: 14px;
  }

  .work-overview-content-wrapper {
    margin-top: 40px;
  }

  .work-single-title {
    font-size: 28px;
  }

  .scope-of-work-content-wrap {
    padding: 12px 15px;
  }

  .scope-of-work-title {
    font-size: 20px;
  }

  .work-obejctives-content-wrapper {
    margin-top: 30px;
  }

  .work-obejct-details {
    margin-bottom: 20px;
  }

  .work-objectives-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .work-single-items-wrapper {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .service-single-content-wrapper {
    margin-top: 40px;
  }

  .service-single-details {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .service-single-rich-text h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .service-single-rich-text h2, .service-single-rich-text h1 {
    font-size: 20px;
  }

  .our-service-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .article-info-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .article-author-name {
    font-size: 12px;
  }

  .article-single-details {
    margin-top: 10px;
    margin-bottom: 70px;
  }

  .article-single-rich-text {
    color: #dedbdb;
    text-align: justify;
    background-color: #0000;
    margin-bottom: 29px;
    padding-bottom: 0;
  }

  .article-single-rich-text h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .article-single-rich-text h2 {
    font-size: 30px;
  }

  .article-comment {
    font-size: 16px;
  }

  .article-multi-images-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .article-comments-wrapper {
    margin-bottom: 10px;
    padding: 18px;
  }

  .article-comments {
    font-size: 18px;
  }

  .article-single-items-wrapper {
    margin-top: 40px;
  }

  .utility-page-title {
    font-size: 34px;
  }

  .utility-subtitle {
    font-size: 30px;
  }

  .color-content-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .color-code-name {
    font-size: 16px;
  }

  .typography-contents-wrapper {
    margin-top: 60px;
  }

  .typography-title {
    font-size: 32px;
  }

  .typography-details-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .typography-content-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .typhography-guide.h5, .typhography-guide.h4 {
    font-size: 20px;
  }

  .typhography-guide.h3 {
    font-size: 26px;
  }

  .typhography-guide.h2 {
    font-size: 38px;
  }

  .typography-details, .typography-paragraph.semi, .typography-paragraph.mid {
    font-size: 14px;
  }

  .typography-paragraph.regular, .typography-paragraph.medium {
    font-size: 16px;
  }

  .style-guide-single-wrap {
    margin-top: 60px;
  }

  .typeface-title {
    font-size: 40px;
  }

  .typeface-text {
    font-size: 16px;
  }

  .typeface-left-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style-guide-single-title {
    font-size: 30px;
  }

  .style-guide-single-wrap-2 {
    margin-top: 60px;
  }

  .button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .style-guide-single-title-2 {
    font-size: 30px;
  }

  .changelog-details {
    font-size: 16px;
  }

  .change-log-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .changelog-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .changelog-version {
    font-size: 40px;
  }

  .license-subtitle {
    font-size: 24px;
  }

  .license-details {
    font-size: 14px;
  }

  .license-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pricing-plan-single {
    padding: 20px;
  }

  .pricing-single-title {
    font-size: 22px;
  }

  .pricing-single-price {
    font-size: 30px;
  }

  .add-to-cart-button {
    font-size: 16px;
  }

  .utility-page-form {
    border-radius: 16px;
    padding: 30px 20px;
  }

  ._404-image {
    width: 328px;
  }

  ._404-page-title {
    font-size: 32px;
  }

  ._404-text {
    margin-bottom: 30px;
    font-size: 16px;
  }

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

  .password-description {
    font-size: 16px;
  }

  .preview-hero-title {
    font-size: 32px;
  }

  .preview-hero-description {
    font-size: 14px;
  }

  .preview-hero-description-wrapper {
    margin-top: 15px;
  }

  .preview-hero-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-explore-button {
    text-align: left;
  }

  .preview-explore-button-text {
    display: flex;
  }

  .preview-title {
    font-size: 30px;
  }

  .preview-details {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .preview-include-details-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .include-title {
    font-size: 18px;
  }

  .include-details {
    font-size: 14px;
  }

  .preview-details-image-wrap {
    padding: 20px;
  }

  .preview-details-image {
    width: 200px;
    height: 200px;
  }

  .preview-image-title {
    font-size: 16px;
  }

  .inner-pages-content-wrapper {
    padding: 20px;
  }

  .inner-pages-content-wrap, .utility-pages-content-wrap {
    grid-template-columns: 1fr;
  }

  .figma-file-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .figma-title {
    font-size: 28px;
  }

  .figma-details {
    font-size: 14px;
  }

  .figma-icon {
    width: 100%;
  }

  .preview-footer-details {
    font-size: 14px;
  }

  .icon {
    margin-bottom: 23px;
  }

  .menu-button {
    padding: 0;
  }

  .changelog-title {
    font-size: 50px;
    line-height: 110%;
  }

  .collection-list-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .services-content-wrapper {
    margin-top: 30px;
  }

  .services-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-contents-wrap {
    padding-bottom: 16px;
  }

  .services-contents {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr auto auto;
  }

  .services-main-title {
    margin-top: 0;
    font-size: 18px;
  }

  .project-button-wrapper {
    margin-top: 26px;
  }

  .works-content-wrapper {
    grid-template-columns: 1fr;
  }

  .work-image-wrap {
    min-width: 100%;
    min-height: 320px;
  }

  .work-main-title {
    font-size: 26px;
  }

  .work-details {
    font-size: 12px;
  }

  .preview-button-wrapper {
    padding: 12px 10px;
  }

  .counter-number-wrapper {
    width: 150px;
  }

  .stats-counter-wrapper {
    height: 40px;
    margin-top: 40px;
  }

  .preview-navbar {
    background-color: #ddd0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .preview-ticker-wrapper {
    overflow: hidden;
  }

  .pricing-wrap {
    margin-top: 20px;
  }

  .section-2 {
    min-height: 75vh;
    margin-top: -100px;
    padding: 30px 25px;
  }

  .div-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2.home-headline {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
  }

  .hero-heading {
    font-size: 34px;
    line-height: 40px;
  }

  .section-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .modual6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .image {
    height: 175px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .section-4 {
    padding: 30px 25px;
  }

  .div-block-12, .div-block-13 {
    width: 100%;
  }

  .div-block-14 {
    flex-flow: row-reverse wrap;
  }

  .image-2 {
    min-height: 250px;
  }

  .section3-heading.saveyourspot, .section3-heading.linkdin {
    font-size: 30px;
    line-height: 35px;
  }

  .section-5 {
    padding: 30px 25px;
  }

  .div-block-16 {
    width: 100%;
  }

  .heading-6 {
    font-size: 28px;
  }

  .section-6 {
    padding: 30px 25px;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-10, .heading-11 {
    font-size: 20px;
  }

  .section-7 {
    padding: 30px 25px;
  }

  .heading-13 {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-25 {
    width: 100%;
  }

  .div-block-26 {
    flex-flow: row-reverse wrap;
  }

  .image-3 {
    height: 225px;
  }

  .heading-14.workshop {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-15 {
    font-size: 20px;
  }

  .section-8 {
    padding: 40px 25px;
  }

  .div-block-28 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row-reverse wrap;
  }

  .div-block-29 {
    flex-flow: column;
    width: 100%;
  }

  .heading-17 {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-6 {
    max-width: 100%;
  }

  .image-5 {
    width: 20px;
    height: auto;
    min-height: auto;
    max-height: 20px;
  }

  .link-2 {
    font-size: 15px;
  }

  .section-9 {
    padding: 30px 25px;
  }

  .heading-18 {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-34 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-10 {
    padding: 30px 25px;
  }

  .section-11 {
    margin-bottom: -50px;
    padding: 30px 25px;
  }

  .heading-20 {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-38.footer-btn {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .heading-21 {
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-40 {
    flex-flow: row-reverse wrap;
    padding: 20px;
  }

  .div-block-41 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-41.bookacall {
    width: 100%;
  }

  .heading-22 {
    font-size: 30px;
    line-height: 35px;
  }

  .image-7 {
    max-width: 150px;
  }

  .section-13 {
    min-height: 80vh;
    padding: 30px 25px;
  }

  .container-14 {
    flex-flow: row-reverse wrap;
    display: flex;
  }

  .div-block-42.homehero {
    width: 100%;
  }

  .div-block-43 {
    flex-flow: row-reverse wrap;
  }

  .heading-25 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-26 {
    font-size: 26px;
    line-height: 32px;
  }

  .overflow-details-2 {
    font-size: 14px;
  }

  .stats-content-wrap-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 16px;
    display: flex;
  }

  .stats-title-2 {
    font-size: 12px;
  }

  .stats-counter-wrapper-2 {
    height: 40px;
    margin-top: 40px;
  }

  .stats-info-short-text-2 {
    font-size: 40px;
  }

  .section-14 {
    margin-top: 50px;
  }

  .stats-info-2 {
    font-size: 40px;
  }

  .stats-title-3 {
    font-size: 12px;
  }

  .section-15 {
    margin-top: 50px;
  }

  .section-16 {
    padding: 30px 25px;
  }

  .div-block-44 {
    flex-flow: wrap-reverse;
    padding: 25px;
  }

  .div-block-44.servicesbox1 {
    flex-flow: wrap;
    margin-bottom: 30px;
    padding: 25px;
  }

  .div-block-45, .div-block-46 {
    width: 100%;
  }

  .image-8 {
    min-height: 200px;
  }

  .heading-28 {
    font-size: 20px;
  }

  .text-span-11 {
    font-size: 22px;
  }
}

#w-node-_8aaa6faf-31e5-9153-f075-3623a95ac08a-55da75d6 {
  align-self: start;
}

#w-node-_8aaa6faf-31e5-9153-f075-3623a95ac098-55da75d6 {
  place-self: end;
}

#w-node-_93e31e1a-6c29-7000-28cd-394ff312e8b8-55da75d6 {
  align-self: stretch;
}

#w-node-_8aaa6faf-31e5-9153-f075-3623a95ac0d1-55da75d6 {
  justify-self: end;
}

#w-node-_8aaa6faf-31e5-9153-f075-3623a95ac121-55da75d6 {
  place-self: center end;
}

#w-node-_3c0e1f38-4faa-5044-5cf3-880125b1f0fc-55da75d7 {
  align-self: center;
}

#w-node-_63d949be-e93f-ea39-2bea-21cbf3e80919-55da75d8 {
  place-self: center end;
}

#w-node-_1cb055da-68e4-b369-25e6-f10f4e5cafa8-55da75d8 {
  justify-self: start;
}

#w-node-e44b5046-768e-361a-f47b-7f8bae018406-55da75d9, #w-node-bafb46ae-81ee-4ab4-4ead-713c35b62315-55da75da, #w-node-_880473c6-2db8-4035-7912-4049aa74c4fc-55da75db {
  align-self: auto;
}

#w-node-eba7a639-d560-33cd-406a-aa7c14765550-14765547 {
  align-self: start;
}

#w-node-eba7a639-d560-33cd-406a-aa7c14765554-14765547, #w-node-eba7a639-d560-33cd-406a-aa7c1476555d-14765547 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bb73c72-5eb8-2b8e-a458-8280741aa6c1-55da75dd, #w-node-_805e9020-782f-1066-c8a1-be78708b3f71-55da75de {
  align-self: auto;
}

#w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c892-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c895-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c898-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c89f-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8a2-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8a5-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8b9-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8bc-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8bf-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8c6-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8c9-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8cc-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8d3-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8d6-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8d9-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8ed-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8f0-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8f3-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8fa-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c8fd-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c900-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c907-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c90a-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c90d-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c914-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c917-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c91a-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c955-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c958-55da75df, #w-node-ea9c305a-0ba3-8bce-5f8b-ab1055e8c95b-55da75df {
  place-self: center;
}

#w-node-_391a5243-cc2e-4c1a-f6db-1b73e0e0467c-55da75e1, #w-node-_391a5243-cc2e-4c1a-f6db-1b73e0e0467e-55da75e1, #w-node-_391a5243-cc2e-4c1a-f6db-1b73e0e04680-55da75e1 {
  justify-self: stretch;
}

#w-node-a7612f6e-9b30-5875-d518-7035349749dc-55da75e2, #w-node-de76cff3-17d6-cd70-2451-eb3d5984a364-55da75e3, #w-node-_1d37fe17-017e-75c5-ef99-fbc4949d5aeb-55da75e4, #w-node-_0bff982a-6666-b59f-d2d8-8236aaf98673-55da75e5 {
  align-self: auto;
}

#w-node-a84a0680-e1aa-a45c-24de-d5b974b65fd0-55da75e5 {
  place-self: center end;
}

#w-node-ae98ab29-d231-8291-9f23-bfd79d94c7ab-55da75e6, #w-node-c63ad876-a5e7-7e2e-2e59-4c8028314da5-55da75e7 {
  align-self: auto;
}

#w-node-ca71f13b-4912-b06a-d96f-681b25be388e-55da75e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_805e9020-782f-1066-c8a1-be78708b3f71-55da75ef {
  align-self: auto;
}

#w-node-_805e9020-782f-1066-c8a1-be78708b3f74-55da75ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_805e9020-782f-1066-c8a1-be78708b3f71-55da75f0 {
  align-self: auto;
}

#w-node-_805e9020-782f-1066-c8a1-be78708b3f74-55da75f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_3fa99d45-3434-4da9-d8b3-43afa89bbd17-55da75f1 {
  place-self: center end;
}

@media screen and (min-width: 1440px) {
  #w-node-_93e31e1a-6c29-7000-28cd-394ff312e8bc-55da75d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8aaa6faf-31e5-9153-f075-3623a95ac0d1-55da75d6 {
    align-self: end;
  }

  #w-node-dc7582d7-4fd8-4751-c583-4d4e41a44772-55da75d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_7c1f69a3-4afa-f868-a997-cae5f4330ca4-55da75db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8aaa6faf-31e5-9153-f075-3623a95ac08e-55da75d6 {
    align-self: end;
  }

  #w-node-_93e31e1a-6c29-7000-28cd-394ff312e8a5-55da75d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_93e31e1a-6c29-7000-28cd-394ff312e8b8-55da75d6 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_8aaa6faf-31e5-9153-f075-3623a95ac0f5-55da75d6 {
    align-self: center;
  }

  #w-node-_8aaa6faf-31e5-9153-f075-3623a95ac121-55da75d6 {
    justify-self: start;
  }

  #w-node-_3c0e1f38-4faa-5044-5cf3-880125b1f0fc-55da75d7 {
    justify-self: end;
  }

  #w-node-_880473c6-2db8-4035-7912-4049aa74c4fc-55da75db, #w-node-_880473c6-2db8-4035-7912-4049aa74c4ff-55da75db {
    justify-self: start;
  }

  #w-node-_7c1f69a3-4afa-f868-a997-cae5f4330ca4-55da75db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51f39c0b-7f8d-95d0-339a-8b7a5b701bb9-55da75dc {
    align-self: stretch;
  }

  #w-node-_4facd816-28f5-ba21-c02c-85d27f19380d-55da75e2 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_3fa99d45-3434-4da9-d8b3-43afa89bbd17-55da75f1 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8aaa6faf-31e5-9153-f075-3623a95ac08e-55da75d6 {
    justify-self: stretch;
  }

  #w-node-a23fe911-84d5-9d81-0e34-953d5fe2e72a-5fe2e6fe {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-c59cfffb-38a7-9a14-9775-dc168e29fa7c-55da75d7, #w-node-ea22027d-e20c-9e03-37be-55e2506a517a-55da75d7, #w-node-_9b174e96-ca7c-d2bf-7cee-d85d074ff6df-55da75d7 {
    justify-self: start;
  }

  #w-node-_3c0e1f38-4faa-5044-5cf3-880125b1f0fc-55da75d7 {
    justify-self: center;
  }

  #w-node-_63d949be-e93f-ea39-2bea-21cbf3e80919-55da75d8 {
    justify-self: start;
  }

  #w-node-_0be14e24-fcd4-d117-6aae-198079473bdb-55da75d8, #w-node-_4be651e3-0de6-5e1a-0e9e-7b8bce46c1f6-55da75d8 {
    justify-self: stretch;
  }

  #w-node-e44b5046-768e-361a-f47b-7f8bae018406-55da75d9, #w-node-bafb46ae-81ee-4ab4-4ead-713c35b62315-55da75da {
    place-self: start;
  }

  #w-node-eba7a639-d560-33cd-406a-aa7c14765550-14765547 {
    order: -9999;
  }

  #w-node-de76cff3-17d6-cd70-2451-eb3d5984a364-55da75e3 {
    place-self: start;
  }

  #w-node-a84a0680-e1aa-a45c-24de-d5b974b65fd0-55da75e5 {
    order: -9999;
    justify-self: end;
  }

  #w-node-ae98ab29-d231-8291-9f23-bfd79d94c7ab-55da75e6 {
    place-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_93e31e1a-6c29-7000-28cd-394ff312e8b8-55da75d6 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8aaa6faf-31e5-9153-f075-3623a95ac0d1-55da75d6 {
    justify-self: start;
  }

  #w-node-a23fe911-84d5-9d81-0e34-953d5fe2e72b-5fe2e6fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a23fe911-84d5-9d81-0e34-953d5fe2e74b-5fe2e6fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6e9cc165-b259-792f-ef0d-64d9ea4b230b-55da75d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_31c65608-5ac9-1d5b-24e9-f42349027e4b-55da75df, #w-node-d9d5ee8e-7b52-9a69-6ed7-d912347b2ecb-55da75df {
    align-self: center;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.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';
  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;
}