:root {
  --firebrick-2: #b71f22a8;
  --midnight-blue: #122145;
  --hover-blue: #3354a3;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-200: #f3f5fb;
  --white: white;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-grey-600: #393b6a;
  --flowui-component-library-gray-900: #160042;
  --gray-blue: #12214508;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-primary-dark: #2d0896;
  --flowui-component-library-gray-400: #b6b9ce;
  --peru: #ce9c69;
  --flowui-component-library-gray-100: #f7f9fd;
  --firebrick: #b71f22;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

body {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

a {
  color: var(--firebrick-2);
  font-weight: 600;
  text-decoration: none;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  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 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #0f0f0f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 7px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

.footer {
  background-color: var(--midnight-blue);
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 50px 30px 15px;
  position: static;
  inset: auto 0% 0%;
}

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

.footer-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  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;
  margin-top: 40px;
  display: grid;
}

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

.title-small {
  color: var(--hover-blue);
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--hover-blue);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-link {
  color: #f0f0f0;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--hover-blue);
}

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

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

.footer-divider {
  background-color: var(--hover-blue);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

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

.hero-heading-right {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 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 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.f-button-secondary {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: #0000;
}

.f-button-secondary.w--current {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.f-button-neutral {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--hover-blue);
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h1-heading {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 55px;
  line-height: 1.2;
}

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

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-500);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-image-cover {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 700px;
  height: auto;
  overflow: hidden;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

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

.f-section-large {
  margin-top: 0;
  padding: 60px 5%;
  position: relative;
}

.logo-slider {
  flex-flow: row;
  align-items: center;
  width: 200vw;
  display: flex;
  overflow: hidden;
}

.inner-marquee {
  justify-content: space-around;
  width: 100vw;
  display: flex;
  overflow: visible;
}

.div-block {
  height: auto;
  max-height: 50px;
}

.image {
  max-width: none;
  height: 80px;
}

.f-navigation-button {
  background-color: var(--hover-blue);
  outline-offset: 0px;
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--midnight-blue);
}

.f-navigation-link {
  color: var(--midnight-blue);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--gray-blue);
  color: var(--flowui-component-library-gray-900);
}

.f-navigation-link.w--current {
  color: var(--midnight-blue);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-logo {
  width: 20%;
  max-width: none;
  height: 100%;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: 10px 5%;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.f-logo-plain {
  justify-content: center;
  align-items: center;
  height: 96px;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.f-h6-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.margin-bottom-48 {
  margin-bottom: 48px;
}

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

.f-section-small {
  padding: 60px 5%;
  position: relative;
}

.f-container-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.f-pricing-button {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-pricing-button:hover {
  background-color: var(--flowui-component-library-primary-dark);
}

.f-pricing-line-dark {
  background-color: var(--flowui-component-library-gray-700);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.f-paragraph-small.f-text-color-gray-400, .f-text-color-gray-400 {
  color: var(--flowui-component-library-gray-400);
}

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

.f-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-duration {
  color: var(--flowui-component-library-gray-400);
  font-size: 16px;
  font-weight: 400;
}

.f-h3-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading.f-text-color-white {
  color: var(--white);
}

.f-margin-bottom-33 {
  margin-bottom: 24px;
}

.f-badge-filled {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library-gray-500);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small-2.f-text-color-white {
  color: #fff;
}

.f-heading-detail-small-2.ex {
  margin-top: 139px;
}

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

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

.f-pricing-card-dark {
  background-color: var(--flowui-component-library-gray-900);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--gray-blue);
  border-color: #0000;
}

.f-pricing-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-card-outline {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.f-pricing-column-basic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.f-h2-heading {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-text-weight-bold {
  font-weight: 700;
}

.f-pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-56 {
  margin-bottom: 56px;
}

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

.f-section-large-2 {
  padding: 60px 5%;
  position: relative;
}

.f-news-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
}

.f-h5-heading {
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
  overflow: hidden;
}

.f-feature-icon-wrapper-white {
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 30px;
  padding: 10px;
  display: flex;
}

.f-feature-card-filled {
  background-color: #f8f8f9;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

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

.f-button-neutral-2 {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--hover-blue);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-button-wrapper.centered {
  justify-content: center;
}

.f-button-wrapper.centered.memberlinks {
  margin-top: 30px;
  margin-bottom: 30px;
}

.f-margin-bottom-57 {
  margin-bottom: 32px;
  overflow: hidden;
}

.f-margin-bottom-58 {
  margin-bottom: 12px;
}

.f-max-width-large {
  max-width: 610px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-top: 60px;
}

.f-margin-bottom-64 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon {
  color: var(--flowui-component-library-gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title {
  color: var(--midnight-blue);
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-top: 60px;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.f-cta-logo-card {
  border: 1px solid var(--flowui-component-library-gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
}

.f-cta-logo-card:hover {
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-h2-heading-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-margin-bottom-65 {
  margin-bottom: 24px;
}

.f-cta-text-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-cta-text-wrapper-center.member {
  margin-top: 40px;
  display: none;
}

.f-margin-bottom-72 {
  margin-bottom: 72px;
  display: none;
}

.f-section-regular {
  padding: 60px 5%;
  position: relative;
}

.image-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block {
  color: var(--firebrick-2);
  font-family: Material Icons, sans-serif;
  font-size: 60px;
}

.text-block.up {
  padding-top: 106px;
  padding-bottom: 70px;
  font-size: 140px;
}

.f-button-secondary-nav {
  border: 1px solid var(--gray-blue);
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-nav:hover {
  border-style: solid;
  border-color: var(--flowui-component-library-grey-300);
  background-color: var(--gray-blue);
}

.laterallogo {
  max-width: none;
  max-height: 40px;
}

.image-3 {
  max-width: 90px;
  max-height: none;
}

.toplogo {
  max-width: none;
  max-height: 40px;
}

.toplogo.moalani {
  filter: grayscale();
  max-height: 90%;
}

.toplogo.moalani:hover {
  filter: none;
}

.toplogo.reinette {
  filter: grayscale();
  max-height: 70%;
}

.toplogo.reinette:hover {
  filter: none;
}

.toplogo.laneige {
  filter: grayscale();
  max-height: 180%;
}

.toplogo.laneige:hover {
  filter: none;
}

.toplogo.chouchou {
  filter: grayscale();
  max-height: 200%;
}

.toplogo.chouchou:hover {
  filter: none;
}

.toplogo.alusta {
  filter: grayscale();
  max-height: 190%;
}

.toplogo.alusta:hover {
  filter: none;
}

.toplogo.embellir {
  filter: grayscale();
  max-height: 140%;
}

.toplogo.embellir:hover {
  filter: none;
}

.image-4 {
  filter: grayscale();
}

.image-4:hover {
  filter: none;
}

.h1-heading {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.h1-heading.ex {
  font-size: 80px;
}

.about-message {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.messageabout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  justify-items: center;
  margin-top: 60px;
}

.team-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 610px;
  display: flex;
}

.photoholder {
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  line-height: 24px;
  display: flex;
}

.memberphoto {
  max-width: 300px;
  padding-left: 20px;
  padding-right: 20px;
}

.position {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.text-span {
  color: var(--firebrick-2);
  font-weight: 600;
}

.div-block-2 {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.mainmessage {
  display: flex;
  overflow: hidden;
}

.principles-photo-wrapper {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 72px;
  height: auto;
  min-height: 72px;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
}

.principles-wrapper {
  background-color: var(--gray-blue);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 32px;
  display: flex;
}

.principles-subtext {
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
}

.h1subtext {
  letter-spacing: -.02em;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
}

.h1subtext.centered {
  text-align: center;
  margin-bottom: 20px;
}

.h1subtext.ex {
  width: 400px;
}

.h1subtext-wrapper {
  width: 85%;
  margin-bottom: 48px;
}

.h1subtext-wrapper.school {
  margin-bottom: 20px;
}

.h1subtext-wrapper.ex {
  justify-content: center;
  align-self: center;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.principles {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-neutral-3 {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.activities-text {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

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

.f-pricing-feature-item-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  padding-left: 5px;
  display: flex;
}

.activities-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  justify-items: center;
  display: flex;
}

.f-margin-bottom-73 {
  margin-bottom: 24px;
}

.f-pricing-badge {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  padding: 8px 10px 8px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.f-pricing-badge-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -14px 0% auto;
}

.f-line-regular {
  background-color: var(--flowui-component-library-grey-300);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-heading-detail-regular {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-74 {
  margin-bottom: 8px;
}

.f-pricing-plan-type {
  text-align: center;
}

.f-pricing-line-2 {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-month-span {
  color: var(--flowui-component-library-gray-400);
  letter-spacing: -.02em;
  margin-left: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-pricing-centre {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-pricing-featured-card {
  background-color: #fff;
  border-radius: 16px;
  height: 100%;
  padding: 40px;
  position: relative;
  box-shadow: 34px 34px 140px -48px #393b6a14;
}

.f-pricing-card-outline-2 {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.f-pricing-column-basic-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-75 {
  margin-bottom: 12px;
}

.f-text-weight-bold-2 {
  font-weight: 700;
}

.f-pricing-title-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-76 {
  margin-bottom: 56px;
}

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.membership-container {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.eligibility-container {
  width: 100%;
  max-width: 1140px;
  margin: 60px auto;
  position: relative;
}

.eligibility-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: center;
  display: flex;
}

.f-button-neutral-4 {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-paragraph-small-2 {
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.f-pricing-feature-item-3 {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-feature-item-3.centered {
  flex-direction: column;
}

.f-pricing-feature-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.f-margin-bottom-77 {
  margin-bottom: 24px;
}

.f-pricing-badge-2 {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  padding: 8px 10px 8px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.f-pricing-badge-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -14px 0% auto;
}

.f-line-regular-2 {
  background-color: var(--flowui-component-library-grey-300);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-heading-detail-regular-2 {
  color: var(--flowui-component-library-gray-500);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-78 {
  margin-bottom: 8px;
}

.f-pricing-plan-type-2 {
  text-align: center;
}

.f-pricing-line-3 {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-month-span-2 {
  color: var(--flowui-component-library-gray-400);
  letter-spacing: -.02em;
  margin-left: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-h3-heading-3 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-pricing-centre-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-pricing-featured-card-2 {
  background-color: #fff;
  border-radius: 16px;
  height: 100%;
  padding: 40px;
  position: relative;
  box-shadow: 34px 34px 140px -48px #393b6a14;
}

.f-pricing-card-outline-3 {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
}

.f-pricing-column-basic-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.f-heading-detail-small-4 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-79 {
  margin-bottom: 12px;
}

.f-text-weight-bold-3 {
  font-weight: 700;
}

.f-pricing-title-wrapper-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-80 {
  margin-bottom: 56px;
}

.f-container-x-small-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-4 {
  padding: 60px 0% 0;
  position: relative;
}

.image-5 {
  width: 200px;
}

.f-button-neutral-5 {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-5:hover {
  background-color: var(--hover-blue);
}

.f-text-area {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  border-radius: 8px;
  min-height: 250px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-label {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-81 {
  margin-bottom: 16px;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-4 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-5 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-82 {
  margin-bottom: 8px;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-83 {
  margin-bottom: 48px;
}

.f-contact-content {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-5 {
  padding: 92px 5%;
  position: relative;
}

.h1subtext-salonlist {
  text-align: center;
  letter-spacing: -.02em;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
}

.salon-list-container {
  width: 100%;
  max-width: 1140px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.salon-wrapper {
  background-color: var(--gray-blue);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 32px;
  display: flex;
}

.salon-name {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.4;
  overflow: hidden;
}

.salon-name.small {
  text-align: center;
  font-size: 19px;
  line-height: 1.8;
}

.salon-logo-wrapper {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 72px;
  height: auto;
  min-height: 72px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.salon-tags {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 60px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.tags {
  border: 1px solid var(--flowui-component-library-grey-300);
  background-color: var(--firebrick-2);
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  border-radius: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 20px;
  margin: 2px 1px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.tags:hover {
  background-color: var(--firebrick-2);
  border-color: #0000;
}

.tags.w--current {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.tags.blue {
  background-color: var(--hover-blue);
}

.tags.pink {
  background-color: #9262daa8;
}

.tags.gold {
  background-color: var(--peru);
}

.principles-subtext-copy {
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
}

.tag-text {
  color: var(--white);
  flex-flow: row;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.salon-info-container {
  align-self: center;
  margin-top: 0;
  padding: 20px 10px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

.salon-info-icon {
  color: var(--firebrick-2);
  -webkit-text-stroke-color: #ce696b;
  font-family: Material Icons, sans-serif;
  font-size: 25px;
}

.new-window {
  color: var(--midnight-blue);
  font-family: Material Symbols Outlined, sans-serif;
}

.link-block {
  color: var(--midnight-blue);
  font-weight: 400;
}

.text-block-2 {
  color: #0c0c0c;
}

.scheduledays {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  place-items: stretch center;
  padding-top: 61px;
  padding-bottom: 0;
}

.scheduledays._2ndrow {
  flex: none;
  grid-template-columns: minmax(200px, 314px) minmax(200px, 314px);
  place-content: center;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

.course-days-wrapper {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 315px;
  min-width: 90px;
  height: auto;
  min-height: 90px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.course-days {
  align-self: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
}

.days-grid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

.days-text {
  color: var(--midnight-blue);
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.certification-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-top: 80px;
}

.text-span-2 {
  color: var(--firebrick-2);
  font-weight: 700;
}

.certification-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
}

.f-section-large-2-copy {
  padding: 60px 5% 0;
  position: relative;
}

.list-container {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2-copy-copy {
  padding: 60px 5% 0;
  position: relative;
}

.member-buttons {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.container-3 {
  height: 500px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-11 {
  max-width: 30%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-18 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.link {
  color: var(--hover-blue);
}

.preloader {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transitioncontent {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.image-6 {
  max-width: 10%;
}

.tablink {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.tablink:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: #0000;
}

.tablink.w--current {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.mobile-dropdown {
  border: 1px solid var(--flowui-component-library-grey-300);
  cursor: pointer;
  border-radius: 20px;
  align-items: center;
  width: 300px;
  padding: 15px;
  display: flex;
}

.icon {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.salon-list-container-full {
  width: 100%;
  max-width: 1140px;
  height: auto;
  min-height: 100vh;
  margin: 60px auto;
  position: relative;
}

.no-salons {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 35vh;
  display: flex;
}

.no-salon-text {
  text-align: center;
  font-size: 18px;
}

.tab-wrapper-salon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: none;
}

.f-section-large-2-copy-copy-salon {
  min-height: 200vh;
  padding: 60px 5%;
  position: relative;
}

.container-4 {
  justify-content: center;
  display: flex;
}

.f-heading-detail-small-2-wanted {
  color: var(--flowui-component-library-gray-500);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small-2-wanted.f-text-color-white {
  color: #fff;
}

.f-heading-detail-small-2-wanted.ex {
  margin-top: 139px;
}

.announce-box {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 20px;
  flex-direction: row;
  min-width: 600px;
  max-width: none;
  padding: 40px;
  display: flex;
}

.announce-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1433.02px;
  display: flex;
}

.collection-item-news {
  margin-bottom: 20px;
  padding-right: 20px;
}

.news-section-title {
  color: var(--flowui-component-library-gray-500);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.news-section-title.f-text-color-white {
  color: #fff;
}

.news-section-title.ex {
  margin-top: 139px;
}

.news-link {
  color: var(--midnight-blue);
  font-weight: 400;
}

.news-section {
  min-height: 100vh;
  padding: 60px 5%;
  position: relative;
}

.announce-container {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20%;
}

.announce-title-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 20px;
  display: flex;
  overflow: hidden;
}

.date-text {
  color: var(--flowui-component-library-gray-500);
  text-align: left;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.date-text.f-text-color-white {
  color: #fff;
}

.date-text.ex {
  margin-top: 139px;
}

.announcement-text {
  margin-top: 20px;
  margin-bottom: 60px;
}

.normal-link {
  color: var(--flowui-component-library-gray-400);
  font-weight: 400;
  text-decoration: underline;
}

.blog-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.blog-list {
  flex-flow: row;
  align-items: center;
  display: block;
}

.blog-list-title {
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
  overflow: hidden;
}

.blog-cards {
  background-color: #f8f8f9;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  max-height: none;
  margin-bottom: 40px;
  padding: 0 0 20px;
  display: flex;
}

.blog-list-image-wrapper {
  object-fit: fill;
  background-color: #0000;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: 25em;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.blog-list-title-text-wrapper {
  margin-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-list-summary-text-wrapper {
  height: auto;
  max-height: none;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-summary-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}

.blog-link {
  color: var(--flowui-component-library-gray-500);
  font-weight: 400;
  text-decoration: underline;
}

.blog-image-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.blog-content-wrapper {
  margin-left: 20%;
  margin-right: 20%;
  padding: 20px;
}

.blog-title-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
  overflow: hidden;
}

.sticky-footer {
  z-index: 999;
  background-color: var(--midnight-blue);
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -2px 5px #0003;
}

.footer-copyright-center-text {
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
  font-size: 14px;
  line-height: 16px;
}

.sticky-footer-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.sticky-footer-buttons {
  border: 1px solid var(--hover-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
  letter-spacing: -.02em;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.sticky-footer-buttons:hover {
  background-color: var(--hover-blue);
  border-color: #0000;
}

.sticky-footer-buttons.w--current {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.f-section-announcement {
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.f-section-contact {
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.member-shopping {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.shopping-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  max-width: 450px;
}

._3points-column-container {
  background-color: var(--gray-blue);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 0 32px;
  display: flex;
}

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

._3points-title-wrapper {
  margin-bottom: 16px;
}

._3points-title-text {
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
}

._3points-circle-wrapper {
  border: 2px solid var(--flowui-component-library-gray-200);
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: auto;
  height: 90px;
  min-height: auto;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  top: -39px;
}

._3points-circle-text {
  color: var(--firebrick-2);
  font-size: 54px;
  font-weight: 700;
  line-height: 48px;
}

.steps-wrapper {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  transition: all .3s;
  display: block;
}

.steps-title {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.news-block {
  margin-bottom: 20px;
  display: flex;
}

.news-title-day {
  margin-right: 15px;
}

.news-link-top {
  color: var(--midnight-blue);
  flex: 0 auto;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.f-header-button-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-container {
  margin-bottom: 72px;
  display: block;
}

.contact-container {
  padding: 60px 5%;
  display: none;
  position: relative;
}

.f-margin-bottom-72-copy {
  margin-bottom: 72px;
  display: block;
}

.f-header-image-mobile {
  border-radius: 12px;
  width: 100%;
  max-width: 700px;
  height: auto;
  display: none;
  overflow: hidden;
}

.f-image-cover-mobile {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
}

.salon-links-wrapper {
  margin-top: 30px;
}

.salon-links-text-wrapper {
  margin-bottom: 15px;
}

.text-block-19 {
  text-align: center;
  display: none;
}

.salon-links-icons-container {
  justify-content: space-around;
  display: flex;
}

.icon-link {
  width: 25px;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 20em;
  overflow: hidden;
}

.collection-item {
  height: 45em;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

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

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

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

  .f-header-image-wrapper-tall {
    max-width: none;
    height: auto;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--white);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .f-pricing-column-basic {
    grid-template-columns: 1fr;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .f-accordian-list {
    width: 100%;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr 1fr;
  }

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

  .tab-wrapper {
    z-index: 10;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .f-pricing-column-basic-2, .f-pricing-column-basic-3 {
    grid-template-columns: 1fr;
  }

  .salon-list-grid, .scheduledays {
    grid-template-columns: 1fr 1fr;
  }

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

  .image-6 {
    max-width: 60vw;
  }

  .tablink, .tablink.w--current {
    display: block;
  }

  .mobile-dropdown {
    border: 1px solid var(--flowui-component-library-grey-300);
    text-align: left;
    border-radius: 20px;
    flex-flow: row;
    justify-content: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tab-wrapper-salon {
    z-index: 10;
    background-color: var(--white);
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

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

  .sticky-footer-buttons {
    width: 100%;
  }

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

  .f-header-image-mobile {
    max-width: none;
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

  .footer {
    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-heading-right {
    padding: 60px 15px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column, .f-grid-four-columns {
    grid-template-columns: 1fr;
  }

  .f-h2-heading-2 {
    font-size: 44px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading {
    font-size: 44px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .f-section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .salon-list-grid, .scheduledays {
    grid-template-columns: 1fr;
  }

  .f-section-large-2-copy, .f-section-large-2-copy-copy, .f-section-large-2-copy-copy-salon, .news-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .f-section-contact {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .contact-container {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-image-mobile {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .footer-link:hover {
    color: var(--firebrick-2);
  }

  .f-header-button-wrapper {
    justify-content: center;
  }

  .f-paragraph-large {
    font-size: 16px;
    line-height: 24px;
  }

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

  .f-image-cover {
    width: 100%;
    height: auto;
  }

  .f-header-image-wrapper-tall {
    justify-content: center;
    align-items: center;
    height: auto;
    display: none;
  }

  .f-header-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    justify-items: stretch;
  }

  .f-container-regular {
    position: relative;
  }

  .f-section-large {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .f-navigation-button {
    display: none;
  }

  .f-navigation-menu-button {
    padding: 5px;
  }

  .f-logo {
    width: 51px;
    height: 20px;
  }

  .f-navigation {
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: sticky;
  }

  .f-logo-plain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-logo-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .f-container-regular-2 {
    overflow: hidden;
  }

  .f-pricing-card-dark, .f-pricing-card-outline {
    padding: 32px;
  }

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

  .f-section-large-2 {
    padding-top: 60px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .f-news-wrapper {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .f-h5-heading {
    font-size: 30px;
  }

  .f-accordian-wrapper {
    margin-bottom: 40px;
  }

  .f-section-regular {
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

  .about-message {
    margin-bottom: 0;
    overflow: hidden;
  }

  .messageabout {
    flex: 0 auto;
    grid-auto-flow: row;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-left: 0;
    overflow: hidden;
  }

  .team-container {
    flex-wrap: nowrap;
    max-width: none;
    display: flex;
    overflow: hidden;
  }

  .photoholder {
    flex-flow: column wrap;
    width: auto;
    max-width: none;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
    overflow: hidden;
  }

  .memberphoto {
    width: auto;
    max-width: none;
    max-height: 200px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .position {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    font-size: .8rem;
    line-height: 1.3rem;
    display: block;
    overflow: hidden;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .mainmessage {
    flex-wrap: nowrap;
    margin-left: 0;
    overflow: hidden;
  }

  .h1subtext-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .tab-wrapper {
    margin-top: 40px;
    display: flex;
    position: static;
  }

  .principles {
    overflow: hidden;
  }

  .activities-list {
    justify-content: flex-start;
  }

  .f-pricing-card-outline-2 {
    padding: 32px;
  }

  .membership-container {
    overflow: hidden;
  }

  .eligibility-container {
    margin-bottom: 0;
    overflow: hidden;
  }

  .eligibility-list {
    justify-content: flex-start;
  }

  .f-pricing-card-outline-3 {
    padding: 32px;
  }

  .f-section-large-4 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .f-contact-content {
    padding-top: 40px;
  }

  .salon-list-container {
    overflow: hidden;
  }

  .salon-list-grid {
    grid-column-gap: 40px;
    grid-template-columns: minmax(200px, 275px);
    place-items: center;
  }

  .salon-name {
    font-size: 30px;
  }

  .salon-logo-wrapper {
    width: 100%;
    min-width: 72px;
    min-height: 72px;
  }

  .scheduledays._2ndrow {
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 314px);
    align-self: flex-start;
  }

  .f-section-large-2-copy {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .list-container {
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .f-section-large-2-copy-copy {
    padding-top: 60px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .member-buttons {
    margin-bottom: 60px;
    overflow: hidden;
  }

  .container-3 {
    height: auto;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    position: static;
  }

  .image-11 {
    max-width: 70%;
  }

  .text-block-18 {
    font-size: 13px;
  }

  .preloader {
    display: flex;
  }

  .transitioncontent {
    justify-content: center;
  }

  .image-6 {
    max-width: 30vw;
  }

  .tablink {
    min-height: 40px;
  }

  .mobile-dropdown {
    flex-direction: row;
  }

  .salon-list-container-full {
    overflow: hidden;
  }

  .tab-wrapper-salon {
    margin-top: 40px;
    display: none;
  }

  .f-section-large-2-copy-copy-salon {
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .announce-box {
    min-width: auto;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .news-section {
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: hidden;
  }

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

  .announce-title-wrapper {
    margin-bottom: 40px;
    overflow: hidden;
  }

  .blog-list-title {
    font-size: 18px;
  }

  .blog-cards {
    height: 100%;
    max-height: none;
  }

  .blog-image-wrapper {
    margin-bottom: 40px;
    overflow: hidden;
  }

  .blog-content-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-title-wrapper {
    margin-bottom: 40px;
    overflow: hidden;
  }

  .sticky-footer-wrapper {
    height: auto;
  }

  .sticky-footer-buttons {
    width: 90%;
    min-height: 40px;
    padding: 10px;
  }

  .columns {
    display: flex;
  }

  .sticky-footer-button-text {
    font-size: 12px;
  }

  .sticky-footer-column {
    padding-left: 0;
    padding-right: 0;
  }

  .f-section-contact {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .member-shopping {
    margin-bottom: 60px;
    overflow: hidden;
  }

  .image-12 {
    width: 100%;
    max-width: none;
  }

  ._3points-title-text {
    font-size: 30px;
  }

  .f-header-button-wrapper-copy {
    justify-content: center;
  }

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

  .f-header-image-mobile {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .f-image-cover-mobile {
    width: 100%;
    height: auto;
  }
}

#w-node-_17fb580b-361d-53d6-a450-8ed60136ede5-d019e46d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17fb580b-361d-53d6-a450-8ed60136ede7-d019e46d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_03d7431e-55b5-9a7a-27a8-2a6c1a8ec737-1a8ec731, #w-node-_03d7431e-55b5-9a7a-27a8-2a6c1a8ec744-1a8ec731, #w-node-_03d7431e-55b5-9a7a-27a8-2a6c1a8ec74f-1a8ec731, #w-node-a5d8f89c-8180-5933-4734-30b1ffd66992-d019e46e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5d8f89c-8180-5933-4734-30b1ffd66998-d019e46e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_72cf346d-2a13-8242-c362-a7af129bab60-d019e46e, #w-node-b9be7c5e-5c9a-b29b-da98-c437bcbd2bec-d019e46e, #w-node-_1e3440e1-d461-ca9d-00d9-e39c5c97e491-d019e46e, #w-node-_1e3440e1-d461-ca9d-00d9-e39c5c97e4a2-d019e46e, #w-node-_1e3440e1-d461-ca9d-00d9-e39c5c97e4a6-d019e46e, #w-node-_1e3440e1-d461-ca9d-00d9-e39c5c97e4aa-d019e46e, #w-node-_1e3440e1-d461-ca9d-00d9-e39c5c97e4ae-d019e46e, #w-node-_1e3440e1-d461-ca9d-00d9-e39c5c97e4b2-d019e46e, #w-node-_6a9abc72-671c-c6d2-c264-6ac52e0785cb-d019e46e, #w-node-cf8c2256-c314-452d-44a0-144e9c2cbb29-d019e46e, #w-node-a289428f-aaa6-4b64-831c-e0a6851aa4d9-d019e46e, #w-node-a289428f-aaa6-4b64-831c-e0a6851aa4dd-d019e46e, #w-node-dbb88040-b30b-5f0f-d76d-92c7aa8dee2b-d019e46e, #w-node-dbb88040-b30b-5f0f-d76d-92c7aa8dee3c-d019e46e, #w-node-dbb88040-b30b-5f0f-d76d-92c7aa8dee40-d019e46e, #w-node-dbb88040-b30b-5f0f-d76d-92c7aa8dee44-d019e46e, #w-node-dbb88040-b30b-5f0f-d76d-92c7aa8dee48-d019e46e, #w-node-dbb88040-b30b-5f0f-d76d-92c7aa8dee52-d019e46e, #w-node-dbb88040-b30b-5f0f-d76d-92c7aa8dee56-d019e46e, #w-node-dbb88040-b30b-5f0f-d76d-92c7aa8dee67-d019e46e, #w-node-dbb88040-b30b-5f0f-d76d-92c7aa8dee6a-d019e46e, #w-node-cb82ec23-86a5-0aec-1b9d-70928dc53bd2-d019e46e, #w-node-_256a0f65-1cd6-6a96-75f2-d1d0ab0a22a6-d019e46e, #w-node-_320185fa-957f-7f19-28c5-4ce1b3796971-d019e46e, #w-node-_320185fa-957f-7f19-28c5-4ce1b3796982-d019e46e, #w-node-_320185fa-957f-7f19-28c5-4ce1b3796986-d019e46e, #w-node-_320185fa-957f-7f19-28c5-4ce1b379698a-d019e46e, #w-node-_320185fa-957f-7f19-28c5-4ce1b379698e-d019e46e, #w-node-_74c94eec-9037-ef97-2832-a9dd7c0efd1e-d019e46e, #w-node-_74c94eec-9037-ef97-2832-a9dd7c0efd21-d019e46e, #w-node-_74c94eec-9037-ef97-2832-a9dd7c0efd24-d019e46e, #w-node-_74c94eec-9037-ef97-2832-a9dd7c0efd27-d019e46e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f012a6d7-e64b-17d4-cb81-9fbc19694e72-d019e471 {
  place-self: center;
}

#w-node-f012a6d7-e64b-17d4-cb81-9fbc19694e74-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f012a6d7-e64b-17d4-cb81-9fbc19694e79-d019e471 {
  place-self: center;
}

#w-node-f012a6d7-e64b-17d4-cb81-9fbc19694e7b-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04d815a5-d8a9-d923-53b7-175834fd814d-d019e471 {
  place-self: center;
}

#w-node-_04d815a5-d8a9-d923-53b7-175834fd814f-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04d815a5-d8a9-d923-53b7-175834fd8154-d019e471 {
  place-self: center;
}

#w-node-_04d815a5-d8a9-d923-53b7-175834fd8156-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f012a6d7-e64b-17d4-cb81-9fbc1969509b-d019e471 {
  place-self: center;
}

#w-node-f012a6d7-e64b-17d4-cb81-9fbc1969509d-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f012a6d7-e64b-17d4-cb81-9fbc196950a2-d019e471 {
  place-self: center;
}

#w-node-f012a6d7-e64b-17d4-cb81-9fbc196950a4-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ea120e4-5eb9-3072-1f3d-8e46f3712704-d019e471 {
  place-self: center;
}

#w-node-_5ea120e4-5eb9-3072-1f3d-8e46f3712706-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ea120e4-5eb9-3072-1f3d-8e46f371270b-d019e471 {
  place-self: center;
}

#w-node-_5ea120e4-5eb9-3072-1f3d-8e46f371270d-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc12f2c2-6d91-ec2d-9a81-041943d5c78f-d019e471 {
  place-self: center;
}

#w-node-cc12f2c2-6d91-ec2d-9a81-041943d5c791-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc12f2c2-6d91-ec2d-9a81-041943d5c796-d019e471 {
  place-self: center;
}

#w-node-cc12f2c2-6d91-ec2d-9a81-041943d5c798-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66addca5-e265-a72f-ba6d-1af247a48892-d019e471 {
  place-self: center;
}

#w-node-_66addca5-e265-a72f-ba6d-1af247a48894-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66addca5-e265-a72f-ba6d-1af247a48899-d019e471 {
  place-self: center;
}

#w-node-_66addca5-e265-a72f-ba6d-1af247a4889b-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b2222e-d019e471 {
  place-self: center;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b22230-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b22237-d019e471 {
  place-self: center;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b22239-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b22259-d019e471 {
  place-self: center;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b2225b-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b22262-d019e471 {
  place-self: center;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b22264-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b223f2-d019e471 {
  place-self: center;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b223f4-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b223f9-d019e471 {
  place-self: center;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b223fb-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b2248a-d019e471 {
  place-self: center;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b2248c-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b22491-d019e471 {
  place-self: center;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b22493-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b224b0-d019e471 {
  place-self: center;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b224b2-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b224b7-d019e471 {
  place-self: center;
}

#w-node-_23a23351-c773-b787-af9b-11e8e6b224b9-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6afefcf0-be71-4b9b-3ab0-f06f9ac65fb7-d019e471 {
  place-self: center;
}

#w-node-_6afefcf0-be71-4b9b-3ab0-f06f9ac65fb9-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6afefcf0-be71-4b9b-3ab0-f06f9ac65fbe-d019e471 {
  place-self: center;
}

#w-node-_6afefcf0-be71-4b9b-3ab0-f06f9ac65fc0-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4dbb6b5-743d-591f-55cd-692098723e0c-d019e471 {
  place-self: center;
}

#w-node-b4dbb6b5-743d-591f-55cd-692098723e0e-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4dbb6b5-743d-591f-55cd-692098723e13-d019e471 {
  place-self: center;
}

#w-node-b4dbb6b5-743d-591f-55cd-692098723e15-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efee18df-4c06-c8e5-3c7b-1a4e84691970-d019e471 {
  place-self: center;
}

#w-node-efee18df-4c06-c8e5-3c7b-1a4e84691972-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efee18df-4c06-c8e5-3c7b-1a4e84691977-d019e471 {
  place-self: center;
}

#w-node-efee18df-4c06-c8e5-3c7b-1a4e84691979-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_413937f4-7ef8-1145-4357-75879caf99e3-d019e471 {
  place-self: center;
}

#w-node-_413937f4-7ef8-1145-4357-75879caf99e5-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_413937f4-7ef8-1145-4357-75879caf99ea-d019e471 {
  place-self: center;
}

#w-node-_413937f4-7ef8-1145-4357-75879caf99ec-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ec91332-6873-275b-08fd-94a1112c9c4d-d019e471 {
  place-self: center;
}

#w-node-_7ec91332-6873-275b-08fd-94a1112c9c4f-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ec91332-6873-275b-08fd-94a1112c9c54-d019e471 {
  place-self: center;
}

#w-node-_7ec91332-6873-275b-08fd-94a1112c9c56-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9b190ee-f758-b64f-3943-88eb65bb3f4c-d019e471 {
  place-self: center;
}

#w-node-b9b190ee-f758-b64f-3943-88eb65bb3f4e-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9b190ee-f758-b64f-3943-88eb65bb3f53-d019e471 {
  place-self: center;
}

#w-node-b9b190ee-f758-b64f-3943-88eb65bb3f55-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3e560ef-3295-a5f5-286b-b69a76aaa2df-d019e471 {
  place-self: center;
}

#w-node-a3e560ef-3295-a5f5-286b-b69a76aaa2e1-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3e560ef-3295-a5f5-286b-b69a76aaa2e6-d019e471 {
  place-self: center;
}

#w-node-a3e560ef-3295-a5f5-286b-b69a76aaa2e8-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8831929-ff61-2ba7-508c-c2d336ddb730-d019e471 {
  place-self: center;
}

#w-node-e8831929-ff61-2ba7-508c-c2d336ddb732-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8831929-ff61-2ba7-508c-c2d336ddb737-d019e471 {
  place-self: center;
}

#w-node-e8831929-ff61-2ba7-508c-c2d336ddb739-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8831929-ff61-2ba7-508c-c2d336ddb759-d019e471 {
  place-self: center;
}

#w-node-e8831929-ff61-2ba7-508c-c2d336ddb75b-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8831929-ff61-2ba7-508c-c2d336ddb760-d019e471 {
  place-self: center;
}

#w-node-e8831929-ff61-2ba7-508c-c2d336ddb762-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8831929-ff61-2ba7-508c-c2d336ddb8c4-d019e471 {
  place-self: center;
}

#w-node-e8831929-ff61-2ba7-508c-c2d336ddb8c6-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8831929-ff61-2ba7-508c-c2d336ddb8cb-d019e471 {
  place-self: center;
}

#w-node-e8831929-ff61-2ba7-508c-c2d336ddb8cd-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0895ac96-ba47-f40d-07a4-ffc1a36dcc60-d019e471 {
  place-self: center;
}

#w-node-_0895ac96-ba47-f40d-07a4-ffc1a36dcc62-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0895ac96-ba47-f40d-07a4-ffc1a36dcc67-d019e471 {
  place-self: center;
}

#w-node-_0895ac96-ba47-f40d-07a4-ffc1a36dcc69-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d9b593c-017e-698e-cf5e-aa957f74bafc-d019e471 {
  place-self: center;
}

#w-node-_9d9b593c-017e-698e-cf5e-aa957f74bafe-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d9b593c-017e-698e-cf5e-aa957f74bb03-d019e471 {
  place-self: center;
}

#w-node-_9d9b593c-017e-698e-cf5e-aa957f74bb05-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56ef8925-4587-af78-cfb3-bebbce3cf65a-d019e471 {
  place-self: center;
}

#w-node-_56ef8925-4587-af78-cfb3-bebbce3cf65c-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56ef8925-4587-af78-cfb3-bebbce3cf661-d019e471 {
  place-self: center;
}

#w-node-_56ef8925-4587-af78-cfb3-bebbce3cf663-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3079a840-8cdb-1883-354b-4c02a745129d-d019e471 {
  place-self: center;
}

#w-node-_3079a840-8cdb-1883-354b-4c02a745129f-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3079a840-8cdb-1883-354b-4c02a74512a4-d019e471 {
  place-self: center;
}

#w-node-_3079a840-8cdb-1883-354b-4c02a74512a6-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3079a840-8cdb-1883-354b-4c02a74512ab-d019e471 {
  place-self: center;
}

#w-node-_3079a840-8cdb-1883-354b-4c02a74512ad-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3079a840-8cdb-1883-354b-4c02a7451390-d019e471 {
  place-self: center;
}

#w-node-_3079a840-8cdb-1883-354b-4c02a7451392-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3079a840-8cdb-1883-354b-4c02a7451397-d019e471 {
  place-self: center;
}

#w-node-_3079a840-8cdb-1883-354b-4c02a7451399-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3079a840-8cdb-1883-354b-4c02a745139e-d019e471 {
  place-self: center;
}

#w-node-_3079a840-8cdb-1883-354b-4c02a74513a0-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22f82738-2a00-e06a-3718-a1f042bdfbf7-d019e471 {
  place-self: center;
}

#w-node-_22f82738-2a00-e06a-3718-a1f042bdfbf9-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22f82738-2a00-e06a-3718-a1f042bdfbfe-d019e471 {
  place-self: center;
}

#w-node-_22f82738-2a00-e06a-3718-a1f042bdfc00-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22f82738-2a00-e06a-3718-a1f042bdfc05-d019e471 {
  place-self: center;
}

#w-node-_22f82738-2a00-e06a-3718-a1f042bdfc07-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09aff957-8b3c-ce10-e808-ba57098076eb-d019e471 {
  place-self: center;
}

#w-node-_09aff957-8b3c-ce10-e808-ba57098076ed-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09aff957-8b3c-ce10-e808-ba57098076f2-d019e471 {
  place-self: center;
}

#w-node-_09aff957-8b3c-ce10-e808-ba57098076f4-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09aff957-8b3c-ce10-e808-ba5709807766-d019e471 {
  place-self: center;
}

#w-node-_09aff957-8b3c-ce10-e808-ba5709807768-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09aff957-8b3c-ce10-e808-ba570980776d-d019e471 {
  place-self: center;
}

#w-node-_09aff957-8b3c-ce10-e808-ba570980776f-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09aff957-8b3c-ce10-e808-ba57098077b2-d019e471 {
  place-self: center;
}

#w-node-_09aff957-8b3c-ce10-e808-ba57098077b4-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09aff957-8b3c-ce10-e808-ba57098077b9-d019e471 {
  place-self: center;
}

#w-node-_09aff957-8b3c-ce10-e808-ba57098077bb-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52d43b60-a9dd-96aa-e8eb-fc5bf2554da3-d019e471 {
  place-self: center;
}

#w-node-_52d43b60-a9dd-96aa-e8eb-fc5bf2554da5-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52d43b60-a9dd-96aa-e8eb-fc5bf2554daa-d019e471 {
  place-self: center;
}

#w-node-_52d43b60-a9dd-96aa-e8eb-fc5bf2554dac-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9f49b99-0ea3-efcb-7156-77c90b8ea874-d019e471 {
  place-self: center;
}

#w-node-b9f49b99-0ea3-efcb-7156-77c90b8ea876-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c142f4d-8bad-d42d-d33a-7c4662bcc887-d019e471 {
  place-self: center;
}

#w-node-_4c142f4d-8bad-d42d-d33a-7c4662bcc889-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c142f4d-8bad-d42d-d33a-7c4662bcc88e-d019e471 {
  place-self: center;
}

#w-node-_4c142f4d-8bad-d42d-d33a-7c4662bcc890-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0669e783-27f7-9e19-7451-15837f9aa945-d019e471 {
  place-self: center;
}

#w-node-_0669e783-27f7-9e19-7451-15837f9aa947-d019e471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0669e783-27f7-9e19-7451-15837f9aa94e-d019e471 {
  place-self: center;
}

#w-node-_0669e783-27f7-9e19-7451-15837f9aa950-d019e471, #w-node-_8c45e7b3-b1e6-1814-7031-dac0bac3cef1-d019e472, #w-node-_8c45e7b3-b1e6-1814-7031-dac0bac3cf17-d019e472, #w-node-_8c45e7b3-b1e6-1814-7031-dac0bac3ceb1-d019e472, #w-node-_52d2b210-7e70-7d70-5f6b-083ce72fa439-d019e472, #w-node-_8c45e7b3-b1e6-1814-7031-dac0bac3ce6f-d019e472, #w-node-_270f9037-5cac-af29-5cae-d188d09bcf1b-d019e472, #w-node-_097c486b-dc9d-6350-0587-2c916e5f5a0c-d019e472, #w-node-_511f7184-f553-c514-fd4b-a4cfda868be7-d019e472, #w-node-af91c621-6daf-fdd9-e323-4e6f5190c005-d019e472, #w-node-_07ae3f28-d65a-fd68-e8a6-26b6e6b10cca-d019e472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07ae3f28-d65a-fd68-e8a6-26b6e6b10ccc-d019e472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_471f6251-0ca4-edf5-a67c-3140643ec186-07427b18 {
  place-self: center;
}

#w-node-_0ba93449-bd54-93fc-37fb-9b2d209f5a09-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f5e0eb9-a912-a317-808c-0211d3445d68-07427b18 {
  place-self: center;
}

#w-node-a90c72ae-6adb-9884-a007-2a5882afab4b-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c866a5ac-bae1-1c6f-d764-309a3be72207-07427b18 {
  place-self: center;
}

#w-node-e6d4ee05-6d88-321e-4f4f-972076615ee9-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c04de4c7-58e9-82ed-ef95-13e73f729516-07427b18 {
  place-self: center;
}

#w-node-c04de4c7-58e9-82ed-ef95-13e73f729518-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c04de4c7-58e9-82ed-ef95-13e73f72951d-07427b18 {
  place-self: center;
}

#w-node-c04de4c7-58e9-82ed-ef95-13e73f72951f-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c04de4c7-58e9-82ed-ef95-13e73f729524-07427b18 {
  place-self: center;
}

#w-node-c04de4c7-58e9-82ed-ef95-13e73f729526-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d3cd575-bfcb-6165-17ce-3f5e201f52be-07427b18 {
  place-self: center;
}

#w-node-_1d3cd575-bfcb-6165-17ce-3f5e201f52c0-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d3cd575-bfcb-6165-17ce-3f5e201f52c5-07427b18 {
  place-self: center;
}

#w-node-_1d3cd575-bfcb-6165-17ce-3f5e201f52c7-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d3cd575-bfcb-6165-17ce-3f5e201f52cc-07427b18 {
  place-self: center;
}

#w-node-_1d3cd575-bfcb-6165-17ce-3f5e201f52ce-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70f808f9-2d93-1663-4503-cbc6a9608cd5-07427b18 {
  place-self: center;
}

#w-node-_70f808f9-2d93-1663-4503-cbc6a9608cd7-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70f808f9-2d93-1663-4503-cbc6a9608cdc-07427b18 {
  place-self: center;
}

#w-node-_70f808f9-2d93-1663-4503-cbc6a9608cde-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70f808f9-2d93-1663-4503-cbc6a9608ce3-07427b18 {
  place-self: center;
}

#w-node-_70f808f9-2d93-1663-4503-cbc6a9608ce5-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a74e5391-1fd5-c877-9445-a1912fcb67dc-07427b18 {
  place-self: center;
}

#w-node-a74e5391-1fd5-c877-9445-a1912fcb67de-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a74e5391-1fd5-c877-9445-a1912fcb67e3-07427b18 {
  place-self: center;
}

#w-node-a74e5391-1fd5-c877-9445-a1912fcb67e5-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a74e5391-1fd5-c877-9445-a1912fcb67ea-07427b18 {
  place-self: center;
}

#w-node-a74e5391-1fd5-c877-9445-a1912fcb67ec-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30030802-21a9-ee15-7119-82bba4d1eeec-07427b18 {
  place-self: center;
}

#w-node-_30030802-21a9-ee15-7119-82bba4d1eeee-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30030802-21a9-ee15-7119-82bba4d1eef3-07427b18 {
  place-self: center;
}

#w-node-_30030802-21a9-ee15-7119-82bba4d1eef5-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30030802-21a9-ee15-7119-82bba4d1eefa-07427b18 {
  place-self: center;
}

#w-node-_30030802-21a9-ee15-7119-82bba4d1eefc-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a466c17-032e-ff53-4cc9-2816c9ea3b51-07427b18 {
  place-self: center;
}

#w-node-_5a466c17-032e-ff53-4cc9-2816c9ea3b53-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a466c17-032e-ff53-4cc9-2816c9ea3b58-07427b18 {
  place-self: center;
}

#w-node-_5a466c17-032e-ff53-4cc9-2816c9ea3b5a-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a466c17-032e-ff53-4cc9-2816c9ea3b5f-07427b18 {
  place-self: center;
}

#w-node-_5a466c17-032e-ff53-4cc9-2816c9ea3b61-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73f7df83-11ac-08a8-09b1-f7d4f72245aa-07427b18 {
  place-self: center;
}

#w-node-_73f7df83-11ac-08a8-09b1-f7d4f72245ac-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73f7df83-11ac-08a8-09b1-f7d4f72245b1-07427b18 {
  place-self: center;
}

#w-node-_73f7df83-11ac-08a8-09b1-f7d4f72245b3-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73f7df83-11ac-08a8-09b1-f7d4f72245b8-07427b18 {
  place-self: center;
}

#w-node-_73f7df83-11ac-08a8-09b1-f7d4f72245ba-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6970d24c-1a8b-39b6-5c04-0784648434ec-07427b18 {
  place-self: center;
}

#w-node-_6970d24c-1a8b-39b6-5c04-0784648434ee-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6970d24c-1a8b-39b6-5c04-0784648434f3-07427b18 {
  place-self: center;
}

#w-node-_6970d24c-1a8b-39b6-5c04-0784648434f5-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6970d24c-1a8b-39b6-5c04-0784648434fa-07427b18 {
  place-self: center;
}

#w-node-_6970d24c-1a8b-39b6-5c04-0784648434fc-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1afef3dc-b364-9bfd-53fc-051fee1aba07-07427b18 {
  place-self: center;
}

#w-node-_1afef3dc-b364-9bfd-53fc-051fee1aba09-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1afef3dc-b364-9bfd-53fc-051fee1aba0e-07427b18 {
  place-self: center;
}

#w-node-_1afef3dc-b364-9bfd-53fc-051fee1aba10-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1afef3dc-b364-9bfd-53fc-051fee1aba15-07427b18 {
  place-self: center;
}

#w-node-_1afef3dc-b364-9bfd-53fc-051fee1aba17-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f95c9c6c-8df0-dcce-4807-56dc04ed6a54-07427b18 {
  place-self: center;
}

#w-node-f95c9c6c-8df0-dcce-4807-56dc04ed6a56-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f95c9c6c-8df0-dcce-4807-56dc04ed6a5b-07427b18 {
  place-self: center;
}

