:root {
  --background: #0a0a0a;
  --_font-family---primary-font: "Sulphur Point", sans-serif;
  --white: white;
  --_typography---regular: 16px;
  --_line-height---line-height-5xl: 162%;
  --_font-weight---regular: 400;
  --_gap---gap-none: 0px;
  --_typography---h1: 60px;
  --_line-height---line-height-s: 116%;
  --_letter-speacing---letter-speacing-9xl: -2.4px;
  --_typography---h2: 48px;
  --_line-height---line-height-m: 120%;
  --_letter-speacing---letter-speacing-8xl: -1.94px;
  --_typography---h3: 36px;
  --_line-height---line-height-l: 127%;
  --_letter-speacing---letter-speacing-7xl: -1.44px;
  --_typography---h4: 32px;
  --_line-height---line-height-xl: 131%;
  --_letter-speacing---letter-speacing-6xl: -1.28px;
  --_typography---h5: 24px;
  --_line-height---line-height-2xl: 141%;
  --_letter-speacing---letter-speacing-5xl: -.96px;
  --_line-height---line-height-3xl: 150%;
  --_letter-speacing---letter-speacing-4xl: -.8px;
  --white-60: #fff9;
  --_letter-speacing---letter-speacing-2xl: -.64px;
  --_font-family---secondary-font: Poppins, sans-serif;
  --_line-height---line-height-xs: 100%;
  --_letter-speacing---letter-speacing-m: -.32px;
  --_gap---gap-xl: 30px;
  --white-12: #ffffff1f;
  --white-8: #ffffff14;
  --_gap---gap-l: 24px;
  --_gap---gap-m: 20px;
  --_border-radius---border-radius-s: 6px;
  --_gap---gap-4xl: 60px;
  --_gap---gap-5xl: 70px;
  --_gap---gap-3xl: 40px;
  --_typography---extra-small: 12px;
  --_line-height---line-height-6xl: 171%;
  --_letter-speacing---letter-speacing-xs: -.24px;
  --_typography---small: 14px;
  --_letter-speacing---letter-speacing-xl: -.56px;
  --_line-height---line-height-4xl: 155%;
  --_typography---medium: 18px;
  --_letter-speacing---letter-speacing-l: -.36px;
  --_letter-speacing---letter-speacing-10xl: -4px;
  --_gap---gap-9xl: 200px;
  --_gap---gap-6xl: 80px;
  --_gap---gap-10xl: 208px;
  --_gap---gap-8xl: 120px;
  --_border-radius---border-radius-m: 4px;
  --_letter-speacing---letter-speacing-s: -.28px;
  --_typography---h6: 20px;
  --_border-radius---border-radius-l: 8px;
  --_gap---gap-s: 16px;
  --_typography---display-font: 100px;
  --_gap---gap-7xl: 100px;
  --_gap---gap-2xl: 35px;
  --_border-radius---border-radius-2xl: 999px;
  --transparent: transparent;
  --_letter-speacing---letter-speacing-3xl: -.72px;
  --black: black;
  --_border-radius---border-radius-xl: 12px;
}

body {
  background-color: var(--background);
  font-family: var(--_font-family---primary-font);
  color: var(--white);
  font-size: var(--_typography---regular);
  line-height: var(--_line-height---line-height-5xl);
  font-weight: var(--_font-weight---regular);
  --_gap---gap-none: 0px;
  --_gap---gap-xl: 30px;
  --_gap---gap-l: 24px;
  --_gap---gap-m: 20px;
  --_gap---gap-4xl: 60px;
  --_gap---gap-5xl: 70px;
  --_gap---gap-3xl: 40px;
  --_gap---gap-9xl: 200px;
  --_gap---gap-6xl: 80px;
  --_gap---gap-10xl: 208px;
  --_gap---gap-8xl: 120px;
  --_gap---gap-s: 16px;
  --_gap---gap-7xl: 100px;
  --_gap---gap-2xl: 35px;
  --_border-radius---border-radius-s: 6px;
  --_border-radius---border-radius-m: 4px;
  --_border-radius---border-radius-l: 8px;
  --_border-radius---border-radius-2xl: 999px;
  --_border-radius---border-radius-xl: 12px;
  --_letter-speacing---letter-speacing-9xl: -2.4px;
  --_letter-speacing---letter-speacing-8xl: -1.94px;
  --_letter-speacing---letter-speacing-7xl: -1.44px;
  --_letter-speacing---letter-speacing-6xl: -1.28px;
  --_letter-speacing---letter-speacing-5xl: -.96px;
  --_letter-speacing---letter-speacing-4xl: -.8px;
  --_letter-speacing---letter-speacing-2xl: -.64px;
  --_letter-speacing---letter-speacing-m: -.32px;
  --_letter-speacing---letter-speacing-xs: -.24px;
  --_letter-speacing---letter-speacing-xl: -.56px;
  --_letter-speacing---letter-speacing-l: -.36px;
  --_letter-speacing---letter-speacing-10xl: -4px;
  --_letter-speacing---letter-speacing-s: -.28px;
  --_letter-speacing---letter-speacing-3xl: -.72px;
  --_typography---regular: 16px;
  --_typography---h1: 60px;
  --_typography---h2: 48px;
  --_typography---h3: 36px;
  --_typography---h4: 32px;
  --_typography---h5: 24px;
  --_typography---extra-small: 12px;
  --_typography---small: 14px;
  --_typography---medium: 18px;
  --_typography---h6: 20px;
  --_typography---display-font: 100px;
  text-decoration: none;
}

h1 {
  margin-top: var(--_gap---gap-none);
  margin-bottom: var(--_gap---gap-none);
  font-size: var(--_typography---h1);
  line-height: var(--_line-height---line-height-s);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-9xl);
  text-decoration: none;
}

h2 {
  margin-top: var(--_gap---gap-none);
  margin-bottom: var(--_gap---gap-none);
  font-size: var(--_typography---h2);
  line-height: var(--_line-height---line-height-m);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-8xl);
}

h3 {
  margin-top: var(--_gap---gap-none);
  margin-bottom: var(--_gap---gap-none);
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---line-height-l);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-7xl);
}

h4 {
  margin-top: var(--_gap---gap-none);
  margin-bottom: var(--_gap---gap-none);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---line-height-xl);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-6xl);
}

h5 {
  margin-top: var(--_gap---gap-none);
  margin-bottom: var(--_gap---gap-none);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---line-height-2xl);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-5xl);
}

h6 {
  margin-top: var(--_gap---gap-none);
  margin-bottom: var(--_gap---gap-none);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---line-height-3xl);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-4xl);
}

p {
  margin-bottom: var(--_gap---gap-none);
  color: var(--white-60);
  letter-spacing: var(--_letter-speacing---letter-speacing-2xl);
}

a {
  font-family: var(--_font-family---secondary-font);
  color: var(--white);
  line-height: var(--_line-height---line-height-xs);
  letter-spacing: var(--_letter-speacing---letter-speacing-m);
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: var(--_gap---gap-none);
  padding-left: 20px;
}

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

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

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

