:root {
  --blue-600: #515872;
  --blue-900: #03081b;
  --yellow-900: #ffc42b;
  --white: white;
  --blue-500: #7e89b1;
  --yellow-200: #ffefb8;
  --blue-100: #f7f7fb;
  --blue-300: #d7d9ea;
  --accessible-components--dark-grey: #9b9b9b;
  --black: black;
}

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

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

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

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

body {
  color: var(--blue-600);
  font-family: Kumbh Sans, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

h1 {
  color: var(--blue-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--blue-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 130%;
}

a {
  color: var(--yellow-900);
  text-decoration: none;
}

.intro-section {
  background-image: url('../images/bg.svg');
  background-position: 0 0;
  background-size: auto;
  height: 950px;
  margin-top: 0;
  padding-top: 220px;
  position: relative;
}

.base-container {
  width: 100%;
  max-width: 1580px;
  padding-left: 80px;
  padding-right: 80px;
}

.h1 {
  text-align: center;
  width: 60%;
  font-size: 5vw;
  line-height: 110%;
}

.yellow-span {
  color: var(--yellow-900);
  display: inline !important;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.title-wrapper._64px-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-bottom: 48px;
}

.title-wrapper.align-left {
  justify-content: center;
  align-items: flex-start;
}

.mask {
  background-image: radial-gradient(circle, #0000, #fff);
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-bar {
  z-index: 99;
  background-color: #fffffff5;
  width: 100%;
  position: fixed;
}

.nav-bar._2 {
  margin-top: 110px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.main-logo {
  width: 140px;
}

.menu-item-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--blue-900);
  background-color: var(--white);
  border-radius: 999px;
  flex: none;
  margin-top: 0;
  padding: 8px;
  display: flex;
  box-shadow: 0 4px 18px #11103e26;
}

.menu-button-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.menu-item-link {
  background-color: var(--white);
  color: var(--blue-900);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  transition: color .2s, background-color .2s;
  display: flex;
}

.menu-item-link:hover, .menu-item-link.w--current {
  background-color: var(--yellow-900);
  color: var(--white);
}

.main-logo-wrapper {
  width: 50%;
}

.app-store-button {
  background-color: var(--blue-900);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 28px;
  padding-right: 28px;
  transition: background-color .3s;
  display: flex;
}

.app-store-button:hover {
  background-color: var(--blue-600);
}

.app-store-button._24-top {
  color: var(--white);
  margin-top: 24px;
  display: none;
}

.app-store-button.hide {
  display: none;
}

.lang-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  padding-left: 24px;
  display: flex;
}

.lang-wrapper.show {
  display: none;
}

.lang-link {
  color: var(--blue-500);
  font-weight: 600;
}

.lang-link.w--current {
  color: var(--blue-900);
}

.lang-link.lt.w--current, .slash {
  color: var(--blue-500);
}

.main-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.main-section.margin-top {
  margin-top: 200px;
  padding-bottom: 100px;
}

.h2 {
  text-align: center;
  line-height: 110%;
}

.h2.align-left {
  text-align: left;
}

._12-grid {
  grid-column-gap: 30px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._1st-item-wrapper {
  background-color: var(--yellow-200);
  border-radius: 28px;
  height: 460px;
  position: relative;
  overflow: hidden;
}

.image_01 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._1st-item-text-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 28px 28px auto auto;
}

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

.text-base.white {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.dot-icon {
  width: 24px;
}

._2nd-item-wrapper {
  background-color: var(--blue-100);
  border-radius: 28px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 28px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2nd-item-wrapper.yellow-bg {
  background-color: var(--yellow-200);
}

.image_02 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

._2nd-tem-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.video-wrapper {
  border-radius: 28px;
  overflow: hidden;
}

.video-code-embed {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.text-xl {
  text-align: center;
  font-size: 18px;
  line-height: 140%;
}

.text-xl.align-left {
  text-align: left;
  width: 70%;
}

.item-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--yellow-200);
  border-radius: 28px;
  flex-flow: column;
  justify-content: space-between;
  padding: 48px 0 0;
  display: flex;
  position: relative;
}

.item-wrapper.step-2 {
  position: relative;
  top: 100px;
}

.item-wrapper.step-3 {
  top: 200px;
}

.text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.text-2xl {
  color: var(--blue-900);
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
}

.img-create {
  border-radius: 28px;
  width: 100%;
}

.app-img-01 {
  border-radius: 30px;
  width: 60%;
}

.footer {
  background-color: var(--yellow-900);
  padding-top: 28px;
  padding-bottom: 16px;
  position: relative;
}

.footer.margin-top {
  margin-top: 200px;
  padding-bottom: 100px;
}

.line {
  background-color: var(--white);
  opacity: .2;
  height: 1px;
}

.social-item-link {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 500;
  transition: border-color .2s, color .2s;
  display: inline-flex;
}

.social-item-link:hover {
  border-color: var(--blue-900);
  background-color: var(--yellow-900);
  color: var(--blue-900);
}

.social-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.footer-items-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block {
  z-index: 2;
}

._01 {
  z-index: 1;
  width: 240px;
  position: absolute;
  inset: 16% auto auto 5%;
}

._02 {
  z-index: 1;
  width: 380px;
  position: absolute;
  inset: auto auto 5% 8%;
}

._03 {
  z-index: 1;
  width: 240px;
  position: absolute;
  inset: 30% 5% auto auto;
}

._04 {
  z-index: 1;
  width: 420px;
  position: absolute;
  inset: auto 21% 5% auto;
}

.arrow-down {
  z-index: 1;
  width: 6%;
  position: absolute;
  inset: auto auto -2% 38%;
}

.arrow-down-2 {
  z-index: 1;
  width: 13%;
  display: block;
  position: absolute;
  inset: auto 4% -16% auto;
}

.arrow-down-3 {
  z-index: 1;
  width: 56%;
  display: block;
  position: absolute;
  inset: -4% -36% auto auto;
}

.arrow-down-3.type-2 {
  inset: -5% -40% auto auto;
}

.burger, .line-2, .close {
  display: none;
}

.app-image-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.app-img-02 {
  border-radius: 30px;
  width: 45%;
  position: absolute;
  inset: 20% auto auto 0%;
}

.app-img-03 {
  border-radius: 30px;
  width: 55%;
  position: absolute;
  inset: auto auto 12% 8%;
}

.text-span {
  color: var(--yellow-900);
  display: inline;
}

.typeform-wrapper-ztkwrhkc {
  height: 100%;
}

.modal-wrapper {
  background-color: var(--yellow-900);
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-2_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close:focus-visible, .fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_description {
  margin-bottom: 0;
}

.fs_modal-2_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.fs_modal-2_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 70%;
  height: 80%;
  position: relative;
}

.fs_modal-2_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
  display: none;
}

.fs_modal-2_button:focus-visible, .fs_modal-2_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: none;
}

.div-block-2 {
  background-color: var(--yellow-900);
}

.typeform-wrapper-dloe1k1z {
  height: 100%;
}

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

.otakoyi-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.code-embed {
  color: var(--white);
}

.otakoyi-link {
  transition: opacity .2s;
}

.otakoyi-link:hover {
  opacity: .7;
}

.code-embed-2 {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-span-2, .link {
  color: var(--white);
}

.flex-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  order: 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .intro-section {
    height: 1070px;
    padding-top: 160px;
  }

  .base-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1 {
    width: 100%;
    font-size: 7.064vw;
  }

  .title-wrapper._64px-bottom {
    padding-bottom: 32px;
  }

  .title-wrapper.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .menu-item-wrapper {
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    padding: 24px 40px;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .menu-button-wrapper {
    position: relative;
  }

  .menu-item-link:hover {
    background-color: var(--white);
    color: var(--blue-600);
  }

  .menu-item-link.w--current {
    background-color: var(--white);
    color: var(--blue-900);
  }

  .main-logo-wrapper {
    z-index: 1;
    position: relative;
  }

  .lang-wrapper {
    padding-left: 0;
    display: none;
  }

  .lang-wrapper.show {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .main-section.margin-top {
    margin-top: 0;
  }

  .h2 {
    font-size: 45px;
  }

  ._12-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .text-base.align-center {
    text-align: left;
  }

  ._2nd-item-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-xl.align-left {
    text-align: center;
  }

  .item-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .item-wrapper.step-2 {
    top: 0;
    overflow: hidden;
    transform: translate(0);
  }

  .item-wrapper.step-3 {
    top: 0;
    transform: translate(0);
  }

  .text-wrapper {
    width: 60%;
  }

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

  .img-create {
    width: 40%;
  }

  .app-img-01 {
    margin-top: 32px;
  }

  ._01 {
    top: 34%;
  }

  ._02 {
    width: 360px;
    left: 5%;
  }

  ._03 {
    top: 36%;
    right: 13%;
  }

  ._04 {
    width: 360px;
    bottom: 0%;
    right: 7%;
  }

  .arrow-down {
    width: 8%;
    left: 5%;
  }

  .arrow-down-2, .arrow-down-3 {
    display: none;
    left: 5%;
  }

  .burger {
    width: 32px;
    display: block;
    position: absolute;
  }

  .line-2 {
    background-color: var(--blue-300);
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .close {
    width: 32px;
    display: none;
    position: absolute;
  }

  .burger-wrapper {
    width: 32px;
    height: 32px;
    position: relative;
  }

  .menu-button-2 {
    margin-left: 16px;
    padding: 0;
  }

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

  .app-img-02, .app-img-03 {
    margin-top: 32px;
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

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

  .container {
    max-width: 728px;
  }

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .intro-section {
    height: 134vw;
    padding-top: 120px;
  }

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

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

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

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

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

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

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

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

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

  .app-store-button {
    height: 44px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .h2 {
    font-size: 35px;
  }

  .h2.align-left {
    text-align: center;
  }

  ._1st-item-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
    padding: 28px 20px 20px;
    display: flex;
  }

  .image_01 {
    border-radius: 20px;
    height: auto;
    position: static;
  }

  ._1st-item-text-wrapper {
    background-color: var(--yellow-200);
    width: 100%;
    padding: 0;
    position: static;
    inset: 0% 0% auto;
  }

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

  ._2nd-item-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-xl.align-left {
    width: 100%;
  }

  .item-wrapper {
    flex-flow: column;
    padding-top: 28px;
  }

  .text-wrapper {
    width: 100%;
  }

  .text-2xl {
    text-align: center;
  }

  .img-create {
    width: 100%;
  }

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

  ._01 {
    width: 40%;
    position: relative;
    top: 3%;
  }

  ._02 {
    width: 40%;
    position: relative;
    inset: 4% auto auto 6%;
  }

  ._03 {
    width: 40%;
    position: relative;
    top: 3%;
    right: -9%;
  }

  ._04 {
    width: 45%;
    position: relative;
    inset: 11% -8% auto auto;
  }

  .app-store {
    width: 90%;
  }

  .arrow-down {
    width: 8%;
    position: absolute;
    inset: auto auto -7% 5%;
  }

  .arrow-down-2, .arrow-down-3 {
    width: 40%;
    position: relative;
    inset: 4% auto auto 6%;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_wrapper {
    max-width: 100%;
    height: 90%;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .corp-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .intro-section {
    height: 700px;
    padding-top: 110px;
  }

  .base-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1 {
    font-size: 40px;
  }

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

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

  .nav-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .main-logo {
    width: 110px;
  }

  .menu-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .app-store-button {
    padding-left: 14px;
    padding-right: 14px;
  }

  .app-store-button._24-top {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2 {
    font-size: 32px;
  }

  ._1st-item-wrapper {
    justify-content: space-between;
    height: auto;
  }

  .image_01 {
    height: auto;
  }

  .text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-2xl {
    font-size: 22px;
  }

  .social-link-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  ._04 {
    margin-top: 27px;
    top: 17%;
    bottom: 17%;
  }

  .arrow-down {
    width: 12%;
    bottom: -3%;
    left: 15%;
  }

  .otakoyi-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container {
    max-width: none;
  }

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

#w-node-_9029c156-c7ac-f192-d7d5-1fbae0be94fc-5cd377fc {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_87c171ae-1d3a-fb31-0510-4fd26491d560-5cd377fc {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_919b77b6-708b-39ee-30ab-e59e6031f99b-5cd377fc {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-e43e98b1-c1ed-3e3f-6ba7-b8bf1341a488-5cd377fc {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_7cdf2639-b4c5-3f30-a4af-e4b3a11e02da-5cd377fc {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_773587d7-976c-aed5-95fe-5faf8d73ebf6-5cd377fc {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_0f0dbc4d-7136-2588-5cf6-825259f9dd36-5cd377fc {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-f710c4e7-e80d-2188-5259-a393bc3b2480-5cd377fc {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e1c00044-b538-fbb5-9b49-9c3a8603be6d-5cd377fc {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f82c67c1-e718-70ce-1ac3-c6cc5eec55b9-5cd377fc {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-c33c85b4-cd61-dc24-a34a-189fbf5a9332-5cd377fc {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-a6ccb631-8a23-3718-cce2-b95a282d2867-5cd377fc {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_88f8a45c-77c6-6c39-417c-3fa130be77c0-5cd377fc {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: auto;
}

#w-node-_9029c156-c7ac-f192-d7d5-1fbae0be94fc-d487d3d8 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_87c171ae-1d3a-fb31-0510-4fd26491d560-d487d3d8 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_919b77b6-708b-39ee-30ab-e59e6031f99b-d487d3d8 {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-e43e98b1-c1ed-3e3f-6ba7-b8bf1341a488-d487d3d8 {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_7cdf2639-b4c5-3f30-a4af-e4b3a11e02da-d487d3d8 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_773587d7-976c-aed5-95fe-5faf8d73ebf6-d487d3d8 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_0f0dbc4d-7136-2588-5cf6-825259f9dd36-d487d3d8 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-f710c4e7-e80d-2188-5259-a393bc3b2480-d487d3d8 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e1c00044-b538-fbb5-9b49-9c3a8603be6d-d487d3d8 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f82c67c1-e718-70ce-1ac3-c6cc5eec55b9-d487d3d8 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-c33c85b4-cd61-dc24-a34a-189fbf5a9332-d487d3d8 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-a6ccb631-8a23-3718-cce2-b95a282d2867-d487d3d8 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_88f8a45c-77c6-6c39-417c-3fa130be77c0-d487d3d8 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_9029c156-c7ac-f192-d7d5-1fbae0be94fc-5cd377fc {
    grid-column: 1 / 7;
  }

  #w-node-_919b77b6-708b-39ee-30ab-e59e6031f99b-5cd377fc {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e43e98b1-c1ed-3e3f-6ba7-b8bf1341a488-5cd377fc {
    grid-area: 3 / 4 / 4 / 7;
  }

  #w-node-_7cdf2639-b4c5-3f30-a4af-e4b3a11e02da-5cd377fc {
    grid-column: 1 / 7;
  }

  #w-node-_0f0dbc4d-7136-2588-5cf6-825259f9dd36-5cd377fc {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-f710c4e7-e80d-2188-5259-a393bc3b2480-5cd377fc {
    grid-column: 1 / 7;
  }

  #w-node-e1c00044-b538-fbb5-9b49-9c3a8603be6d-5cd377fc {
    grid-column-end: 7;
  }

  #w-node-f82c67c1-e718-70ce-1ac3-c6cc5eec55b9-5cd377fc {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-c33c85b4-cd61-dc24-a34a-189fbf5a9332-5cd377fc {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-a6ccb631-8a23-3718-cce2-b95a282d2867-5cd377fc {
    grid-column-end: 7;
  }

  #w-node-_88f8a45c-77c6-6c39-417c-3fa130be77c0-5cd377fc {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_9029c156-c7ac-f192-d7d5-1fbae0be94fc-d487d3d8 {
    grid-column: 1 / 7;
  }

  #w-node-_919b77b6-708b-39ee-30ab-e59e6031f99b-d487d3d8 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e43e98b1-c1ed-3e3f-6ba7-b8bf1341a488-d487d3d8 {
    grid-area: 3 / 4 / 4 / 7;
  }

  #w-node-_7cdf2639-b4c5-3f30-a4af-e4b3a11e02da-d487d3d8 {
    grid-column: 1 / 7;
  }

  #w-node-_0f0dbc4d-7136-2588-5cf6-825259f9dd36-d487d3d8 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-f710c4e7-e80d-2188-5259-a393bc3b2480-d487d3d8 {
    grid-column: 1 / 7;
  }

  #w-node-e1c00044-b538-fbb5-9b49-9c3a8603be6d-d487d3d8 {
    grid-column-end: 7;
  }

  #w-node-f82c67c1-e718-70ce-1ac3-c6cc5eec55b9-d487d3d8 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-c33c85b4-cd61-dc24-a34a-189fbf5a9332-d487d3d8 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-a6ccb631-8a23-3718-cce2-b95a282d2867-d487d3d8 {
    grid-column-end: 7;
  }

  #w-node-_88f8a45c-77c6-6c39-417c-3fa130be77c0-d487d3d8 {
    grid-area: 2 / 1 / 3 / 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_919b77b6-708b-39ee-30ab-e59e6031f99b-5cd377fc {
    grid-column-end: 7;
  }

  #w-node-e43e98b1-c1ed-3e3f-6ba7-b8bf1341a488-5cd377fc {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_919b77b6-708b-39ee-30ab-e59e6031f99b-d487d3d8 {
    grid-column-end: 7;
  }

  #w-node-e43e98b1-c1ed-3e3f-6ba7-b8bf1341a488-d487d3d8 {
    grid-area: 4 / 1 / 5 / 7;
  }
}


