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

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

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

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

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

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

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

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

.body {
  color: #000;
  font-family: Lato, sans-serif;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 150%;
  text-decoration: none;
}

.nav-link:hover {
  background-color: #dddcdc;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-section {
  color: #fff;
  background-image: var(--image-778f5b87);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 725px;
  padding: 100px 0%;
}

.hs-container {
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  display: flex;
}

.hs-content-whole-wrapper {
  background-color: #000000ab;
  width: 39.3%;
  padding: 30px;
}

.hs-heading {
  margin-top: 0;
  font-family: High Spirited, Arial, sans-serif;
  font-size: 103px;
  font-weight: 400;
  line-height: 100%;
}

.line {
  background-color: #fff;
  height: 1px;
  margin-bottom: 20px;
}

.hs-txt {
  width: 70%;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 900;
  line-height: 140%;
}

.hs-button {
  background-color: #000;
  border: 1px solid #6c6c6c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.hs-button:hover {
  color: #000;
  background-color: #fff;
  box-shadow: inset 5px 5px 20px #0000004d;
}

.thin {
  font-weight: 100;
}

.about-section {
  background-image: var(--image-1a011107);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 5%;
}

.as-container {
  justify-content: space-between;
  max-width: 1250px;
  display: flex;
}

.as-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.as-ryt {
  background-image: var(--image-55c89a63);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.as-heading {
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

.as-para {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.as {
  font-size: 48px;
  font-weight: 900;
  line-height: 130%;
}

.products-section {
  background-color: #f1f1f1;
  border-top-left-radius: 77px;
  border-top-right-radius: 77px;
  padding: 100px 5%;
}

.ps-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.ps-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
}

.legacy-section {
  background-image: var(--image-73afb40c);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 5%;
}

.ls-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.ls-top-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ls-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.ls-heading {
  margin-top: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 130%;
}

.black-line {
  background-color: #000;
  width: 261px;
  height: 1px;
}

.ls-content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dotted-lines {
  border: 1px dashed #b1b1b1;
  width: 1px;
  height: 70px;
}

.ls-sub-heading {
  color: #ad673e;
  margin-top: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 130%;
}

.ls-txt {
  font-size: 20px;
  line-height: 130%;
}

.testi-section {
  background-color: #f1f1f1;
  padding: 100px 5%;
}

.ts-container {
  max-width: 1250px;
}

.ts-heading {
  margin-top: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 130%;
}

.ts-bottom-wrapper {
  margin-top: 60px;
}

.testimonial-slider-small {
  border: 0 solid #000;
  padding: 0;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: none;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 150%;
}

.tagline {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 150%;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: none;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.arrow-wrapper {
  display: none;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: none;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: block;
  top: 369px;
}

.cta-section {
  color: #fff;
  background-image: var(--image-7919eda3);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 831px;
  padding: 220px 5% 100px 0%;
}

.cs-container {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.cs-content-wrapper {
  background-color: #000000ab;
  width: 64.3%;
  padding: 40px 20px 40px 100px;
}

.cs-heading-1 {
  width: 60%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 900;
  line-height: 140%;
}

.cs-heading-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 900;
  line-height: 140%;
}

.footer-section {
  padding: 100px 5%;
  font-family: Nunito, sans-serif;
}

.fs-container {
  max-width: 1250px;
}

.fs-t-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-t-mid {
  justify-content: center;
  align-items: center;
  margin: 60px auto 40px;
  display: flex;
}

.fs-t-mid.w--current {
  margin-bottom: 60px;
}

.fs-t-bottom {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.fs-down {
  border-top: 1px solid #000;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 40px;
  display: flex;
}

.fs-t-txt {
  color: #000;
  padding: 10px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.fs-t-txt:hover {
  text-decoration: underline;
}

.fs-t-txt.w--current {
  padding: 10px;
}

.fs-t-txt.w--current:hover {
  padding: 10px;
  text-decoration: underline;
}

.logo {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

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

.fs-sub-head {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 150%;
}

.fs-sub-txt {
  color: #000;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.fs-d-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.fs-d-txt {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.body-2 {
  color: #000;
  font-family: Lato, sans-serif;
}

.a-hero-section {
  background-image: var(--image-14e6827b), var(--image-1a011107);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 100px 5%;
}

.ahs-container {
  max-width: 1250px;
  margin-bottom: 100px;
  display: flex;
}

.ahs-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.ahs-ryt {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.ahs-headuing {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

.ahs-para {
  font-size: 20px;
  line-height: 160%;
}

.ahs {
  font-size: 48px;
  font-weight: 900;
}

.body-3 {
  color: #000;
  font-family: Lato, sans-serif;
}

.c-h-section {
  z-index: -5345;
  background-image: var(--image-14e6827b);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 5%;
}

.chs-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.chs-heading {
  text-align: center;
  width: 60%;
  margin-top: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 140%;
}

.chs-bottom-wrapper3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.chs-b-collection {
  color: #000;
  border-radius: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.body-4 {
  color: #000;
  font-family: Lato, sans-serif;
}

.c-hero-section {
  z-index: -464;
  background-image: var(--image-14e6827b), var(--image-1a011107);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 100px 5%;
  font-size: 20px;
  line-height: 160%;
}

.c-cs-container {
  flex-flow: column;
  max-width: 1250px;
  display: flex;
}

.c-left, .c-ryt {
  width: 50%;
}

.c-heading {
  width: 50%;
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

.c-txt {
  font-size: 24px;
  font-weight: 900;
  line-height: 130%;
}

.c-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.c-bottom-wrapper {
  justify-content: space-around;
  margin-top: 60px;
  display: flex;
}

.cbw-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cbw-heading {
  margin-top: 10px;
  font-size: 32px;
  line-height: 130%;
}

.cbw-txt-copy {
  color: #000;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.cbw-txt-copy:hover {
  text-decoration: underline;
}

.c-faq-section {
  background-color: #fafafa;
  padding: 100px 5%;
}

.fqa-container {
  justify-content: space-between;
  max-width: 1250px;
  display: flex;
}

.f-left {
  width: 30%;
}

.f-ryt {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: pointer;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.f-heading {
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

.qn-txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.ans-txt {
  margin-top: 10px;
  font-size: 18px;
  line-height: 150%;
}

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

.slider {
  background-color: #fff;
  height: 100%;
}

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

.hero-section-copy {
  color: #fff;
  background-image: var(--image-779d7308);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 725px;
  padding: 100px 0%;
}

.hs-container-copy {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.hs-content-whole-wrapper-copy {
  background-color: #000000ab;
  width: 45%;
  padding: 30px;
}

.hero-section-copy-copy {
  color: #fff;
  background-image: var(--image-i464f2fb9);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 725px;
  padding: 100px 0%;
}

.hs-content-whole-wrapper-copy-copy {
  color: #000;
  width: 50%;
  padding: 30px;
}

.hs-3-heading {
  font-size: 40px;
  line-height: 130%;
}

.about-section-copy {
  background-image: var(--image-1a011107);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 5%;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.image {
  position: absolute;
  inset: -21% 7% 0% auto;
}

.mask {
  padding-top: 60px;
}

.a-about-section {
  padding: 0;
}

.abs-container {
  max-width: 12503px;
  display: flex;
}

.abs-left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.abs-ryt {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.abs-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

.abs-para {
  font-family: High Spirited, Arial, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

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

.div-block-2 {
  color: #000;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 357px;
  height: 403px;
  text-decoration: none;
  display: flex;
}

.heading {
  text-align: center;
  font-size: 32px;
  line-height: 130%;
}

.image-2 {
  width: 357px;
}

.image-2:hover {
  box-shadow: 8px 6px 20px -2px #0003;
}

.div-block-2-copy {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-2-copy:hover {
  box-shadow: 5px 3px 8px #0003;
}

.heading-2 {
  color: #fff;
  font-size: 32px;
  line-height: 130%;
}

.abs-a-name {
  font-size: 24px;
  line-height: 120%;
}

.abs-a-txt {
  font-size: 18px;
  line-height: 160%;
}

.ahs-a {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.as-container-copy {
  justify-content: space-between;
  max-width: 1250px;
  display: none;
}

.link {
  color: #000;
  font-weight: 900;
  text-decoration: none;
}

.ahs-container-copy {
  max-width: 1250px;
  margin-bottom: 100px;
  display: none;
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.burger-line-2 {
  background-color: #444;
  border-radius: 2px;
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.ss-c-hs {
  z-index: -65485;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  padding: 100px 5%;
  display: flex;
}

.ssc-hs-container {
  max-width: 1250px;
}

.ssc-top-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  font-size: 20px;
  line-height: 160%;
  display: flex;
}

.ssc-bottom-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.body-5 {
  color: #000;
  font-family: Lato, sans-serif;
}

.ss-line {
  background-color: #b3b3b3;
  width: 286px;
  height: 1px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 130%;
}

.ssc-heading-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ssc-head {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

.div-block-4 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
}

.div-block-5 {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 289px;
  height: 321px;
}

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

.chs-bot {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

.div-block-6 {
  color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 427px;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.heading-5 {
  z-index: 5;
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 130%;
  position: relative;
}

.paragraph-2 {
  z-index: 5;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 160%;
  position: relative;
}

.linesss {
  background-color: #d5cfcf;
  width: 70%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.link-block {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.heading-6 {
  font-size: 20px;
  line-height: 130%;
}

.text-block {
  font-size: 18px;
  line-height: 130%;
}

.text-block-2 {
  color: #5b5a5a;
  font-size: 16px;
  line-height: 120%;
}

.ssc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spp-hs {
  z-index: -595884;
  background-image: var(--image-14e6827b);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 5%;
}

.spp-hs-c {
  max-width: 1250px;
  display: flex;
}

.spp-hs-c-left {
  width: 40%;
}

.spp-hs-c-ryt {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 40px;
  display: flex;
}

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

.div-block-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 160%;
}

.heading-8 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}

.body-6 {
  color: #000;
  font-family: Lato, sans-serif;
}

.braket {
  font-size: 24px;
  line-height: 160%;
}

.text-block-3 {
  color: #5b5a5a;
  font-size: 16px;
  line-height: 120%;
}

.text-block-4 {
  font-size: 32px;
  line-height: 160%;
}

.text-block-5 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.paragraph-3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.rich-text-block {
  margin-top: 30px;
  font-size: 18px;
  line-height: 160%;
}

.spp-recent-section {
  padding: 100px 5%;
}

.spp-recent-container {
  max-width: 1250px;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

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

.link-block-2 {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.text-block-6 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 130%;
}

.heading-10 {
  font-size: 20px;
  line-height: 130%;
}

.text-block-7 {
  color: #5b5a5a;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.next, .previous, .next-2, .next-3, .next-4, .previous-2, .previous-3, .previous-4 {
  color: #fff;
  background-color: #000;
}

.image-4 {
  object-fit: cover;
  border-radius: 5px;
  width: 561px;
  height: 658px;
}

.image-5, .image-6 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 300px;
}

.cs-h-section {
  background-image: var(--image-14e6827b);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 5%;
}

.image-7 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 300px;
}

.pagination, .pagination-2, .pagination-3 {
  margin-top: 20px;
}

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

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
}

.chs-bottom-wrapperbot {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: none;
}

.image-8 {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

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

.image-9 {
  width: 270px;
}

.image-10 {
  object-fit: cover;
  border-radius: 5px;
  width: 289px;
  height: 321px;
}

.ps-container-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: none;
}

.link-block-copy {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

  .nav-menu-wrapper {
    z-index: 258969;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    margin-top: 3px;
    padding: 10px;
    display: flex;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #0000;
    padding: 0;
  }

  .hero-section {
    z-index: -5356;
    height: 550px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hs-content-whole-wrapper {
    width: 60%;
  }

  .hs-heading {
    font-size: 87px;
  }

  .hs-txt {
    font-size: 38px;
  }

  .hs-button {
    font-size: 15px;
  }

  .about-section {
    background-size: 40%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .as-ryt {
    background-size: 90%;
    justify-content: flex-end;
    align-items: center;
  }

  .as-heading {
    font-size: 38px;
  }

  .as-para {
    font-size: 18px;
  }

  .as {
    font-size: 42px;
  }

  .products-section {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ps-heading {
    font-size: 42px;
  }

  .navbar {
    z-index: 4651656;
    position: relative;
  }

  .legacy-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .ls-heading {
    text-align: center;
    font-size: 42px;
  }

  .black-line {
    width: 200px;
  }

  .dotted-lines {
    display: none;
  }

  .ls-sub-heading {
    font-size: 42px;
  }

  .ls-txt {
    text-align: center;
    font-size: 18px;
  }

  .testi-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ts-heading {
    font-size: 38px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
  }

  .testimonial-author {
    font-size: 16px;
  }

  .tagline {
    font-size: 14px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-slide-nav {
    top: 336px;
  }

  .cta-section {
    height: 510px;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .cs-content-wrapper {
    width: 90%;
    padding-left: 80px;
  }

  .cs-heading-1 {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .footer-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .fs-t-txt {
    font-size: 15px;
  }

  .logo {
    width: 250px;
  }

  .f-img {
    width: 40px;
  }

  .fs-sub-head {
    font-size: 18px;
  }

  .fs-sub-txt, .fs-d-txt {
    font-size: 15px;
  }

  .a-hero-section {
    z-index: -565445;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }

  .ahs-headuing {
    font-size: 38px;
  }

  .ahs-para {
    font-size: 18px;
  }

  .ahs {
    font-size: 42px;
  }

  .c-h-section {
    background-size: 30%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .chs-heading {
    width: 80%;
    font-size: 42px;
  }

  .chs-b-collection {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .c-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .c-heading {
    width: 80%;
    font-size: 38px;
  }

  .c-txt {
    font-size: 22px;
  }

  .c-para {
    font-size: 18px;
  }

  .cbw-heading {
    font-size: 30px;
  }

  .cbw-txt-copy {
    font-size: 15px;
  }

  .c-faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .f-heading {
    font-size: 38px;
  }

  .qn-txt {
    font-size: 22px;
  }

  .ans-txt {
    font-size: 17px;
  }

  .div-block {
    background-color: #dddcdc;
  }

  .slider {
    z-index: -785274;
  }

  .hero-section-copy {
    height: 550px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hs-content-whole-wrapper-copy {
    width: 60%;
  }

  .hero-section-copy-copy {
    height: 550px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hs-content-whole-wrapper-copy-copy {
    width: 60%;
  }

  .hs-3-heading {
    font-size: 30px;
  }

  .about-section-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph {
    font-size: 17px;
  }

  .mask {
    margin-left: 40px;
    margin-right: 40px;
  }

  .abs-left {
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .abs-ryt {
    width: 60%;
  }

  .abs-heading {
    font-size: 38px;
  }

  .abs-para {
    font-size: 56px;
  }

  .collection-list-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2 {
    width: 330px;
    height: 376px;
  }

  .heading {
    font-size: 30px;
  }

  .image-2 {
    width: 330px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .abs-a-name {
    font-size: 22px;
  }

  .abs-a-txt {
    font-size: 17px;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 20px;
    display: flex;
  }

  .hamburger-wrapper {
    padding: 0;
  }

  .burger-line-2 {
    background-color: #000;
  }

  .ss-c-hs {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ssc-hs-container {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .ssc-top-wrap {
    font-size: 18px;
  }

  .ss-line {
    width: 150px;
  }

  .heading-3 {
    text-align: center;
    font-size: 30px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .chs-bot {
    width: 100%;
  }

  .heading-4 {
    font-size: 30px;
  }

  .div-block-6 {
    width: 400px;
    height: 350px;
  }

  .heading-5 {
    font-size: 22px;
  }

  .paragraph-2 {
    font-size: 17px;
  }

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

  .spp-hs {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .spp-hs-c {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .spp-hs-c-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .spp-hs-c-ryt {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .heading-7 {
    font-size: 30px;
  }

  .heading-8, .braket {
    font-size: 22px;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .text-block-4 {
    font-size: 30px;
  }

  .rich-text-block {
    text-align: left;
    font-size: 17px;
  }

  .spp-recent-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-9 {
    text-align: center;
    font-size: 30px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-6 {
    font-size: 17px;
  }

  .heading-10 {
    font-size: 18px;
  }

  .text-block-7 {
    font-size: 15px;
  }

  .image-4 {
    width: 400px;
    height: 500px;
  }

  .cs-h-section {
    background-size: 30%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-11 {
    flex-flow: row;
  }

  .image-9 {
    width: 250px;
  }

  .image-10 {
    width: 270px;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-section {
    height: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hs-content-whole-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hs-heading {
    font-size: 63px;
  }

  .line {
    width: 100%;
  }

  .hs-txt {
    text-align: center;
    width: 100%;
    font-size: 36px;
  }

  .hs-button {
    font-size: 14px;
  }

  .about-section {
    background-size: 40%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .as-container {
    display: none;
  }

  .as-left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .as-heading {
    text-align: center;
    font-size: 36px;
  }

  .as-para {
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
  }

  .as {
    font-size: 36px;
  }

  .products-section {
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ps-container {
    display: none;
  }

  .ps-heading {
    font-size: 36px;
  }

  .legacy-section {
    background-size: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ls-top-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .ls-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ls-heading {
    font-size: 36px;
  }

  .black-line {
    width: 100px;
  }

  .ls-sub-heading {
    font-size: 36px;
  }

  .ls-txt {
    font-size: 17px;
  }

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

  .ts-heading {
    text-align: center;
    font-size: 36px;
  }

  .testimonial-slider-small {
    padding: 0 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-author {
    font-size: 15px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .cta-section {
    height: 450px;
    padding-top: 100px;
    padding-bottom: 60px;
    padding-right: 0%;
  }

  .cs-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .cs-heading-1 {
    text-align: center;
    width: 100%;
    font-size: 36px;
  }

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

  .fs-t-mid.w--current {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .fs-t-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-start;
    display: grid;
  }

  .fs-down {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    display: grid;
  }

  .fs-t-txt {
    font-size: 14px;
  }

  .logo {
    width: 220px;
  }

  .f-img {
    width: 35px;
  }

  .fs-sub-head {
    font-size: 17px;
  }

  .fs-sub-txt, .fs-d-txt {
    font-size: 14px;
  }

  .a-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ahs-container {
    display: none;
  }

  .ahs-ryt {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .ahs-headuing {
    text-align: center;
    font-size: 36px;
  }

  .ahs-para {
    text-align: center;
    margin-top: 40px;
    font-size: 17px;
  }

  .ahs {
    font-size: 36px;
  }

  .c-h-section {
    background-size: 20%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .chs-heading {
    width: 100%;
    font-size: 36px;
  }

  .c-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .c-ryt {
    width: 100%;
    margin-top: 20px;
  }

  .c-heading {
    text-align: center;
    width: 100%;
    font-size: 36px;
  }

  .c-txt {
    font-size: 20px;
  }

  .c-para {
    text-align: center;
    font-size: 17px;
  }

  .c-top-wrapper {
    flex-flow: column;
  }

  .cbw-heading {
    font-size: 28px;
  }

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

  .fqa-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .f-ryt {
    width: 100%;
    margin-top: 40px;
  }

  .f-heading {
    font-size: 36px;
  }

  .qn-txt {
    font-size: 20px;
  }

  .ans-txt {
    font-size: 16px;
  }

  .hero-section-copy {
    height: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hs-content-whole-wrapper-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-section-copy-copy {
    height: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hs-content-whole-wrapper-copy-copy {
    color: #fff;
    background-color: #000000ab;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hs-3-heading {
    font-size: 28px;
  }

  .about-section-copy {
    background-size: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph {
    font-size: 16px;
  }

  .abs-container {
    flex-flow: column;
  }

  .abs-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .abs-ryt {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .abs-heading {
    font-size: 36px;
  }

  .abs-para {
    text-align: center;
    font-size: 50px;
  }

  .collection-list-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .heading, .heading-2 {
    font-size: 28px;
  }

  .abs-a-name {
    font-size: 20px;
  }

  .abs-a-txt {
    font-size: 16px;
  }

  .image-3 {
    width: 300px;
    height: 370px;
  }

  .as-container-copy, .ahs-container-copy {
    display: block;
  }

  .ss-c-hs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ssc-top-wrap {
    font-size: 17px;
  }

  .ss-line {
    width: 100px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .heading-4 {
    font-size: 28px;
  }

  .div-block-6 {
    object-fit: cover;
    width: 400px;
    height: 380px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .spp-hs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-7 {
    font-size: 28px;
  }

  .heading-8, .braket {
    font-size: 20px;
  }

  .text-block-4 {
    font-size: 28px;
  }

  .rich-text-block {
    font-size: 16px;
  }

  .spp-recent-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-9 {
    font-size: 28px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .heading-10 {
    font-size: 17px;
  }

  .image-4 {
    width: 300px;
    height: 400px;
  }

  .cs-h-section {
    background-size: 20%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-9 {
    width: 220px;
  }

  .ps-container-copy {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-section {
    height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hs-heading {
    font-size: 57px;
  }

  .hs-txt {
    font-size: 32px;
  }

  .about-section {
    background-size: 30%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .as-heading {
    font-size: 32px;
  }

  .as-para {
    font-size: 16px;
  }

  .products-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ps-heading {
    font-size: 32px;
  }

  .legacy-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ls-bottom-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .ls-heading {
    font-size: 32px;
  }

  .ls-sub-heading {
    text-align: center;
    font-size: 32px;
  }

  .ls-txt {
    font-size: 16px;
  }

  .testi-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ts-heading {
    text-align: center;
    font-size: 32px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    display: none;
    left: -10px;
  }

  .arrow-wrapper {
    display: none;
  }

  .testimonial-slider-right {
    display: none;
    right: -10px;
  }

  .testimonial-slide-nav {
    display: block;
    top: 363.5px;
  }

  .cta-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .cs-heading-1 {
    font-size: 32px;
  }

  .footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .fs-t-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 40px;
  }

  .fs-t-mid.w--current {
    align-items: center;
    margin-bottom: 20px;
  }

  .fstb-contents {
    flex-flow: column;
  }

  .f-img {
    width: 30px;
  }

  .fs-sub-head, .fs-sub-txt {
    text-align: center;
  }

  .a-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ahs-headuing {
    font-size: 32px;
  }

  .ahs-para {
    font-size: 16px;
  }

  .ahs {
    font-size: 32px;
  }

  .c-h-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .chs-heading {
    font-size: 32px;
  }

  .c-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-heading {
    font-size: 32px;
  }

  .c-txt {
    font-size: 18px;
  }

  .c-para {
    font-size: 16px;
  }

  .c-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cbw-heading {
    font-size: 26px;
  }

  .c-faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f-heading {
    font-size: 32px;
  }

  .qn-txt {
    font-size: 18px;
  }

  .ans-txt {
    font-size: 15px;
  }

  .hero-section-copy {
    height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hs-content-whole-wrapper-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-section-copy-copy {
    height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hs-content-whole-wrapper-copy-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hs-3-heading {
    font-size: 26px;
  }

  .mask {
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
  }

  .abs-heading {
    font-size: 32px;
  }

  .abs-para {
    font-size: 42px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    width: 280px;
    height: 326px;
  }

  .heading, .heading-2 {
    font-size: 26px;
  }

  .abs-a-name {
    font-size: 18px;
  }

  .image-3 {
    width: 200px;
    height: 250px;
  }

  .ss-c-hs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ss-line {
    width: 50px;
  }

  .heading-3 {
    font-size: 24px;
  }

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

  .heading-4 {
    font-size: 26px;
  }

  .div-block-6 {
    object-fit: cover;
    width: 330px;
    height: 320px;
  }

  .heading-5 {
    font-size: 18px;
  }

  .spp-hs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-7 {
    font-size: 26px;
  }

  .heading-8, .braket {
    font-size: 18px;
  }

  .text-block-4 {
    font-size: 26px;
  }

  .spp-recent-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-9 {
    font-size: 26px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .image-4 {
    width: 250px;
    height: 350px;
  }

  .cs-h-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-9 {
    width: 200px;
  }

  .link-block-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_37f20bc6-1d23-6ffb-af8a-866613cec083-13cec05e {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_37f20bc6-1d23-6ffb-af8a-866613cec06a-13cec05e {
    order: -9999;
  }
}


@font-face {
  font-family: 'High Spirited';
  src: url("/assets/fonts/high-spirited.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans ';
  src: var(--image-5c2f0f5c) format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("/assets/fonts/satoshi-bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("/assets/fonts/satoshi-regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}