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

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

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

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

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

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

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

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

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

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

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

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

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

.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 {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

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

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

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

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

.image {
  width: 200px;
}

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

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

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

.hero-split {
  display: flex;
  max-width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 120%;
}

.shadow-two {
  width: 300px;
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.div-block {
  display: flex;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

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

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

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

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

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

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

.link-block {
  width: 140px;
  height: 47px;
}

.link-block-2 {
  width: 140px;
  height: 47px;
}

.appledownload {
  cursor: pointer;
}

.androiddownload {
  cursor: pointer;
}

.text-span {
  color: #682aff;
}

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

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 120%;
}

.shadow-two-2 {
  width: 250px;
  box-shadow: 2px 2px 8px 2px rgba(150, 163, 181, 0.08);
}

.image-2 {
  width: 140px;
}

.sec2-img {
  display: flex;
  max-width: 46%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.image-3 {
  width: 140px;
}

.heading {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.heading.mobile {
  display: none;
}

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

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

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

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

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

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

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

.features-right {
  display: flex;
  max-width: 46%;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

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

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

.text-block {
  color: #000;
  font-size: 32px;
  line-height: 120%;
}

.image-4 {
  width: 260px;
}

.image-5 {
  width: 80px;
  margin-right: 20px;
}

.image-6 {
  width: 100px;
  margin-right: 20px;
}

.image-7 {
  width: 100px;
  margin-right: 20px;
}

.paragraph {
  color: #6b6b6b;
}

.paragraph-2 {
  color: #6b6b6b;
  font-size: 18px;
  line-height: 110%;
}

.paragraph-3 {
  color: #6b6b6b;
}

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

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

.centered-heading {
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  text-align: left;
}

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

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

.pricing-card-three {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

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

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

.heading-2 {
  margin-top: 0px;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.review-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.id {
  font-family: Inconsolata, monospace;
  color: #682aff;
}

.star {
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-start;
}

.review-detail {
  font-family: Inconsolata, monospace;
  color: #3f3f3f;
}

.review-block {
  position: relative;
  display: flex;
  width: 300px;
  height: 200px;
  padding: 15px 10px;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.image-8 {
  width: 20px;
}

.image-9 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  margin-top: 10px;
  margin-right: 20px;
  padding-right: 0px;
  opacity: 0.43;
}

.text-span-2 {
  color: #6b6b6b;
  font-size: 14px;
}

.text-span-3 {
  font-size: 14px;
}

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

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

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

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

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

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

  .sec2-img {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

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

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

  .features-list {
    padding: 60px 15px;
  }

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

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

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

  .container {
    max-width: none;
  }

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

  .hero-split {
    align-items: flex-start;
  }

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

  .shadow-two {
    width: 200px;
  }

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

  .shadow-two-2 {
    width: 150px;
  }

  .sec2-img {
    overflow: visible;
  }

  .heading {
    display: none;
  }

  .heading.mobile {
    display: block;
    font-size: 24px;
    line-height: 120%;
  }

  .features-list {
    padding: 30px 5px;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .features-right {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

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

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

  .image-4 {
    width: 180px;
  }

  .image-5 {
    width: 40px;
  }

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

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

  .centered-heading {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 100%;
  }

  .pricing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 120%;
  }

  .review-wrapper {
    display: -ms-grid;
    display: grid;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .review-detail {
    font-size: 12px;
  }

  .review-block {
    width: 150px;
    height: 270px;
  }

  .image-9 {
    width: 20px;
  }

  .hero-wrapper-2 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .hero-wrapper-2-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 120%;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0f027ac8-6403-1a42-5ec4-db864ce5b5e3-542b4fd0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Sebang gothic otf';
  src: url('../fonts/SEBANG-Gothic-OTF.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sebang gothic otf';
  src: url('../fonts/SEBANG-Gothic-OTF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}