.navbar {
  padding-top: var(--_gap---gap-xl);
  padding-bottom: var(--_gap---gap-xl);
  border-bottom: 1px solid var(--white-12);
  background-color: var(--white-8);
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  max-width: 1326px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.h100 {
  width: 100%;
  height: 100%;
}

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

.navbar-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--_border-radius---border-radius-s);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-button {
  border: 1px solid var(--white-8);
  border-radius: var(--_border-radius---border-radius-s);
  background-color: var(--white-8);
  padding: 7px 20px;
}

.menu-button.w--open {
  background-color: var(--white-8);
  text-align: justify;
}

.nav-menu-wrap {
  padding: var(--_gap---gap-4xl) var(--_gap---gap-5xl);
  grid-column-gap: var(--_gap---gap-3xl);
  grid-row-gap: var(--_gap---gap-3xl);
  flex-flow: column;
  display: flex;
  overflow: auto;
}

.nav-right-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 765px;
  display: flex;
}

.nav-location-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.nav-locaiton-top-text {
  opacity: .8;
  font-family: var(--_font-family---secondary-font);
  color: var(--white);
  font-size: var(--_typography---extra-small);
  line-height: var(--_line-height---line-height-6xl);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-xs);
}

.nav-locaiton-text {
  font-family: var(--_font-family---secondary-font);
  font-size: var(--_typography---small);
  line-height: var(--_line-height---line-height-6xl);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-xs);
}

.nav-social-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.nav-all-social-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-single-social-link {
  font-family: var(--_font-family---primary-font);
  font-size: var(--_typography---small);
  line-height: var(--_line-height---line-height-6xl);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-xl);
  text-transform: uppercase;
  height: 24px;
  overflow: hidden;
}

.nav-social-dash {
  font-family: var(--_font-family---secondary-font);
  font-size: var(--_typography---small);
  line-height: var(--_line-height---line-height-6xl);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-xs);
  margin-left: 16px;
  margin-right: 6px;
}

.menu-btn-icon {
  width: 16px;
  height: 16px;
}

.menu-btn-text {
  font-family: var(--_font-family---secondary-font);
  font-size: var(--_typography---small);
  line-height: var(--_line-height---line-height-4xl);
  letter-spacing: var(--_letter-speacing---letter-speacing-xs);
  text-transform: uppercase;
}

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

.nav-menu {
  background-color: var(--background);
  height: 95vh;
  overflow: auto;
}

.nav-single-link {
  width: 100%;
}

.nav-single-left-wrap {
  grid-column-gap: var(--_gap---gap-4xl);
  grid-row-gap: var(--_gap---gap-4xl);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-single-number {
  font-family: var(--_font-family---secondary-font);
  font-size: var(--_typography---medium);
  line-height: var(--_line-height---line-height-4xl);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-l);
  margin-top: 10px;
}

.nav-link-text-wrap {
  color: #fff3;
  height: 80px;
  overflow: hidden;
}

.nav-link-text {
  font-family: var(--_font-family---primary-font);
  font-size: 80px;
  line-height: var(--_line-height---line-height-xs);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-10xl);
}

