:root {
  --color: white;
}

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

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

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

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

.container {
  width: 100%;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.brand {
  width: 130px;
}

.nav-link {
  color: #00375e;
  text-transform: uppercase;
  padding: 10px 16px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.nav-link:hover, .nav-link.w--current {
  color: #009cc0;
}

.nav-link.nav-button {
  color: #fff;
  background-color: #0a9e4d;
  border-radius: 5px;
  margin-left: 9px;
  margin-right: 9px;
}

.navbar {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.data-list {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.data-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%);
  background-color: #009cc0;
  align-items: center;
  padding: 8px 70px 8px 60px;
  display: flex;
}

.mail-list, .phn-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.num {
  margin-bottom: 0;
}

.link-text {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.handle-sec {
  align-items: center;
  display: flex;
}

.handle-content {
  width: 60%;
}

.handle-product {
  width: 40%;
}

.handle-heading {
  color: #00375e;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Domine, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 75px;
}

.handle-heading.center-head {
  text-align: center;
  margin-bottom: 10px;
}

.handle-heading.contact-bottom {
  margin-bottom: 10px;
}

.handle-heading.contact-bottom.center {
  text-align: center;
}

.handle-para {
  color: #444;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.handle-para.sustain {
  width: 60%;
}

.handle-para.sustain.center-para {
  text-align: center;
  width: 68%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section {
  margin-top: 60px;
}

.section.home-banner-section {
  background-image: url('../images/contact-banner.webp');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
}

.section.footer-sec {
  background-color: #00375f;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 0;
  display: block;
}

.section.testimonial-banner-sec {
  background-image: url('../images/testimonial-banner.webp');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 80px;
}

.section.product-section {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/product-banner.webp');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 100% 85%;
  background-clip: border-box;
  margin-top: 0;
  padding-top: 80px;
}

.section.product-sec {
  background-color: #ebfbff80;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.product-sec.product-second-sec {
  margin-top: 0;
  padding-bottom: 60px;
}

.section.crafting-sec {
  background-color: #00375e;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}

.section.about-banner-sec {
  background-image: url('../images/testimonial-banner.webp');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 20px;
}

.section.about-vian {
  margin-top: 80px;
}

.section.people-sec {
  background-color: #00375f;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.believe {
  position: relative;
}

.flex {
  display: flex;
}

.demo-view {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #00375f;
  border-radius: 50px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 22px;
  padding: 10px 30px;
  font-family: Noto Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.demo-view.see-product {
  background-color: #fff;
}

.demo-flow {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.demo-flow.see-flow {
  color: #00375f;
}

.demo-arrow {
  width: 15px;
  height: 15px;
}

.about-part {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.about-content {
  width: 55%;
}

.about-img-part {
  width: 54%;
  position: relative;
}

.small-heading {
  color: #009cc0;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

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

.small-heading.bottom-space.believe-sec {
  text-align: center;
  margin-bottom: 10px;
}

.about-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.about-hint {
  background-color: #ebfbff;
  width: 47%;
  padding: 15px;
}

.about-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.about-head {
  color: #00acd4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.about-para {
  color: #555;
  font-family: Noto Sans, sans-serif;
  line-height: 24px;
}

.known-btn {
  color: #00375f;
  background-color: #75cfe4;
  border: 1px solid #75cfe4;
  border-radius: 50px;
  padding: 12px 35px;
  font-family: Noto Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.sustain-part {
  position: relative;
}

.quality {
  z-index: 9;
  position: absolute;
  right: 0;
}

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

.tab-button {
  color: #00375f;
  background-color: #0000;
  border-radius: 10px;
  padding: 15px 35px;
  font-family: Noto Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.tab-button:hover {
  color: #fff;
  background-color: #00375f;
}

.tab-button.w--current {
  color: #fff;
  background-color: #00375f;
  border-radius: 10px;
  padding: 15px 35px;
}

.tab-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.tab-first {
  width: 43%;
}

.tab-second {
  width: 57%;
}

.tabs-content {
  background-color: #f1fafc;
  border: 1px solid #009cc0;
  border-radius: 20px;
  margin-top: 20px;
  padding: 40px;
}

.tab-heading {
  color: #00375f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.tab-para {
  color: #444;
  margin-top: 15px;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.list-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.list-flex.mb-0 {
  margin-bottom: 0;
}

.list-part {
  margin-top: 10px;
}

.list-para {
  color: #444;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.sustain-tab {
  margin-top: 30px;
}

.tick {
  margin-top: 8px;
}

.best-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.best-part {
  background-color: #009cc01a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 32px 20px;
  display: flex;
  box-shadow: 0 0 4px #b1b1b1;
}

.best-part.best-two {
  background-color: #00375f;
  display: flex;
}

.best-num {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 30px;
  line-height: 50px;
}

.best-num.num-test {
  color: #fff;
}

.best-heading {
  color: #555;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.best-heading.best-heading-test {
  color: #fff;
}

.page-top {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.page-wrapper {
  padding-top: 138px;
}

.footer-sec {
  display: flex;
  overflow: hidden;
}

.footer-first-sec {
  width: 41%;
}

.footer-second-sec {
  width: 20%;
  margin-right: 5%;
}

.footer-third-sec {
  width: 34%;
}

.link-block {
  width: 170px;
}

.footer-logo {
  object-fit: contain;
  height: 70.27px;
}

.footer-para {
  color: #fff;
  width: 70%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.header-footer {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Noto Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.footer-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.footer-menu {
  color: #fff;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
}

.footer-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.footer-link-view {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.footer-textlink {
  color: #fff;
  text-decoration: none;
}

.div-block {
  border: 0 solid #75cfe4;
  border-bottom-width: 3px;
  width: 70px;
}

.border-block {
  border-bottom: 3px solid #75cfe4;
  width: 70px;
}

.border-block.mb-0 {
  margin-bottom: 20px;
}

.copy-sec {
  border: 1px solid #fff;
  border-width: 1px 0;
  margin-top: 10px;
}

.copy-text {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.video-part {
  position: absolute;
  top: 0;
  right: 0;
}

.box-heading {
  color: #00375f;
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.box-part {
  background-color: #b9edf9;
  border-radius: 21px;
  width: 256px;
  margin-top: -60%;
  padding: 10px;
  position: absolute;
  right: 0;
}

.border-part {
  border: 2px dotted #000375;
  border-radius: 21px;
  padding: 10px;
}

.call-img {
  margin-left: auto;
}

.call-image {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.call-sec {
  align-items: center;
  display: flex;
}

.phn-text {
  color: #dc0303;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.about-image {
  margin-left: -50px;
}

.testimonial-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonail-content {
  width: 49%;
  margin-bottom: 0;
  padding-right: 30px;
}

.testimonial-part {
  width: 55%;
  position: relative;
}

.testimonial-heading {
  color: #00375f;
  margin-top: 0;
  font-family: Domine, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 75px;
}

.testimonail-para {
  color: #7c7c7c;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.testimonial-img {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-part1 {
  background-color: #fff;
  border-radius: 5px;
  width: 240px;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 20px;
  box-shadow: 0 0 4px #b1b1b1;
}

.testimonial-part1.two {
  width: 240px;
  top: auto;
  bottom: -5%;
}

.testimonial-part1.three {
  top: 48%;
  bottom: auto;
  left: -65px;
}

.testimonial-part1.four {
  top: 75%;
  bottom: auto;
  left: -25px;
}

.testimonial-part1.five {
  top: 60%;
  bottom: auto;
  right: 0;
}

.star-pick {
  width: 80px;
}

.testimonial-hint {
  color: #7a7a7a;
  margin-bottom: 5px;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
}

.testi {
  height: 464px;
  margin-top: 50px;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.test-says {
  border: 1px solid #93eaff;
  margin-bottom: 0;
  padding: 50px 30px;
  box-shadow: 0 0 4px #009cc0;
}

.test-says.mt-0 {
  margin-top: 50px;
}

.test-says.margin-space {
  margin-top: -50px;
  margin-bottom: 50px;
}

.test-says.margin-space.testimonial-second {
  background-image: linear-gradient(#fff 13%, #74cee4 84%);
}

.test-says.testimonial-second {
  background-image: linear-gradient(#fff 13%, #74cee4 84%);
  display: none;
}

.name {
  color: #00375f;
  text-align: center;
  margin-top: 0;
  font-family: Domine, sans-serif;
  font-size: 23px;
  line-height: 26px;
}

.heading {
  color: #7c7c7c;
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.star {
  justify-content: center;
  display: flex;
}

.testi-para {
  color: #7c7c7c;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.testi-para.second-para-test {
  color: #fff;
}

.client {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.contact-para {
  color: #7c7c7c;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.contact-section {
  background-image: url('../images/contact-banner.webp');
  background-position: 0 0;
  background-size: cover;
  height: 450px;
  padding-top: 30px;
}

.contact-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.contact-box {
  background-color: #009cc0;
  border-radius: 5px;
  padding: 35px 27px;
}

.contatc-icon {
  position: absolute;
  top: -45px;
  left: auto;
  right: auto;
}

.contact-icon-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-way {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.contact-step {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.contact-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-block {
  margin-top: -70px;
}

.contact-link {
  color: #fff;
  text-decoration: none;
}

.form-heading {
  color: #7c7c7c;
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.text-span {
  color: #00375f;
  font-weight: 700;
  line-height: 44px;
}

.f-testimonial-section {
  background-color: #0000;
  padding: 75px 0% 0;
  position: relative;
  overflow: visible;
}

.f-testimonial-right-a {
  color: #00375f;
  background-color: #ebfbff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -60px 0% auto auto;
}

.f-testimonial-right-a:hover {
  color: #00375f;
  background-color: #ebfbff;
  border-color: #ebfbff;
}

.f-testimonial-background {
  background-color: #f7f9fd;
  width: 100%;
  height: auto;
  position: static;
  inset: auto 0% 0%;
}

.star-2 {
  width: 90px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-margin-bottom-16 {
  margin-bottom: 0;
}

.f-paragraph-small {
  color: #363636;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-testimonial-slider-cards {
  background-color: #fff;
  height: auto;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-left-a {
  color: #00375f;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -60px 60px auto auto;
}

.f-testimonial-left-a:hover {
  color: #00375f;
  background-color: #ebfbff;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  color: #000;
  font-weight: 500;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-testimonial-slider-grid-large.about-product {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border: 0 solid #ccc;
  border-radius: 0;
  padding: 0;
}

.quotation {
  width: 56px;
}

.product-name {
  color: #00375f;
  text-align: center;
  margin-top: 15px;
  font-family: Noto Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.product-link {
  color: #009cc0;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: underline;
}

.product-more {
  justify-content: center;
  display: flex;
}

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

.stylish-flex {
  display: flex;
}

.stylish-content {
  width: 50%;
}

.stylish-pick-section {
  width: 50%;
  padding-left: 60px;
}

.stylish-heading {
  color: #00375f;
  margin-top: 0;
  font-family: Domine, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 75px;
}

.stylish-para {
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.stylish-pick {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.stylish-pick.second-part {
  margin-top: 10px;
  margin-left: -55px;
}

.product-heading {
  color: #00375f;
  text-align: center;
  margin-top: 0;
  font-family: Domine, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 50px;
}

.product-para {
  color: #7c7c7c;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  line-height: 25px;
  display: flex;
}

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

.product-show {
  width: 40%;
}

.product-button {
  text-align: center;
  background-color: #009cc0;
  border-radius: 3px;
  padding: 8px 38px;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.product-part {
  justify-content: center;
  margin-top: -34px;
  display: flex;
}

.product-head {
  color: #00375f;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Domine, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.detail-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.detail-content {
  width: 58%;
}

.detail-pick-sec {
  width: 42%;
}

.desc-head {
  color: #00375f;
  margin-top: 0;
  font-family: Domine, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.desc-head.color-top {
  margin-top: 10px;
}

.desc-para {
  color: #444;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.desc-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.desc-list-content {
  color: #444;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.size-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 70%;
  display: flex;
}

.size-flex.color-flex {
  width: 47%;
}

.size-num {
  color: #00375f;
  text-align: center;
  background-color: #fff;
  margin: -3px 3px 0;
  padding: 8px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  box-shadow: 0 0 9px -4px #0003;
}

.about-sec-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.solution-content {
  width: 57%;
}

.process-pick {
  width: 43%;
  position: relative;
}

.about-heading {
  color: #00375f;
  margin-top: 0;
  font-family: Domine, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
}

.paragraph {
  line-height: 25px;
}

.paragraph-2, .about-solution {
  color: #7c7c7c;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.process-way {
  width: 48%;
}

.process-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.vain-text {
  color: #009cc0;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.process-content {
  width: 52%;
}

.vian-head {
  color: #00375f;
  margin-top: 0;
  font-family: Domine, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.vian-head.center-txt {
  text-align: center;
}

.about-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.about-list-content {
  color: #444;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.what-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.heading-part {
  color: #fff;
  text-align: center;
  font-family: Domine, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
}

.heading-para {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.crafting-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 20px;
  display: flex;
}

.crafting-pick {
  background-color: #ffffff4f;
  padding: 25px;
}

.craftin-part {
  width: 38%;
}

.image-part {
  width: 100%;
}

.crafting-part {
  width: 62%;
}

.crafting-step-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.future-image {
  width: 26%;
}

.heading-2 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.future-head {
  color: #fff;
  margin-top: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.future-para {
  color: #fff;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.mail-link {
  color: #fff;
  text-decoration: none;
}

.video-sec {
  position: absolute;
  top: 0;
  right: 0;
}

.craft {
  position: relative;
}

.box-view {
  background-color: #b9edf9;
  border-radius: 21px;
  width: 256px;
  padding: 10px;
  position: absolute;
  bottom: -30px;
}

.box-brd {
  border: 3px dashed #000375;
  border-radius: 21px;
  padding: 10px;
}

.top-position {
  position: absolute;
  top: -120px;
}

.bottom-position {
  width: 15vw;
  position: absolute;
  bottom: -100px;
  right: 0;
}

.group-para {
  color: #7a7a7a;
  text-align: center;
  width: 79%;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.group-box {
  background-image: linear-gradient(#fff, #75cfe4);
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 4px #00000026;
}

.service-sec {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.column-sec {
  margin-top: 85px;
  display: flex;
}

.service-view {
  margin-top: -80px;
}

.service-heading {
  color: #00375f;
  text-align: center;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.service-para {
  color: #525252;
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.column-part {
  display: flex;
}

.infra-para {
  color: #444;
  width: 69%;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.contact-mail {
  color: #fff;
  text-decoration: none;
}

.infra-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
}

.heading-3 {
  color: #00375f;
  margin-top: 0;
  font-family: Domine, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.infra-paras {
  color: #444;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.infra-list {
  color: #54595f;
  margin-bottom: 15px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.slider-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.slider-part {
  width: 30%;
}

.slider-sec {
  width: 70%;
}

.slider-heding {
  color: #00375f;
  margin-top: 0;
  font-family: Domine, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.slider-para {
  color: #7c7c7c;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-4 {
  color: #7c7c7c;
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

.heading-5, .heading-6, .heading-7, .heading-8, .heading-9 {
  color: #7c7c7c;
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.testimonial-animation {
  display: flex;
}

.about-img {
  width: 100%;
}

.about-box-sec {
  background-color: #009cc0;
  border-radius: 5px;
  width: 40%;
  padding: 10px;
  position: absolute;
  top: -35px;
  right: 0;
}

.about-part-sec {
  border: 1px dashed #fff;
  border-radius: 5px;
  padding: 10px;
}

.about-num {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-family: Noto Sans, sans-serif;
  font-size: 45px;
  line-height: 35px;
}

.about-test-view {
  color: #fff;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.image-flex {
  width: 40%;
  display: flex;
}

.gallery-part {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 17px;
  align-items: center;
  width: 430px;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: -39px;
  left: -250px;
  box-shadow: 0 0 4px #00000040;
}

.about-left {
  margin-right: -14px;
}

.about-nums {
  color: #009cc0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.value {
  color: #474747;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.about-bold {
  font-weight: 500;
}

.success-content {
  padding-left: 10px;
}

.vian-pick {
  width: 100%;
  padding-right: 40px;
}

.testimonial-test {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.testimonial-head {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Domine, sans-serif;
  font-size: 39px;
}

.arrow {
  display: none;
}

.slider {
  background-color: #0000;
}

.slider.slider-people {
  height: 265px;
}

.slide-name {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.slide-position {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.testimonail-part {
  margin-top: 40px;
}

.testimonial-quote {
  background-image: url('../images/left-quotes-sign-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-quote-para {
  color: #fff;
  text-align: center;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.top-pick {
  position: absolute;
  top: -200px;
}

.bottom-pick {
  position: absolute;
  bottom: -40px;
  right: 0;
}

.image {
  position: absolute;
  top: 0;
}

.ss {
  display: flex;
}

.best-way {
  width: 25%;
  display: block;
}

.best-box {
  background-color: #00375f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px 20px;
  display: none;
}

.light {
  height: 100%;
  display: block;
}

.test-says-two {
  background-image: linear-gradient(#fff 13%, #74cee4 84%);
  border: 1px solid #93eaff;
  flex-flow: column;
  padding: 50px 30px 30px 50px;
  display: none;
  box-shadow: 0 0 4px #009cc0;
}

.test-says-two.margin-top-space {
  margin-top: -50px;
  margin-bottom: 50px;
}

@media screen and (min-width: 1920px) {
  .demo-view {
    padding-left: 13px;
  }
}

@media screen and (max-width: 991px) {
  .header-div {
    justify-content: space-between;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fff;
  }

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

  .nav-link.nav-button {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .icon {
    color: #000;
    background-color: #0000;
  }

  .data-content {
    padding-right: 40px;
  }

  .handle-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .footer-sec {
    flex-flow: column;
  }

  .footer-first-sec, .footer-second-sec, .footer-third-sec {
    width: 100%;
  }

  .testimonial-flex {
    flex-flow: column;
    justify-content: center;
  }

  .testimonail-content {
    width: 100%;
  }

  .testimonial-part {
    width: 67%;
  }

  .testimonial-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .contact-step {
    font-size: 16px;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-slider-grid-large.product-home {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .stylish-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .product-heading {
    font-size: 45px;
  }

  .product-flex {
    align-items: center;
  }

  .product-button {
    font-size: 18px;
  }

  .product-head {
    font-size: 32px;
  }

  .about-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .vian-head {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-part {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-3 {
    font-size: 35px;
    line-height: 40px;
  }

  .slider-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .slider-heding {
    font-size: 30px;
    line-height: 40px;
  }

  .gallery-part {
    width: 100%;
    left: 0;
  }

  .about-nums {
    font-size: 28px;
  }

  .value {
    font-size: 14px;
  }

  .testimonial-head {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .nav-link.nav-button {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
  }

  .data-list {
    display: none;
  }

  .handle-sec {
    flex-flow: wrap-reverse;
    align-items: flex-start;
  }

  .handle-content {
    width: 100%;
  }

  .handle-product {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .handle-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .handle-heading.contact-bottom {
    margin-top: 10px;
  }

  .handle-para.sustain {
    width: 90%;
  }

  .handle-para.sustain.center-para {
    width: 95%;
  }

  .section {
    margin-top: 40px;
  }

  .section.home-banner-section {
    padding-bottom: 30px;
  }

  .section.testimonial-banner-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.product-section {
    background-size: auto 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.product-sec {
    padding-top: 40px;
  }

  .section.product-sec.product-second-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.about-banner-sec {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .demo-view {
    margin-top: 12px;
  }

  .about-part {
    flex-flow: column;
  }

  .about-content, .about-img-part {
    width: 100%;
  }

  .about-hint {
    width: 50%;
  }

  .tab-part {
    flex-flow: wrap;
  }

  .tab-button, .tab-button.w--current {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-flex {
    flex-flow: column;
  }

  .tab-first, .tab-second {
    width: 100%;
  }

  .tabs-content {
    padding: 20px;
  }

  .best-flex {
    flex-flow: column;
  }

  .best-part {
    width: 100%;
  }

  .page-wrapper {
    padding-top: 95px;
  }

  .footer-sec {
    flex-flow: column;
  }

  .footer-first-sec {
    width: 100%;
  }

  .footer-second-sec {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .footer-third-sec, .footer-para {
    width: 100%;
  }

  .box-part {
    width: 100%;
    margin-top: 0%;
    position: static;
  }

  .testimonial-flex {
    flex-flow: wrap-reverse;
  }

  .testimonail-content {
    padding-right: 0;
  }

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

  .testimonial-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .testimonial-part1 {
    width: 95%;
    margin-top: 20px;
    position: static;
  }

  .testimonial-part1.two {
    width: 95%;
  }

  .testi {
    margin-top: 0;
  }

  .test-says {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .test-says.margin-space {
    margin-top: 0;
    margin-bottom: 0;
  }

  .client {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .col-padd {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-para {
    margin-bottom: 10px;
  }

  .contact-section {
    height: auto;
  }

  .contact-flex {
    flex-flow: wrap-reverse;
  }

  .contact-box {
    margin-bottom: 40px;
  }

  .contact-box.bottom-space {
    margin-bottom: 0;
  }

  .contact-step {
    font-size: 14px;
  }

  .contact-row {
    flex-flow: column;
  }

  .contact-block {
    margin-top: 60px;
  }

  .f-testimonial-section.about-space {
    padding-top: 30px;
  }

  .f-testimonial-right-a, .f-testimonial-left-a {
    display: flex;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .stylish-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
  }

  .stylish-content {
    width: 100%;
  }

  .stylish-pick-section {
    width: 100%;
    padding-left: 0;
  }

  .stylish-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .stylish-pick.second-part {
    margin-left: 0;
  }

  .product-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .product-para {
    width: 95%;
  }

  .product-flex {
    flex-flow: column;
  }

  .product-show {
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .product-head {
    font-size: 28px;
    line-height: 30px;
  }

  .detail-flex {
    flex-flow: column;
  }

  .detail-content {
    width: 100%;
  }

  .detail-pick-sec {
    width: 100%;
    display: flex;
  }

  .size-flex {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .size-flex.color-flex {
    flex-flow: wrap-reverse;
    width: 100%;
  }

  .paper {
    width: 50%;
  }

  .about-sec-flex {
    flex-flow: wrap-reverse;
    align-items: flex-start;
  }

  .solution-content {
    width: 100%;
  }

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

  .about-heading {
    font-size: 30px;
    line-height: 45px;
  }

  .process-way {
    width: 100%;
  }

  .process-flex {
    flex-flow: column;
  }

  .process-content {
    width: 100%;
  }

  .vian-head {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-part {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-para {
    width: 95%;
  }

  .crafting-flex {
    flex-flow: column;
  }

  .craftin-part, .crafting-part {
    width: 100%;
  }

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

  .box-view {
    position: static;
  }

  .group-para {
    width: 95%;
  }

  .column-sec {
    flex-flow: column;
  }

  .column-part {
    margin-bottom: 85px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-part.mb-part {
    margin-bottom: 0;
  }

  .infra-para {
    width: 95%;
  }

  .sucess-pick, .content-view {
    padding-left: 0;
    padding-right: 0;
  }

  .infra-flex {
    flex-flow: column;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 36px;
  }

  .slider-flex {
    flex-flow: column;
  }

  .slider-part, .slider-sec {
    width: 100%;
  }

  .slider-heding {
    font-size: 26px;
    line-height: 30px;
  }

  .about-box-sec {
    width: auto;
    margin-top: 20px;
    position: static;
  }

  .gallery-part {
    flex-flow: wrap;
    width: 70%;
    margin-top: 20px;
    position: static;
  }

  .value {
    line-height: 20px;
  }

  .success-content {
    padding-left: 0;
    padding-right: 0;
  }

  .vian-pick {
    padding-bottom: 10px;
  }

  .testimonial-head {
    font-size: 28px;
    line-height: 35px;
  }

  .slide-dots {
    margin-top: 0;
  }

  .slider.slider-people {
    height: 100%;
  }

  .testimonial-quote-para {
    width: 100%;
    margin-bottom: 50px;
  }

  .top-pick {
    display: none;
  }

  .best-way {
    width: 50%;
  }

  .infra-pick {
    padding-left: 0;
    padding-right: 0;
  }

  .test-says-two {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button.w--open {
    background-color: #fff;
  }

  .icon {
    background-color: #0000;
  }

  .handle-para.sustain {
    width: 95%;
  }

  .about-flex {
    flex-flow: column;
  }

  .about-hint {
    width: 100%;
  }

  .footer-text {
    font-size: 16px;
  }

  .client {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .f-testimonial-author {
    flex-flow: row;
    align-items: center;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 0;
    margin-right: 0;
  }

  .f-testimonial-slider-grid-large.product-home {
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .size-flex {
    grid-column-gap: 8px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .crafting-step-flex {
    flex-flow: column;
  }

  .bottom-position {
    display: none;
  }

  .gallery-part {
    width: 100%;
  }

  .value {
    font-size: 12px;
  }

  .best-way {
    width: 100%;
  }
}

#w-node-cf79e723-1bb3-db22-9241-ac58f6c9b2a9-3d95475d, #w-node-cf79e723-1bb3-db22-9241-ac58f6c9b2b6-3d95475d, #w-node-cf79e723-1bb3-db22-9241-ac58f6c9b2c3-3d95475d, #w-node-_9e1cdc89-b1c8-9982-dd22-ad9c8e0169f9-3d95475d, #w-node-_3519f0af-26fe-8a99-2748-950b6268839d-3d95475d, #w-node-_3519f0af-26fe-8a99-2748-950b626883a6-3d95475d, #w-node-_3519f0af-26fe-8a99-2748-950b626883af-3d95475d, #w-node-_3519f0af-26fe-8a99-2748-950b626883b8-3d95475d, #w-node-_0a67180f-5837-8cdf-af90-5b7464cbaee5-f70b9d59, #w-node-_0a67180f-5837-8cdf-af90-5b7464cbaeee-f70b9d59, #w-node-_0e853409-7318-996e-9369-8c7e9df78c8f-f70b9d59, #w-node-_0e853409-7318-996e-9369-8c7e9df78c92-f70b9d59, #w-node-_54bfb05d-f44e-8cbf-3799-f145f16e9960-f70b9d59, #w-node-_54bfb05d-f44e-8cbf-3799-f145f16e9963-f70b9d59, #w-node-_2c72847b-b490-686b-7b3a-d110603baeb5-f70b9d59, #w-node-_2c72847b-b490-686b-7b3a-d110603baeb8-f70b9d59, #w-node-f0c59f58-3e6e-f31b-68e6-afea19b9fc58-f70b9d59, #w-node-f0c59f58-3e6e-f31b-68e6-afea19b9fc5b-f70b9d59, #w-node-_7d596b29-6cda-cedf-0842-7cfd668409d5-f70b9d59, #w-node-_7d596b29-6cda-cedf-0842-7cfd668409d8-f70b9d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


