@font-face {
  font-family: Sawarabigothic;
  src: url('../fonts/SawarabiGothic-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --mygeesea: #3c9e9b;
  --khaki: #757575;
  --white: white;
  --mygeemoon-77: #fcc418c4;
  --black: #0f0f0f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --light-mygee-sea: #3c9e9b47;
  --silver: #bec3c7;
  --みやぎのはぎ花: #b10dc3;
  --mygeetree: #2e7c2d;
  --gray-51: #515151;
  --indian-red: #cf404d;
  --salmon: #fd7072;
  --salmon-pink: #ffdcdd;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --sandy-brown-2: #e4b962;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
  --みやぎのはぎ葉: #2f652d;
}

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

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

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

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

h1 {
  float: left;
  clear: none;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

a {
  text-decoration: underline;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0ce0da;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
}

.button:hover {
  background-color: #fba14d;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  background-color: #0be0da;
}

.button.tab.w--current {
  background-color: #fba14d;
}

.navigation-link {
  color: #757575;
  padding: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
  transition: all .3s ease-in-out;
  position: relative;
}

.navigation-link:hover {
  color: var(--mygeesea);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
}

.navigation-link.w--current {
  color: var(--mygeesea);
  text-transform: none;
  padding: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
  position: static;
}

.navigation-bar {
  z-index: 9;
  float: none;
  clear: none;
  opacity: 1;
  color: #515151;
  text-transform: none;
  mix-blend-mode: normal;
  background-color: #ffffffb3;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  position: sticky;
  top: 0;
}

.navigation-bar:hover {
  color: var(--khaki);
}

.hamburger-button {
  text-transform: none;
}

.navigation-menu {
  color: #757575;
  text-transform: none;
  margin: auto;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  position: static;
}

.brand-text {
  outline-color: var(--black);
  outline-offset: 0px;
  color: var(--dark-slate-gray-2);
  letter-spacing: 4px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white-smoke-2);
  text-transform: none;
  mix-blend-mode: normal;
  background-color: #0000;
  outline-width: 3px;
  outline-style: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  background-color: var(--light-mygee-sea);
  color: #525252;
  text-align: center;
  padding: 40px 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
}

.section.accent {
  -webkit-text-fill-color: inherit;
  background-color: #fff6;
  background-clip: border-box;
  border: 1px solid #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: static;
}

.age-verification-notice {
  background-color: #ffffff;
  padding: 20px 10px;
  text-align: center;
}

.age-verification-text {
  color: #757575;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

.white-box {
  border: 1px solid var(--silver);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 8%;
}

.white-box.transparent {
  z-index: auto;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffffbf;
  border-style: none;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-left: 0;
  display: block;
  position: static;
}

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

.hero-section.centered {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  background-image: url('../images/mygee-top-image.png');
  background-position: 50% 0;
  background-size: cover;
  border-bottom-width: 0;
  border-bottom-color: #000;
  border-right: 0 #000;
  padding-top: 120px;
  padding-bottom: 40px;
  position: relative;
}

.hero-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
  position: relative;
  top: 75px;
  bottom: 75px;
}

.hero-subheading {
  color: #0ce0da;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #ff851b;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #ff9832;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
  font-weight: 400;
}

.section-heading {
  color: #515151;
  letter-spacing: .2em;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

.section-heading.centered {
  color: #515151;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.section-heading.centered.white {
  color: #3d3d3d;
}

.section-subheading {
  color: #757575;
  text-align: center;
  letter-spacing: .4em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  display: none;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.section-subheading.center.off-white {
  color: #797979;
  padding-bottom: 0;
  font-weight: 400;
}

.section-title-group {
  margin-bottom: 60px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #757575;
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-text {
  color: #ededed;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 12px;
}

.grid-image {
  color: #6b6b6b;
  background-color: #fff;
  border: 4px #fff;
  border-radius: 8%;
  width: 50%;
  margin: 20px auto;
  padding: 0;
  display: block;
}

.info-icon {
  float: left;
  vertical-align: baseline;
  object-fit: fill;
}

.footer-link {
  color: #515151;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 8px;
  padding-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

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

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.white-text {
  color: #696969;
  margin-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
  line-height: 32px;
}

.form {
  margin-top: 40px;
}

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

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

.background {
  grid-column-gap: 16px;
  grid-row-gap: 17px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 24px 44px;
  text-decoration: none;
  display: flex;
}

.heading-1-img {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 130.404px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 96px;
  text-decoration: none;
  display: flex;
}

.button-2 {
  grid-column-gap: 10px;
  background-color: #00c1d4;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 48px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.button-3 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 61px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #00aec2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.frame-1 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

._18-1-mmd-2023-2023-9 {
  color: #22252766;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
}

.background-video {
  color: #71b1a6;
  height: 80vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.background-video-2 {
  display: block;
}

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

.container {
  font-weight: 600;
}

.frame-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
}

.heading1 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 43%;
  text-decoration: none;
  display: flex;
  position: sticky;
}

.vectors-wrapper-3 {
  opacity: .7;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #0000;
  background-clip: border-box;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.text-3 {
  background-image: linear-gradient(122deg, var(--mygeemoon-77) 28%, #b3b64a 68%, var(--mygeesea));
  color: var(--みやぎのはぎ花);
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 0 1px #ffffff29;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 8em;
  font-weight: 800;
  line-height: 1.2em;
  text-decoration: none;
  position: absolute;
  top: 32px;
  left: auto;
  right: auto;
}

.text-4 {
  color: var(--mygeemoon-77);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 2px 2px 1px #0003;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 180px;
  left: auto;
  right: auto;
}

.text-5 {
  color: var(--mygeetree);
  text-align: center;
  text-shadow: 2px 2px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  text-decoration: none;
  position: absolute;
  top: 228px;
  left: auto;
  right: auto;
}

.button-4 {
  grid-column-gap: 10px;
  background-color: var(--mygeetree);
  color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 248px;
  height: 48px;
  padding: 14px 25px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  top: 280px;
  left: auto;
  right: auto;
}

.button-4:hover {
  background-color: var(--mygeemoon-77);
  mix-blend-mode: normal;
  border-radius: 24px;
  font-weight: 400;
  line-height: 20px;
}

.button-4.float-button {
  z-index: 8;
  text-align: left;
  object-fit: fill;
  width: 20rem;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
  top: auto;
  bottom: 20px;
  right: auto;
}

.text-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  left: auto;
}

.button-5 {
  grid-column-gap: 10px;
  background-color: #fff0;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 320px;
  left: 104px;
}

.text-7 {
  color: #0ce0da;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.frame-3 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #757575;
  text-align: left;
  margin: 0 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.frame-4 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.error-308ab122-d5d0-55e5-ba27-91d65f810ae5 {
  color: #515151;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.frame-5 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.error-9aa55757-0f2c-ba6f-5dfa-2bc37fb94d86 {
  color: #515151;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.logo {
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/MyGee_logo_yoko.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10em;
  background-attachment: scroll;
  background-clip: border-box;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.heading {
  float: right;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: none;
  overflow-wrap: normal;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 152px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  overflow: visible;
}

.heading-2 {
  text-transform: none;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.paragraph {
  color: #515151;
  text-align: left;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.heading-3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.heading-4 {
  margin: 10px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  text-align: left;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.heading-5 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.text-block {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.heading-6, .paragraph-5, .heading-7 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.icon {
  text-transform: none;
}

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

.paragraph-6, .heading-8 {
  float: none;
}

.paragraph-7 {
  display: block;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.frame-6 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-6 {
  grid-column-gap: 10px;
  background-color: var(--mygeetree);
  text-transform: none;
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.button-6:hover {
  background-color: var(--mygeemoon-77);
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 30px;
  outline: 0 #eea300;
}

.text-9 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.button-7 {
  grid-column-gap: 10px;
  color: #0be0da;
  text-transform: none;
  border: 2px solid #0ce0da;
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: none;
}

.button-7:hover {
  color: #fba14d;
  border-color: #fba14d;
}

.text-10 {
  color: #0ce0da;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.text-10:hover {
  color: #fba14d;
  -webkit-text-stroke-color: #fba14d;
}

.background-video-3 {
  object-fit: fill;
  width: auto;
  height: 100vh;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.iphone {
  height: 52vh;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  margin-top: 10px;
}

.column, .column-2 {
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
}

.div-block-3 {
  text-transform: none;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: flex;
}

.image {
  border-radius: 12px;
  height: 4em;
  margin-left: 0;
  margin-right: 10px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.text-block-2 {
  aspect-ratio: auto;
  background-color: var(--mygeemoon-77);
  color: #fff;
  border-radius: 0;
  margin-left: -10%;
  margin-right: -10%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.explain {
  color: #515151;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

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

.heading-9, .paragraph-8 {
  color: #515151;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.section-2 {
  background-color: var(--light-mygee-sea);
  overflow-wrap: normal;
  border-radius: 0;
  padding: 40px 10px;
}

.section-3 {
  background-color: #0be0da1a;
  padding: 0 10px;
}

.body {
  background-color: #f8f8f8;
}

.body-2 {
  text-transform: none;
  background-color: #f8f8f8;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.grid {
  grid-row-gap: 16px;
  grid-template: ". Area" 1fr
                 "Area-2 ."
                 ". ."
                 ". ."
                 / .5fr 1fr;
}

.div-block-7 {
  background-color: #fff0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-11 {
  color: var(--gray-51);
  letter-spacing: 8px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.heading-11.text-block-2 {
  text-align: center;
  color: #fff;
}

.paragraph-9 {
  color: #757575;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-2 {
  max-width: 50%;
  padding: 20px;
  overflow: hidden;
}

.text-block-3 {
  color: #333;
}

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

.columns-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.float-button {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.image-3 {
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.float-button1 {
  z-index: 8;
  background-color: var(--mygeetree);
  color: #fff;
  text-align: center;
  letter-spacing: 1rem;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 40px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
  position: fixed;
  inset: auto 10% 4%;
}

.float-button1:hover {
  background-color: var(--mygeemoon-77);
}

.image-4 {
  float: left;
  width: auto;
  max-width: 40%;
  margin-left: 20px;
  margin-right: auto;
}

.container-2 {
  text-align: left;
}

.image-5 {
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.image-6 {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-7 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-8 {
  padding-left: 20px;
  padding-right: 20px;
}

.image-9 {
  border-radius: 12px;
  height: 3em;
  margin-right: 10px;
  box-shadow: 1px 1px 3px #0003;
}

.div-block-8 {
  margin-top: 20px;
  display: flex;
}

.image-8-copy {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.navigation-bar-copy {
  float: none;
  clear: none;
  opacity: 1;
  color: #515151;
  mix-blend-mode: normal;
  background-color: #ffffffb3;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  position: sticky;
  top: 0;
}

.navigation-bar-copy:hover {
  color: var(--khaki);
}

.button-4-copy {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #0be0da;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 248px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
  position: static;
  top: 280px;
  left: auto;
  right: auto;
}

.button-4-copy:hover {
  mix-blend-mode: normal;
  background-color: #fba14d;
  border-radius: 24px;
  font-weight: 400;
  line-height: 20px;
}

.button-4-copy.float-button {
  z-index: 8;
  text-align: left;
  object-fit: fill;
  width: 20rem;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
  top: auto;
  bottom: 20px;
  right: auto;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
}

.image-10 {
  object-fit: contain;
  background-color: #0000;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

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

.team-slider {
  aspect-ratio: auto;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 20px;
  position: relative;
}

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

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

.centered-subheading {
  color: #757575;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

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

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

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

.team-member-image-two {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  margin-bottom: 18px;
  position: static;
}

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

.team-member-name-two {
  color: #515151;
  letter-spacing: 8px;
  margin-bottom: 12px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.team-member-text {
  color: #757575;
  margin-bottom: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

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

.arrow-embed {
  color: var(--khaki);
  margin-left: 2px;
  display: flex;
}

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

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

.gallery-slider {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 40px;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.gallery-slide-wrapper {
  opacity: 1;
  filter: blur(8px);
  mix-blend-mode: normal;
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
}

.gallery-slide-text {
  color: #f5f7fa;
  letter-spacing: 4px;
  background-color: #000000b0;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 8px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

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

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

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

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

.gallery-slide-nav {
  display: none;
}

.udesly-span-black {
  color: #515151;
}

.udesly-paragraph-small {
  color: #515151;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udeslylist-item {
  margin-bottom: 4px;
}

.udeslylist-item.udesly-last-item {
  margin-bottom: 0;
}

.udesly-list {
  color: #737373;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  list-style-type: none;
}

.tab-content {
  color: #737373;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  line-height: 36px;
}

.udesly-faq-content-wrap {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-title {
  color: #515151;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.faq-title-wrapper {
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.udesly-faq-item-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-item {
  z-index: 8;
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 16px 0;
  transition: all .3s;
  display: block;
}

.faq-item.udesly-last-item {
  border-bottom-style: none;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-column.udesly-max-width-500 {
  background-color: var(--light-mygee-sea);
  max-width: 500px;
}

.udesly-paragraph-large {
  color: #757575;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  color: #515151;
  letter-spacing: .2em;
  margin: auto 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.udesly-text-extrabold {
  margin: 20px 20px 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

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

.udesly-title-wrapper-centered.udesly-margin-bottom {
  border-bottom: 1px solid #e6e6e6;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.udesly-section {
  background-color: #fff;
  padding: 40px 5%;
  position: relative;
}

.udesly-button {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button:hover {
  background-color: #171717d9;
}

.udesly-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  margin: 20px 10px;
  display: flex;
}

.udesly-paragraph-medium {
  color: #757575;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-grid-two-column {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  justify-items: center;
  margin-top: 40px;
}

.body-3 {
  background-color: #f8f8f8;
}

.body-4 {
  background-color: #f8f8f8;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.body-5 {
  background-color: #f8f8f8;
}

.container-4 {
  background-color: #ffffff8f;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.image-11 {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.image-12 {
  border-radius: 12px;
  max-width: 8%;
  margin-left: 0;
  margin-right: 10px;
  padding-right: 0;
}

.heading-12 {
  margin-top: 40px;
  padding: 10px;
  font-weight: 400;
}

.faq-item-copy {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 16px 16px 0;
  transition-property: none;
  display: block;
}

.faq-item-copy {
  z-index: 8;
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 16px 0;
  transition-property: none;
  display: block;
}

.faq-item-copy.udesly-last-item {
  border-bottom-style: none;
}

.faq-title-copy {
  color: #515151;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

.quick-stack {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #757575;
  -webkit-text-stroke-width: 0px;
  border: 2px solid #000;
  border-radius: 8px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.table-text {
  color: var(--khaki);
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
  display: block;
  position: static;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: center;
}

.list-item {
  color: #757575;
  font-size: 12px;
  line-height: 20px;
}

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

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

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

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

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-link-sign-in {
  color: #171717;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-submit-button {
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button:hover {
  background-color: #171717d9;
}

.udesly-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-button-wrapper-2.udesly-mb-16 {
  margin-bottom: 16px;
}

.udesly-password-image {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 8px 12px 8px auto;
}

.udesly-text-field-password {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 8px 48px 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-text-field-password:focus {
  border-color: #141414;
}

.udesly-text-field-password::placeholder {
  color: #a3a3a3;
}

.udesly-password {
  position: relative;
}

.udesly-udesly-text-field {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-udesly-text-field:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-udesly-text-field::placeholder {
  color: #a3a3a3;
}

.udesly-udesly-text-field.udesly-mb-16 {
  margin-bottom: 16px;
}

.udesly-form-sign-in {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.udesly-form-block {
  margin-bottom: 0;
}

.udesly-form-block.udesly-sign-in {
  max-width: 384px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-page-image {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 80px;
}

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

.heading-13 {
  color: var(--black);
  letter-spacing: 4px;
  -webkit-text-fill-color: inherit;
  background-color: #f3f3f3;
  background-clip: border-box;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.heading-15 {
  border-left: 4px solid var(--mygeesea);
  color: var(--mygeesea);
  letter-spacing: 2px;
  padding-left: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

.paragraph-10 {
  color: #0f0f0f;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.list-2 {
  color: #0f0f0f;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 400;
  list-style-type: decimal;
}

.list-2.list4 {
  margin-bottom: 60px;
  list-style-type: none;
}

.body-6, .body-7 {
  background-color: #f5f5f5;
}

.container-6 {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.section-4 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-5 {
  z-index: auto;
  background-color: #f8f8f8;
  position: sticky;
  inset: 0% 0% auto;
}

.image-13 {
  mix-blend-mode: normal;
  border: 8px solid #fff;
  border-radius: 8px;
  max-width: 50%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  box-shadow: 0 2px 5px #0003;
}

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

.modal-wrapper {
  z-index: 99;
  background-color: #fff0;
  background-image: linear-gradient(0deg, #f0f0f0e0, #ffffff80);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow-y: auto;
}

.udesly-paragraph-large-2 {
  color: #404040;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  display: none;
}

.udesly-separator {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

.udesly-separator.udesly-big {
  color: #424242;
  background-color: #e6e6e6;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

.udesly-paragraph-xsmall {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-sign-up-terms-of-use-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.udesly-notification-text-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
}

.udesly-error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #eb3c5c;
  border-radius: 100px;
  font-size: 18px;
}

.udesly-apple-mail-wrapper {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 33.33%;
  margin-right: 0;
  padding: 10px;
  transition: all .3s;
}

.udesly-apple-mail-wrapper:hover {
  border-color: #6f39f8;
}

.udesly-outlook-logo-wrapper {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 33.33%;
  margin-right: 10px;
  padding: 10px;
  transition: all .3s ease-in-out;
}

.udesly-outlook-logo-wrapper:hover {
  opacity: 1;
  border-color: #6f39f8;
}

.udesly-gmail-logo-wrapper {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 33.33%;
  margin-right: 10px;
  padding: 10px;
  transition: all .3s ease-in-out;
}

.udesly-gmail-logo-wrapper:hover {
  opacity: 1;
  border-color: #6f39f8;
}

.udesly-email-wrapper {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.udesly-notification-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
}

.udesly-notification-text.udesly-login {
  background-color: #29d283;
  border-radius: 100px;
  margin-top: 20px;
  padding: 10px;
}

.udesly-success-message-2 {
  color: #fff;
  background-color: #2ad283;
  border-radius: 100px;
  margin-top: 20px;
  padding: 10px;
  font-size: 18px;
}

.udesly-success-message-2.udesly-login {
  background-color: #0000;
  margin-top: 0;
  padding: 0;
}

.udesly-button-2 {
  color: #fff;
  background-color: #ff820d;
  border-radius: 6px;
  flex: none;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button-2:hover {
  background-color: #fba14d;
}

.udesly-udesly-text-field-2 {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-udesly-text-field-2:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-udesly-text-field-2::placeholder {
  color: #a3a3a3;
}

.udesly-form-sign-in-2 {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.udesly-signin-form-block {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
}

.udesly-sign-in-logo {
  margin-bottom: 0;
  margin-left: -5px;
}

.udesly-sign-in-logo:hover {
  opacity: .7;
}

.udesly-signin-logo-block {
  margin-bottom: 10px;
  transition: all .3s;
}

.udesly-signin-logo-block:hover {
  opacity: .7;
}

.udesly-signup-form-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  display: flex;
}

.udesly-sign-in-left-wrapper {
  background-color: #0000;
  border-right: 1px #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 20px;
  display: flex;
  position: static;
}

.udesly-arrow-link {
  opacity: 1;
  color: #333;
  letter-spacing: -.02em;
  background-color: #0000;
  background-image: url('../images/arrow_forward_white_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 0 22px 0 0;
  font-family: Generalsans;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
}

.udesly-arrow-link:hover {
  opacity: 1;
  color: #6f39f8;
  transform: translate(2px);
}

.udesly-button-container {
  display: inline-block;
}

.udeslysign-up-label {
  color: #404040;
  margin-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.udesly-pricing-card-check {
  max-width: 60%;
  margin-right: 0;
}

.udesly-signup-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 0;
  display: flex;
}

.udesly-sign-up-list {
  color: #3c3c3b;
  margin-top: 20px;
  padding-left: 0;
  font-size: 22px;
}

.udesly-top-tag {
  color: #333;
  letter-spacing: -.035em;
  text-transform: none;
  background-color: #f1f1f1;
  border-radius: 100px;
  min-height: 25px;
  padding: 6px 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
}

.udesly-signup-text-wrap {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 100px;
  margin-left: 0;
  display: flex;
  position: relative;
  top: -70px;
}

.udesly-sign-up-left-side {
  background-color: #fff;
  border-right: 1px solid #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.udesly-sign-up-main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: normal;
  word-break: normal;
  background-color: #fdfdfd;
  border-radius: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 2px 20px #0003;
}

.close-modal-button {
  width: 40px;
  padding: 8px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.modal-background {
  cursor: pointer;
  background-color: #ffffff8c;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-block {
  color: #404040;
  padding: 10px;
  text-decoration: none;
}

.link-block-2 {
  color: #404040;
  text-decoration: none;
}

.list-3 {
  color: #0f0f0f;
  font-size: 14px;
  list-style-type: disc;
}

.heading14 {
  border-left: 4px solid var(--mygeetree);
  color: var(--mygeetree);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--mygeetree);
  padding-left: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

.heading-15-copy {
  color: var(--mygeemoon-77);
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--mygeemoon-77);
  border-left: 4px solid #c7ca08;
  padding-left: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

.paragraph-10-copy {
  color: #0f0f0f;
  margin-left: 40px;
  margin-right: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.heading-15-copy {
  color: #09ccc6;
  letter-spacing: 2px;
  border-left: 4px solid #09ccc6;
  padding-left: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

.bold-text-3 {
  color: #c9cc09;
  -webkit-text-stroke-color: #caba08;
}

.heading-15-copy {
  border-left: 4px solid var(--mygeemoon-77);
  color: var(--mygeemoon-77);
  letter-spacing: 2px;
  padding-left: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

.list-2-copy {
  color: #0f0f0f;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 400;
  list-style-type: decimal;
}

.list-2-copy {
  color: #0f0f0f;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 400;
  list-style-type: decimal;
}

.list-2-copy.list4 {
  margin-bottom: 60px;
  list-style-type: none;
}

.heading-13-copy {
  color: var(--black);
  letter-spacing: 4px;
  background-color: #f3f3f3;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.grid-3 {
  color: #0f0f0f;
  grid-template: "Area"
                 "Area-2"
                 "."
                 "."
                 "."
                 "."
                 / .5fr 1fr;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.container-7 {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 100px;
}

.table {
  color: #0f0f0f;
  border: 0 #515151;
  border-bottom: 1px solid #515151;
  border-radius: 0;
  flex-flow: row;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: flex;
}

.div-block-11 {
  margin-left: 20px;
  margin-right: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
}

.table-1 {
  color: #0f0f0f;
  border: 1px solid #515151;
  border-left: 0 #515151;
  border-right: 0 #515151;
  border-radius: 0;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: flex;
}

.column-r {
  text-align: left;
}

.table-text-r {
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-style: normal;
  line-height: 20px;
  display: block;
  position: static;
}

.udesly-error-message-3 {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message-3 {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #0be0dab3;
  border-radius: 6px;
}

.udesly-paragraph-xsmall-2 {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-submit-button-2 {
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button-2:hover {
  background-color: #171717d9;
}

.udesly-submit-button-2.udesly-mb-24 {
  background-color: var(--mygeesea);
  margin-bottom: 10px;
}

.udesly-submit-button-2.udesly-mb-24:hover {
  background-color: #757575;
}

.udesly-form-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.udesly-text-area {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: 8px 12px auto auto;
}

.udesly-textarea {
  color: #333;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 155px;
  margin-bottom: 32px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.udesly-textarea::placeholder {
  color: #a3a3a3;
}

.udesly-relative-block {
  position: relative;
}

.udesly-field-label {
  color: var(--mygeesea);
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-input {
  width: 100%;
}

.udesly-checkbox-label {
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.udesly-checkbox {
  border-width: 1.5px;
  border-color: #d4d4d4;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 12px;
}

.udesly-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Inner-Circle.svg');
  background-size: 10px 10px;
  border-color: #000;
  border-radius: 50%;
}

.udesly-checkbox-field {
  color: #515151;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-checkbox-field.udesly-mb-12 {
  margin-bottom: 12px;
}

.udesly-checkbox-text {
  color: var(--mygeesea);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-checkbox-wrapper {
  margin-bottom: 32px;
}

.udesly-select-field {
  color: #333;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-select-field:focus {
  border-bottom-color: #141414;
}

.udesly-company-info {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: auto 0% 10px auto;
}

.udesly-text-fiel-contact {
  color: #333;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-text-fiel-contact:focus {
  border-bottom-color: #141414;
}

.udesly-text-fiel-contact::placeholder {
  color: #a3a3a3;
}

.udesly-column-2 {
  flex: 0 auto;
  width: 100%;
  position: relative;
}

.udesly-paragraph-large-3 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-display-large-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large-2.udesly-text-extrabold-2 {
  font-size: 52px;
}

.udesly-text-extrabold-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-overline-large-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

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

.udesly-title-wrapper-centered-2.udesly-margin-bottom {
  border-bottom: 1px solid #e6e6e6;
  max-width: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.udesly-section-2 {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.div-block-12 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-14 {
  width: 20px;
}

.udesly-paragraph-large-copy {
  color: #757575;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.radio-button {
  margin-right: 10px;
  padding-right: 0;
}

.footer-link-wrapper-hidden {
  display: block;
}

.link-block-3 {
  padding: 0;
}

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

.new-modal-wrapper {
  z-index: 9999;
  background-color: #fff0;
  background-image: linear-gradient(0deg, #f0f0f0e0, #ffffff80);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
  overflow-y: auto;
}

.new-modal-background {
  cursor: pointer;
  background-color: #fff0;
  display: block;
  position: fixed;
  inset: 0%;
}

.new-sign-up-main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: normal;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  background-color: #fdfdfd;
  background-clip: border-box;
  border-radius: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20px;
  padding: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 2px 20px #0003;
}

.new-sign-up-left-side {
  background-color: #fff;
  border-right: 0 #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  padding: 20px;
  display: flex;
}

.new-close-modal-button {
  width: 56px;
  padding: 10px;
  position: absolute;
  inset: 20px 60px auto auto;
}

.new-signup-text-wrap {
  flex-flow: column;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.image-15 {
  max-width: 80%;
}

.new-top-tag {
  color: #333;
  letter-spacing: -.035em;
  text-transform: none;
  background-color: #f1f1f1;
  border-radius: 100px;
  min-height: 25px;
  padding: 6px 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
}

.image-16 {
  object-fit: contain;
}

.flex-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
}

.image-17 {
  max-width: 100%;
  display: block;
}

.link-block-4 {
  max-width: 50%;
}

.link {
  vertical-align: baseline;
}

.div-block-13 {
  color: #515151;
  -webkit-text-stroke-color: #515151;
  border-bottom: 1.5px solid #03c1d4;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.heading-16 {
  color: #13c3d5;
  font-weight: 500;
}

.oshirase-modal-wrapper {
  z-index: 9999;
  background-color: #fff0;
  background-image: linear-gradient(0deg, #f0f0f0e0, #ffffff80);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
  overflow-y: auto;
}

.new-modal-background-copy {
  cursor: pointer;
  background-color: #fff0;
  display: block;
  position: fixed;
  inset: 0%;
}

.new-sign-up-main-wrapper-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: normal;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  background-color: #fdfdfd;
  background-clip: border-box;
  border-radius: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20px;
  padding: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 2px 20px #0003;
}

.new-close-modal-button-copy {
  width: 56px;
  padding: 10px;
  position: absolute;
  inset: 20px 60px auto auto;
}

.paragraph-11 {
  color: #313131;
  text-align: left;
  margin: 40px;
  font-weight: 500;
}

.paragraph-12 {
  color: #515151;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: none;
}

.scroll-to-top-link {
  display: none;
}

.heading-17 {
  margin-bottom: 0;
  padding-top: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

.top-header {
  color: #ff820d;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-style: italic;
  font-weight: 500;
  display: block;
}

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

.heading-17-copy {
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

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

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

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

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

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

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

.team-member-image {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  color: var(--khaki);
  margin-bottom: 6px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  color: var(--khaki);
  margin-bottom: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

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

.text-5-copy {
  color: #757575;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: auto;
  max-width: 90%;
}

.image-18 {
  margin-top: 20px;
  margin-bottom: 0;
}

.annotation {
  text-align: right;
  margin-top: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.white-box-copy {
  border: 1px solid var(--silver);
  background-color: var(--mygeesea);
  text-align: center;
  border-radius: 8px;
  padding: 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.white-box-copy {
  border: 1px none var(--silver);
  background-color: var(--light-mygee-sea);
  text-align: center;
  border-radius: 8px;
  padding: 15px;
}

.white-box-copy.transparent {
  z-index: auto;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffffbf;
  border-style: none;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80vh;
  margin-left: 0;
  display: block;
  position: static;
}

.image-19 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.column-4, .column-5, .columns-3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.media-feature {
  margin-top: 0;
  padding-top: 20px;
}

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

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

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

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

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

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

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

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

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

.paragraph-13 {
  color: var(--khaki);
}

.link-block-5 {
  flex: 0 auto;
}

.link-2 {
  text-decoration: none;
}

.link-3 {
  color: var(--khaki);
  text-decoration: none;
}

.hero-section-ladies {
  background-image: url('../images/hero_top_ladies.png');
  background-position: 50% 100%;
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 60px;
}

.hero-section-ladies.centered {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  background-image: url('../images/onit-top-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom-width: 0;
  border-bottom-color: #000;
  border-right: 0 #000;
  padding-top: 120px;
  padding-bottom: 40px;
  position: relative;
}

.button-start {
  grid-column-gap: 10px;
  background-color: var(--salmon);
  color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 48px;
  padding: 14px 25px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: static;
  top: 280px;
  left: auto;
  right: auto;
}

.button-start:hover {
  background-color: var(--indian-red);
  mix-blend-mode: normal;
  border-radius: 24px;
  font-weight: 400;
  line-height: 20px;
}

.button-start.float-button {
  z-index: 8;
  text-align: left;
  object-fit: fill;
  width: 20rem;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
  top: auto;
  bottom: 20px;
  right: auto;
}

.title-text {
  color: var(--white);
  text-align: center;
  text-shadow: 2px 2px 1px #0003;
  background-color: #0000003d;
  width: 70%;
  margin-top: 0;
  margin-bottom: 220px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  text-decoration: none;
  position: static;
  top: 220px;
  left: auto;
  right: auto;
}

.heading-18 {
  color: var(--white-smoke-2);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

.sub-title {
  color: var(--white-smoke-2);
  text-shadow: 2px 1px 8px #0003;
  background-color: #00000087;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.text-block-4 {
  color: var(--salmon);
  text-align: right;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

.section-heading-ladies {
  color: var(--dark-slate-gray-2);
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
}

.section-heading-ladies.centered {
  color: #515151;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.section-heading-ladies.centered.white {
  color: #3d3d3d;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

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

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

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

.card-2 {
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 1px 6px #0003;
}

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

.pricing-card-text {
  margin-bottom: 20px;
}

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

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

.heading-ladies {
  color: var(--salmon);
  letter-spacing: .1em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.card-2-1 {
  text-align: center;
  background-color: #fae7e7;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 1px 6px #0003;
}

.card-2-2 {
  text-align: center;
  background-color: #c7faf8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 1px 6px #0003;
}

.heading-19 {
  color: var(--dark-slate-gray-2);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.image-20 {
  border-radius: 8px;
  max-width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-20 {
  color: var(--dark-slate-gray-2);
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.list-4 {
  color: var(--khaki);
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 24px;
  list-style-type: none;
}

.overview {
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.sub-title-2 {
  color: var(--dark-slate-gray-2);
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.image-21 {
  border-radius: 10px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-3-3 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template: ". . Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.card-2-3 {
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 1px 6px #0003;
}

.pricing-grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.card-2-2-copy {
  text-align: center;
  background-color: #c7faf8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 1px 6px #0003;
}

.heading-21 {
  color: var(--dark-slate-gray-2);
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-5 {
  color: var(--salmon);
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  display: none;
}

.member-image {
  object-fit: contain;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.heading-4-copy {
  margin: 10px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-22 {
  color: var(--gray-51);
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 32px;
}

.text-block-6 {
  color: var(--khaki);
  text-align: right;
  font-size: 12px;
}

.subscript {
  float: none;
  position: static;
}

.section-2-ladies {
  background-color: var(--salmon-pink);
  overflow-wrap: normal;
  border-radius: 0;
  padding: 40px 10px;
}

.image-22 {
  border-radius: 8px;
  width: 60%;
}

.text-block-7 {
  color: #fe820d;
  margin-bottom: 10px;
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .hero-section.centered {
    background-image: url('../images/mygee-top-image.png');
  }

  .text-3 {
    text-shadow: 2px 2px 4px #ffffff1a;
    border: 0 #000;
  }

  .top-header {
    text-shadow: 2px 2px 1px #0003;
    border-radius: 0;
    margin-bottom: 10px;
  }

  .team-circles {
    background-color: #fdfdfd;
  }

  .team-member-image, .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .hero-section-ladies {
    background-repeat: no-repeat;
  }

  .hero-section-ladies.centered {
    background-image: url('../images/onit-top-image_1.png');
  }

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

@media screen and (max-width: 991px) {
  .button.tab {
    margin-bottom: 10px;
  }

  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin: auto 0 auto auto;
    display: block;
  }

  .hamburger-button.w--open {
    background-color: var(--mygeemoon-77);
  }

  .navigation-menu {
    background-color: var(--mygeemoon-77);
    display: none;
  }

  .white-box {
    border-color: var(--silver);
  }

  .hero-section.centered {
    background-position: 52%;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section-heading.centered {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
  }

  .section-subheading {
    letter-spacing: .2em;
  }

  .grid-image {
    width: 50%;
    padding: 0;
  }

  .heading1 {
    width: 55%;
  }

  .button-4 {
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .logo {
    background-position: 0%;
    background-size: 8em;
    justify-content: center;
  }

  .heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .icon {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
    display: block;
  }

  .frame-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-6 {
    border: 2px solid #fff;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 10px;
  }

  .text-9 {
    line-height: 16px;
  }

  .button-7 {
    border-radius: 20px;
  }

  .text-10 {
    line-height: 16px;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .div-block-4 {
    height: auto;
  }

  .image {
    margin-left: 0;
  }

  .div-block-5 {
    justify-content: center;
  }

  .text-block-2 {
    border-radius: 0;
  }

  .section-3 {
    background-color: #06dfd91a;
    padding: 40px 10px;
  }

  .body {
    background-color: #fafafa;
  }

  .body-2 {
    background-color: #f8f8f8;
  }

  .div-block-7 {
    width: auto;
  }

  .image-4 {
    max-width: 60%;
    margin-left: 0;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .button-4-copy {
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    max-width: 80%;
  }

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

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .gallery-image {
    opacity: 1;
    mix-blend-mode: color-burn;
  }

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

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

  .udesly-faq-content-wrap {
    width: 100%;
  }

  .udesly-column.udesly-max-width-500 {
    max-width: 700px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }

  .udesly-button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .udesly-grid-two-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .image-11 {
    max-width: 80%;
    margin-bottom: 20px;
    display: block;
  }

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

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .image-13 {
    max-width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .modal-wrapper {
    display: none;
  }

  .udesly-signup-form-wrapper {
    margin-top: 0;
  }

  .udesly-sign-in-left-wrapper {
    align-items: center;
    width: 100%;
    height: auto;
    padding: 60px 10px 60px 0;
  }

  .udesly-top-tag {
    margin-bottom: 10px;
  }

  .udesly-signup-text-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
    display: flex;
    top: 0;
  }

  .udesly-sign-up-left-side {
    border-top: 1px #e6e6e6;
    border-right-style: solid;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 40px 0 40px 10px;
  }

  .udesly-sign-up-main-wrapper {
    flex-flow: row;
    height: auto;
    min-height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .udesly-display-large-2.udesly-text-extrabold-2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-title-wrapper-centered-2 {
    margin-bottom: 0;
  }

  .link-block-3 {
    padding-bottom: 20px;
  }

  .new-sign-up-main-wrapper {
    flex-flow: row;
    height: auto;
    min-height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .new-sign-up-left-side {
    border-top: 1px #e6e6e6;
    border-right-style: solid;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 40px 0;
  }

  .new-close-modal-button {
    padding-right: 10px;
  }

  .new-signup-text-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
    display: flex;
    top: 0;
  }

  .new-top-tag {
    margin-bottom: 10px;
  }

  .new-sign-up-main-wrapper-copy {
    flex-flow: row;
    height: auto;
    min-height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .white-box-copy {
    border-color: var(--silver);
    border-color: var(--silver);
  }

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

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

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

  .hero-section-ladies.centered {
    background-position: 52%;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .button-start {
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .title-text {
    width: 80%;
  }

  .section-heading-ladies.centered {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
  }

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

  .pricing-grid, .grid-3-3, .pricing-grid-3 {
    grid-column-gap: 30px;
  }

  .member-image {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .navigation-bar {
    margin-left: 0;
  }

  .hamburger-button {
    background-color: #0be0da00;
    margin-left: auto;
    display: block;
  }

  .hamburger-button:active, .hamburger-button.w--open, .navigation-menu {
    background-color: var(--mygeemoon-77);
  }

  .white-box {
    border-color: var(--silver);
    margin-bottom: 30px;
  }

  .hero-section.centered {
    background-position: 50%;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .section-title-group {
    margin-bottom: 40px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 40%;
    padding: 0;
  }

  .spc {
    margin-bottom: 30px;
  }

  .heading1 {
    box-sizing: border-box;
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 272px;
    margin-left: 20px;
  }

  .vectors-wrapper-3 {
    text-align: center;
    width: 272px;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .text-3 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 80px;
    position: absolute;
    top: 40px;
    left: auto;
  }

  .text-4 {
    font-size: 24px;
    top: 98px;
    left: auto;
  }

  .text-5 {
    font-size: 28px;
    top: 140px;
    left: auto;
  }

  .button-4 {
    width: 14em;
    max-width: none;
    height: 2em;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    top: 186px;
    left: auto;
  }

  .button-4.float-button {
    text-align: center;
    right: auto;
  }

  .button-4.float-button:hover {
    line-height: 14px;
    position: fixed;
    left: auto;
    right: auto;
  }

  .text-6 {
    font-size: 12px;
  }

  .button-5 {
    line-height: 16px;
    top: 167px;
    left: 60px;
  }

  .text-7 {
    font-size: 10px;
  }

  .logo {
    margin-left: 8px;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .heading {
    justify-content: flex-start;
    margin-left: 164px;
    display: block;
  }

  .icon {
    display: block;
  }

  .div-block-3 {
    display: none;
  }

  .text-block-2 {
    border-radius: 0;
  }

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

  .paragraph-9 {
    line-height: 20px;
  }

  .float-button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .float-button1 {
    letter-spacing: .5rem;
  }

  .image-4 {
    width: 60%;
    max-width: 60%;
    margin-left: auto;
  }

  .div-block-9 {
    flex-flow: column;
    padding-right: 0;
  }

  .navigation-bar-copy {
    margin-left: 0;
  }

  .button-4-copy {
    text-align: center;
    width: 14em;
    max-width: none;
    height: auto;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    top: 186px;
    left: auto;
  }

  .button-4-copy:hover {
    line-height: 1em;
  }

  .button-4-copy.float-button {
    text-align: center;
    right: auto;
  }

  .button-4-copy.float-button:hover {
    line-height: 14px;
    position: fixed;
    left: auto;
    right: auto;
  }

  .flex-block {
    max-width: 80%;
  }

  .team-slider {
    padding: 20px 15px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

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

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

  .udesly-paragraph-small {
    font-size: 14px;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 24px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

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

  .body-6, .body-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .udesly-paragraph-large-2 {
    font-size: 12px;
  }

  .udesly-pricing-card-check {
    object-fit: contain;
  }

  .udesly-sign-up-main-wrapper {
    height: auto;
  }

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

  .table-text-r {
    text-align: left;
  }

  .udesly-form-flex {
    flex-direction: column;
  }

  .udesly-display-large-2 {
    font-size: 56px;
    line-height: 64px;
  }

  .new-sign-up-main-wrapper {
    height: auto;
  }

  .new-close-modal-button {
    right: 20px;
  }

  .new-top-tag {
    min-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link {
    text-decoration: none;
  }

  .new-sign-up-main-wrapper-copy {
    height: auto;
  }

  .new-close-modal-button-copy {
    right: 20px;
  }

  .team-circles {
    padding: 0 15px 20px;
  }

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

  .text-5-copy {
    color: #757575;
    font-size: 11px;
    font-weight: 400;
    bottom: 15px;
    right: 15px;
    left: auto;
    max-width: 85%;
  }

  .white-box-copy {
    border-color: var(--silver);
    border-color: var(--silver);
    margin-bottom: 30px;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

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

  .hero-section-ladies {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-section-ladies.centered {
    background-position: 50%;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .button-start {
    width: 20em;
    max-width: none;
    height: 2em;
    padding: 0 10px;
    font-size: 14px;
    line-height: 14px;
    top: 186px;
    left: auto;
  }

  .button-start.float-button {
    text-align: center;
    right: auto;
  }

  .button-start.float-button:hover {
    line-height: 14px;
    position: fixed;
    left: auto;
    right: auto;
  }

  .title-text {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
    top: 140px;
    left: auto;
  }

  .sub-title {
    margin: 100px 10px 0;
    font-size: 20px;
  }

  .text-block-4 {
    color: var(--salmon-pink);
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .section-heading-ladies {
    font-size: 24px;
  }

  .pricing-overview {
    padding: 40px 15px 60px;
  }

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

  .image-20 {
    max-width: 40%;
  }

  .list-4 {
    padding-left: 0;
  }

  .overview {
    padding: 60px 15px;
  }

  .sub-title-2 {
    font-size: 16px;
  }

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

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

  .link-4 {
    text-decoration: none;
    -webkit-text-decoration-color: var(--indian-red);
    text-decoration-color: var(--indian-red);
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .button.tab, .button.tab.w--current {
    margin-bottom: 20px;
  }

  .hamburger-button {
    background-color: #0be0da00;
    margin-left: auto;
    display: block;
  }

  .hamburger-button:active, .navigation-menu {
    background-color: var(--mygeemoon-77);
  }

  .navigation-menu:hover {
    color: #515151;
  }

  .brand-text {
    color: #00c7c1;
    font-size: 20px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .age-verification-notice {
    padding: 15px 10px;
  }

  .age-verification-text {
    font-size: 12px;
    line-height: 1.7;
  }

  .white-box {
    border-color: var(--silver);
  }

  .hero-section.centered {
    background-color: #0000;
    background-position: 52%;
    background-size: cover;
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    right: auto;
  }

  .hollow-button {
    border-width: 2px;
    border-radius: 8px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
  }

  .section-heading {
    color: #515151;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }

  .section-heading.centered {
    text-align: center;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .section-heading.centered.white {
    color: #1d1c1c;
    font-weight: 700;
  }

  .section-subheading {
    color: #757575;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

  .section-subheading.center {
    color: #757575;
    line-height: 30px;
  }

  .section-subheading.center.off-white {
    color: var(--khaki);
    font-weight: 600;
  }

  .section-title-group {
    margin-bottom: 10px;
  }

  .grid-image {
    width: 56%;
  }

  .frame-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .heading1 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 10px;
  }

  .vectors-wrapper-3 {
    width: 168px;
    max-width: none;
    height: auto;
    margin-left: auto;
    display: block;
  }

  .text-3 {
    margin-left: 0;
    margin-right: 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 48px;
    position: absolute;
    top: 20px;
    left: auto;
    right: auto;
  }

  .text-4 {
    text-shadow: 1px 1px 1px #0003;
    margin-left: auto;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 64px;
    left: auto;
  }

  .text-5 {
    text-shadow: 1px 1px 1px #0003;
    font-size: 16px;
    position: absolute;
    top: 72px;
    left: auto;
  }

  .button-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    width: 9em;
    max-width: none;
    height: 3em;
    margin: 4px 0;
    padding: 0 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    top: 100px;
    left: auto;
    right: auto;
  }

  .button-4:hover {
    border-radius: 18px;
    font-weight: 500;
    line-height: 14px;
  }

  .button-4.float-button {
    width: 16rem;
  }

  .text-6 {
    font-size: 10px;
  }

  .button-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px 0;
    top: 120px;
    left: auto;
    right: auto;
  }

  .text-7 {
    margin-left: 20px;
    font-size: 10px;
  }

  .text-8 {
    font-size: 14px;
  }

  .logo {
    margin-left: 8px;
    margin-right: auto;
    padding-left: 0;
  }

  .heading {
    margin-left: 134px;
    font-size: 12px;
    line-height: 16px;
    display: block;
  }

  .heading-2 {
    color: #fba14d;
    letter-spacing: 0;
    font-size: 16px;
    display: block;
  }

  .paragraph {
    line-height: 24px;
  }

  .heading-3 {
    color: #515151;
  }

  .heading-4 {
    color: #515151;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-2 {
    color: #757575;
  }

  .button-6, .button-7 {
    display: none;
  }

  .iphone {
    height: 44vh;
  }

  .column, .column-2 {
    margin-bottom: 20px;
  }

  .image {
    height: 2.4em;
    margin-left: 8px;
    margin-right: 8px;
  }

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

  .text-block-2 {
    border-radius: 0;
    margin-left: -10%;
    margin-right: -10%;
  }

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

  .heading-11 {
    letter-spacing: 4px;
  }

  .paragraph-9 {
    font-size: 12px;
    line-height: 20px;
  }

  .float-button1 {
    letter-spacing: normal;
    border-radius: 24px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .image-4 {
    width: 80%;
    max-width: 80%;
    margin-left: auto;
  }

  .image-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-4-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    word-break: normal;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    width: 14em;
    max-width: none;
    height: 2em;
    margin: 4px 0;
    padding: 0 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.8em;
    display: none;
    top: 100px;
    left: auto;
    right: auto;
  }

  .button-4-copy:hover {
    border-radius: 18px;
    font-weight: 500;
    line-height: 1.8em;
  }

  .button-4-copy.float-button {
    width: 16rem;
  }

  .flex-block {
    max-width: 88%;
  }

  .team-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .centered-subheading {
    text-align: left;
  }

  .team-slider-wrapper {
    margin-top: 20px;
  }

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

  .team-member-text {
    text-align: left;
  }

  .gallery-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

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

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

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

  .udesly-list {
    padding-left: 0;
    font-size: 10px;
  }

  .tab-content {
    padding-top: 10px;
  }

  .faq-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .udesly-column.udesly-max-width-500 {
    max-width: 280px;
  }

  .udesly-paragraph-large {
    font-size: 12px;
    line-height: 14px;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 20px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 40px;
  }

  .udesly-title-wrapper-centered.udesly-margin-bottom {
    padding-bottom: 0;
  }

  .udesly-grid-two-column {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .image-11 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    max-width: 16%;
    padding-right: 0;
  }

  .heading-12 {
    margin-top: 20px;
  }

  .faq-item-copy {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-title-copy {
    margin-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .table-text {
    padding-bottom: 10px;
  }

  .list-item {
    font-size: 10px;
    line-height: 14px;
  }

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

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

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .image-13 {
    border-width: 4px;
    justify-content: center;
    margin-right: auto;
    display: block;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
    display: none;
  }

  .modal-wrapper {
    display: none;
    position: fixed;
    inset: 0%;
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: flex-start;
  }

  .udesly-paragraph-large-2 {
    font-size: 12px;
  }

  .udesly-sign-up-terms-of-use-wrapper {
    justify-content: flex-start;
  }

  .udesly-outlook-logo-wrapper, .udesly-gmail-logo-wrapper {
    margin-right: 5px;
  }

  .udesly-signin-form-block {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .udesly-signin-logo-block {
    justify-content: center;
    display: block;
  }

  .udesly-sign-in-left-wrapper {
    width: 90%;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
    display: flex;
  }

  .udesly-arrow-link {
    font-size: 16px;
  }

  .udeslysign-up-label {
    font-size: 14px;
    font-weight: 600;
  }

  .udesly-pricing-card-check {
    margin-right: 10px;
  }

  .udesly-signup-list-item {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .udesly-sign-up-list {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .udesly-top-tag {
    font-size: 14px;
  }

  .udesly-signup-text-wrap {
    width: 85%;
    margin-top: 20px;
  }

  .udesly-sign-up-left-side {
    min-height: auto;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .udesly-sign-up-main-wrapper {
    background-color: #f8f8f8;
    flex-flow: column;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-13-copy {
    font-size: 20px;
  }

  .table, .table-1 {
    flex-flow: column;
  }

  .table-text-r {
    text-align: center;
  }

  .udesly-form-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .udesly-display-large-2 {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large-2.udesly-text-extrabold-2 {
    font-size: 28px;
  }

  .udesly-title-wrapper-centered-2 {
    margin-bottom: 40px;
  }

  .udesly-paragraph-large-copy {
    font-size: 12px;
    line-height: 14px;
  }

  .new-modal-wrapper {
    display: none;
    position: fixed;
    inset: 0%;
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .new-sign-up-main-wrapper {
    background-color: #f8f8f8cc;
    flex-flow: column;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .new-sign-up-left-side {
    background-color: #ffffff80;
    width: 100%;
    min-height: auto;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .new-signup-text-wrap {
    width: 85%;
    margin-top: 0;
  }

  .image-15 {
    max-width: 100%;
  }

  .new-top-tag {
    font-size: 14px;
  }

  .image-16 {
    aspect-ratio: auto;
  }

  .flex-block-4 {
    flex-flow: column;
    align-items: center;
  }

  .image-17 {
    flex-flow: row;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-4 {
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .link {
    text-decoration: none;
    -webkit-text-decoration-color: var(--indian-red);
    text-decoration-color: var(--indian-red);
  }

  .oshirase-modal-wrapper {
    display: none;
    position: fixed;
    inset: 0%;
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .new-sign-up-main-wrapper-copy {
    background-color: #f8f8f8;
    flex-flow: column;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-17 {
    letter-spacing: 0;
    line-height: 24px;
  }

  .top-header {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    display: none;
  }

  .flex-block-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17-copy {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 20px;
  }

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

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

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

  .text-5-copy {
    color: #757575;
    text-align: right;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: auto;
    max-width: 80%;
  }

  .age-verification-notice {
    padding: 12px 10px;
  }

  .age-verification-text {
    font-size: 11px;
    line-height: 1.6;
  }

  .white-box-copy {
    border-color: var(--silver);
    border-color: var(--silver);
  }

  .team-circles-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  .hero-section-ladies.centered {
    background-color: #0000;
    background-position: 52%;
    background-size: cover;
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    right: auto;
  }

  .button-start {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 20em;
    max-width: none;
    height: 2.8em;
    margin: 4px 0;
    padding: 0 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    top: 100px;
    left: auto;
    right: auto;
  }

  .button-start:hover {
    border-radius: 18px;
    font-weight: 500;
    line-height: 14px;
  }

  .button-start.float-button {
    width: 16rem;
  }

  .title-text {
    text-shadow: 1px 1px 1px #0003;
    width: 90%;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    position: static;
    top: 72px;
    left: auto;
  }

  .sub-title {
    width: 80%;
    margin-top: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-4 {
    color: var(--salmon);
    -webkit-text-stroke-color: var(--salmon);
    font-size: 12px;
  }

  .section-heading-ladies {
    color: var(--salmon);
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .section-heading-ladies.centered {
    text-align: center;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .section-heading-ladies.centered.white {
    color: #1d1c1c;
    font-weight: 700;
  }

  .pricing-overview {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  .card-2 {
    padding-bottom: 20px;
  }

  .card-2-1, .card-2-2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .overview {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sub-title-2 {
    line-height: 24px;
  }

  .image-21 {
    max-width: 80%;
    margin-top: 10px;
  }

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

  .card-2-3 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

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

  .heading-4-copy {
    color: #515151;
    font-size: 20px;
    line-height: 24px;
  }

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

  .image-22 {
    border-radius: 8px;
    width: 100%;
  }
}

#w-node-_7a59122d-ec97-181c-543b-20f8746eb641-690035dc, #w-node-_3b34575b-adcd-cc28-20ad-450c5cd05797-690035e0, #w-node-_383bdd54-719a-8122-48d4-5e49135741ba-690035e0, #w-node-_86f08a51-6262-d24a-c2e3-4c1afc139da9-690035e0, #w-node-_0d724a48-c323-ee61-3377-e3d801786eb0-690035e0, #w-node-_8968d6b4-ea7f-0ea6-6671-3f82f3a60c2b-690035e0, #w-node-_81624a83-1b17-8f1f-1ca6-badbadbbfc06-690035e0, #w-node-_0e85f45c-8dcb-9b6b-0f4a-93e8843515fa-690035e0, #w-node-_061daa10-e0de-4e07-6af4-4185a91d48bb-690035e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_061daa10-e0de-4e07-6af4-4185a91d48c0-690035e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_061daa10-e0de-4e07-6af4-4185a91d48c4-690035e0, #w-node-fd7a36ec-49cb-3c0d-4b64-89f71248e3f9-690035e0, #w-node-_061daa10-e0de-4e07-6af4-4185a91d48d3-690035e0, #w-node-ac2b7b01-d848-0ae2-a333-5c5e18e2f3de-690035e1, #w-node-ac2b7b01-d848-0ae2-a333-5c5e18e2f3e6-690035e1, #w-node-_31777d58-a420-7cab-a119-ff26b682a78a-69003609, #w-node-_31777d58-a420-7cab-a119-ff26b682a794-69003609, #w-node-_29cd0d43-1de6-4fd4-ae26-2d66891a7c5d-69003609, #w-node-_29cd0d43-1de6-4fd4-ae26-2d66891a7c64-69003609, #w-node-_67527201-474c-5718-e91b-89d715ddb87a-69003609, #w-node-eb065d06-a967-d77f-a5e2-b587ed24ee25-69003609, #w-node-eb065d06-a967-d77f-a5e2-b587ed24ee31-69003609, #w-node-_9319a680-55a3-198f-837d-c685d5a0de9a-69003609, #w-node-_383bdd54-719a-8122-48d4-5e49135741ba-69003609, #w-node-_3ae901e4-c769-3499-3511-3395b7a9d535-69003609, #w-node-fd67373c-e8a6-fedb-0c0b-0ee7cd32b53d-69003609, #w-node-ddae71f0-d4df-b46e-876e-3692ec0d0c45-69003609, #w-node-ad748e02-5b60-f876-acac-4b6475d60df8-69003609, #w-node-e73e115a-bfa3-dfe7-5f56-2633a7e8e066-69003609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_061daa10-e0de-4e07-6af4-4185a91d48bb-690035e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac2b7b01-d848-0ae2-a333-5c5e18e2f3de-690035e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_061daa10-e0de-4e07-6af4-4185a91d48bb-690035e0, #w-node-_061daa10-e0de-4e07-6af4-4185a91d48c0-690035e0, #w-node-_29cd0d43-1de6-4fd4-ae26-2d66891a7c64-69003609 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Sawarabigothic';
  src: url('../fonts/SawarabiGothic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