#w-node-f95c9c6c-8df0-dcce-4807-56dc04ed6a5d-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f95c9c6c-8df0-dcce-4807-56dc04ed6a62-07427b18 {
  place-self: center;
}

#w-node-f95c9c6c-8df0-dcce-4807-56dc04ed6a64-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93e7c143-7020-0623-c6b9-19f902ee714b-07427b18 {
  place-self: center;
}

#w-node-_93e7c143-7020-0623-c6b9-19f902ee714d-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93e7c143-7020-0623-c6b9-19f902ee7152-07427b18 {
  place-self: center;
}

#w-node-_93e7c143-7020-0623-c6b9-19f902ee7154-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93e7c143-7020-0623-c6b9-19f902ee7159-07427b18 {
  place-self: center;
}

#w-node-_93e7c143-7020-0623-c6b9-19f902ee715b-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e3f685b-34f5-d996-0651-3fff8d966b12-07427b18 {
  place-self: center;
}

#w-node-_2e3f685b-34f5-d996-0651-3fff8d966b14-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e3f685b-34f5-d996-0651-3fff8d966b19-07427b18 {
  place-self: center;
}

#w-node-_2e3f685b-34f5-d996-0651-3fff8d966b1b-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e3f685b-34f5-d996-0651-3fff8d966b20-07427b18 {
  place-self: center;
}

