:root {
  --white: white;
  --vibrant-turquoise: #4f92ce;
  --sofl-light-cream: #f3f8e8;
  --red: #ec1e28;
  --deep-ocean-green: #ffe500;
  --sunshine-yellow: #f3b4c4;
  --gray: #333;
  --black: black;
}

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

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

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

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

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

.overflow {
  overflow: hidden;
}

.navbar-no-shadow {
  z-index: 999;
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0000001a;
}

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

.container-regular {
  width: 100%;
  min-height: 30px;
}

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

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

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--vibrant-turquoise);
}

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

.nav-link.w--current {
  background-color: var(--vibrant-turquoise);
  color: var(--white);
  border-radius: 24px;
}

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.nav-dropdown-toggle:hover {
  color: var(--vibrant-turquoise);
}

.nav-dropdown-toggle:focus-visible, .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-list.shadow-three.mobile-shadow-hide.w--open {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.body {
  font-family: Kanit, sans-serif;
}

.banner {
  margin-top: 75px;
}

.container-banner {
  max-width: 100%;
}

.slide, .mask {
  width: 100%;
  height: auto;
}

.slider {
  pointer-events: none;
  width: 100%;
  height: auto;
}

.image-banner {
  aspect-ratio: 1920 / 800;
  width: 100%;
  height: auto;
}

.bg-color-filter {
  background-image: linear-gradient(90deg, var(--sofl-light-cream) 28%, #fffceb00 70%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-color-filter._1 {
  background-image: linear-gradient(90deg, var(--vibrant-turquoise) 20%, #fffceb00 80%);
}

.bg-color-filter.red {
  background-image: linear-gradient(90deg, var(--red) 28%, #fffceb00 70%);
}

.container-contant-banner {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
}

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

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

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

.heading-banner {
  pointer-events: auto;
  color: var(--vibrant-turquoise);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

.heading-banner.white {
  color: var(--white);
}

.heading-banner.white.size {
  font-size: 36px;
  line-height: 46px;
}

.heading-banner.white.size.en {
  font-size: 28px;
  line-height: 38px;
}

.heading-banner.swp {
  color: var(--white);
  margin-bottom: 0;
  font-size: 26px;
  line-height: 32px;
}

.heading-banner.en {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.paragraph-banner {
  pointer-events: auto;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-banner._1 {
  color: var(--white);
}

.paragraph-banner._1.en {
  font-weight: 300;
}

.paragraph-banner.margin {
  margin-right: 10px;
}

.paragraph-banner.white {
  color: var(--white);
}

.paragraph-banner.swp {
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
}

.paragraph-banner.swp.en {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.paragraph-banner.en {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.button-banner {
  z-index: 30;
  background-color: var(--deep-ocean-green);
  pointer-events: auto;
  color: var(--vibrant-turquoise);
  border-radius: 1000px;
  padding: 10px 25px;
  font-size: 18px;
  line-height: 24px;
  transition: all .3s;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.button-banner:hover {
  transform: scale(1.05);
}

.button-banner._1 {
  background-color: var(--deep-ocean-green);
  color: var(--vibrant-turquoise);
}

.button-banner.white {
  background-color: var(--white);
  color: var(--red);
}

.en {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.slide-nav {
  z-index: 10;
  pointer-events: auto;
  font-size: 10px;
}

.icon {
  filter: drop-shadow(0 2px 5px #0003);
  font-size: 30px;
}

.button-contact {
  background-color: var(--vibrant-turquoise);
  color: var(--sofl-light-cream);
  border-radius: 100px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.button-contact:hover {
  transform: scale(1.05);
}

.image-7 {
  width: 125px;
  height: auto;
  padding-top: 10px;
}

.container-about-us-home {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-us-home {
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-about-us-home {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.sub-paragraph-about-us-home {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.logo-about-us-home {
  width: 140px;
  height: auto;
}

.heading-about-us-home {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.heading-about-us-home.en {
  font-size: 28px;
  line-height: 34px;
}

.paragraph-about-us-home {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.image-about-us-home {
  aspect-ratio: 1000 / 1000;
  filter: drop-shadow(0 2px 5px #00000026);
  border-radius: 30px;
  width: 100%;
  height: auto;
}

.company-standards-home {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-company-standards-home {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-head-vm {
  background-color: var(--sunshine-yellow);
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.paragraph-vm-home {
  color: var(--sofl-light-cream);
  text-align: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-vm-home.en {
  font-size: 16px;
  line-height: 22px;
}

.div-block-contant-standard {
  background-color: var(--vibrant-turquoise);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  transition: all .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-contant-standard:hover {
  transform: scale(1.05);
}

.container-product-categories {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.product-categories {
  background-color: var(--vibrant-turquoise);
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-text-head-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-text-head-page.margin {
  margin-bottom: 90px;
}

.heading-page {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.heading-page.color {
  color: var(--vibrant-turquoise);
  margin-bottom: 0;
}

.heading-page.gray {
  color: var(--gray);
  margin-top: 0;
}

.heading-page.gray.en {
  font-size: 26px;
  line-height: 32px;
}

.sub-heading-page {
  background-color: var(--deep-ocean-green);
  color: var(--vibrant-turquoise);
  text-align: center;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 5px 15px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  box-shadow: 0 2px 5px #0000001a;
}

.sub-heading-page.color {
  color: var(--vibrant-turquoise);
}

.sub-heading-page.no-bg {
  color: var(--white);
  background-color: #ffe50000;
  padding: 0;
  box-shadow: 0 2px 5px #0000;
}

.cta-product-categories {
  background-color: var(--sofl-light-cream);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-cta-product-categories {
  color: var(--vibrant-turquoise);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-cta-product-categories.en {
  font-size: 20px;
  line-height: 26px;
}

.card-product-categories {
  background-color: var(--deep-ocean-green);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.card-content-product-categories {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 25px 20px;
  display: flex;
}

.card-image-cover {
  position: relative;
  overflow: hidden;
}

.text-en {
  font-family: Poppins, sans-serif;
}

.text-en.size {
  font-size: 16px;
  line-height: 22px;
}

.heading-product-categories {
  color: var(--vibrant-turquoise);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.image-product-categories {
  aspect-ratio: 1300 / 1000;
  width: 100%;
  height: auto;
}

.why-choose-us {
  background-color: var(--sofl-light-cream);
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-why-choose-us {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-18 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.div-block-why-choose-us {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.paragraph-why-choose-us {
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.heading-why-choose-us {
  color: var(--gray);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.image-why-choose-us {
  filter: saturate(115%) drop-shadow(0 2px 5px #00000026);
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.div-block-head-why-choose-us {
  margin-bottom: 20px;
}

.div-block-image-why-choose-us {
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-contant-why-choose-us {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .3s;
  display: grid;
}

.div-block-contant-why-choose-us:hover {
  transform: scale(1.05);
}

.div-block-icon-why-choose-us {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.image-icon-why {
  filter: invert();
  width: 50px;
  height: auto;
}

.heading-contant-why-choose-us {
  color: var(--vibrant-turquoise);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.heading-contant-why-choose-us.en {
  font-size: 20px;
  line-height: 26px;
}

.div-block-contant-why {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-contant-why-choose-us {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.line-why-choose-us {
  background-color: var(--sunshine-yellow);
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.line-why-choose-us.end {
  margin-bottom: 0;
}

.best-seller {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-best-seller {
  max-width: 1350px;
  padding-left: 20px;
  padding-right: 20px;
}

.form {
  background-color: var(--vibrant-turquoise);
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-form {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.icon-footer {
  width: 18px;
  height: auto;
}

.div-block-contact-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  display: flex;
}

.div-block-contact-footer.align {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer {
  background-color: var(--sofl-light-cream);
  padding-top: 60px;
}

.container-footer {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-logo {
  width: 120px;
  height: auto;
}

.link-block-3 {
  color: var(--vibrant-turquoise);
  text-decoration: none;
  transition: all .3s;
}

.link-block-3:hover {
  color: var(--deep-ocean-green);
}

.link-block-3.w--current {
  background-color: var(--deep-ocean-green);
  color: var(--vibrant-turquoise);
  border-radius: 24px;
  padding: 5px 10px;
}

.heading-co-ltd {
  color: var(--vibrant-turquoise);
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.grid-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr 1fr;
}

.grid-22.en {
  grid-template-columns: 1.4fr .5fr 1.25fr 1.25fr;
}

.paragraph-co-ltd {
  color: var(--vibrant-turquoise);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.paragraph-co-ltd.en {
  font-size: 15px;
  line-height: 21px;
}

.div-block-footer {
  flex-flow: column;
  display: flex;
}

.heading-follow-us {
  color: var(--vibrant-turquoise);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-navbar {
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-navbar.th {
  font-family: Prompt, sans-serif;
}

.paragraph-navbar.en {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.paragraph-navbar.en-footer {
  font-family: Poppins, sans-serif;
}

.div-block-group-contact-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.grid-23 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-icon-follow-us {
  background-color: var(--vibrant-turquoise);
  border-radius: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  padding: 10px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #00000026;
}

.div-block-icon-follow-us:hover {
  transform: scale(1.1);
}

.icon-follow-us {
  filter: brightness(0%) invert();
  width: 100%;
  height: auto;
}

.copyright {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.code-copyright {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-best-seller {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--vibrant-turquoise);
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 20px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-best-seller.en {
  grid-template-columns: 1.3fr 1fr;
}

.div-block-best-seller.en._1 {
  grid-template-columns: 1.72fr 1fr;
}

.heading-name-best-seller {
  color: var(--deep-ocean-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-name-best-seller.en {
  font-size: 18px;
  line-height: 24px;
}

.paragraph-info-best-seller {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-info-best-seller.en {
  font-size: 16px;
  line-height: 22px;
}

.image-best-seller {
  filter: brightness(110%) drop-shadow(30px 1px 5px #00000026);
  width: 100%;
  height: auto;
}

.div-block-image-best-seller {
  justify-content: center;
  align-items: center;
}

.button-best-seller {
  background-color: var(--deep-ocean-green);
  color: var(--vibrant-turquoise);
  text-align: left;
  border-radius: 24px;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.button-best-seller:hover {
  transform: scale(1.05);
}

.div-block-info-best-seller {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-form {
  color: var(--vibrant-turquoise);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.heading-form.en {
  font-size: 32px;
  line-height: 38px;
}

.div-block-button-download-catalog {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--deep-ocean-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-button-download-catalog:hover {
  transform: scale(1.05);
}

.div-block-button-download-catalog.color {
  background-color: var(--deep-ocean-green);
}

.paragraph-download-catalog {
  color: var(--vibrant-turquoise);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-download-catalog.color {
  color: var(--vibrant-turquoise);
}

.link-block-4 {
  color: var(--gray);
  text-decoration: none;
}

.image-download-catalog {
  width: 20px;
  height: auto;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-4 {
  filter: drop-shadow(0 2px 5px #0003);
  margin-left: 0;
  font-size: 35px;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.mask-3 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slide-2 {
  width: 33.33%;
  height: auto;
  padding: 5px 10px 5px 5px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-6 {
  margin-right: 0;
  font-size: 35px;
}

.order-production {
  background-color: var(--vibrant-turquoise);
  padding-top: 80px;
  padding-bottom: 120px;
}

.container-order-production {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.grid-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.div-block-order-production {
  background-color: var(--sofl-light-cream);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 20px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-order-production:hover {
  transform: scale(1.05);
}

.paragraph-number-order-production {
  color: var(--vibrant-turquoise);
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
}

.paragraph-number-order-production.en {
  font-family: Poppins, sans-serif;
}

.heading-order-production {
  color: var(--vibrant-turquoise);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-order-production {
  color: var(--gray);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.widgets {
  z-index: 999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.widget-dropdown {
  z-index: 500;
  position: static;
}

.link-block-97 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--vibrant-turquoise);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 60px 20px;
  text-decoration: none;
  display: flex;
}

.link-block-97.swp {
  background-color: var(--red);
}

.modal-pop-up-cat {
  z-index: 8888;
  color: #333;
  background-color: #1f1f1f80;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0%;
}

.heading-33178 {
  color: var(--deep-ocean-green);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-33178.swp {
  color: var(--white);
}

.heading-33178.en {
  font-size: 30px;
}

.close-modal-restructuring-money-2 {
  background-color: var(--deep-ocean-green);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.langauge-line-break {
  background-color: #00b1b1;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-widget {
  color: var(--vibrant-turquoise);
}

.heading-33184 {
  color: var(--deep-ocean-green);
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-33184.swp {
  color: var(--white);
}

.heading-33184.swp.en {
  font-size: 30px;
}

.language-link {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 98.0578%;
  min-height: 55px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #fff;
}

.card-icon-widgets {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  align-items: center;
  width: 100%;
  min-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-list {
  background-color: #d99f9f;
  inset: 0% 0% auto auto;
}

.language-list.w--open {
  border: 2px solid var(--vibrant-turquoise);
  background-color: var(--white);
  opacity: 1;
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  inset: auto 0% 105%;
  box-shadow: 14px 14px 45px 19px #4f5e781a;
}

.flag-icon {
  border-radius: 100px;
  margin-right: 5px;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-6 {
  color: var(--vibrant-turquoise);
  font-family: Prompt, sans-serif;
  line-height: 22px;
}

.text-block-6.en {
  font-family: Poppins, sans-serif;
}

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

.lottie-animation {
  width: 35px;
  height: auto;
  margin-top: 5px;
}

.logo-icon {
  width: 20px;
  height: auto;
}

.modal-body-restructuring-money-3 {
  border-radius: 24px;
  width: 450px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px #0003;
}

.pop-up-call-to-action {
  z-index: 999;
  display: none;
}

.widget-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px solid var(--vibrant-turquoise);
  background-color: var(--white);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s;
  display: flex;
  top: 0;
  right: auto;
  box-shadow: 0 2px 5px #0003;
}

.widget-toggle.w--open {
  right: auto;
}

.heading-x {
  color: var(--white);
  margin-top: 10px;
  font-family: Varela, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-x.swp {
  color: var(--red);
}

.group-text-widget {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-widget {
  width: 75px;
  height: auto;
  margin-top: 3px;
}

.grid-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cta {
  background-color: var(--vibrant-turquoise);
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-cta {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-cta {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.heading-cta.en {
  font-size: 36px;
  line-height: 42px;
}

.paragraph-cta {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-cta.en {
  font-size: 18px;
  line-height: 24px;
}

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

.icon-button-cta {
  width: 25px;
  height: auto;
}

.div-block-form {
  background-color: var(--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.lottie-animation-2 {
  width: 45px;
  height: auto;
}

.sub-heading-about-us-home {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
}

.sub-heading-about-us-home.en {
  font-size: 20px;
  line-height: 26px;
}

.right-arrow-2, .left-arrow-2 {
  z-index: 10;
  pointer-events: auto;
}

.see-more-product-categories {
  background-color: var(--vibrant-turquoise);
  color: var(--sofl-light-cream);
  border-radius: 100px;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.see-more-product-categories:hover {
  transform: scale(1.05);
}

.div-block-image-form {
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-product-categories {
  color: var(--gray);
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-contant-vm {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 14px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.div-block-text-vm {
  background-color: var(--vibrant-turquoise);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  display: flex;
}

.div-block-vision-mission {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.image-mascot-why-choose-us {
  width: 220px;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-copyright {
  background-color: var(--vibrant-turquoise);
  max-width: 100%;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-line-dot {
  filter: invert();
  width: 180px;
  height: auto;
  position: absolute;
  inset: auto auto -26% 15%;
}

.image-line-dot-2 {
  filter: invert();
  width: 180px;
  height: auto;
  position: absolute;
  inset: -26% auto auto 42%;
}

.image-line-dot-1 {
  filter: invert();
  width: 180px;
  height: auto;
  position: absolute;
  inset: auto 15% -26% auto;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--vibrant-turquoise);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.text-size {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.heading-company-standards {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.star {
  object-fit: cover;
  width: 18px;
  height: auto;
}

.review-name-flex {
  justify-content: flex-start;
  align-items: center;
}

.review-highlight-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.review-highlight-text.en {
  font-weight: 300;
}

.review-highlight-header {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.container-review {
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.review {
  background-image: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.review-highlight-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.name-star-review {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.star-group {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-highlight-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.review-highlight-name.th {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Prompt, sans-serif;
}

.review-highlight-name.en {
  color: var(--white);
}

.grid-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-review {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 5px solid var(--deep-ocean-green);
  background-color: var(--vibrant-turquoise);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 15px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-review:hover {
  transform: scale(1.05);
}

.image-review {
  filter: brightness(110%) drop-shadow(30px 1px 5px #00000026);
  width: 180px;
  height: auto;
}

.paragraph-review {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-company-standards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.paragraph-page {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 310px;
  padding-right: 310px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-page.en {
  padding-left: 140px;
  padding-right: 140px;
  font-weight: 300;
}

.paragraph-company-standards {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.snoopy-collection {
  background-color: var(--deep-ocean-green);
  width: 100%;
  height: auto;
  position: relative;
}

.container-snoopy {
  max-width: 100%;
  position: relative;
}

.image-snoopy {
  z-index: 1;
  aspect-ratio: 1920 / 800;
  filter: drop-shadow(30px 1px 12px #00000026);
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.div-block-contant-snoopy {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.heading-snoopy {
  color: var(--vibrant-turquoise);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.8vw;
  font-weight: 600;
  line-height: 3.8vw;
}

.sub-heading-snoopy {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3vw;
}

.sub-heading-snoopy.en {
  font-size: 1.8vw;
  line-height: 2.8vw;
}

.button-snoopy {
  background-color: var(--vibrant-turquoise);
  color: var(--white);
  border-radius: 24px;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.button-snoopy:hover {
  transform: scale(1.05);
}

.div-block-circle {
  background-color: var(--vibrant-turquoise);
  opacity: 1;
  border-radius: 1000px;
  width: 370px;
  height: 370px;
  position: absolute;
  inset: -10% auto auto -5%;
}

.div-block-circle._2 {
  width: 580px;
  height: 580px;
  inset: auto -10% -22% auto;
}

.image-company-standards {
  filter: invert();
  width: 70px;
  height: auto;
}

.list-item-2 {
  color: var(--vibrant-turquoise);
}

.link-block-contact-us {
  color: var(--vibrant-turquoise);
  text-decoration: none;
  transition: all .3s;
}

.link-block-contact-us:hover {
  color: var(--vibrant-turquoise);
}

.div-block-icon-footer {
  background-color: var(--deep-ocean-green);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.image-form {
  object-fit: cover;
  object-position: 50% 75%;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.code-embed-2 {
  font-weight: 300;
}

.icon-8 {
  transform: rotate(-90deg);
}

.dropdown-toggle {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
}

.dropdown-toggle:hover {
  background-color: var(--deep-ocean-green);
}

.dropdown-list {
  right: 11px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  inset: -22% auto auto 100%;
  box-shadow: 2px 2px 5px #0003;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 22px;
}

.dropdown-link:hover {
  background-color: var(--deep-ocean-green);
}

.dropdown-link.w--current {
  color: var(--gray);
}

.container-about-us {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-us {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.grid-33 {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  position: relative;
}

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

.div-block-image-about-us {
  border-radius: 20px;
  display: block;
}

.div-block-18373 {
  background-color: var(--vibrant-turquoise);
  width: 100%;
  height: 280px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-about-us {
  color: var(--vibrant-turquoise);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.heading-about-us.en {
  font-size: 34px;
  line-height: 44px;
}

.sub-heading-about-us {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.sub-heading-about-us.en {
  font-size: 22px;
  line-height: 32px;
}

.paragraph-about-us {
  text-align: left;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-about-us {
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-about-us-1 {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

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

.why-eskimo {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-why-eskimo {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.3fr;
}

.image-why-eskimo {
  filter: drop-shadow(0 2px 5px #0000001a);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-image-why-eskimo {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.icon-why-eskimo {
  filter: invert() drop-shadow(0 2px 5px #00000026);
  width: 45px;
  height: auto;
  font-size: 55px;
}

.div-block-icon-why-eskimo {
  background-color: var(--deep-ocean-green);
  border-radius: 1000px;
  padding: 15px;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.heading-why-eskimo {
  color: var(--sofl-light-cream);
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.heading-why-eskimo.en {
  font-size: 18px;
  line-height: 24px;
}

.paragraph-why-eskimo {
  color: var(--sofl-light-cream);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-info-why-eskimo {
  background-color: var(--vibrant-turquoise);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-head-why-eskimo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-paragraph-about-us {
  text-align: left;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.sub-paragraph-about-us.en {
  font-family: Poppins, sans-serif;
}

.grid-39 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 10px;
}

.div-block-about-us-vm {
  background-color: var(--vibrant-turquoise);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-about-us-vm.yellow {
  background-color: var(--deep-ocean-green);
}

.heading-vm {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.heading-vm.blue {
  color: var(--vibrant-turquoise);
}

.icon-vm {
  filter: invert() contrast(200%);
  width: 45px;
  height: auto;
}

.icon-vm.no-filter {
  filter: contrast(200%);
}

.paragraph-vm {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-vm.blue {
  color: var(--vibrant-turquoise);
}

.head-page {
  background-color: var(--vibrant-turquoise);
  background-image: linear-gradient(180deg, #3587d1, var(--vibrant-turquoise));
  background-position: 0 0;
  margin-top: 76px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.container-head-page {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-head-page-stroke {
  color: #fff0;
  text-align: center;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #ffffff0f;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 76px;
  font-weight: 800;
  line-height: 82px;
}

.paragraph-head-page-stroke.product, .paragraph-head-page-stroke.product-2 {
  font-size: 64px;
  line-height: 74px;
}

.paragraph-head-page {
  color: #fff;
  text-align: center;
  margin-top: -57px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph-head-page.product {
  margin-top: -60px;
}

.heading-head-page {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.heading-head-page.en {
  font-size: 22px;
  line-height: 28px;
}

.contact-us {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-contact-us {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-40 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.heading-contact-us {
  color: var(--vibrant-turquoise);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
}

.heading-contact-us.white {
  color: var(--white);
}

.paragraph-contact-us {
  margin-bottom: 0;
  padding-right: 80px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-contact-us.white {
  color: var(--white);
}

.div-block-contact-us {
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.line-contact-us {
  background-color: #f5f5f5;
  width: 100%;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-block-group-contact-us {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-icon-contact-us {
  background-color: var(--deep-ocean-green);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.icon-contact-us {
  width: 25px;
  height: auto;
}

.paragraph-info-contact-us {
  color: var(--gray);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-info-contact-us.en-footer {
  font-family: Poppins, sans-serif;
}

.div-block-info-contact-us {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.div-block-info-contact-us:hover {
  transform: scale(1.05);
}

.heading-info-contact-us {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-text-contact-us {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-follow-us-contact {
  background-color: var(--vibrant-turquoise);
  border-radius: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #00000026;
}

.div-block-follow-us-contact:hover {
  transform: scale(1.1);
}

.div-block-form-contact {
  background-color: var(--vibrant-turquoise);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.code-embed-3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.container-map {
  max-width: 100%;
}

.map {
  margin-bottom: -8px;
}

.link-block-3-copy {
  color: var(--vibrant-turquoise);
  text-decoration: none;
  transition: all .3s;
}

.link-block-3-copy.w--current {
  background-color: var(--deep-ocean-green);
  border-radius: 24px;
  padding: 5px 10px;
}

.company-standards {
  background-color: var(--vibrant-turquoise);
  padding-top: 80px;
  padding-bottom: 80px;
}

.products {
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-41 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-products {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-navbar-product {
  background-color: var(--sofl-light-cream);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px #0000001a;
}

.heading-navbar-product {
  color: var(--vibrant-turquoise);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

.link-block-99 {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

.link-block-99.w--current {
  font-weight: 500;
}

.paragraph-navbar-product {
  color: var(--vibrant-turquoise);
  margin-top: 0;
  margin-bottom: 0;
}

.line-navbar-product {
  background-color: #cccccc61;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.div-block-info-product {
  text-align: center;
  border-radius: 24px;
  padding: 15px 15px 20px;
  transition: all .3s;
  box-shadow: 0 5px 10px -4px #00000026;
}

.div-block-info-product:hover {
  box-shadow: 0 2px 5px #0003;
}

.heading-name-product {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-product-info {
  text-align: center;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.image-product {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.lightbox-link {
  border-radius: 12px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.div-block-see-more-product {
  background-color: #4f92cecc;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-see-more-product {
  color: var(--white);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.heading-type-product {
  color: var(--vibrant-turquoise);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.group-info-product.none {
  display: none;
}

.div-block-group-all-product {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.div-block-product-info.gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.paragraph-product-info-1 {
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

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

.sub-head-service-other {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.container-26 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.swiper-pagination {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%);
}

.swiper-wrapper {
  flex-flow: row;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.swiper-slide {
  z-index: 0;
  flex: none;
  width: 34%;
  height: auto;
  transition: transform .3s;
  position: relative;
  box-shadow: 0 2px 20px 5px #0000001a;
}

.swiper-slide.color {
  background-color: var(--sofl-light-cream);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  padding: 50px 20px;
  display: flex;
}

.slider-custom-style {
  display: none;
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.swrper_component {
  position: relative;
}

.swiper-button-next {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1% 45% auto;
  box-shadow: 0 2px 5px #0003;
}

.swiper-button-next:hover {
  background-color: #ffe500;
}

.swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  background-color: #affb42;
}

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

.path-2 {
  color: #000;
}

.container-company-standards {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.swiper-button-prev {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 45% -1%;
  box-shadow: 0 2px 5px #0003;
}

.swiper-button-prev:hover {
  background-color: #ffe500;
}

.swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  background-color: #affb42;
}

.heading-page-about-us {
  color: var(--deep-ocean-green);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

.paragraph-why {
  color: var(--vibrant-turquoise);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-why.th {
  font-family: Kanit, sans-serif;
}

.text-wrapper {
  margin-top: 10px;
}

.text-head-why-group {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.icon-why {
  object-fit: cover;
  width: 60px;
  height: auto;
}

.heading-why {
  color: var(--vibrant-turquoise);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.heading-why.en {
  font-size: 20px;
  line-height: 26px;
}

.th {
  font-family: Kanit, sans-serif;
}

.div-block-group-product {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.paragraph-47 {
  margin-bottom: 5px;
}

.link-block-100 {
  color: var(--gray);
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.image-smile {
  border-radius: 1000px;
  width: 50px;
  height: auto;
  box-shadow: 0 2px 5px #0000001a;
}

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

.div-block-icon-why {
  background-color: var(--vibrant-turquoise);
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-best-info-product {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-logo-footer {
  color: var(--vibrant-turquoise);
  text-decoration: none;
  transition: all .3s;
}

.link-block-logo-footer:hover {
  color: var(--vibrant-turquoise);
}

.div-block-snoopy-mobile {
  display: none;
}

.div-block-contant-mobile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-snoopy-mobile {
  color: var(--vibrant-turquoise);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.8vw;
  font-weight: 600;
  line-height: 3.8vw;
}

.sub-heading-snoopy-mobile {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3vw;
}

.button-snoopy-mobile {
  background-color: var(--vibrant-turquoise);
  color: var(--white);
  border-radius: 24px;
  padding: 10px 25px;
  font-size: 1.2vw;
  line-height: 1.8vw;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.button-snoopy-mobile:hover {
  transform: scale(1.05);
}

.div-block-circle-mobile {
  background-color: var(--vibrant-turquoise);
  opacity: 1;
  border-radius: 1000px;
  width: 370px;
  height: 370px;
  position: absolute;
  inset: -10% auto auto -5%;
}

.div-block-circle-mobile._2 {
  width: 580px;
  height: 580px;
  inset: auto -10% -22% auto;
}

.div-block-logo-why-choose-us {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.logo-why-choose-us {
  width: 130px;
  height: auto;
  margin-top: 16px;
}

.div-block-download-catalog {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.link-scroll-to-top {
  z-index: 10;
  position: fixed;
  inset: auto auto 0% 0%;
}

.div-block-scroll-to-top {
  z-index: 99;
  border: 2px solid var(--vibrant-turquoise);
  background-color: var(--white);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.icon-arrow-up {
  width: 30px;
  height: auto;
}

.slide-nav-5 {
  font-size: 10px;
}

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

.paragraph-head-why-eskimo {
  color: var(--gray);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.logo-why-eskimo {
  width: 140px;
  height: auto;
  margin-top: 13px;
}

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

.logo-about-us {
  width: 120px;
  height: auto;
  margin-top: 10px;
}

.paragraph {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding-left: 310px;
  padding-right: 310px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph.en {
  padding-left: 140px;
  padding-right: 140px;
}

.paragraph-49 {
  color: var(--white);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

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

.logo-order {
  width: 100px;
  height: auto;
  margin-top: 11px;
}

.dropdown {
  width: 100%;
}

.image-mascot {
  aspect-ratio: 1000 / 980;
  width: 200px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-head-cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-button-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--deep-ocean-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-button-cta:hover {
  transform: scale(1.05);
}

.div-block-info-about-us {
  margin-top: 10px;
}

.heading-vm-home {
  color: var(--sofl-light-cream);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.blog {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-blog {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-collection-content {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-relative {
  max-width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-cover-product {
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px #0003;
}

.button-buy-product {
  background-color: var(--vibrant-turquoise);
  border-radius: 100px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.button-buy-product:hover {
  background-color: #4681b6;
  transform: scale(1.05);
}

.keyword {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-33196 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}

.tag-keyword {
  background-color: var(--vibrant-turquoise);
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-50 {
  color: var(--white);
  font-weight: 300;
}

.paragraph-51 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.link-block-101 {
  color: #333;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .3s;
}

.link-block-101:hover {
  background-color: var(--deep-ocean-green);
}

.link-block-101._2:hover {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.link-block-101._1:hover, .link-block-101._1.w--current:hover {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.banner-swp {
  background-image: linear-gradient(30deg, var(--red) 5%, #ec1e2833 60%), linear-gradient(to bottom, #0000001a, #0000001a), url('../images/banner-swp.avif');
  background-position: 0 0, 0 0, 50% 80%;
  background-size: auto, auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-bn-swp {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-swp {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.grid-42 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid-42.en {
  grid-template-columns: 1.25fr 1fr;
}

.paragraph-swp {
  color: var(--white);
  margin-bottom: 0;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.sub-paragraph-swp {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-button-swp {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.link-button-tel {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-button-tel:hover {
  transform: scale(1.1);
}

.paragraph-button {
  color: var(--red);
  margin-bottom: 0;
  font-weight: 400;
}

.icon-button {
  width: 23px;
  height: auto;
}

.container-about-swp {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-us-swp {
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-43 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.sub-paragraph-about {
  color: var(--red);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.sub-paragraph-about.white {
  color: var(--white);
}

.sub-paragraph-about.white.center {
  text-align: center;
  margin-bottom: 10px;
}

.heading-about {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.heading-about.white {
  color: var(--white);
}

.heading-about.en {
  font-size: 28px;
  line-height: 38px;
}

.paragraph-about {
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.image-about {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

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

.container-29 {
  max-width: 100%;
}

.grid-44 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-we-serve {
  width: 100%;
  height: auto;
}

.container-31 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-page-swp {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 38px;
}

.heading-page-swp.white {
  color: var(--white);
}

.heading-page-swp.white.en {
  margin-bottom: 10px;
}

.heading-page-swp.en {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
}

.paragraph-sub-swp {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-sub-swp.white {
  color: var(--white);
  margin-bottom: 0;
}

.paragraph-sub-swp.en {
  font-size: 16px;
  line-height: 22px;
}

.div-block-content-image {
  position: relative;
}

.div-block-content-we-serve {
  background-image: linear-gradient(#fff0 60%, #000000b3), linear-gradient(#0000001a, #0000001a);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-we-serve {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-we-serve-swp {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-hover-content {
  background-color: #00000073;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-button-hover-we-serve {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--red);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-button-hover-we-serve:hover {
  transform: scale(1.1);
}

.paragraph-button-hover-we-serve {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
}

.icon-we-serve {
  filter: invert();
  width: 20px;
  height: auto;
}

.heading-hover-we-serve {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-hover-we-serve {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-line-swp {
  background-color: var(--red);
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-32 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.production-capacity {
  background-color: #f6f7f9;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-45 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  box-shadow: 0 2px 10px #0000001a;
}

.div-block-head-production-capacity {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--red);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 30px;
  display: flex;
}

.heading-33202 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.div-block-production-capacity {
  background-color: var(--white);
  border-right: 1px solid #00000014;
  padding: 40px 25px;
}

.div-block-production-capacity.line-up {
  border-top: 1px solid #00000014;
}

.div-block-production-capacity.line-up.red {
  background-color: var(--red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-production-capacity.line {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-production-capacity {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.heading-production-capacity.en {
  font-weight: 600;
}

.paragraph-production-capacity {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.icon-production-capacity {
  width: 70px;
  height: auto;
}

.heading-catalog {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}

.manufacturing-standards {
  position: relative;
}

.container-33 {
  background-color: var(--red);
  max-width: 100%;
  position: relative;
}

.grid-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.image-bg-swp {
  width: 100%;
  height: auto;
}

.grid-48 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.container-34 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-manufacturing-standards {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-manufacturing-standards {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-sub-our-products {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.list-2 {
  color: var(--white);
  padding-left: 20px;
}

.list-item-3 {
  margin-bottom: 10px;
  list-style-type: square;
}

.paragraph-sub-manufacturing-standards {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-manufacturing-standards {
  padding-right: 60px;
}

.div-block-manufacturing-standards.en {
  padding-right: 20px;
}

.div-block-button {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.section-5 {
  background-image: linear-gradient(180deg, var(--white), #ffffffd9 50%, #ffffff80), url('../images/banner-swp.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-35 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-swp-red {
  color: var(--red);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-standard-factory {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-standard-factory.en {
  font-size: 18px;
  line-height: 24px;
}

.grid-49 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading-standard-factory {
  color: #333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}

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

.image-standard-factory {
  width: 160px;
  height: auto;
}

.logo-standard-factory {
  border-radius: 24px;
  width: 100%;
  height: auto;
  transition: all .3s;
}

.logo-standard-factory:hover {
  transform: scale(1.05);
}

.div-block-standard-factory {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 2px 7px #0000001a;
}

.container-36 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.why-choose {
  background-color: var(--red);
  margin-bottom: 220px;
  padding-top: 80px;
}

.div-block-our-customers {
  margin-bottom: 40px;
}

.grid-50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: -143px;
}

.div-block-why-choose {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 2px 7px #00000026;
}

.paragraph-number-why-choose {
  background-color: var(--gray);
  color: var(--white);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 5px 8px;
  font-size: 34px;
  line-height: 40px;
  display: inline-block;
}

.heading-why-choose {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.heading-why-choose.en {
  font-size: 18px;
  line-height: 24px;
}

.paragraph-why-choose {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.container-37 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.our-products {
  padding-bottom: 80px;
}

.grid-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.image-our-products {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.div-block-head-page-swp {
  margin-bottom: 20px;
}

.paragraph-our-products {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-content-our-products {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-group-our-products {
  background-color: var(--red);
  border-radius: 24px;
  padding: 12px 30px;
}

.text-size-th {
  font-size: 16px;
  line-height: 22px;
}

.text-size-th.en {
  font-weight: 400;
}

.div-block-image-our-products {
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-head-swp {
  margin-bottom: 30px;
}

.heading-sub-policy-swp {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 160px;
  padding-right: 160px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.heading-sub-policy-swp.en {
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 26px;
}

.text-bold-swp, .text-bold-swp.en {
  font-weight: 500;
}

.div-block-box-year {
  background-color: var(--red);
  border-radius: 14px;
  padding: 20px;
  position: absolute;
  inset: 72% -3% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-about-image {
  border-radius: 24px;
  position: relative;
}

.our-customers {
  background-color: var(--red);
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-38 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.embed {
  display: none;
}

.home-logo-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate {
  grid-column-gap: 2rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.clients-grid.logo-animate.gap {
  grid-column-gap: 2rem;
}

.client-logo {
  aspect-ratio: 300 / 300;
  object-fit: contain;
  width: 100%;
  height: auto;
  min-height: 7rem;
  max-height: 7rem;
}

.client-logo:hover {
  opacity: 1;
}

.client-logo.circle {
  border-radius: 1000px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-18435 {
  z-index: 5;
  background-image: linear-gradient(90deg, #ec1e28, #fff0 70%, #fff0);
  width: 7%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-18435.right {
  background-image: linear-gradient(270deg, #ec1e28, #fff0 70% 101%);
  inset: 0% 0% auto auto;
}

.paragraph-box-year {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-box-year.en {
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
}

.paragraph-number-box-year {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
}

.paragraph-number-box-year.en {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-74 {
  pointer-events: auto;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.paragraph-74-copy {
  pointer-events: auto;
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-74-copy.en {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.dropdown-toggle-2 {
  color: var(--vibrant-turquoise);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 0 2px 5px #0000001a;
}

.dropdown-link-2 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.dropdown-link-2._1 {
  transition: all .3s;
}

.dropdown-link-2._1:hover {
  background-color: var(--deep-ocean-green);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.dropdown-link-2._2 {
  transition: all .3s;
}

.dropdown-link-2._2:hover {
  background-color: var(--deep-ocean-green);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.big {
  letter-spacing: .5px;
  font-size: 24px;
  line-height: 30px;
}

.pop-up-call-to-action-swp {
  z-index: 999;
  display: none;
}

.modal-pop-up-cat-swp {
  z-index: 8888;
  color: #333;
  background-color: #1f1f1f80;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0%;
}

.modal-body-restructuring-money-3-swp {
  border-radius: 24px;
  width: 450px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px #0003;
}

.close-modal-restructuring-money-swp {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dropdown-2 {
  font-weight: 400;
}

.text-block-7, .div-block-18436 {
  display: block;
}

.language {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.language:where(.w-variant-b25d4ff3-bd79-8512-8760-48f79c27e8c2) {
  display: none;
}

.link-block-lg {
  color: var(--gray);
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  transition: all .3s;
}

.link-block-lg:hover {
  color: var(--vibrant-turquoise);
  border-radius: 24px;
}

.link-block-lg.w--current {
  color: var(--vibrant-turquoise);
}

.paragraph-language {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-line {
  color: var(--gray);
  margin-bottom: 0;
}

.navbar-group {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-3:where(.w-variant-36c5e1d2-2b95-5e92-3793-fd6dde4af395) {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

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

  .nav-dropdown-toggle {
    padding-left: 15px;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    left: 12%;
  }

  .menu-button {
    padding: 12px;
  }

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

  .banner {
    margin-top: 83px;
  }

  .bg-color-filter._1 {
    background-image: linear-gradient(90deg, var(--vibrant-turquoise), #fffceb00);
  }

  .container-contant-banner {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .heading-banner {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-banner.white.size {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-banner.white.size.en {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-banner.swp {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-banner.en {
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph-banner {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-banner.margin {
    margin-right: 0;
  }

  .paragraph-banner.swp {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-banner.en, .button-banner {
    font-size: 16px;
    line-height: 22px;
  }

  .icon {
    font-size: 24px;
  }

  .image-7 {
    width: 115px;
  }

  .about-us-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .div-block-about-us-home {
    justify-content: center;
    align-items: center;
  }

  .company-standards-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-vm-home {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-contant-standard {
    justify-content: flex-start;
    align-items: center;
    padding: 30px 10px;
  }

  .product-categories {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-text-head-page.margin {
    margin-bottom: 70px;
  }

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

  .heading-page.gray.en {
    font-size: 24px;
    line-height: 30px;
  }

  .sub-heading-page {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-product-categories {
    font-size: 20px;
  }

  .why-choose-us {
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

  .div-block-why-choose-us {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .paragraph-why-choose-us {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-why-choose-us {
    font-size: 32px;
    line-height: 42px;
  }

  .best-seller, .form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 40px;
  }

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

  .grid-22.en {
    grid-template-columns: .9fr .5fr;
  }

  .paragraph-navbar.th {
    padding-right: 0;
  }

  .grid-23 {
    margin-left: 20px;
  }

  .copyright {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-best-seller {
    grid-template-columns: 1fr;
  }

  .paragraph-info-best-seller {
    text-align: left;
    margin-bottom: 5px;
  }

  .image-best-seller {
    width: 200px;
  }

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

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

  .heading-form.en {
    font-size: 26px;
    line-height: 32px;
  }

  .slide-2 {
    width: 50%;
  }

  .order-production {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .link-block-5 {
    display: none;
  }

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

  .paragraph-number-order-production {
    margin-bottom: 10px;
    font-size: 44px;
    line-height: 50px;
  }

  .heading-order-production {
    font-size: 18px;
    line-height: 24px;
  }

  .close-modal-restructuring-money-2 {
    width: 50px;
    height: 50px;
  }

  .card-icon-widgets {
    min-height: 50px;
  }

  .text-block-6 {
    font-size: 14px;
    line-height: 20px;
  }

  .lottie-animation {
    width: 35px;
  }

  .logo-icon {
    width: 25px;
  }

  .modal-body-restructuring-money-3 {
    width: 400px;
    height: auto;
    top: 50%;
  }

  .widget-toggle {
    top: 0;
  }

  .image-widget {
    width: 70px;
  }

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

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-cta {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-cta.en {
    font-size: 34px;
    line-height: 40px;
  }

  .paragraph-cta {
    font-size: 18px;
    line-height: 24px;
  }

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

  .div-block-form {
    justify-content: center;
    align-items: stretch;
    padding: 20px;
  }

  .div-block-vision-mission {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-copyright {
    margin-top: 40px;
  }

  .image-line-dot {
    width: 160px;
    bottom: -12%;
    left: 35%;
  }

  .image-line-dot-2 {
    width: 160px;
    top: -12%;
    left: 45%;
  }

  .image-line-dot-1 {
    width: 170px;
    display: none;
    bottom: -20%;
  }

  .heading-company-standards {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .review {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-review {
    width: 150px;
  }

  .paragraph-page, .paragraph-page.en {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-snoopy {
    font-size: 3.2vw;
    line-height: 4.2vw;
  }

  .sub-heading-snoopy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .button-snoopy {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .div-block-circle {
    width: 180px;
    height: 180px;
  }

  .div-block-circle._2 {
    width: 300px;
    height: 300px;
  }

  .image-company-standards {
    width: 60px;
  }

  .link-block-contact-us.w--current {
    padding-top: 100px;
  }

  .div-block-icon-footer {
    width: 35px;
    height: 35px;
  }

  .dropdown-list.w--open {
    top: -25%;
  }

  .about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .heading-about-us {
    font-size: 36px;
    line-height: 46px;
  }

  .heading-about-us.en {
    font-size: 32px;
    line-height: 38px;
  }

  .sub-heading-about-us {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-about-us {
    padding-right: 0;
  }

  .div-block-about-us {
    justify-content: center;
    align-items: center;
  }

  .why-eskimo {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .image-why-eskimo {
    width: 470px;
    height: auto;
  }

  .sub-paragraph-about-us {
    text-align: center;
  }

  .heading-vm {
    font-size: 20px;
    line-height: 26px;
  }

  .head-page {
    margin-top: 82px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-head-page-stroke {
    font-size: 60px;
    line-height: 66px;
  }

  .paragraph-head-page-stroke.product, .paragraph-head-page-stroke.product-2 {
    font-size: 54px;
    line-height: 64px;
  }

  .paragraph-head-page {
    margin-top: -48px;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-head-page {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-head-page.en {
    font-size: 20px;
    line-height: 26px;
  }

  .contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-contact-us {
    padding-right: 0;
  }

  .div-block-icon-contact-us {
    width: 50px;
    height: 50px;
  }

  .icon-contact-us {
    width: 20px;
  }

  .div-block-form-contact {
    padding: 20px;
  }

  .company-standards, .products {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .div-block-navbar-product {
    display: none;
  }

  .heading-navbar-product {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-info-product {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .heading-name-product {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-product-info {
    margin-bottom: 0;
  }

  .heading-type-product {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-group-all-product {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-product-info {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    margin-bottom: 5px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide.color {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2rem;
    height: 2rem;
  }

  .heading-page-about-us {
    font-size: 36px;
    line-height: 46px;
  }

  .heading-page-about-us.en {
    font-size: 34px;
    line-height: 40px;
  }

  .icon-why {
    width: 50px;
  }

  .heading-why {
    margin-bottom: 5px;
  }

  .div-block-group-product {
    grid-template-columns: 1fr;
  }

  .paragraph-47 {
    margin-bottom: 0;
  }

  .image-smile {
    width: 30px;
  }

  .div-block-smile {
    margin-bottom: 10px;
  }

  .div-block-best-info-product {
    text-align: center;
  }

  .icon-9 {
    color: var(--vibrant-turquoise);
    font-size: 30px;
  }

  .heading-snoopy-mobile {
    font-size: 3.2vw;
    line-height: 4.2vw;
  }

  .sub-heading-snoopy-mobile {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .button-snoopy-mobile {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .div-block-circle-mobile {
    width: 180px;
    height: 180px;
  }

  .div-block-circle-mobile._2 {
    width: 300px;
    height: 300px;
  }

  .logo-why-choose-us {
    width: 130px;
  }

  .link-scroll-to-top {
    z-index: 99;
  }

  .paragraph-head-why-eskimo {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-group-about-us {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
  }

  .logo-about-us {
    width: 100px;
    margin-top: 20px;
  }

  .paragraph, .paragraph.en {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-vm-home {
    font-size: 16px;
    line-height: 22px;
  }

  .tag-keyword {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-swp {
    background-image: linear-gradient(30deg, var(--red) 10%, #ec1e284d 60%), linear-gradient(to bottom, #0000001a, #0000001a), url('../images/banner-swp.avif');
    background-position: 0 0, 0 0, 50% 80%;
    background-size: auto, auto, cover;
  }

  .heading-swp {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .grid-42 {
    grid-template-columns: 3.5fr 1fr;
  }

  .grid-42.en {
    grid-template-columns: 1.25fr;
  }

  .paragraph-swp {
    padding-right: 0;
  }

  .about-us-swp {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-43 {
    grid-template-columns: 1.1fr;
  }

  .sub-paragraph-about {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .sub-paragraph-about.white {
    text-align: left;
  }

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

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

  .grid-44 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-page-swp {
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-sub-swp {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-content-image {
    width: 33.3%;
  }

  .div-block-content-we-serve {
    padding: 20px;
  }

  .div-block-hover-content {
    padding: 10px;
  }

  .production-capacity {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .div-block-head-production-capacity {
    padding: 20px;
  }

  .heading-33202 {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-production-capacity.line-up {
    padding: 30px 15px;
  }

  .heading-production-capacity {
    font-size: 18px;
    line-height: 24px;
  }

  .icon-production-capacity {
    width: 50px;
  }

  .grid-47, .grid-48 {
    grid-template-columns: 1fr;
  }

  .container-34 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-manufacturing-standards {
    text-align: center;
  }

  .heading-manufacturing-standards.en {
    text-align: left;
  }

  .paragraph-sub-our-products {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-manufacturing-standards {
    padding: 40px 0 40px 20px;
  }

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

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

  .heading-swp-red {
    font-size: 30px;
  }

  .grid-49 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-standard-factory {
    width: 120px;
  }

  .div-block-standard-factory {
    width: 22.9%;
  }

  .why-choose {
    padding-top: 60px;
  }

  .grid-50 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: -155px;
  }

  .our-products {
    padding-bottom: 60px;
  }

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

  .heading-sub-policy-swp {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .our-customers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-spac {
    height: 440px;
  }

  .paragraph-74 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-74-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .modal-body-restructuring-money-3-swp {
    width: 400px;
    height: auto;
    top: 50%;
  }

  .close-modal-restructuring-money-swp {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-link {
    display: inline-block;
  }

  .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-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    left: 0%;
  }

  .banner {
    margin-top: 83px;
  }

  .bg-color-filter {
    background-image: linear-gradient(to bottom, #f3f8e866, #f3f8e866), linear-gradient(90deg, var(--sofl-light-cream), #fffceb00 80%);
  }

  .bg-color-filter._1 {
    background-image: linear-gradient(to bottom, #4f92ce4d, #4f92ce4d), linear-gradient(90deg, var(--vibrant-turquoise), #fffceb00);
  }

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

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

  .grid-2.en-swp {
    grid-template-columns: 1.45fr;
  }

  .div-block-contant-banner {
    justify-content: center;
    align-items: center;
  }

  .heading-banner {
    text-align: center;
    margin-bottom: 5px;
  }

  .heading-banner.white.size {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .heading-banner.white.size.en {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-banner.swp {
    font-size: 3vw;
    line-height: 5vw;
  }

  .heading-banner.en {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-banner {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-banner._1 {
    text-align: center;
  }

  .paragraph-banner._1.en {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-banner.margin {
    text-align: center;
  }

  .paragraph-banner.swp {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .paragraph-banner.swp.en {
    font-size: 2vw;
    line-height: 3vw;
  }

  .paragraph-banner.en, .button-banner {
    font-size: 14px;
    line-height: 20px;
  }

  .image-7 {
    width: 110px;
  }

  .about-us-home {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-about-us-home {
    justify-content: center;
    align-items: center;
  }

  .logo-about-us-home {
    width: 140px;
  }

  .heading-about-us-home {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .heading-about-us-home.en {
    font-size: 26px;
    line-height: 32px;
  }

  .company-standards-home {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-contant-standard {
    border-radius: 20px;
  }

  .product-categories {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-text-head-page.margin {
    margin-bottom: 20px;
  }

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

  .heading-page.color {
    text-align: center;
  }

  .heading-page.gray {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-page.en {
    font-size: 26px;
    line-height: 32px;
  }

  .sub-heading-page {
    font-size: 16px;
    line-height: 22px;
  }

  .why-choose-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-why-choose-us.en {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-contant-why-choose-us {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-icon-why {
    width: 40px;
  }

  .best-seller, .form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .image-logo {
    width: 110px;
  }

  .heading-co-ltd {
    font-size: 18px;
    line-height: 24px;
  }

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

  .grid-22.en {
    grid-template-columns: .9fr;
  }

  .div-block-best-seller {
    grid-template-columns: 1fr 1fr;
  }

  .slide-2 {
    width: 100%;
  }

  .order-production {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .close-modal-restructuring-money-2 {
    width: 40px;
    height: 40px;
  }

  .lottie-animation {
    width: 30px;
  }

  .logo-icon {
    width: 20px;
  }

  .modal-body-restructuring-money-3 {
    width: 400px;
    top: 50%;
  }

  .widget-toggle {
    padding-left: 15px;
    padding-right: 15px;
    top: -3px;
  }

  .image-widget {
    width: 60px;
  }

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

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

  .heading-cta {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-cta.en {
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-cta {
    font-size: 16px;
    line-height: 22px;
  }

  .grid-31 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-form {
    border-radius: 20px;
  }

  .sub-heading-about-us-home {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .sub-heading-about-us-home.en {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-image-form {
    border-radius: 20px;
  }

  .div-block-vision-mission {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .image-mascot-why-choose-us {
    width: 200px;
  }

  .image-line-dot, .image-line-dot-2, .image-line-dot-1 {
    display: none;
  }

  .review-highlight-header {
    flex-flow: column;
  }

  .review {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review-highlight-link {
    padding: 20px;
  }

  .review-highlight-name {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

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

  .div-block-company-standards {
    grid-template-columns: 1fr 1fr;
  }

  .snoopy-collection {
    display: none;
  }

  .container-snoopy {
    overflow: hidden;
  }

  .sub-heading-snoopy {
    font-size: 2.8vw;
    line-height: 3.8vw;
  }

  .button-snoopy {
    font-size: 2.2vw;
    line-height: 2.2vw;
  }

  .div-block-circle {
    width: 110px;
    height: 110px;
  }

  .div-block-circle._2 {
    width: 200px;
    height: 200px;
  }

  .image-company-standards {
    width: 50px;
  }

  .image-form {
    border-radius: 20px;
  }

  .icon-8 {
    transform: rotate(0);
  }

  .dropdown-list {
    height: 400px;
  }

  .dropdown-list.w--open {
    inset: 101% 0% auto;
    overflow: auto;
  }

  .dropdown-list.product {
    height: auto;
  }

  .about-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-image-about-us {
    border-radius: 16px;
  }

  .heading-about-us {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-about-us.en {
    font-size: 30px;
    line-height: 36px;
  }

  .sub-heading-about-us, .sub-heading-about-us.en {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-about-us {
    justify-content: center;
    align-items: stretch;
  }

  .image-about-us-1, .image-about-us {
    border-radius: 16px;
  }

  .why-eskimo {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-36, .grid-39 {
    grid-template-columns: 1fr;
  }

  .head-page {
    margin-top: 84px;
  }

  .paragraph-head-page-stroke {
    font-size: 58px;
    line-height: 68px;
  }

  .paragraph-head-page-stroke.product, .paragraph-head-page-stroke.product-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-head-page {
    margin-top: -49px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-head-page.product {
    margin-top: -40px;
  }

  .heading-head-page {
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-head-page.en {
    font-size: 18px;
    line-height: 24px;
  }

  .contact-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .heading-contact-us {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph-contact-us {
    text-align: center;
  }

  .div-block-contact-us {
    padding-top: 0;
  }

  .company-standards, .products {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-navbar {
    display: none;
  }

  .div-block-info-product {
    padding: 15px;
  }

  .heading-type-product {
    font-size: 24px;
    line-height: 34px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .heading-page-about-us {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-page-about-us.en {
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph-why {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-why {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-smile {
    margin-bottom: 10px;
  }

  .div-block-icon-why {
    width: 80px;
    height: 80px;
  }

  .div-block-best-info-product {
    text-align: left;
  }

  .image-snoopy-mobile {
    filter: drop-shadow(0 2px 5px #00000026);
    width: 100%;
    height: auto;
    position: relative;
  }

  .div-block-snoopy-mobile {
    display: block;
    position: relative;
  }

  .heading-snoopy-mobile {
    font-size: 5vw;
    line-height: 6vw;
  }

  .sub-heading-snoopy-mobile {
    font-size: 4.2vw;
    line-height: 5.2vw;
  }

  .sub-heading-snoopy-mobile.en {
    text-align: center;
    font-size: 3.3vw;
    line-height: 4.3vw;
  }

  .button-snoopy-mobile {
    font-size: 2.8vw;
    line-height: 3.8vw;
  }

  .div-block-circle-mobile {
    width: 220px;
    height: 220px;
  }

  .div-block-circle-mobile._2 {
    width: 340px;
    height: 340px;
  }

  .div-block-scroll-to-top {
    width: 45px;
    height: 45px;
  }

  .icon-arrow-up {
    width: 25px;
  }

  .div-block-why-eskimo {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .logo-why-eskimo {
    width: 120px;
  }

  .logo-about-us {
    width: 92px;
    margin-top: 10px;
  }

  .snoopy-collection-mobile {
    background-color: var(--deep-ocean-green);
  }

  .tag-keyword {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-50 {
    padding: 10px;
  }

  .banner-swp {
    background-image: linear-gradient(30deg, var(--red), #fff0 80%), linear-gradient(to bottom, #0000001a, #0000001a), url('../images/banner-swp.avif');
    background-position: 0 0, 0 0, 50% 60%;
    background-size: auto, auto, cover;
  }

  .heading-swp {
    font-size: 34px;
    line-height: 44px;
  }

  .grid-42 {
    grid-template-columns: 1.25fr;
  }

  .about-us-swp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-about {
    font-size: 26px;
    line-height: 36px;
  }

  .heading-about.en {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
  }

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

  .heading-page-swp.en {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-content-image {
    width: 100%;
  }

  .heading-we-serve {
    font-size: 20px;
    line-height: 26px;
  }

  .production-capacity {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-production-capacity.no-line {
    border-bottom: 1px solid #00000014;
    border-right-style: none;
  }

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

  .list-2 {
    padding-left: 20px;
  }

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

  .heading-swp-red {
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-standard-factory {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-standard-factory.en {
    font-size: 16px;
    line-height: 22px;
  }

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

  .heading-standard-factory {
    font-size: 20px;
    line-height: 26px;
  }

  .image-standard-factory {
    width: 110px;
  }

  .div-block-standard-factory {
    width: 100%;
  }

  .why-choose {
    padding-top: 40px;
  }

  .heading-why-choose {
    font-size: 18px;
    line-height: 24px;
  }

  .our-products {
    padding-bottom: 40px;
  }

  .heading-sub-policy-swp {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-sub-policy-swp.en {
    font-size: 18px;
    line-height: 24px;
  }

  .our-customers {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .clients-grid.logo-animate {
    grid-column-gap: 1rem;
  }

  .paragraph-box-year.en, .paragraph-number-box-year {
    font-size: 40px;
    line-height: 46px;
  }

  .paragraph-number-box-year.en {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-spac {
    height: 480px;
  }

  .paragraph-74 {
    text-align: center;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .paragraph-74-copy {
    text-align: center;
    font-size: 2.26vw;
    line-height: 3.26vw;
  }

  .paragraph-74-copy.en {
    font-size: 16px;
    line-height: 22px;
  }

  .modal-body-restructuring-money-3-swp {
    width: 400px;
    top: 50%;
  }

  .close-modal-restructuring-money-swp {
    width: 40px;
    height: 40px;
  }

  .language {
    margin-left: 5px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .banner {
    margin-top: 82px;
  }

  .image-banner {
    object-fit: cover;
    object-position: 85% 50%;
    height: 100vw;
  }

  .image-banner.swp {
    object-position: 85% 50%;
  }

  .image-banner.ekm1 {
    object-position: 90% 50%;
  }

  .image-banner.ekm2 {
    object-position: 70% 50%;
  }

  .image-banner.ekm3 {
    object-position: 75% 50%;
  }

  .bg-color-filter {
    background-image: linear-gradient(#f3f8e84d, #f3f8e84d), linear-gradient(70deg, #f3f8e8cc 20%, #fffceb00);
  }

  .bg-color-filter._1 {
    background-image: linear-gradient(#4f92ce4d, #4f92ce4d), linear-gradient(70deg, #4f92ceb3 20%, #fffceb00);
  }

  .bg-color-filter.red {
    background-image: linear-gradient(50deg, #ec1e28d9 25%, #ec1e2840);
  }

  .container-contant-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-banner {
    font-size: 6.4vw;
    line-height: 8.4vw;
  }

  .heading-banner.white.size {
    font-size: 4.9vw;
    line-height: 6.9vw;
  }

  .heading-banner.swp {
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-banner {
    font-size: 4.3vw;
    line-height: 6vw;
  }

  .paragraph-banner.swp {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .paragraph-banner.swp.en {
    font-size: 3vw;
    line-height: 4vw;
  }

  .slide-nav.ekm2 {
    object-position: 100% 50%;
  }

  .icon {
    margin-left: 10px;
  }

  .icon._1 {
    margin-left: 50px;
  }

  .logo-about-us-home {
    width: 120px;
  }

  .div-block-head-vm {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 0;
  }

  .paragraph-vm-home {
    font-size: 4vw;
    line-height: 6vw;
  }

  .div-block-text-head-page.margin {
    margin-bottom: 10px;
  }

  .heading-page {
    margin-top: 10px;
    font-size: 26px;
    line-height: 36px;
  }

  .heading-page.gray {
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .heading-page.gray.en {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-page.en {
    font-size: 24px;
    line-height: 30px;
  }

  .sub-heading-page.no-bg {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-why-choose-us {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-why-choose-us {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-contant-why-choose-us {
    grid-template-columns: 1fr;
  }

  .heading-contant-why-choose-us {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-contant-why {
    justify-content: flex-start;
    align-items: center;
  }

  .line-why-choose-us {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-navbar {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-23 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .div-block-best-seller {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .heading-name-best-seller {
    margin-bottom: 10px;
  }

  .div-block-image-best-seller, .button-best-seller {
    margin-top: 20px;
  }

  .div-block-info-best-seller {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-form {
    font-size: 6vw;
    line-height: 7vw;
  }

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

  .widgets {
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .link-block-97 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 40px 20px;
  }

  .heading-33178 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .close-modal-restructuring-money-2 {
    width: 35px;
    height: 35px;
  }

  .text-block-widget {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-33184 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7vw;
  }

  .language-link {
    min-height: 50px;
  }

  .div-block-18350 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .modal-body-restructuring-money-3 {
    width: 90%;
  }

  .widget-toggle {
    color: #fff;
    top: 0;
  }

  .image-widget {
    width: 50px;
  }

  .heading-cta {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-form {
    padding: 20px;
  }

  .sub-heading-about-us-home {
    font-size: 4.8vw;
    line-height: 6.8vw;
  }

  .sub-heading-about-us-home.en {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-contant-vm {
    flex-flow: column;
    grid-template-columns: .6fr 1fr;
    display: flex;
  }

  .div-block-text-vm {
    border-top-right-radius: 0;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-mascot-why-choose-us {
    width: 120px;
  }

  .text-size {
    font-size: 18px;
    line-height: 24px;
  }

  .review-highlight-link {
    padding: 0;
  }

  .star-group {
    justify-content: center;
    align-items: center;
  }

  .div-block-review {
    padding: 20px 10px;
  }

  .div-block-company-standards {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle.w--open {
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-about-us {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-about-us.en {
    font-size: 24px;
    line-height: 30px;
  }

  .sub-heading-about-us {
    font-size: 4.81vw;
    font-weight: 400;
    line-height: 5.81vw;
  }

  .sub-heading-about-us.en {
    font-size: 18px;
    line-height: 24px;
  }

  .icon-why-eskimo {
    width: 40px;
  }

  .heading-vm {
    font-size: 18px;
    line-height: 24px;
  }

  .icon-vm {
    width: 40px;
  }

  .paragraph-head-page-stroke {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff14;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }

  .paragraph-head-page-stroke.product {
    font-size: 6.9vw;
    line-height: 10vw;
  }

  .paragraph-head-page-stroke.product-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-head-page {
    margin-top: 0;
    font-size: 6vw;
    line-height: 7vw;
  }

  .paragraph-head-page.product {
    margin-top: 0;
  }

  .paragraph-head-page.en {
    margin-top: -25px;
  }

  .heading-head-page {
    margin-top: 10px;
    font-size: 4.4vw;
    line-height: 6.4vw;
  }

  .heading-head-page.padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-head-page.en {
    font-size: 16px;
    line-height: 22px;
  }

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

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

  .div-block-product-info {
    flex-flow: row;
  }

  .sub-head-service-other {
    font-size: 18px;
    line-height: 24px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-button-next {
    width: 2.4rem;
    height: 2.4rem;
    right: -5%;
  }

  .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
    left: -5%;
  }

  .heading-page-about-us.en {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-best-info-product {
    text-align: center;
  }

  .heading-snoopy-mobile {
    font-size: 5.6vw;
    line-height: 6.6vw;
  }

  .sub-heading-snoopy-mobile {
    font-size: 5vw;
    line-height: 6vw;
  }

  .button-snoopy-mobile {
    font-size: 4vw;
    line-height: 5vw;
  }

  .div-block-circle-mobile {
    width: 130px;
    height: 130px;
  }

  .div-block-circle-mobile._2 {
    width: 185px;
    height: 185px;
  }

  .div-block-logo-why-choose-us {
    margin-bottom: 5px;
  }

  .logo-why-choose-us {
    width: 100px;
    margin-top: 12px;
  }

  .logo-why-eskimo {
    width: 100px;
  }

  .div-block-group-about-us {
    flex-flow: column;
  }

  .div-block-18407 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
  }

  .logo-order {
    width: 75px;
    margin-top: 7px;
  }

  .image-cover-product {
    border-radius: 10px;
  }

  .paragraph-50 {
    margin: 10px;
  }

  .banner-swp {
    background-image: linear-gradient(30deg, var(--red), #fff0), linear-gradient(to bottom, #00000026, #00000026), url('../images/banner-swp.avif');
    background-position: 0 0, 0 0, 50% 60%;
    background-size: auto, auto, cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .paragraph-swp, .sub-paragraph-swp {
    text-align: center;
  }

  .div-block-button-swp {
    justify-content: center;
    align-items: center;
  }

  .heading-about {
    font-size: 22px;
    line-height: 32px;
  }

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

  .heading-page-swp {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-page-swp.en {
    font-size: 24px;
    line-height: 30px;
  }

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

  .div-block-head-production-capacity {
    justify-content: space-between;
    align-items: center;
  }

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

  .div-block-production-capacity.line {
    border-bottom: 1px solid #00000014;
    border-right-style: none;
  }

  .heading-manufacturing-standards {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-manufacturing-standards.en {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-manufacturing-standards {
    padding-top: 20px;
  }

  .div-block-manufacturing-standards.en {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-swp-red {
    font-size: 22px;
  }

  .heading-swp-red.en {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-standard-factory {
    font-size: 16px;
    line-height: 22px;
  }

  .grid-49 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .image-standard-factory {
    width: 100px;
  }

  .why-choose {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .grid-50 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .our-products {
    padding-top: 40px;
  }

  .heading-sub-policy-swp.en {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-box-year {
    padding: 15px 10px;
    top: 70%;
  }

  .clients-grid, .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .client-logo {
    object-position: 0% 50%;
    min-height: 5rem;
    max-height: 5rem;
  }

  .paragraph-box-year {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-box-year.en {
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph-number-box-year {
    font-size: 36px;
    line-height: 42px;
  }

  .paragraph-number-box-year.en {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-74 {
    font-size: 3.7vw;
    line-height: 4.7vw;
  }

  .paragraph-74-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-74-copy.en, .dropdown-toggle-2, .dropdown-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .modal-body-restructuring-money-3-swp {
    width: 90%;
  }

  .close-modal-restructuring-money-swp {
    width: 35px;
    height: 35px;
  }
}

#w-node-ef7c6262-a136-ae36-cfed-1e717db4be6f-34b8bac2, #w-node-_704a869b-1207-ab9f-4bec-8b3e9b6a6273-34b8bac2, #w-node-_2d075061-842e-193e-713b-3284b496dbe1-34b8bac2, #w-node-_4960ceed-3c73-ee64-eb6f-efdb0e6d5147-34b8bac2, #w-node-_40557ee1-c721-9d80-307d-4750108a7428-34b8bac2, #w-node-_6fb2d26c-4f94-6cb1-c9d7-dc9c53eb38b1-34b8bac2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9fb8dd-1b4e-acfd-2c90-dbba5b208d8b-34b8bac2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d9fb8dd-1b4e-acfd-2c90-dbba5b208d93-34b8bac2 {
  align-self: center;
}

#w-node-_99759a67-2dbc-8ea2-fdcb-5dcfb372d424-34b8bac2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99759a67-2dbc-8ea2-fdcb-5dcfb372d427-34b8bac2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99759a67-2dbc-8ea2-fdcb-5dcfb372d42f-34b8bac2 {
  align-self: center;
}

#w-node-_201ab08f-ec0d-bf55-9f5f-fb5e233787ba-34b8bac2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_201ab08f-ec0d-bf55-9f5f-fb5e233787c2-34b8bac2 {
  align-self: center;
}

#w-node-_1b97262b-be44-0150-a284-b44f0fd658a2-34b8bac2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_07227fb4-801a-179d-52ae-e6661f1feae9-34b8bac2 {
  align-self: center;
}

#w-node-_201ab08f-ec0d-bf55-9f5f-fb5e233787c7-34b8bac2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_201ab08f-ec0d-bf55-9f5f-fb5e233787cf-34b8bac2 {
  align-self: center;
}

#w-node-_201ab08f-ec0d-bf55-9f5f-fb5e233787d4-34b8bac2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_201ab08f-ec0d-bf55-9f5f-fb5e233787dc-34b8bac2 {
  align-self: center;
}

#w-node-cee5b0d7-3150-131b-488c-5e645d274ff5-34b8bac2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3b55d1a-1a33-1739-f416-278f47602aa4-47602a85, #w-node-b3b55d1a-1a33-1739-f416-278f47602ab8-47602a85 {
  justify-self: center;
}

#w-node-b3b55d1a-1a33-1739-f416-278f47602ac8-47602a85 {
  justify-self: end;
}

#w-node-c41ae41e-1601-58ec-a2ad-cbe2609f0090-fffd0d90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6f70f27-9192-87dc-157d-77bbb033da99-fffd0d90 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6b13ea16-8a88-f26f-9af2-19baefb16dce-fffd0d90 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_213a3456-b207-0ae8-bd39-874fd2263d9d-fffd0d90 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-f67d617d-5c1b-b70c-722d-f3b1d5396c9f-fffd0d90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c4c7274-f44b-c2e0-b17f-89473b3311a3-fffd0d90, #w-node-b09c327c-c8bd-df1b-1511-3fc0ca730edf-fffd0d90 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f8b215e9-1dfe-f94f-4ea3-8a6b10a4ec6e-cbcfd852, #w-node-ef7c6262-a136-ae36-cfed-1e717db4be6f-b0a5190b, #w-node-_704a869b-1207-ab9f-4bec-8b3e9b6a6273-b0a5190b, #w-node-_2d075061-842e-193e-713b-3284b496dbe1-b0a5190b, #w-node-_4960ceed-3c73-ee64-eb6f-efdb0e6d5147-b0a5190b, #w-node-_40557ee1-c721-9d80-307d-4750108a7428-b0a5190b, #w-node-_6fb2d26c-4f94-6cb1-c9d7-dc9c53eb38b1-b0a5190b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9fb8dd-1b4e-acfd-2c90-dbba5b208d8b-b0a5190b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d9fb8dd-1b4e-acfd-2c90-dbba5b208d93-b0a5190b {
  align-self: center;
}

#w-node-_99759a67-2dbc-8ea2-fdcb-5dcfb372d424-b0a5190b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99759a67-2dbc-8ea2-fdcb-5dcfb372d427-b0a5190b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99759a67-2dbc-8ea2-fdcb-5dcfb372d42f-b0a5190b {
  align-self: center;
}

#w-node-_201ab08f-ec0d-bf55-9f5f-fb5e233787ba-b0a5190b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_201ab08f-ec0d-bf55-9f5f-fb5e233787c2-b0a5190b {
  align-self: center;
}

#w-node-_1b97262b-be44-0150-a284-b44f0fd658a2-b0a5190b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_07227fb4-801a-179d-52ae-e6661f1feae9-b0a5190b {
  align-self: center;
}

#w-node-_201ab08f-ec0d-bf55-9f5f-fb5e233787c7-b0a5190b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_201ab08f-ec0d-bf55-9f5f-fb5e233787cf-b0a5190b {
  align-self: center;
}

#w-node-_201ab08f-ec0d-bf55-9f5f-fb5e233787d4-b0a5190b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_201ab08f-ec0d-bf55-9f5f-fb5e233787dc-b0a5190b {
  align-self: center;
}

#w-node-cee5b0d7-3150-131b-488c-5e645d274ff5-b0a5190b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0127b588-0063-3cf3-8d1b-cc9a37b02c10-37b02bf1, #w-node-_0127b588-0063-3cf3-8d1b-cc9a37b02c2b-37b02bf1 {
  justify-self: center;
}

#w-node-_0127b588-0063-3cf3-8d1b-cc9a37b02c3b-37b02bf1 {
  justify-self: end;
}

#w-node-c41ae41e-1601-58ec-a2ad-cbe2609f0090-06ee929a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6f70f27-9192-87dc-157d-77bbb033da99-06ee929a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6b13ea16-8a88-f26f-9af2-19baefb16dce-06ee929a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_213a3456-b207-0ae8-bd39-874fd2263d9d-06ee929a {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-f67d617d-5c1b-b70c-722d-f3b1d5396c9f-06ee929a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c4c7274-f44b-c2e0-b17f-89473b3311a3-06ee929a, #w-node-b09c327c-c8bd-df1b-1511-3fc0ca730edf-06ee929a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2d075061-842e-193e-713b-3284b496dbe1-34b8bac2 {
    order: -9999;
  }

  #w-node-_744ba257-a162-db7d-284b-43c3d1f6a86a-34b8bac2, #w-node-b3b55d1a-1a33-1739-f416-278f47602a88-47602a85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3b55d1a-1a33-1739-f416-278f47602aa4-47602a85, #w-node-b3b55d1a-1a33-1739-f416-278f47602ab8-47602a85, #w-node-b3b55d1a-1a33-1739-f416-278f47602ac8-47602a85 {
    justify-self: auto;
  }

  #w-node-_213a3456-b207-0ae8-bd39-874fd2263d9d-fffd0d90 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_9c4c7274-f44b-c2e0-b17f-89473b3311a3-fffd0d90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4959d748-352d-10ec-6acb-8b5e490d7bd6-fffd0d90 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2d075061-842e-193e-713b-3284b496dbe1-b0a5190b {
    order: -9999;
  }

  #w-node-_744ba257-a162-db7d-284b-43c3d1f6a86a-b0a5190b, #w-node-_0127b588-0063-3cf3-8d1b-cc9a37b02bf4-37b02bf1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0127b588-0063-3cf3-8d1b-cc9a37b02c10-37b02bf1, #w-node-_0127b588-0063-3cf3-8d1b-cc9a37b02c2b-37b02bf1, #w-node-_0127b588-0063-3cf3-8d1b-cc9a37b02c3b-37b02bf1 {
    justify-self: auto;
  }

  #w-node-_213a3456-b207-0ae8-bd39-874fd2263d9d-06ee929a {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_9c4c7274-f44b-c2e0-b17f-89473b3311a3-06ee929a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4959d748-352d-10ec-6acb-8b5e490d7bd6-06ee929a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4086b70f-d962-fe08-3506-a4a8ece7a6c5-34b8bac2 {
    order: -9999;
  }

  #w-node-e1fe6218-2542-be5b-6967-fed54192e3eb-fffd0d90, #w-node-_6b13ea16-8a88-f26f-9af2-19baefb16dce-fffd0d90, #w-node-_213a3456-b207-0ae8-bd39-874fd2263d9d-fffd0d90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4959d748-352d-10ec-6acb-8b5e490d7bd6-fffd0d90 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4086b70f-d962-fe08-3506-a4a8ece7a6c5-b0a5190b {
    order: -9999;
  }

  #w-node-e1fe6218-2542-be5b-6967-fed54192e3eb-06ee929a, #w-node-_6b13ea16-8a88-f26f-9af2-19baefb16dce-06ee929a, #w-node-_213a3456-b207-0ae8-bd39-874fd2263d9d-06ee929a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4959d748-352d-10ec-6acb-8b5e490d7bd6-06ee929a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c374744b-abe9-742e-cab7-6b590eac24dc-34b8bac2, #w-node-_87b5adc8-050f-15f5-1ef4-86085d3f7a67-34b8bac2, #w-node-b1a2ecc8-91d9-9dc1-9aac-cd3dc165a7d8-34b8bac2, #w-node-_4959d748-352d-10ec-6acb-8b5e490d7bd6-fffd0d90, #w-node-c374744b-abe9-742e-cab7-6b590eac24dc-b0a5190b, #w-node-_87b5adc8-050f-15f5-1ef4-86085d3f7a67-b0a5190b, #w-node-b1a2ecc8-91d9-9dc1-9aac-cd3dc165a7d8-b0a5190b, #w-node-_4959d748-352d-10ec-6acb-8b5e490d7bd6-06ee929a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


