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

a {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-primary.cart {
  background-color: #d95189;
  font-family: Noto Sans JP, sans-serif;
}

.navbar-logo-left-2 {
  z-index: 10;
  background-color: #fff;
  position: sticky;
  top: 0;
}

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

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

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

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

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

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #a7153c;
}

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

.nav-link-2.w--current {
  font-family: Noto Sans JP, sans-serif;
}

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

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

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

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

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

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

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

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.nav-dropdown-link-2:hover {
  color: #a7153c;
}

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

.nav-dropdown-link-2.w--current {
  font-family: Noto Sans JP, sans-serif;
}

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

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

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

.timothea-cart {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #a7153c;
  padding: 12px 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.timothea-cart:hover {
  color: #fff;
  background-color: #c0385c;
}

.timothea-cart:active {
  background-color: #900a2e;
}

.timothea-cart.cart {
  background-color: #a7153c;
}

.timothea-cart.cart:hover {
  background-color: #ce1f4e;
}

.timothea-cart.cart:active {
  -webkit-text-fill-color: inherit;
  background-color: #830326;
  background-clip: border-box;
}

.heading {
  margin-top: auto;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 77px;
  display: block;
}

.image {
  object-fit: cover;
  width: 100vw;
  height: 50vh;
  min-height: auto;
  max-height: 100%;
  position: static;
  overflow: clip;
}

.body {
  height: auto;
  max-height: none;
}

.section {
  -webkit-text-fill-color: inherit;
  background-color: #b94d4d00;
  background-clip: border-box;
  height: auto;
  display: block;
  position: static;
}

.section-1 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #000;
  background-image: url('../images/image-barriercleansing.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 30vh;
  margin-top: auto;
  margin-bottom: 40px;
  display: block;
  position: static;
  overflow: visible;
}

.section-1.vh20 {
  height: 20vh;
}

.container-4 {
  text-align: left;
  object-position: 50% 50%;
  margin-top: 60px;
}

.div-block {
  aspect-ratio: auto;
  background-color: #ffffffb0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  position: relative;
  top: auto;
  left: auto;
}

.heading-2 {
  display: block;
  position: relative;
  top: 13px;
  right: -27px;
}

.heading-3 {
  text-align: center;
  mix-blend-mode: normal;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 70px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
  position: static;
  top: 32px;
  left: 72px;
}

.paragraph {
  width: 80%;
  margin-bottom: auto;
  position: relative;
  top: 51px;
  left: 71px;
}

.div-block-2 {
  text-align: left;
  background-color: #ffffff75;
  width: 100%;
  height: 100%;
  display: block;
}

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

.image-2 {
  height: 50%;
  display: inline-block;
}

.div-block-3 {
  width: 50%;
}

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

.grid-4 {
  grid-template-columns: 1fr;
  margin-bottom: 25px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #c9e7fc;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: block;
}

.image-3 {
  text-align: left;
  width: 30%;
  position: static;
  left: 128px;
}

.image-4 {
  text-align: left;
  width: 30vw;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-5 {
  width: 30vw;
}

.heading-4 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.image-6 {
  width: 30vw;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-7 {
  padding-left: 0;
  position: relative;
  top: 40px;
  left: 31px;
}

.heading-5 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
  position: relative;
  left: -9px;
}

.section-3 {
  line-height: 20px;
}

.div-block-8, .div-block-9 {
  text-align: center;
}

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

.text-block {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

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

.container-6.container-padding-about-timothea {
  padding-left: 140px;
  padding-right: 140px;
}

.grid-6 {
  grid-template-rows: auto;
}

.heading-7 {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: static;
}

.heading-7:hover {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.heading-7:active {
  text-decoration: underline;
}

.heading-8, .heading-9, .heading-10, .heading-11, .heading-12 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.heading-13 {
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.heading-13.heading-margin-about-timothea {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-10 {
  padding-top: 60px;
}

.image-7 {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  position: static;
  left: 219px;
}

.image-8 {
  text-align: center;
  height: 100%;
  text-decoration: none;
  overflow: clip;
}

.paragraph-2 {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
}

.footer-dark {
  background-color: #c9e7fc;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.paragraph-3 {
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.paragraph-4 {
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

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

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

.button-primary-3.add-to-cart {
  background-color: #498a79;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.button-primary-3.add-to-cart:hover {
  background-color: #58a28e;
}

.button-primary-3.add-to-cart:active {
  background-color: #327261;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px;
  position: relative;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  overflow: clip;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.code-embed {
  font-size: 18px;
}

.flex-block {
  line-height: 14px;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-15 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.hero-without-image {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  text-align: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #498a79;
  padding: 12px 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #58a28e;
}

.button-primary-4:active {
  background-color: #327261;
}

.heading-16 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.heading-16.no-margin {
  margin-bottom: 0;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

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

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
  line-height: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.heading-17 {
  margin-top: 60px;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

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

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

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

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

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

.heading-18 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.product-feature {
  -webkit-text-fill-color: inherit;
  background-color: #3562a6;
  background-clip: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-11 {
  background-color: #f9f8f800;
}

.prroduct-feature {
  background-color: #f5f7fa;
  padding-top: 80px;
  padding-bottom: 40px;
}

.heading-19, .heading-20, .heading-21 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.care-step {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  line-height: 24px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  margin-bottom: -16px;
  margin-left: 10px;
  display: flex;
}

.features-block-two-2 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.features-block-two-2.howtouse-with-header {
  flex-flow: wrap;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

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

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

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

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-22 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.timothea-testimonial-2 {
  background-color: #fff;
  margin-top: auto;
  margin-bottom: 40px;
  padding: 20px 40px 0 60px;
}

.section-4 {
  background-color: #f5f7fa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-8 {
  grid-template-rows: auto;
  justify-items: center;
  margin-bottom: 60px;
}

.paragraph-5 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.heading-23 {
  margin-top: auto;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.paragraph-6 {
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 24px;
}

.image-9 {
  text-align: left;
}

.div-block-12 {
  width: auto;
  overflow: visible;
}

.image-10 {
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  vertical-align: baseline;
  cursor: auto;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  outline: 3px #333;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: auto;
  transition: opacity .325s;
  position: static;
  transform: rotate(4deg);
  box-shadow: 4px 4px 8px #0003;
}

.div-block-13 {
  text-align: center;
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-top: 20px;
}

.heading-24 {
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.paragraph-7, .paragraph-8, .paragraph-9 {
  font-family: Noto Sans JP, sans-serif;
  line-height: 24px;
}

.heading-25 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.hero-heading-right-3 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 40px;
  padding: 80px 30px 80px 60px;
  position: relative;
}

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

.hero-wrapper-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  font-size: 16px;
  display: flex;
}

.product-image {
  box-shadow: 6px 6px 6px #00000029;
}

.margin-bottom-24px-5 {
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 24px;
}

.timothea-add-to-cart {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #498a79;
  width: auto;
  padding: 9px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  transition: all .2s;
}

.timothea-add-to-cart:hover {
  color: #fff;
  background-color: #58a28e;
}

.timothea-add-to-cart:active {
  background-color: #327261;
}

.heading-26 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

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

.testimonials {
  opacity: 1;
  cursor: zoom-in;
  background-color: #f5f7fa;
  padding-top: 80px;
  padding-bottom: 40px;
}

.cta {
  background-color: #f5f7fa;
  padding-top: 40px;
  padding-bottom: 80px;
}

.button {
  font-size: 16px;
}

.button.timothea-add-to-cart {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
}

.button.timothea-cart {
  margin-bottom: 20px;
}

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

.add-to-cart {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.paragraph-10 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
}

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

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-right: 0;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.image-11 {
  margin-right: 10px;
}

.heading-27 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.image-12 {
  margin-right: 10px;
}

.div-block-14, .div-block-15 {
  background-color: #f5f7fa;
  padding: 10px;
}

.lead {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-13 {
  border-radius: 0;
}

.image-14 {
  text-align: left;
}

.column {
  text-align: center;
}

.div-block-16 {
  padding-bottom: 20px;
}

.div-block-17 {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.div-block-18 {
  padding-bottom: 20px;
}

.one-point {
  background-color: #f5f7fa;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.one-point.no-padding {
  padding-bottom: 0;
}

.container-15 {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 0;
  max-width: 800px;
  padding: 2px;
}

.columns {
  padding: 21px;
}

.column-2 {
  padding: 20px;
}

.paragraph-11 {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  line-height: 24px;
}

.image-15 {
  position: absolute;
  inset: -19% auto auto -19%;
}

.image-16 {
  position: absolute;
  inset: -22% auto auto -5%;
}

.lead-container {
  max-width: 800px;
  margin-bottom: 0;
}

.image-17 {
  position: absolute;
  inset: -22% auto auto -7%;
}

.image-17.point-vcwhite-uv-base {
  top: -11%;
}

.image-17.point-bbmoisturecream {
  top: -12%;
}

.div-block-19 {
  padding-top: 20px;
}

.heading-28 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.paragraph-12 {
  font-family: Noto Sans JP, sans-serif;
}

.list-item {
  width: auto;
  height: 3em;
  line-height: 20px;
}

.columns-2 {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.container-17 {
  border: 1px solid #a7153c;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.div-block-21 {
  text-align: center;
  margin-right: 20px;
  padding-top: 40px;
  padding-right: 0;
}

.container-18 {
  margin-top: 0;
}

.div-block-22 {
  background-color: #fff;
  margin-top: 40px;
  padding: 20px;
}

.paragraph-13 {
  font-family: Noto Sans JP, sans-serif;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-14, .paragraph-15 {
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
}

.paragraph-16, .paragraph-17, .paragraph-18 {
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
}

.paragraph-19, .paragraph-20 {
  font-family: Noto Sans JP, sans-serif;
  line-height: 24px;
}

.paragraph-21, .paragraph-22 {
  line-height: 24px;
}

.image-18 {
  height: auto;
}

.div-block-23 {
  height: 50%;
}

.paragraph-23 {
  margin-bottom: 24px;
}

.text-block-2 {
  color: #a7153c;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.flex-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 5px;
}

.text-block-3, .text-block-4 {
  font-family: Noto Sans JP, sans-serif;
}

.text-block-5 {
  color: #a7153c;
  margin-bottom: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.text-block-6, .text-block-7 {
  margin-bottom: 5px;
  font-family: Noto Sans JP, sans-serif;
}

.text-block-8 {
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
}

.paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34 {
  font-family: Noto Sans JP, sans-serif;
}

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

.div-block-24 {
  background-color: #c9e7fc;
}

.heading-33, .heading-34 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.div-block-26 {
  background-color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-9 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.text-block-10 {
  font-family: Noto Sans JP, sans-serif;
}

.text-block-11 {
  margin-bottom: 24px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.div-block-27 {
  text-align: right;
}

.div-block-28 {
  text-align: right;
  background-color: #f5f7fa00;
}

.container-19 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-6 {
  background-color: #f5f7fa;
  margin-bottom: 0;
  padding-bottom: 80px;
}

.middle-button {
  background-color: #f5f7fa;
  padding-bottom: 60px;
}

.cart_header_note {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 11px;
}

.div-block-29 {
  text-align: left;
}

.timothea-testimonial-copy {
  background-color: #fff;
  margin-top: auto;
  margin-bottom: 40px;
  padding: 20px 40px 0 60px;
}

.image-19 {
  width: 50px;
  height: 50px;
}

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

.text-block-12 {
  color: #a7153c;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-13, .text-block-14 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.grid-11 {
  grid-template-rows: 36px 36px 36px 36px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
  line-height: 20px;
}

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

.text-block-16, .text-block-17, .text-block-18 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.text-block-19 {
  text-align: right;
}

.flex-block-4 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 40px;
}

.text-block-20 {
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.text-block-20.margin-bottom-40px {
  margin-bottom: 40px;
}

.text-block-20.margin-bottom-80px {
  margin-bottom: 80px;
}

.text-block-21, .text-block-22, .text-block-23 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

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

.div-block-31 {
  font-size: 12px;
}

.image-20 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  object-fit: fill;
  border: 0 solid #000;
  border-radius: 50%;
  outline: 0 solid #333;
  max-width: 60%;
  margin-bottom: 20px;
  transition: opacity .2s;
  transform: translate(0);
}

.text-block-24, .text-block-25 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

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

.text-block-26 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42 {
  font-family: Noto Sans JP, sans-serif;
}

.text-block-27, .text-block-28, .text-block-29 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.heading-37, .heading-38 {
  font-size: 16px;
}

.heading-39, .cart_footer_note {
  font-family: Noto Sans JP, sans-serif;
}

.trial-lineup {
  background-color: #f5f7fa;
  border: 0 solid #a7153c;
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.trial-product {
  border: 1px solid #a7153c;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}

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

.heading-40 {
  font-family: Noto Sans JP, sans-serif;
}

.text-block-30 {
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-43 {
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.div-block-33 {
  padding: 0 20px 20px;
}

.div-block-34 {
  text-align: center;
  padding: 20px;
}

.trial-lineup-product {
  background-color: #fff;
  margin-bottom: 40px;
}

.div-block-35 {
  text-align: center;
  margin-bottom: 60px;
}

.heading-41 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.text-block-31 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.paragraph-44 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.container-20 {
  margin-bottom: 20px;
}

.text-block-32, .paragraph-45, .paragraph-46, .heading-42 {
  font-family: Noto Sans JP, sans-serif;
}

.paragraph-47 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.text-block-33, .text-block-34 {
  font-family: Noto Sans JP, sans-serif;
}

.div-block-36, .div-block-37 {
  text-align: center;
}

.image-21, .image-22 {
  max-width: 100%;
}

.div-block-38 {
  padding-top: 40px;
}

.link-block {
  text-align: left;
  width: 100%;
  max-width: none;
}

.link-block-2 {
  width: 100%;
}

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

.paragraph-48 {
  font-family: Noto Sans JP, sans-serif;
}

.paragraph-49 {
  text-align: right;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.flex-block-5 {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.shopping-guide-header2 {
  background-color: #c9e7fc;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.heading-43 {
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.heading-44 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.heading-44.shopping-guide-header1 {
  margin-bottom: 20px;
  padding-left: 10px;
}

.shopping-guide-content {
  padding-left: 20px;
}

.heading-45 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.heading-45.shopping-guide-header3 {
  margin-top: 20px;
}

.text-block-35 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-23 {
  width: 80px;
  min-width: 0;
  max-width: none;
}

.text-block-36 {
  color: #a7153c;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.flex-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-37 {
  color: #a7153c;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-37.tel {
  margin-bottom: 10px;
}

.text-block-38 {
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.paragraph-50 {
  font-family: Noto Sans JP, sans-serif;
}

.grid-14 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-top: 0;
}

.shopping-guide-header3 {
  background-color: #f0f0f0;
  margin-top: 30px;
  padding: 10px 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.link-block-3 {
  margin-left: 0;
}

.paragraph-51 {
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
}

.div-block-40 {
  margin-left: 20px;
  margin-right: 20px;
}

.image-24 {
  margin-bottom: 10px;
}

.image-24.payment-logo {
  margin-top: 0;
}

.credit-logo {
  margin-top: 0;
  margin-bottom: 10px;
}

.paragraph-52 {
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
}

.text-block-39 {
  color: #a7153c;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.link-block-4 {
  margin-bottom: 10px;
}

.grid-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-41 {
  background-color: #f0f0f0;
  padding: 10px;
}

.div-block-41.bg-white {
  background-color: #fff;
}

.text-block-40 {
  padding: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.text-block-41 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.div-block-42 {
  padding: 0 10px;
}

.paragraph-53 {
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
}

.text-block-42 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.paragraph-54, .paragraph-55 {
  font-family: Noto Sans JP, sans-serif;
}

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

.text-block-44 {
  color: #a7153c;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.text-block-45 {
  color: #bb0303;
  text-align: center;
}

.information {
  color: #a7153c;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .grid-8 {
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .image-10 {
    box-sizing: border-box;
    text-align: left;
    vertical-align: baseline;
    object-fit: cover;
    object-position: 50% 50%;
    width: auto;
    height: auto;
  }

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

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

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

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

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .image {
    object-fit: cover;
    overflow: clip;
  }

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

  .grid-3 {
    grid-template: ". . Area"
    / 1fr;
  }

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

  .container-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-6.container-padding-about-timothea {
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12 {
    font-size: 20px;
  }

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

  .image-7 {
    position: static;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .hero-heading-left {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .heading-18 {
    margin-bottom: 40px;
  }

  .care-step {
    padding-left: 60px;
    padding-right: 60px;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .timothea-testimonial-2 {
    padding-left: 40px;
  }

  .image-9 {
    margin-top: 20px;
  }

  .image-10 {
    height: 350px;
    margin-top: auto;
  }

  .div-block-13 {
    padding-top: 30px;
  }

  .heading-25 {
    margin-bottom: 40px;
    display: flex;
  }

  .hero-heading-right-3 {
    padding-left: 45px;
    padding-right: 45px;
  }

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

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .column {
    text-align: left;
  }

  .container-15 {
    margin-left: 60px;
    margin-right: 60px;
    padding-right: 2px;
  }

  .paragraph-11 {
    font-family: Noto Sans JP, sans-serif;
  }

  .image-15 {
    position: absolute;
    inset: -26% 0% auto -23px;
  }

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

  .image-17 {
    top: -20%;
    left: -11%;
  }

  .image-17.point-bbmoisturecream {
    top: -9%;
  }

  .columns-2 {
    margin-left: 0;
  }

  .column-3 {
    padding-left: 10px;
  }

  .container-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-21 {
    padding-top: 60px;
  }

  .timothea-testimonial-copy {
    padding-left: 40px;
  }

  .flex-block-4 {
    margin-bottom: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .section-1 {
    background-color: #0000;
  }

  .container-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block {
    top: 11px;
    left: 52px;
  }

  .heading-3 {
    font-size: 33px;
    position: static;
    top: 15px;
    left: 56px;
  }

  .paragraph {
    float: none;
    position: relative;
    top: 4px;
    left: 56px;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-6.container-padding-about-timothea {
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-13 {
    font-size: 25px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .hero-heading-left {
    padding: 40px 15px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .margin-bottom-24px-2 {
    margin-bottom: 40px;
  }

  .team-slider, .features-list, .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .hero-heading-right, .hero-heading-right-2, .team-circles {
    padding: 60px 15px;
  }

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

  .grid-7 {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .container-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .prroduct-feature {
    padding-left: 15px;
    padding-right: 15px;
  }

  .care-step {
    padding: 60px 40px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .timothea-testimonial-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-10 {
    height: 300px;
    padding-right: 0;
  }

  .div-block-13 {
    padding-top: 30px;
  }

  .hero-heading-right-3 {
    padding: 60px 15px;
  }

  .hero-wrapper-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-split-4 {
    margin-bottom: 10px;
  }

  .button.timothea-cart {
    margin-right: 20px;
  }

  .grid-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-14 {
    text-align: left;
  }

  .column {
    text-align: center;
  }

  .container-15 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-15 {
    top: -14%;
    left: -41px;
  }

  .image-16 {
    left: -7%;
  }

  .image-17.point-bbmoisturecream {
    top: -9%;
  }

  .container-17 {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-22 {
    margin: 40px;
  }

  .heading-30, .heading-31 {
    margin: 10px 10px 10px 20px;
  }

  .heading-32 {
    margin-left: 20px;
  }

  .section-6 {
    padding-right: 0;
  }

  .timothea-testimonial-copy {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .trial-lineup {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .trial-lineup-product {
    margin: 20px;
  }

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

  .heading-42 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-22 {
    padding-top: 0;
    padding-bottom: 40px;
  }

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

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

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

  .navbar-logo-left-2 {
    z-index: 100;
    background-color: #fff;
  }

  .container-2 {
    max-width: none;
  }

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

  .div-block {
    left: 11px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 30px;
    display: block;
    position: static;
  }

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

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

  .div-block-4 {
    display: flex;
  }

  .div-block-7 {
    padding-left: 10px;
    left: 5px;
  }

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

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

  .container-6.container-padding-about-timothea {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12 {
    font-size: 18px;
  }

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

  .container-7, .container-8 {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 16px;
  }

  .hero-heading-left {
    padding-top: 20px;
  }

  .container-9 {
    max-width: none;
  }

  .margin-bottom-24px-2 {
    font-size: 16px;
  }

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

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

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

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

  .container-10 {
    max-width: none;
  }

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

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

  .prroduct-feature {
    padding-bottom: 40px;
  }

  .care-step {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .timothea-testimonial-2 {
    margin: auto 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .image-10 {
    height: 300px;
    padding-right: 0;
  }

  .div-block-13 {
    padding-top: 0;
  }

  .heading-25 {
    margin-bottom: 20px;
  }

  .hero-heading-right-3 {
    padding-top: 40px;
  }

  .container-13 {
    max-width: none;
  }

  .heading-26 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button.timothea-cart {
    margin-right: 20px;
  }

  .container-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-10 {
    margin: 10px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-15 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-15 {
    top: -19%;
  }

  .image-16 {
    top: -13%;
    left: -14%;
  }

  .lead-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-17 {
    top: -15%;
    left: -14%;
  }

  .image-17.point-vcwhite-uv-base {
    top: -7%;
  }

  .image-17.point-bbmoisturecream {
    top: -6%;
  }

  .container-17 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21 {
    margin-right: 0;
  }

  .div-block-22 {
    margin: 20px;
  }

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

  .heading-32 {
    margin: 10px;
  }

  .section-6 {
    margin-right: 0;
    padding-right: 0;
  }

  .timothea-testimonial-copy {
    margin: auto 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .trial-lineup {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .div-block-33, .div-block-34 {
    padding: 10px;
  }

  .trial-lineup-product {
    margin: 10px;
  }

  .heading-41 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shopping-guide-header2 {
    text-align: left;
  }

  .shopping-guide-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-24 {
    margin-bottom: 0;
  }

  .image-24.payment-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#w-node-af39ae68-0036-670c-5be2-36cf346c8256-346c8250, #w-node-af39ae68-0036-670c-5be2-36cf346c825f-346c8250, #w-node-af39ae68-0036-670c-5be2-36cf346c826a-346c8250 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a18f0e90-5c93-9448-c3c5-d6532bcce670-855d0b14, #w-node-a18f0e90-5c93-9448-c3c5-d6532bcce676-855d0b14, #w-node-_75bda978-7abb-d454-ca1f-3a451394e660-855d0b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e90bd904-7e0b-8436-196d-64475e084475-855d0b14 {
  place-self: auto;
}

#w-node-_6623f30b-83db-3a6a-6873-c85520c0f6ec-855d0b14, #w-node-f9b8e68b-6651-0701-09ba-96a20a4de949-855d0b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-f9b8e68b-6651-0701-09ba-96a20a4de94d-855d0b14, #w-node-f9b8e68b-6651-0701-09ba-96a20a4de952-855d0b14 {
  place-self: auto;
}

#w-node-_0a861d5d-357c-31b3-4884-09ae7921c901-855d0b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_45c1629d-5cbc-b9ec-1eae-a5a8e028a1fa-855d0b19, #w-node-_298f6992-ed6c-4d06-2dbf-650fd06783e5-855d0b19, #w-node-_6489be7b-8e28-ee91-dc95-b6fe877a7f1b-855d0b19 {
  align-self: center;
}

#w-node-_63d4dce4-6016-2b44-15cd-8a1ae74ee6fb-855d0b1c, #w-node-f96c715d-6c32-c0b6-02e7-625aa3c25b9e-855d0b1c, #w-node-_92e25b0f-6e05-adda-53a6-f5f2f7dfbf53-855d0b1c, #w-node-_831670e9-a1dd-83ff-b3bd-a40c20c5d0dd-855d0b1c, #w-node-_7e69860d-8fd5-ec89-0680-fd9f4d7db53a-855d0b1c, #w-node-_8933a9cd-7ecd-dbba-8cf4-f62d2709d867-855d0b1c, #w-node-d4ca8f07-9ed3-66c1-9be6-bbc99f4b95d9-855d0b1c, #w-node-_9fe7df81-2533-86bf-e82f-a66b6cd14f7e-855d0b1c {
  justify-self: start;
}

#w-node-_80000bfd-0230-d8d5-5511-b59d8036546e-855d0b28 {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_32b4078f-be6c-0d53-570c-c5950b49443a-0b494431, #w-node-c785a8c4-2c76-afea-7148-c5e6aaf8c0b7-aaf8c0a6 {
    justify-self: auto;
  }
}