#w-node-_2e3f685b-34f5-d996-0651-3fff8d966b22-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3b11efc-93c0-d944-6796-1672a9214a48-07427b18 {
  place-self: center;
}

#w-node-d3b11efc-93c0-d944-6796-1672a9214a4a-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3b11efc-93c0-d944-6796-1672a9214a4f-07427b18 {
  place-self: center;
}

#w-node-d3b11efc-93c0-d944-6796-1672a9214a51-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3b11efc-93c0-d944-6796-1672a9214a56-07427b18 {
  place-self: center;
}

#w-node-d3b11efc-93c0-d944-6796-1672a9214a58-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1db8d1c6-a699-04f4-08a1-7b9cbe836585-07427b18 {
  place-self: center;
}

#w-node-_1db8d1c6-a699-04f4-08a1-7b9cbe836587-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1db8d1c6-a699-04f4-08a1-7b9cbe83658c-07427b18 {
  place-self: center;
}

#w-node-_1db8d1c6-a699-04f4-08a1-7b9cbe83658e-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1db8d1c6-a699-04f4-08a1-7b9cbe836593-07427b18 {
  place-self: center;
}

#w-node-_1db8d1c6-a699-04f4-08a1-7b9cbe836595-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57efc284-d104-5cd7-9286-8e56f4204e95-07427b18 {
  place-self: center;
}