.nav-single-wrap {
  grid-column-gap: var(--_gap---gap-m);
  grid-row-gap: var(--_gap---gap-m);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.nav-single-top-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-arrow-wrap {
  width: 100%;
  max-width: 36px;
  height: 36px;
  overflow: hidden;
  transform: rotate(-45deg);
}

.nav-single-line {
  background-color: var(--background);
  width: 100%;
  height: 1px;
}

.nav-single-white {
  background-color: var(--white-12);
  height: 1px;
  min-height: 1px;
}

.section {
  padding-top: var(--_gap---gap-9xl);
  padding-bottom: var(--_gap---gap-9xl);
}

.section.hero {
  padding-top: var(--_gap---gap-9xl);
  padding-bottom: var(--_gap---gap-6xl);
  background-image: url("https://cdn.prod.website-files.com/695ca977f34c8a950fec8eda/695dfd99102c09c2ccd4962b_Hero%20Thimble%20Image_compressed.webp");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.section.style {
  padding-top: var(--_gap---gap-10xl);
}

.section._404, .section.contact, .section.pricing {
  padding-top: var(--_gap---gap-10xl);
}

.section.faq {
  padding-top: var(--_gap---gap-none);
}

.section.about {
  padding-top: 220px;
  padding-bottom: var(--_gap---gap-none);
}

.section.values {
  padding-bottom: var(--_gap---gap-none);
}

.section.checkout {
  padding-top: var(--_gap---gap-10xl);
}

.section.awards {
  background-image: url("https://cdn.prod.website-files.com/695ca977f34c8a950fec8eda/696218ec69e312f198bd25eb_Section%20BG%20Image.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.about-v1 {
  padding-top: var(--_gap---gap-8xl);
  padding-bottom: var(--_gap---gap-none);
}

.section.project {
  padding-bottom: var(--_gap---gap-none);
}

.section.client {
  padding-top: var(--_gap---gap-none);
  padding-bottom: var(--_gap---gap-8xl);
}

.section.testimonial {
  padding-top: var(--_gap---gap-6xl);
  padding-bottom: var(--_gap---gap-none);
  background-image: url("https://cdn.prod.website-files.com/695ca977f34c8a950fec8eda/696218ec69e312f198bd25eb_Section%20BG%20Image.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.blog-v1 {
  padding-top: var(--_gap---gap-8xl);
}

.section.blog-single, .section.portfolio-single, .section.service-single {
  padding-top: var(--_gap---gap-10xl);
  padding-bottom: var(--_gap---gap-none);
}

.section.service-v1 {
  background-image: url("https://cdn.prod.website-files.com/695ca977f34c8a950fec8eda/696218ec69e312f198bd25eb_Section%20BG%20Image.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.footer {
  padding-top: var(--_gap---gap-none);
  padding-bottom: var(--_gap---gap-xl);
  background-image: url("https://cdn.prod.website-files.com/695ca977f34c8a950fec8eda/696218ec69e312f198bd25eb_Section%20BG%20Image.webp");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section.pricing {
  padding-top: var(--_gap---gap-10xl);
}

.section.service {
  padding-top: var(--_gap---gap-none);
  overflow: clip;
}

.section-top-wrap {
  padding-bottom: var(--_gap---gap-s);
  border-bottom: 1px solid var(--white-12);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-right-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 375px;
  display: flex;
}

.section-sub-text {
  font-family: var(--_font-family---secondary-font);
  font-size: var(--_typography---extra-small);
  line-height: var(--_line-height---line-height-6xl);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-xs);
  text-transform: capitalize;
}

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

.section-icon {
  max-width: 5px;
  height: 5px;
}

.cta-wrapper {
  margin-top: var(--_gap---gap-6xl);
}

.cta-top-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 938px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-wrap {
  margin-top: var(--_gap---gap-6xl);
  padding-top: var(--_gap---gap-xl);
  padding-bottom: var(--_gap---gap-xl);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-title {
  font-family: var(--_font-family---primary-font);
  font-size: var(--_typography---display-font);
  line-height: var(--_line-height---line-height-xs);
  font-weight: var(--_font-weight---regular);
  text-align: center;
  letter-spacing: var(--_letter-speacing---letter-speacing-10xl);
}

.cta-shadow {
  border: 1px solid var(--white-12);
  border-radius: var(--_border-radius---border-radius-l);
  background-color: var(--white-8);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 260px;
  display: flex;
  position: absolute;
}

.cta-plus-icon {
  width: 20px;
  height: 20px;
}

.footer-wrap {
  margin-top: var(--_gap---gap-7xl);
  margin-bottom: var(--_gap---gap-7xl);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-menu-wrap {
  grid-column-gap: var(--_gap---gap-m);
  grid-row-gap: var(--_gap---gap-m);
  flex-flow: column;
  display: flex;
}

.footer-sub-title {
  font-family: var(--_font-family---secondary-font);
  font-size: var(--_typography---small);
  line-height: var(--_line-height---line-height-6xl);
  letter-spacing: var(--_letter-speacing---letter-speacing-xs);
}

.footer-menu-link {
  color: var(--white-60);
  line-height: var(--_line-height---line-height-5xl);
  text-transform: capitalize;
  transition: all .4s;
}

.footer-menu-link:hover {
  color: var(--white);
  transform: translate(5px);
}

.footer-all-menu-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.footer-center-wrap {
  grid-column-gap: var(--_gap---gap-m);
  grid-row-gap: var(--_gap---gap-m);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 452px;
  margin-left: 50px;
  display: flex;
}

.footer-center-content {
  font-family: var(--_font-family---secondary-font);
  font-size: var(--_typography---small);
  line-height: var(--_line-height---line-height-6xl);
  text-align: center;
  letter-spacing: var(--_letter-speacing---letter-speacing-m);
}

.footer-right-wrap {
  grid-column-gap: var(--_gap---gap-m);
  grid-row-gap: var(--_gap---gap-m);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-copyright-wrap {
  grid-column-gap: var(--_gap---gap-2xl);
  grid-row-gap: var(--_gap---gap-2xl);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.footer-copyright-line {
  background-color: var(--white-12);
  width: 100%;
  height: 1px;
  min-height: 1px;
}

.footer-copyright-text {
  font-family: var(--_font-family---secondary-font);
  color: var(--white-60);
  font-size: var(--_typography---small);
  line-height: var(--_line-height---line-height-6xl);
  letter-spacing: var(--_letter-speacing---letter-speacing-xs);
}

.footer-social-link {
  border: 1px solid var(--white-12);
  border-radius: var(--_border-radius---border-radius-m);
  background-color: var(--white-8);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-social-icon {
  z-index: 1;
  width: auto;
  height: auto;
  position: relative;
}

.footer-social-bg {
  background-color: var(--white);
  width: 0;
  height: 0;
  position: absolute;
}

.footer-social-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.footer-copyright-link {
  font-family: var(--_font-family---secondary-font);
  color: var(--white);
  font-size: var(--_typography---small);
  line-height: var(--_line-height---line-height-6xl);
  letter-spacing: var(--_letter-speacing---letter-speacing-xs);
  transition: all .4s;
}

.footer-copyright-link:hover {
  text-decoration: underline;
}

.primary-button {
  grid-column-gap: var(--_gap---gap-m);
  grid-row-gap: var(--_gap---gap-m);
  border: 1px solid var(--white-12);
  border-radius: var(--_border-radius---border-radius-s);
  background-color: var(--white-8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-size: var(--_typography---small);
  line-height: var(--_line-height---line-height-6xl);
  letter-spacing: var(--_letter-speacing---letter-speacing-s);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 4px 4px 24px;
  display: inline-flex;
}

.primary-btn-text-wrap {
  height: 24px;
  overflow: hidden;
}

.primary-btn-icon-wrap {
  aspect-ratio: 1;
  border-radius: var(--_border-radius---border-radius-m);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn-icon {
  max-width: 14px;
  max-height: 12px;
}

.primary-btn-icon._02 {
  position: absolute;
}

.pricing-top-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.pricing-left-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.pricing-details {
  font-family: var(--_font-family---secondary-font);
  font-size: var(--_typography---small);
  line-height: var(--_line-height---line-height-6xl);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-s);
  max-width: 493px;
}

.pricing-button {
  border: 1px solid var(--white-12);
  border-radius: var(--_border-radius---border-radius-l);
  background-color: var(--white-8);
  color: var(--white);
  font-size: var(--_typography---small);
  line-height: var(--_line-height---line-height-2xl);
  letter-spacing: var(--_letter-speacing---letter-speacing-s);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-button.fs16 {
  font-size: var(--_typography---regular);
  line-height: var(--_line-height---line-height-xs);
  letter-spacing: var(--_letter-speacing---letter-speacing-2xl);
  padding-top: 14px;
  padding-bottom: 14px;
}

.pricing-button.wfs16 {
  background-color: var(--white);
  color: var(--background);
  font-size: var(--_typography---regular);
  line-height: var(--_line-height---line-height-xs);
  letter-spacing: var(--_letter-speacing---letter-speacing-2xl);
  padding-top: 14px;
  padding-bottom: 14px;
}

.pricing-button.center {
  background-color: var(--white);
  color: var(--background);
}

.pricing-btn-text {
  z-index: 1;
  position: relative;
}

.pricing-bg {
  background-color: var(--white);
  position: absolute;
  inset: auto 0% 0%;
}

.pricing-bg.center {
  background-color: #303030;
}

.portfolio-wrap {
  margin-top: var(--_gap---gap-6xl);
}

.portfolio-flex-wrap {
  grid-column-gap: var(--_gap---gap-3xl);
  grid-row-gap: var(--_gap---gap-3xl);
  flex-flow: column;
  display: flex;
}

.portfolio-card-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.0857fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-left-wrap {
  border: 1px solid var(--white-12);
  border-radius: var(--_border-radius---border-radius-l);
  background-color: var(--white-8);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.portfolio-img-wrap {
  border: 1px solid var(--white-12);
  border-radius: var(--_border-radius---border-radius-l);
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-image {
  border-radius: var(--_border-radius---border-radius-l);
}

.portfolio-image._01 {
  object-fit: cover;
}

.portfolio-image._02 {
  object-fit: cover;
  position: absolute;
}

.portfolio-icon {
  border-radius: var(--_border-radius---border-radius-l);
  width: 48px;
  height: 48px;
  overflow: hidden;
  box-shadow: 0 20px 20px -2px #ffffff1a, 0 6.383px 6.383px -1.5px #ffffff14, 0 2.415px 2.415px -1px #ffffff14, 0 .8px .8px -.5px #ffffff0f;
}

.portfolio-card-title {
  margin-top: var(--_gap---gap-l);
  font-family: var(--_font-family---primary-font);
  color: var(--white);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---line-height-2xl);
  letter-spacing: var(--_letter-speacing---letter-speacing-5xl);
  margin-bottom: 5px;
}

.portfolio-card-details {
  font-family: var(--_font-family---secondary-font);
  color: var(--white-60);
  font-size: var(--_typography---small);
  line-height: var(--_line-height---line-height-6xl);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-s);
  max-width: 485px;
}

.portfolio-client-wrapper {
  margin-top: var(--_gap---gap-3xl);
  margin-bottom: var(--_gap---gap-3xl);
  grid-column-gap: var(--_gap---gap-m);
  grid-row-gap: var(--_gap---gap-m);
  flex-flow: column;
  display: flex;
}

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

.portfolio-client-text {
  font-family: var(--_font-family---secondary-font);
  color: var(--white-60);
  font-size: var(--_typography---small);
  line-height: var(--_line-height---line-height-6xl);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-s);
}

.portfolio-client-content {
  font-family: var(--_font-family---secondary-font);
  color: var(--white);
  font-size: var(--_typography---small);
  line-height: var(--_line-height---line-height-6xl);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-s);
}

.portfolio-card-line {
  background-color: var(--white-12);
  width: 100%;
  height: 1px;
}

.portfolio-card-wrap-two {
  grid-template-rows: auto;
  grid-template-columns: 2.0857fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-grid-wrap {
  margin-top: var(--_gap---gap-6xl);
  grid-column-gap: var(--_gap---gap-3xl);
  grid-row-gap: var(--_gap---gap-3xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.service-card-title {
  font-family: var(--_font-family---primary-font);
  color: var(--white);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---line-height-2xl);
  letter-spacing: var(--_letter-speacing---letter-speacing-5xl);
  margin-bottom: 5px;
  transition: all .4s;
}

.service-card-title:hover {
  color: var(--white-60);
}

.display-none {
  display: none;
}

.checkout-submit-button {
  background-color: var(--white);
  color: var(--background);
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .4s;
}

.checkout-submit-button:hover {
  background-color: var(--white-60);
  color: var(--background);
}

.total-text {
  font-size: var(--_typography---h6);
  line-height: var(--_line-height---line-height-xl);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---letter-speacing-m);
}

.services-img-wrap {
  border: 1px solid var(--white-12);
  border-radius: var(--_border-radius---border-radius-l);
  height: 420px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.error-message {
  margin-top: var(--_gap---gap-m);
  padding: var(--_gap---gap-s);
  border-radius: var(--_border-radius---border-radius-s);
  text-align: center;
  background-color: red;
}

.cart-button {
  border: 1px solid var(--white-12);
  border-radius: var(--_border-radius---border-radius-s);
  background-color: var(--white-8);
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  position: relative;
}

.cart-icon {
  max-width: 16px;
  max-height: 16px;
}

.cart-quantity {
  background-color: var(--background);
  color: var(--white);
  position: absolute;
  inset: -3px -3px auto auto;
}

.cart-container {
  background-color: var(--black);
}

.checkout-flex-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.option {
  margin-top: 8px;
  margin-bottom: 8px;
}

.close-button {
  border-radius: var(--_border-radius---border-radius-2xl);
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cart-header {
  padding: var(--_gap---gap-m);
  border-bottom-color: var(--white-12);
}

.cart-footer {
  padding: var(--_gap---gap-m);
  border-top-color: var(--white-12);
}

.nav-card-bg {
  z-index: -1;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  body {
    --_gap---gap-none: 0px;
    --_gap---gap-xl: 25px;
    --_gap---gap-l: 20px;
    --_gap---gap-m: 20px;
    --_gap---gap-4xl: 40px;
    --_gap---gap-5xl: 40px;
    --_gap---gap-3xl: 30px;
    --_gap---gap-9xl: 100px;
    --_gap---gap-6xl: 50px;
    --_gap---gap-10xl: 160px;
    --_gap---gap-8xl: 80px;
    --_gap---gap-s: 16px;
    --_gap---gap-7xl: 60px;
    --_gap---gap-2xl: 30px;
    --_border-radius---border-radius-s: 6px;
    --_border-radius---border-radius-m: 4px;
    --_border-radius---border-radius-l: 8px;
    --_border-radius---border-radius-2xl: 999px;
    --_border-radius---border-radius-xl: 12px;
    --_letter-speacing---letter-speacing-9xl: -2px;
    --_letter-speacing---letter-speacing-8xl: -1.2px;
    --_letter-speacing---letter-speacing-7xl: -.8px;
    --_letter-speacing---letter-speacing-6xl: -.8px;
    --_letter-speacing---letter-speacing-5xl: -.6px;
    --_letter-speacing---letter-speacing-4xl: -.5px;
    --_letter-speacing---letter-speacing-2xl: -.4px;
    --_letter-speacing---letter-speacing-m: -.25px;
    --_letter-speacing---letter-speacing-xs: -.1px;
    --_letter-speacing---letter-speacing-xl: -.4px;
    --_letter-speacing---letter-speacing-l: -.3px;
    --_letter-speacing---letter-speacing-10xl: -2px;
    --_letter-speacing---letter-speacing-s: -.1px;
    --_letter-speacing---letter-speacing-3xl: -.5px;
    --_typography---regular: 16px;
    --_typography---h1: 54px;
    --_typography---h2: 42px;
    --_typography---h3: 32px;
    --_typography---h4: 28px;
    --_typography---h5: 22px;
    --_typography---extra-small: 12px;
    --_typography---small: 14px;
    --_typography---medium: 18px;
    --_typography---h6: 20px;
    --_typography---display-font: 72px;
  }

  .nav-right-wrap {
    max-width: 450px;
  }

  .nav-link-text-wrap {
    height: 50px;
  }

  .nav-link-text {
    font-size: 50px;
  }

  .section.hero {
    background-position: 50%;
  }

  .section.about {
    padding-top: var(--_gap---gap-10xl);
  }

  .section.service-single {
    padding-bottom: var(--_gap---gap-9xl);
  }

  .hero-v1-btm-wrap {
    margin-top: 100px;
  }

  .typography-flex-wrap {
    width: 900px;
    overflow: auto;
  }

  .typography-wrap {
    overflow: auto;
  }

  .h1 {
    font-size: 62px;
  }

  .style-font-signle-title {
    padding: 24px;
  }

  .style-single-title {
    font-size: 16px;
  }

  .typography-single-text {
    font-size: 18px;
  }

  .typography-single-title-wrap {
    height: 120px;
  }

  .typography-single-title-wrap._02 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
  }

  .color-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .color-wrap {
    height: 140px;
  }

  .cta-wrap {
    max-width: 700px;
  }

  .cta-shadow {
    max-width: 300px;
    height: 200px;
  }

  .footer-center-wrap {
    margin-left: 0;
  }

  .changelog-single-wrap {
    grid-column-gap: 50px;
  }

  .changelog-date-wrap {
    letter-spacing: -.3px;
    font-size: 18px;
  }

  .chagelog-right {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px;
  }

  .changelog-title {
    font-size: 22px;
  }

  .changelog-list-item {
    font-size: 16px;
  }

  .license-bottom-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .license-top-right-wrap {
    max-width: none;
  }

  .license-single-icon {
    width: 80px;
    height: 80px;
  }

  .license-font-name {
    font-size: 16px;
  }

  .license-all-icon-wrap {
    margin-bottom: 25px;
  }

  .license-wrap {
    margin-top: 50px;
  }

  .license-font-text {
    font-size: 100px;
  }

  .license-title-wrap {
    display: none;
  }

  .license-font-wrap {
    margin-bottom: 25px;
  }

  .license-top-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .license-single-line {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .license-bottom-left-wrap {
    max-width: 350px;
  }

  .license-single-title.license-hide {
    margin-bottom: 25px;
    display: flex;
  }

  .contact-wrap {
    padding: var(--_gap---gap-2xl) var(--_gap---gap-xl);
  }

  .contact-grid-wrap {
    grid-column-gap: var(--_gap---gap-l);
    grid-row-gap: var(--_gap---gap-l);
  }

  .pricing-wrap {
    margin-top: var(--_gap---gap-8xl);
  }

  .pricing-tabs-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-card-wrap {
    grid-column-gap: var(--_gap---gap-6xl);
    grid-row-gap: var(--_gap---gap-6xl);
  }

  .artices-grid-wrap {
    grid-column-gap: var(--_gap---gap-l);
    grid-row-gap: var(--_gap---gap-l);
  }

  .portfolio-card-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-left-wrap {
    padding: 20px;
  }

  .portfolio-card-wrap-two {
    grid-template-columns: 1fr 1fr;
  }

  .service-v1-wrap {
    margin-top: var(--_gap---gap-8xl);
  }

  .service-v1-item-wrap {
    padding: 30px 25px;
  }

  .service-v1-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .service-v1-btm-wrap {
    grid-column-gap: var(--_gap---gap-xl);
    grid-row-gap: var(--_gap---gap-xl);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-card-ctg-wrap {
    grid-column-gap: 20px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
    display: flex;
  }

  .service-v1-img-wrap {
    max-width: none;
  }

  .process-wrap {
    margin-top: var(--_gap---gap-8xl);
  }

  .process-flex-wrap {
    grid-column-gap: var(--_gap---gap-3xl);
    grid-row-gap: var(--_gap---gap-3xl);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .process-card-wrap {
    padding: var(--_gap---gap-xl) var(--_gap---gap-m);
    max-width: none;
  }

  .process-card-icon-wrap {
    width: 65px;
    height: 65px;
  }

  .process-card-icon {
    max-width: 28px;
    max-height: 28px;
  }

  .process-card-number {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-wrap {
    margin-top: var(--_gap---gap-8xl);
  }

  .faq-flex-wrap {
    grid-column-gap: var(--_gap---gap-4xl);
    grid-row-gap: var(--_gap---gap-4xl);
  }

  .faq-right-wrap {
    max-width: 350px;
  }

  .about-wrap {
    padding-top: 80px;
  }

  .about-thimble-wrap {
    height: 500px;
  }

  .about-title {
    font-size: var(--_typography---h2);
  }

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

  .values-card-wrap {
    max-width: none;
  }

  .value-card-icon {
    max-width: 32px;
    max-height: 32px;
  }

  .checkout-right-wrap {
    flex-basis: 300px;
  }

  .display-none {
    margin-top: 0;
  }

  .about-counter-overflow {
    height: 50px;
  }

  .awards-top-wrap {
    grid-column-gap: var(--_gap---gap-m);
    grid-row-gap: var(--_gap---gap-m);
    justify-content: space-between;
    align-items: flex-end;
  }

  .awards-title-wrap {
    max-width: 450px;
  }

  .awards-title {
    text-indent: 50px;
  }

  .about-v1-top-wrap {
    margin-top: var(--_gap---gap-8xl);
    margin-bottom: var(--_gap---gap-8xl);
  }

  .about-v1-title {
    text-indent: 0;
  }

  .about-v1-wrap {
    grid-column-gap: var(--_gap---gap-6xl);
    grid-row-gap: var(--_gap---gap-6xl);
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-v1-right-wrap {
    max-width: none;
    height: 550px;
  }

  .about-v1-right-img {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .project-wrap {
    margin-top: 60px;
  }

  .client-flex-wrap {
    grid-column-gap: var(--_gap---gap-6xl);
    grid-row-gap: var(--_gap---gap-6xl);
    flex-flow: column;
  }

  .client-left-wrap {
    max-width: none;
  }

  .client-right-wrap {
    grid-column-gap: var(--_gap---gap-7xl);
    grid-row-gap: var(--_gap---gap-7xl);
    max-width: none;
  }

  .testimonial-wrap {
    margin-top: var(--_gap---gap-8xl);
  }

  .testimonial-details-wrap {
    height: 180px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .blog-v1-wrap {
    margin-top: var(--_gap---gap-8xl);
  }

  .blog-v1-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .blog-banner-wrap {
    height: 500px;
  }

  .blog-rich-text {
    max-width: none;
  }

  .pricing-right-item-wrap {
    margin-top: var(--_gap---gap-9xl);
    padding: 30px;
  }

  .right-price-wrap {
    grid-column-gap: var(--_gap---gap-s);
    grid-row-gap: var(--_gap---gap-s);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-single-faq {
    padding: 20px;
  }

  .pricing-faq-line {
    margin-top: var(--_gap---gap-xl);
    margin-bottom: var(--_gap---gap-xl);
  }

  .pricing-faq-list {
    padding-left: 20px;
  }

  .button-group {
    top: -100px;
  }

  .services-img-wrap {
    height: 300px;
  }

  .portfolio-banner-wrap {
    height: 500px;
  }

  .portfolio-item-wrap {
    padding: 30px var(--_gap---gap-m);
    grid-column-gap: var(--_gap---gap-l);
    grid-row-gap: var(--_gap---gap-l);
    flex-flow: column;
  }

  .portfolio-item-right-wrap {
    max-width: none;
  }

  .service-banner-img {
    object-fit: cover;
  }

  .service-single-wrap {
    margin-top: var(--_gap---gap-6xl);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-single-item-wrap {
    padding-top: var(--_gap---gap-none);
    max-width: none;
  }

  .service-single-item-title._04 {
    max-width: none;
  }

  .service-line, .service-line-icon {
    display: none;
  }

  .value-height-wrap {
    height: auto;
  }

  .value-sticky-wrap {
    position: static;
  }

  .client-wrap, .service-v2-wrap {
    margin-top: var(--_gap---gap-8xl);
  }

  .service-v2-item-wrap {
    grid-column-gap: var(--_gap---gap-m);
    grid-row-gap: var(--_gap---gap-m);
    flex-flow: column;
  }

  .service-v2-item-title {
    font-size: var(--_typography---h1);
  }

  .service-v2-img-wrapper {
    max-width: 350px;
  }

  .process-height-wrap {
    height: auto;
  }

  .process-sticky-wrap {
    position: static;
  }

  .navigation-text, .navigation-link {
    font-size: 16px;
  }

  .order-block {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_gap---gap-none: 0px;
    --_gap---gap-xl: 25px;
    --_gap---gap-l: 20px;
    --_gap---gap-m: 15px;
    --_gap---gap-4xl: 30px;
    --_gap---gap-5xl: 30px;
    --_gap---gap-3xl: 25px;
    --_gap---gap-9xl: 80px;
    --_gap---gap-6xl: 40px;
    --_gap---gap-10xl: 140px;
    --_gap---gap-8xl: 60px;
    --_gap---gap-s: 16px;
    --_gap---gap-7xl: 50px;
    --_gap---gap-2xl: 25px;
    --_border-radius---border-radius-s: 6px;
    --_border-radius---border-radius-m: 4px;
    --_border-radius---border-radius-l: 8px;
    --_border-radius---border-radius-2xl: 999px;
    --_border-radius---border-radius-xl: 12px;
    --_letter-speacing---letter-speacing-9xl: -1.5px;
    --_letter-speacing---letter-speacing-8xl: -1px;
    --_letter-speacing---letter-speacing-7xl: -.7px;
    --_letter-speacing---letter-speacing-6xl: -.6px;
    --_letter-speacing---letter-speacing-5xl: -.5px;
    --_letter-speacing---letter-speacing-4xl: -.4px;
    --_letter-speacing---letter-speacing-2xl: -.3px;
    --_letter-speacing---letter-speacing-m: -.2px;
    --_letter-speacing---letter-speacing-xs: 0px;
    --_letter-speacing---letter-speacing-xl: -.3px;
    --_letter-speacing---letter-speacing-l: -.2px;
    --_letter-speacing---letter-speacing-10xl: -1.5px;
    --_letter-speacing---letter-speacing-s: 0px;
    --_letter-speacing---letter-speacing-3xl: -.4px;
    --_typography---regular: 16px;
    --_typography---h1: 44px;
    --_typography---h2: 36px;
    --_typography---h3: 30px;
    --_typography---h4: 26px;
    --_typography---h5: 20px;
    --_typography---extra-small: 12px;
    --_typography---small: 14px;
    --_typography---medium: 17px;
    --_typography---h6: 19px;
    --_typography---display-font: 54px;
  }

  .navbar {
    padding-top: var(--_gap---gap-l);
    padding-bottom: var(--_gap---gap-l);
  }

  .brand-logo {
    padding-left: 0;
  }

  .nav-right-wrap {
    width: auto;
    max-width: none;
  }

  .nav-location-wrap, .nav-social-wrap {
    display: none;
  }

  .nav-single-left-wrap {
    grid-column-gap: var(--_gap---gap-l);
    grid-row-gap: var(--_gap---gap-l);
  }

  .nav-single-number {
    font-size: var(--_typography---small);
    margin-top: 5px;
  }

  .nav-link-text-wrap {
    height: 36px;
  }

  .nav-link-text {
    font-size: 36px;
  }

  .section.hero {
    background-position: 0%;
    height: auto;
    min-height: auto;
    padding-top: 140px;
  }

  .hero-v1-btm-wrap {
    grid-column-gap: var(--_gap---gap-xl);
    grid-row-gap: var(--_gap---gap-xl);
    flex-flow: column;
    margin-top: 60px;
  }

  .h1 {
    font-size: 42px;
  }

  .style-font-signle-title {
    padding: 20px;
  }

  .style-single-title {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .typography-single-text {
    font-size: 16px;
  }

  .typography-single-title-wrap {
    height: 100px;
  }

  .typography-single-title-wrap._02 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .color-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .color-wrap {
    height: 130px;
  }

  .section-right-wrap {
    max-width: 250px;
  }

  .cta-shadow {
    display: none;
  }

  .footer-wrap {
    grid-column-gap: var(--_gap---gap-3xl);
    grid-row-gap: var(--_gap---gap-3xl);
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-center-wrap {
    order: -9999;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-center-content {
    text-align: left;
  }

  .footer-right-wrap {
    justify-content: space-between;
    align-items: flex-start;
  }

  .changelog-single-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .changelog-date-wrap {
    letter-spacing: -.2px;
    font-size: 16px;
  }

  .changelog-left {
    border-bottom: 1px solid var(--white-12);
    border-right-style: none;
    padding-bottom: 30px;
  }

  .chagelog-right {
    border-radius: 15px;
    margin-bottom: 0;
    padding: 20px;
  }

  .changelog-title {
    font-size: 20px;
  }

  .changelog-list {
    grid-row-gap: 10px;
  }

  .changelog-list-item {
    font-size: 15px;
  }

  .changelog-dot {
    display: none;
  }

  .license-bottom-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .license-single-details._01, .license-single-details._02, .license-single-details._01, .license-single-details._02 {
    max-width: none;
  }

  .license-font-name {
    font-size: 15px;
  }

  .license-all-icon-wrap {
    margin-bottom: 20px;
  }

  .license-wrap {
    margin-top: 40px;
  }

  .license-top-left-wrap {
    grid-template-columns: 1fr;
  }

  .license-font-text {
    font-size: 80px;
  }

  .license-font-wrap {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .license-top-flex-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .license-single-line {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .license-bottom-details {
    max-width: none;
  }

  .license-bottom-left-wrap {
    width: 100%;
    max-width: none;
  }

  .license-bottom-right-wrap {
    max-width: none;
  }

  .license-single-title.license-hide {
    margin-bottom: 20px;
  }

  .contact-wrap {
    padding-right: var(--_gap---gap-l);
    padding-left: var(--_gap---gap-l);
  }

  .contact-grid-wrap {
    grid-column-gap: var(--_gap---gap-6xl);
    grid-row-gap: var(--_gap---gap-6xl);
    grid-template-columns: 1fr;
  }

  .contact-title {
    max-width: none;
  }

  .cotact-text-area {
    height: 100px;
    min-height: 100px;
  }

  .pricing-top-wrap {
    grid-column-gap: var(--_gap---gap-xl);
    grid-row-gap: var(--_gap---gap-xl);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pricing-tabs-grid-wrap {
    grid-template-columns: 1fr;
  }

  .artices-grid-wrap {
    grid-column-gap: var(--_gap---gap-xl);
    grid-row-gap: var(--_gap---gap-xl);
    grid-template-columns: 1fr;
  }

  .artices-card-img-wrap.v1 {
    height: 400px;
  }

  .articel-card-title {
    font-size: var(--_typography---h6);
  }

  .portfolio-card-wrap {
    grid-template-columns: 1fr;
  }

  .portfolio-left-wrap {
    padding: 15px;
  }

  .portfolio-card-wrap-two, .service-grid-wrap {
    grid-template-columns: 1fr;
  }

  .service-v1-item-wrap {
    padding: 25px 20px;
  }

  .service-card-left-wrap {
    grid-column-gap: var(--_gap---gap-l);
    grid-row-gap: var(--_gap---gap-l);
  }

  .service-card-number {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-v1-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .service-v1-icon._01, .service-v1-icon._02, .service-v1-icon._01, .service-v1-icon._02 {
    max-width: 20px;
    max-height: 20px;
  }

  .process-top-wrap {
    grid-column-gap: var(--_gap---gap-xl);
    grid-row-gap: var(--_gap---gap-xl);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .process-title {
    text-indent: 0;
    max-width: none;
  }

  .process-flex-wrap {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .process-card-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .faq-wrap {
    margin-top: var(--_gap---gap-8xl);
  }

  .faq-flex-wrap {
    grid-column-gap: var(--_gap---gap-7xl);
    grid-row-gap: var(--_gap---gap-7xl);
    flex-flow: column;
  }

  .faq-right-wrap {
    max-width: none;
  }

  .about-top-wrap {
    grid-column-gap: var(--_gap---gap-l);
    grid-row-gap: var(--_gap---gap-l);
    flex-flow: column;
  }

  .about-wrap {
    padding-top: 60px;
  }

  .about-all-counter-wrap {
    grid-column-gap: 16px;
    grid-row-gap: var(--_gap---gap-2xl);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-thimble-wrap {
    height: 350px;
  }

  .values-wrap {
    margin-top: var(--_gap---gap-9xl);
  }

  .values-flex-wrap {
    grid-template-columns: 1fr;
  }

  .values-card-wrap {
    padding-top: var(--_gap---gap-3xl);
    padding-right: var(--_gap---gap-l);
    padding-left: var(--_gap---gap-l);
  }

  .value-card-icon {
    max-width: 28px;
    max-height: 28px;
  }

  .checkout-right-wrap {
    flex: 0 auto;
  }

  .about-single-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .about-counter-overflow {
    height: 43px;
  }

  .about-all-counter {
    justify-content: center;
    align-items: flex-start;
  }

  .about-line {
    display: none;
  }

  .awards-top-wrap {
    margin-top: var(--_gap---gap-8xl);
    grid-column-gap: var(--_gap---gap-4xl);
    grid-row-gap: var(--_gap---gap-4xl);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .awards-title-wrap, .awards-img-wrap {
    max-width: none;
  }

  .awards-title {
    text-indent: 0;
  }

  .awards-item-wrap:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .about-v1-title {
    font-size: var(--_typography---h3);
  }

  .about-v1-right-wrap {
    height: 450px;
  }

  .about-v1-item-wrap {
    grid-column-gap: var(--_gap---gap-s);
    grid-row-gap: var(--_gap---gap-s);
  }

  .project-wrap {
    margin-top: 50px;
  }

  .project-height-wrap {
    height: auto;
  }

  .project-sticky-wrap {
    position: static;
  }

  .project-all-wrap {
    display: none;
  }

  .client-single-item {
    height: 120px;
  }

  .client-right-title {
    text-indent: 0;
  }

  .testimonial-slider-mask {
    padding-bottom: var(--_gap---gap-8xl);
  }

  .testimonial-slider-top-wrap {
    padding: var(--_gap---gap-l);
  }

  .testimonial-author-img {
    max-width: 70px;
    max-height: 70px;
  }

  .testimonial-details-wrapper {
    padding: var(--_gap---gap-l);
  }

  .testimonial-details-wrap {
    padding: 20px;
  }

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

  .blog-v1-grid-wrap {
    grid-column-gap: var(--_gap---gap-4xl);
    grid-row-gap: var(--_gap---gap-4xl);
    grid-template-columns: 1fr;
  }

  .blog-banner-wrap {
    height: 400px;
  }

  .blog-rich-grid-wrap {
    grid-template-columns: 1fr;
  }

  .pricing-single-flex-wrap {
    grid-column-gap: var(--_gap---gap-7xl);
    grid-row-gap: var(--_gap---gap-7xl);
    flex-flow: column;
  }

  .pricing-single-right-wrap {
    order: -9999;
    position: static;
  }

  .pricing-right-item-wrap {
    margin-top: 120px;
    padding: 20px;
  }

  .pricing-single-faq {
    padding: 15px;
  }

  .portfolio-cl-list.flex {
    grid-column-gap: var(--_gap---gap-xl);
    grid-row-gap: var(--_gap---gap-xl);
    grid-column-gap: var(--_gap---gap-xl);
    grid-row-gap: var(--_gap---gap-xl);
    flex-flow: column;
    display: flex;
  }

  .portfolio-banner-wrap {
    height: 400px;
  }

  .portfolio-item-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .service-banner-wrap {
    height: 400px;
  }

  .service-single-wrap {
    grid-column-gap: var(--_gap---gap-xl);
    grid-row-gap: var(--_gap---gap-xl);
    grid-template-columns: 1fr;
  }

  .awards-v1-year-wrap {
    max-width: 220px;
  }

  .service-v2-item-top-wrap {
    grid-column-gap: var(--_gap---gap-xl);
    grid-row-gap: var(--_gap---gap-xl);
    flex-flow: column;
  }

  .service-v2-item-title {
    font-size: var(--_typography---display-font);
  }

  .service-v2-img-wrapper {
    max-width: none;
    min-height: auto;
  }

  .service-v2-img-wrap {
    width: 100%;
  }

  .service-v2-img {
    max-width: none;
  }

  .service-v2-img._02 {
    margin-left: 0;
  }

  .service-plus-wrap {
    display: none;
  }

  .service-v2-ctg-wrap, .service-v2-details {
    max-width: none;
  }

  .service-img-overflow {
    width: 100%;
  }

  .portfolio-mobile-wrap {
    display: block;
  }

  .navigation-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-text {
    text-align: center;
    width: 80%;
    font-size: 15px;
  }

  .navigation-link {
    font-size: 15px;
  }

  .cart-list {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_gap---gap-none: 0px;
    --_gap---gap-xl: 20px;
    --_gap---gap-l: 15px;
    --_gap---gap-m: 15px;
    --_gap---gap-4xl: 30px;
    --_gap---gap-5xl: 30px;
    --_gap---gap-3xl: 25px;
    --_gap---gap-9xl: 60px;
    --_gap---gap-6xl: 30px;
    --_gap---gap-10xl: 120px;
    --_gap---gap-8xl: 40px;
    --_gap---gap-s: 15px;
    --_gap---gap-7xl: 40px;
    --_gap---gap-2xl: 25px;
    --_border-radius---border-radius-s: 6px;
    --_border-radius---border-radius-m: 4px;
    --_border-radius---border-radius-l: 8px;
    --_border-radius---border-radius-2xl: 999px;
    --_border-radius---border-radius-xl: 10px;
    --_letter-speacing---letter-speacing-9xl: -1px;
    --_letter-speacing---letter-speacing-8xl: -.8px;
    --_letter-speacing---letter-speacing-7xl: -.6px;
    --_letter-speacing---letter-speacing-6xl: -.5px;
    --_letter-speacing---letter-speacing-5xl: -.4px;
    --_letter-speacing---letter-speacing-4xl: -.3px;
    --_letter-speacing---letter-speacing-2xl: -.2px;
    --_letter-speacing---letter-speacing-m: -.1px;
    --_letter-speacing---letter-speacing-xs: 0px;
    --_letter-speacing---letter-speacing-xl: -.2px;
    --_letter-speacing---letter-speacing-l: -.1px;
    --_letter-speacing---letter-speacing-10xl: -1.2px;
    --_letter-speacing---letter-speacing-s: 0px;
    --_letter-speacing---letter-speacing-3xl: -.3px;
    --_typography---regular: 15px;
    --_typography---h1: 36px;
    --_typography---h2: 32px;
    --_typography---h3: 28px;
    --_typography---h4: 24px;
    --_typography---h5: 18px;
    --_typography---extra-small: 12px;
    --_typography---small: 14px;
    --_typography---medium: 16px;
    --_typography---h6: 18px;
    --_typography---display-font: 42px;
  }

  .navbar {
    padding-top: var(--_gap---gap-m);
    padding-bottom: var(--_gap---gap-m);
  }

  .menu-button {
    padding: 6px 15px;
  }

  .nav-menu-wrap {
    padding: var(--_gap---gap-4xl) var(--_gap---gap-xl);
  }

  .nav-link-text-wrap {
    height: 32px;
  }

  .nav-link-text {
    font-size: 32px;
  }

  .nav-arrow-wrap {
    max-width: 30px;
    height: 30px;
  }

  .section.hero {
    padding-top: 120px;
  }

  .hero-v1-btm-wrap {
    margin-top: 40px;
  }

  .h1 {
    font-size: 36px;
  }

  .style-single-title {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .typography-single-text {
    font-size: 15px;
  }

  .typography-single-title-wrap {
    height: 80px;
  }

  .color-grid-wrap {
    grid-template-columns: 1fr;
  }

  .color-wrap {
    height: 120px;
  }

  .style-button-wrap {
    grid-template-columns: 1fr;
  }

  .section-top-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-right-wrap {
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }

  .cta-wrap {
    padding-top: var(--_gap---gap-none);
    padding-bottom: var(--_gap---gap-none);
    max-width: 375px;
  }

  .cta-title {
    font-size: var(--_typography---h1);
    letter-spacing: var(--_letter-speacing---letter-speacing-9xl);
  }

  .cta-shadow {
    max-width: 200px;
    height: 80px;
  }

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

  .changelog-single-wrap {
    grid-row-gap: 20px;
  }

  .changelog-date-wrap {
    letter-spacing: -.1px;
    line-height: 140%;
  }

  .changelog-left {
    padding-bottom: 20px;
  }

  .chagelog-right {
    border-radius: 10px;
    padding: 15px;
  }

  .changelog-title {
    font-size: 18px;
  }

  .changelog-list {
    grid-row-gap: 8px;
    padding-left: 20px;
  }

  .changelog-list-item {
    font-size: 14px;
  }

  .license-bottom-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .license-single-icon {
    width: 70px;
    height: 70px;
  }

  .license-font-name {
    font-size: 14px;
  }

  .license-single-icon-image {
    width: 32px;
  }

  .license-all-icon-wrap {
    flex-flow: wrap;
    margin-bottom: 15px;
  }

  .license-wrap {
    margin-top: 30px;
  }

  .license-font-text {
    font-size: 56px;
  }

  .license-font-wrap {
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .license-top-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .license-single-line {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .license-single-title.license-hide {
    margin-bottom: 15px;
  }

  .cotact-text-area {
    height: 90px;
    min-height: 90px;
  }

  .artices-grid-wrap {
    grid-column-gap: var(--_gap---gap-xl);
    grid-row-gap: var(--_gap---gap-xl);
  }

  .artices-card-img-wrap.v1 {
    height: 300px;
  }

  .service-v1-item-wrap {
    padding: 20px 15px;
  }

  .service-card-top-wrap {
    justify-content: space-between;
    align-items: flex-end;
  }

  .service-card-left-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-v1-icon-wrap {
    width: 45px;
    height: 45px;
  }

  .service-v1-icon._01, .service-v1-icon._02, .service-v1-icon._01, .service-v1-icon._02 {
    max-width: 18px;
    max-height: 18px;
  }

  .service-single-ctg {
    font-size: var(--_typography---extra-small);
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-v1-img-wrap {
    grid-template-columns: 1fr;
  }

  .process-card-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .process-card-icon {
    max-width: 24px;
    max-height: 24px;
  }

  .faq-icon-wrap {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .faq-question-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-button-wrap {
    flex-flow: wrap;
    display: flex;
  }

  .about-wrap {
    padding-top: 40px;
  }

  .about-all-counter-wrap {
    grid-template-columns: 1fr;
  }

  .about-thimble-wrap {
    height: 240px;
  }

  .about-title {
    font-size: var(--_typography---h2);
  }

  .value-card-icon {
    max-width: 24px;
    max-height: 24px;
  }

  .checkout-email-field {
    height: 40px;
  }

  .checkout-title {
    font-size: var(--_typography---h3);
  }

  .about-counter-overflow {
    height: 38px;
  }

  .about-v1-right-wrap {
    height: 350px;
  }

  .about-v1-item-wrap {
    grid-template-columns: 1fr;
  }

  .about-blank-wrap {
    display: none;
  }

  .project-wrap {
    margin-top: 40px;
  }

  .client-all-item-wrap {
    grid-column-gap: var(--_gap---gap-s);
    grid-row-gap: var(--_gap---gap-s);
    flex-flow: column;
    display: flex;
  }

  .client-single-grid-wrap {
    grid-column-gap: var(--_gap---gap-m);
    grid-row-gap: var(--_gap---gap-m);
    grid-template-columns: 1fr;
  }

  .client-single-item {
    height: 100px;
  }

  .client-blank-wrap {
    display: none;
  }

  .client-image-wrap {
    max-width: none;
  }

  .testimonial-slider-top-wrap {
    grid-column-gap: var(--_gap---gap-s);
    grid-row-gap: var(--_gap---gap-s);
    flex-flow: column;
  }

  .testimonial-details-wrap {
    height: auto;
    padding: 15px;
  }

  .teastimonial-btm-wrap {
    grid-template-columns: 1fr;
  }

  .blog-banner-wrap {
    height: 300px;
  }

  .pricing-right-item-wrap {
    padding: 15px;
  }

  .awards-all-content-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .add-to-cart {
    margin-top: var(--_gap---gap-m);
  }

  .services-img-wrap {
    height: 250px;
  }

  .portfolio-banner-wrap {
    height: 300px;
  }

  .portfolio-author-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
  }

  .portfolio-author-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .portfolio-item-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-banner-wrap {
    height: 300px;
  }

  .awards-v1-single-wrap {
    flex-flow: column;
  }

  .awards-v1-item-wrap {
    grid-column-gap: var(--_gap---gap-s);
    grid-row-gap: var(--_gap---gap-s);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .awards-v1-year-wrap {
    max-width: none;
  }

  .service-v2-img-wrap {
    flex-flow: column;
  }

  .service-v2-ctg {
    font-size: var(--_typography---extra-small);
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navigation-text, .navigation-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9c524281-6a6d-0151-3e9f-8889ec6ffcec-0fec8ec5, #w-node-_3c6d7776-474d-dddd-a25b-d9c888a1a897-0fec8ec5 {
    order: -9999;
  }
}