#w-node-_57efc284-d104-5cd7-9286-8e56f4204e97-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57efc284-d104-5cd7-9286-8e56f4204e9c-07427b18 {
  place-self: center;
}

#w-node-_57efc284-d104-5cd7-9286-8e56f4204e9e-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57efc284-d104-5cd7-9286-8e56f4204ea3-07427b18 {
  place-self: center;
}

#w-node-_57efc284-d104-5cd7-9286-8e56f4204ea5-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3884f2c2-e314-7c78-bdba-df8fd1dae08c-07427b18 {
  place-self: center;
}

#w-node-_3884f2c2-e314-7c78-bdba-df8fd1dae08e-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3884f2c2-e314-7c78-bdba-df8fd1dae093-07427b18 {
  place-self: center;
}

#w-node-_3884f2c2-e314-7c78-bdba-df8fd1dae095-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3884f2c2-e314-7c78-bdba-df8fd1dae09a-07427b18 {
  place-self: center;
}

#w-node-_3884f2c2-e314-7c78-bdba-df8fd1dae09c-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32b771b3-af26-c56b-fd41-f5fc4e63360e-07427b18 {
  place-self: center;
}

#w-node-_32b771b3-af26-c56b-fd41-f5fc4e633610-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32b771b3-af26-c56b-fd41-f5fc4e633615-07427b18 {
  place-self: center;
}

#w-node-_32b771b3-af26-c56b-fd41-f5fc4e633617-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32b771b3-af26-c56b-fd41-f5fc4e63361c-07427b18 {
  place-self: center;
}

#w-node-_32b771b3-af26-c56b-fd41-f5fc4e63361e-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b686822-8367-aba7-1883-2a91d8593861-07427b18 {
  place-self: center;
}

#w-node-_2b686822-8367-aba7-1883-2a91d8593863-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b686822-8367-aba7-1883-2a91d8593868-07427b18 {
  place-self: center;
}

#w-node-_2b686822-8367-aba7-1883-2a91d859386a-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b686822-8367-aba7-1883-2a91d859386f-07427b18 {
  place-self: center;
}

#w-node-_2b686822-8367-aba7-1883-2a91d8593871-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d68ef-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d68f1-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d68f6-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d68f8-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d68fd-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d68ff-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6918-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d691a-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d691f-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6921-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6926-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6928-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6941-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6943-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6948-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d694a-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d694f-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6951-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d696a-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d696c-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6971-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6973-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6978-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d697a-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6993-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6995-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d699a-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d699c-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d69a1-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d69a3-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d69bc-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d69be-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d69c3-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d69c5-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d69ca-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d69cc-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d69e5-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d69e7-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d69ec-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d69ee-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d69f3-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d69f5-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a0e-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a10-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a15-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a17-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a1c-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a1e-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a34-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a36-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a3b-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a3d-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a42-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a44-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a5d-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a5f-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a64-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a66-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a6b-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a6d-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a83-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a85-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a8a-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a8c-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a91-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6a93-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6aa9-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6aab-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6ab0-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6ab2-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6ab7-07427b18 {
  place-self: center;
}

#w-node-d663bc9e-bdf6-845c-7abb-71986f5d6ab9-07427b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ff5ff29b-13fa-990a-bc41-49b85634923b-d019e46d {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ff5ff29b-13fa-990a-bc41-49b856349239-d019e46d, #w-node-_9de8b0cf-4e01-318c-5dd6-06cfa5b09394-d019e46d {
    place-self: auto center;
  }

  #w-node-ff5ff29b-13fa-990a-bc41-49b85634923b-d019e46d {
    order: 9999;
  }
}


