.error {
  color: #ff1100;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.body {
  background-color: #000;
}

.section-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: 1;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity 1.2s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.section-main.second {
  background-color: #fff;
}

.section-main.hero {
  z-index: 1;
}

.section-main.third {
  z-index: 3;
}

.heading {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #c4caec);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: Oregano, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.image {
  width: 222px;
}

.div-block-2 {
  margin-top: -54px;
  padding-top: 0;
}

.section-2 {
  height: 100vh;
}

.fullpage-wrapper {
  flex-flow: column;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.website-wrapper {
  flex-flow: column;
  display: flex;
}

.main-scroll-wrapper {
  position: relative;
  top: auto;
  overflow: visible;
}

.hero-section-div {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-section-div.section {
  z-index: 8;
  opacity: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  padding-bottom: 5%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-section-div.ocean-section {
  position: relative;
}

.hero-section-div.snap-section {
  background-image: url('../images/Untitled_4x---2025-05-29T194610.750-2.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
}

.hero-content-div,
.hero-title-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 340px;
}

.main-heaing-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #c4caec);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Oregano, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 117%;
}

.hero-gif-cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gif-main-hero {
  height: 300px;
  margin-bottom: -40px;
}

.cta-buttons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #d4d4d4);
  -webkit-background-clip: text;
  background-clip: text;
  height: 45px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.text-block.email {
  background-image: linear-gradient(#000, #2c2c2c);
}

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

.link-block,
.cta-block-hero {
  display: flex;
}

.cta-block-hero.apple {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#2e6ec3, #75b0fd);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 278px;
  padding: 15px 20px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 7px #105ec4;
}

.cta-block-hero.apple:hover {
  transform: scale(1.1);
}

.cta-block-hero.apple.email {
  background-image: linear-gradient(#eff6ff, #dcebff);
  width: 278px;
  box-shadow: 0 7px #94c2ff;
}

.cta-block-hero.apple.email:hover {
  transform: scale(1.1);
}

.cta-block-hero.apple.email.footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cta-block-hero.apple.footer {
  width: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-3 {
  margin-top: -10px;
}

.image-3.email {
  margin-top: 0;
}

.testimonial-section-div {
  z-index: 0;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/B29B6339-3664-4E9E-B050-759A296DC87F-3.png');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.testimonial-section-div.section {
  opacity: 1;
  background-image: none;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  padding-bottom: 0%;
  display: flex;
  position: relative;
  top: auto;
}

.testimonial-section-div.snap-section {
  background-image: url('../images/Untitled_4x---2025-05-29T194610.750-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.testimonial-content-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonial-content-div.mobile {
  display: none;
}

.testimonial-content-div.desktop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.testimonial-cards-div {
  width: 100%;
  display: flex;
}

.testimonial-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-profile-image {
  z-index: 1;
  border-radius: 120px;
  width: 100px;
  height: 100px;
  position: relative;
}

.testimonial-content-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#eff6ff, #dcebff);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 310px;
  margin-top: -50px;
  padding: 60px 10px 30px;
  display: flex;
}

.testimonial-quote {
  text-align: center;
  letter-spacing: .2px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.testimonial-name {
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.testimonial-stars {
  width: 160px;
}

.testimonial-title-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -40px;
  display: flex;
}

.testimonial-title-heading {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #c4caec);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oregano, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 117.7%;
}

.body-2 {
  background-image: linear-gradient(#386770, #1c3438);
}

.juno-guide-section {
  z-index: 0;
  background-image: url('../images/B29B6339-3664-4E9E-B050-759A296DC87F-1-2.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.juno-guide-section.section {
  z-index: 0;
  opacity: 1;
  background-image: none;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  padding-top: 0%;
  padding-bottom: 2%;
  display: flex;
  position: relative;
}

.juno-guide-section.snap-section {
  background-image: linear-gradient(#05354b, #05111d);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.content-side-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.content-side-block.inverted {
  justify-content: space-between;
  align-items: flex-start;
}

.image-side-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-block-content {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.side-by-side-title {
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #c4caec);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Oregano, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.side-by-side-title.footer {
  line-height: 117%;
}

.content-sub-title {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}

.pointer-div-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.pointer-div-wrapper.inverted {
  width: 95%;
}

.icon-point-statement {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-4 {
  z-index: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-width {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-width.down {
  flex-flow: column;
}

.container-width.down.section-content {
  opacity: 1;
  justify-content: space-between;
  align-items: center;
}

.container-width.home {
  justify-content: center;
  align-items: center;
}

.container-width.section-content {
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.container-width.section-content.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 30px;
}

.level-up-section {
  z-index: 0;
  background-image: url('../images/B29B6339-3664-4E9E-B050-759A296DC87F-2.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.level-up-section.section {
  z-index: 10;
  opacity: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  padding-top: 0%;
  padding-bottom: 5%;
  position: absolute;
  top: 0;
  left: 0;
}

.level-up-section.section.desktop {
  z-index: 0;
  opacity: 1;
  background-image: none;
  padding-bottom: 2%;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.level-up-section.section.mobile {
  display: none;
}

.level-up-section.snap-section {
  background-image: url('../images/image-77.png');
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
}

.level-up-section.snap-section.desktop {
  background-image: linear-gradient(#02111d, #04283f);
  width: 100%;
  overflow: hidden;
}

.level-up-section.snap-section.mobile {
  width: 100%;
  display: none;
  overflow: hidden;
}

.image-5 {
  z-index: -1;
  width: 210px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.your-journal-section {
  z-index: 0;
  background-image: url('../images/B29B6339-3664-4E9E-B050-759A296DC87F-3-2.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  top: auto;
}

.your-journal-section.section {
  z-index: 0;
  opacity: 1;
  background-image: none;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  padding-top: 0%;
  padding-bottom: 2%;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.your-journal-section.snap-section {
  background-image: linear-gradient(#05283f, #07133a);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.image-6 {
  z-index: -1;
  width: 330px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-6.wider {
  width: 520px;
}

.body-background {
  background-color: #004a59;
}

.circle-testimonial-image {
  z-index: 1;
  background-image: url('../images/Screenshot-2025-05-26-at-2.11.05-PM.png');
  background-position: 50%;
  background-size: cover;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.circle-testimonial-image.t1 {
  background-image: url('../images/Screenshot-2025-05-26-at-2.03.09-PM.png');
}

.circle-testimonial-image.t2 {
  background-image: url('../images/Screenshot-2025-05-26-at-2.11.05-PM.png');
}

.circle-testimonial-image.t3 {
  background-image: url('../images/Screenshot-2025-05-26-at-2.11.11-PM.png');
}

.circle-testimonial-image.t4 {
  background-image: url('../images/Screenshot-2025-05-26-at-2.11.16-PM.png');
}

.circle-testimonial-image.t5 {
  background-image: url('../images/Screenshot-2025-05-26-at-2.11.22-PM.png');
}

.image-sbs-left {
  z-index: 0;
  width: 350px;
  margin-bottom: -40px;
  margin-right: -60px;
  position: relative;
}

.image-sbs-left.grabbook {
  width: 260px;
}

.image-sbs-left.mobile-v {
  width: 320px;
}

.image-sbs-left.main {
  width: 260px;
}

.image-sbs-right {
  z-index: 0;
  width: 300px;
  margin-bottom: -40px;
  margin-left: -160px;
  position: relative;
}

.image-sbs-right.hournal {
  width: 260px;
}

.image-testimonial-juno {
  width: 350px;
  margin-top: 0;
  margin-bottom: 0;
}

.juno-great-section {
  z-index: 0;
  background-image: url('../images/B29B6339-3664-4E9E-B050-759A296DC87F-4.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding-bottom: 2%;
  display: flex;
  position: relative;
}

.juno-great-section.section {
  z-index: 0;
  opacity: 0;
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 2%;
}

.juno-great-section.section.desktop {
  z-index: 0;
  opacity: 1;
  background-image: none;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.juno-great-section.section.mobile {
  display: none;
}

.juno-great-section.snap-section {
  background-image: url('../images/image-78.png');
  justify-content: center;
  align-items: center;
  padding-bottom: 0%;
}

.juno-great-section.snap-section.desktop {
  background-image: linear-gradient(#07133a, #101c46);
  width: 100%;
  overflow: hidden;
}

.juno-great-section.snap-section.mobile {
  width: 100%;
  display: none;
  overflow: hidden;
}

.image-sbs-top {
  width: 300px;
  margin-top: 0;
  margin-bottom: -50px;
}

.reflection-to-results-section {
  z-index: 0;
  background-image: url('../images/B29B6339-3664-4E9E-B050-759A296DC87F-4-2.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.reflection-to-results-section.section {
  z-index: 0;
  opacity: 1;
  background-image: none;
  padding-bottom: 2%;
  display: flex;
  position: relative;
}

.reflection-to-results-section.snap-section {
  background-image: linear-gradient(#101c46, #060c22);
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.talks-back-section {
  z-index: 0;
  background-image: url('../images/B29B6339-3664-4E9E-B050-759A296DC87F-4-3.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.talks-back-section.section {
  z-index: 0;
  opacity: 1;
  background-image: none;
  padding-bottom: 2%;
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
}

.talks-back-section.snap-section {
  background-image: url('../images/image-78.png');
  justify-content: center;
  align-items: center;
}

.talks-back-section.snap-section.desktop {
  background-image: linear-gradient(#080c23, #071245);
  width: 100%;
  overflow: hidden;
}

.talks-back-section.snap-section.mobile {
  width: 100%;
  display: none;
  overflow: hidden;
}

.sbs-main-image {
  width: 650px;
}

.sbs-main-image.tall,
.sbs-main-image.left {
  width: auto;
  height: 545px;
}

.sbs-main-image.double-img {
  width: 540px;
}

.nav-bar-desktop {
  z-index: 10;
  background-color: #022d47c2;
  border: 1px solid #ffffff14;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 66px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 2% 0% auto;
  overflow: visible;
}

.image-9 {
  width: 98px;
}

.nav-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-main {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-main:hover {
  color: #58cbf8;
}

.social-link-wrapper-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.social-icon-link-blck {
  transition: all .2s;
}

.social-icon-link-blck:hover {
  transform: scale(1.2);
}

.body-3 {
  background-image: url('../images/Untitled-design-71.png');
  background-position: 50% 0;
  background-size: cover;
}

.scroll-wrapper-snap-main {
  flex-flow: column;
  display: flex;
}

.body-4 {
  overflow: auto;
}

.main-logo-image {
  width: 100px;
}

.nav-bar-div {
  background-color: #022d47c2;
  border: 1px solid #ffffff14;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 60px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px #fff3;
}

.navbar-desktop {
  background-color: #ddd0;
  width: 100%;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-cta-section {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.footer-cta-section.snap-section {
  background-image: url('../images/image-78.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
}

.footer-cta-section.snap-section.about {
  background-image: url('../images/Group-51.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.footer-cta-section.snap-section.about.contact {
  background-image: none;
}

.heading-footer-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-cta-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.app-download-button-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-hunt-cta {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-small-juno-image {
  width: 100px;
}

.footer-links-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-nav-link {
  color: #fff;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.image-10 {
  width: 290px;
}

.body-home {
  background-image: linear-gradient(#071246, #081249);
}

.body-home.contact {
  background-image: linear-gradient(#08124a, #081249);
}

.bubbles-container {
  z-index: 100;
  width: 0%;
  position: relative;
}

.body-about {
  border-radius: 1px;
}

.about-us-wrapper {
  background-image: url('../images/Untitled_4x---2025-05-29T194610.750.jpeg');
  background-position: 100% 0;
  background-size: cover;
  width: 100vw;
  padding-top: 100px;
}

.about-us-wrapper.contact_us {
  background-image: none;
  background-size: auto;
}

.about-us-title-wrap {
  margin-left: auto;
  margin-right: auto;
}

.about-us-title-wrap.gradient {
  background-image: linear-gradient(#071a2a, #0a134c);
  height: 150px;
}

.about-us-title-wrap.gradient.provacy {
  background-image: linear-gradient(#072236, #0a134c);
}

.about-us-heading {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #c4caec);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: auto;
  margin-right: auto;
  font-family: Oregano, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 117%;
}

.about-us-content-wrap {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15vw;
  padding-right: 15vw;
}

.about-us-content-title {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
}


.image-body-about {
  width: 100%;
  margin-bottom: 20px;
}

.rich-text-block {
  color: #fff;
  font-family: Manrope, sans-serif;
}

.email-link {
  color: #fff;
  text-decoration: none;
}

.container-regular {
  max-width: 71.875rem;
  margin: 0 auto;
  padding: 0 10px;
}

.mobile_nav {
  display: none;
}

.button-text-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.header {
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.button-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0e1011;
  text-align: center;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.dark-mode,
.navbar-mobile {
  display: none;
}

.navbar-menu-item {
  color: #0e1011;
  letter-spacing: 0;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.navbar-menu-item:hover {
  color: #0e1011;
}

.mobile-menu-toggle-inner {
  cursor: pointer;
  width: 100%;
  height: 10px;
  display: block;
  position: relative;
}

.navbar-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-toggle-line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #0e1011;
  width: 100%;
  height: 2px;
  position: absolute;
}

.menu-toggle-line.bottom {
  bottom: 0;
}

.menu-toggle-line.top {
  top: 0;
}

.navbar-logo,
.navbar-logo.w--current {
  display: flex;
}

.navbar-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.button-text-line {
  background-color: #0e1011;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
}

.navbar {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 6vw 1.5rem;
  display: grid;
}

.navbar-left {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
  position: relative;
}

.mobile-menu-toggle {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: none;
}

.navbar-item-line {
  background-color: #0e1011;
  width: 0;
  height: 2px;
  margin-right: 4px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.mobile-menu {
  z-index: 999;
  background-color: #fff;
  width: 100vw;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.mobile-menu-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 96px;
  display: flex;
}

.mobile-menu-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.mobile-menu-nav-item {
  color: #0e1011;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-nav-item-text {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}

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

.contact-us-wrapper-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-us-cards {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.contact-us-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  display: flex;
}

.card-icon {
  width: 79px;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-card-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #ffffff38;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px 40px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 2px 5px #fff3;
}

.contact-card-heading {
  color: #fff;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

.text-block-3 {
  text-align: center;
}

.body-contact-us {
  background-image: url('../images/B29B6339-3664-4E9E-B050-759A296DC87F-6-2.png');
  background-position: 50% 0;
  background-size: cover;
}

.contact-form-heading {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 36px;
}

.contact-us-form-body {
  color: #545454;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.input-field {
  background-color: #417b850a;
  border: 1px solid #0000000d;
  border-radius: 6px;
  padding: 20px;
  transition: all .2s;
}

.input-field:hover {
  border-color: #022d47;
}

.input-field::placeholder {
  color: #54545466;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.input-field.height {
  width: 100%;
  padding-bottom: 150px;
}

.input-field.height:hover {
  border-color: #022d4799;
}

.form-div-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-div-row.name-filend {
  justify-content: left !important;
}

.form-div-row.name-filend input {
  width: 100%;
}

.form-div-row.name-filend .name-filed,
.form-div-row.name-filend .subject-field,
.form-div-row.name-filend .message-field,
.form-div-row.name-filend .mail-filed {
  width: 100%;
}

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

.submit-button {
  letter-spacing: -1px;
  background-image: linear-gradient(#2e6ec3, #75b0fd);
  border-radius: 20px;
  padding: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: all .6s;
}

.submit-button:hover {
  background-image: linear-gradient(#0a7ec4, #000);
}

.submit-button.login {
  padding-bottom: 15px;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.slider01_slide {
  width: 100%;
  margin-right: 2rem;
}

.custom-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.slider01_mask-1 {
  width: 70%;
  height: 100%;
  overflow: visible;
}

.slider_pagination {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.yacht-slider-image {
  object-fit: cover;
  width: 100%;
  height: 35rem;
}

.icon-15 {
  display: none;
}

.slider01_comp-1 {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.default-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.slider_arrow {
  border: 2px solid #585858;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s ease-out;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow:hover {
  background-color: #d5d1c9;
}

.slider_arrow.is-left {
  right: 4rem;
}

.testimonial20_arrow-icon {
  color: #d5d1c9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial20_arrow-icon:hover {
  color: #000;
}

.carousel-wrapper {
  margin-left: auto;
  margin-right: auto;
}

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

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field {
  color: #525f75;
  border: 1px solid #edeff3;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  box-shadow: 0 1px 2px #23272e14;
}

.text-field:focus {
  border-color: #b1bbc8;
}

.account-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.account-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto;
  padding: 24px;
  box-shadow: 0 1px 2px #23272e14;
}

.wrap-v-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.account-image-wrapper {
  background-color: #042748;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
  display: flex;
  overflow: hidden;
}

.text-link {
  color: #23272f;
  text-decoration: underline;
}

.text-link:hover {
  color: #23272f;
}

.text-link.text-weight-medium {
  font-weight: 500;
}

.text-link.text-color-gray-600 {
  color: #525f75;
}

.success-message {
  color: #00381e;
  background-color: #ebfff5;
  border-radius: 12px;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-color-gray-500 {
  color: #65758b;
}

.checkbox {
  border: 1px solid #d5d9e2;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
}

.checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Check.svg');
  border: 1px solid #525f75;
  border-radius: 100%;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

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

.section-regular.background-yellow {
  background-color: #fdf9ed00;
}

.h5-heading {
  text-align: center;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oregano, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 110%;
}

.paragraph-x-small {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small.text-color-gray-600 {
  color: #525f75;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.error-message {
  color: #460906;
  background-color: #fff2eb;
  border-radius: 8px;
  padding: 12px 16px;
}

.account-sign-up {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.account-form-block {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.field-label {
  color: #525f75;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.button-primary-square {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-square:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-square.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.form-grid {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.juno-login-image {
  width: 70%;
}

.text-span,
.text-span-2 {
  color: #ff0004;
}

.forgot-password-link {
  color: #525f75;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.overlay-background {
  z-index: -1;
  background-color: #024c6782;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1440px) {

  .button-text,
  .navbar-menu-item {
    font-size: 20px;
  }

  .navbar {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .submit-button.login {
    border-radius: 10px;
    padding-top: 15px;
  }

  .wrap-v-small {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .text-field::placeholder {
    font-family: Manrope, sans-serif;
    font-weight: 400;
  }

  .account-image-wrapper {
    background-color: #08124a;
    background-image: url('../images/Group-51.png');
    background-position: 50%;
    background-size: cover;
  }

  .section-regular.background-yellow {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-x-small.text-color-gray-600 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 14px;
  }

  .account-sign-up {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .field-label {
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 700;
  }

  .forgot-password-link {
    color: #525f75;
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 700;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-section-div.snap-section {
    overflow: hidden;
  }

  .testimonial-content-div.mobile {
    display: flex;
  }

  .testimonial-content-div.desktop {
    display: none;
  }

  .testimonial-card {
    width: 100%;
  }

  .testimonial-content-card {
    width: 380px;
    height: 260px;
  }

  .juno-guide-section.snap-section {
    background-image: linear-gradient(#06354b, #05111d);
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-side-block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .content-side-block.inverted {
    justify-content: space-between;
    align-items: center;
  }

  .image-side-block {
    width: 100%;
  }

  .text-block-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .side-by-side-title {
    margin-top: 10px;
    font-size: 66px;
  }

  .side-by-side-title.footer {
    font-size: 60px;
  }

  .content-sub-title {
    font-size: 20px;
  }

  .pointer-div-wrapper.inverted {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .container-width,
  .container-width.section-content {
    flex-flow: column;
  }

  .level-up-section.snap-section.desktop {
    display: none;
  }

  .level-up-section.snap-section.mobile {
    background-image: linear-gradient(#02111d, #06273f);
    display: flex;
  }

  .image-sbs-left {
    width: 200px;
    margin-right: 0;
  }

  .image-sbs-left.grabbook {
    width: 160px;
  }

  .image-sbs-right {
    width: 200px;
    margin-left: 0;
  }

  .juno-great-section.snap-section.desktop {
    display: none;
  }

  .juno-great-section.snap-section.mobile {
    background-image: linear-gradient(#071239, #101c46);
    display: flex;
  }

  .image-sbs-top {
    width: 200px;
  }

  .talks-back-section.snap-section.desktop {
    display: none;
  }

  .talks-back-section.snap-section.mobile {
    background-image: linear-gradient(#080c23, #091357);
    display: flex;
  }

  .sbs-main-image {
    width: auto;
    height: 260px;
  }

  .sbs-main-image.tall {
    height: 300px;
  }

  .sbs-main-image.left {
    height: 320px;
  }

  .sbs-main-image.double-img {
    width: auto;
  }

  .footer-cta-section.snap-section.about {
    height: 100vh;
  }

  .image-10 {
    width: 220px;
  }

  .body-home {
    background-color: #091357;
    background-image: none;
    overflow: visible;
  }

  .about-us-wrapper {
    background-position: 0 0;
  }

  .about-us-title-wrap.gradient.provacy {
    background-image: linear-gradient(#010a0b, #0a134c);
  }

  .about-us-content-wrap {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .mobile_nav_phone_lb {
    color: #fff;
    width: 1.375rem;
  }

  .mobile_nav_phone_img {
    width: 100%;
  }

  .mobile_nav_logo_img {
    width: 2.375rem;
  }

  .h_up_line {
    background-color: #fff;
    width: 1.75rem;
    height: 2px;
    padding: 0;
  }

  .hamburger_menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    padding: 15px;
    display: flex;
  }

  .mobile_nav_content {
    z-index: 10;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    opacity: 0;
    background-color: #202020;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .mobile_content_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mobile_nav_link {
    color: #fff;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 3.125rem;
    text-decoration: none;
  }

  .mobile_socials_lb {
    color: #fff;
    width: 15px;
    text-decoration: none;
  }

  .container-regular {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mobile_social_svg {
    width: 100%;
  }

  .mobile_nav {
    margin-top: 4.125rem;
    display: block;
  }

  .mobile_nav_socials_wrapper {
    grid-column-gap: 1.1875rem;
    grid-row-gap: 1.1875rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 6rem;
    display: flex;
  }

  .h_down_line {
    background-color: #fff;
    width: 1.75rem;
    height: 2px;
    padding: 0;
  }

  .mobile_nav_wrapper {
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

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

  .navbar-mobile {
    display: block;
  }

  .navbar-menu-item {
    font-size: 19px;
  }

  .navbar-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .navbar {
    padding: 1rem 4rem;
    display: flex;
  }

  .navbar-item-line {
    display: none;
  }

  .navbar-logo-image {
    height: 30px;
  }

  .mobile-menu-wrapper {
    padding-top: 80px;
  }

  .navbar-mobile-tab {
    display: none;
  }

  .contact-us-wrapper-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-cards {
    justify-content: space-between;
    align-items: center;
  }

  .contact-us-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 100%;
  }

  .contact-card-info {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-card-heading {
    font-size: 20px;
  }

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

  .contact-form-heading {
    margin-bottom: 0;
  }

  .contact-us-form-body {
    font-size: 15px;
  }

  .input-field.height {
    padding-bottom: 130px;
  }

  .form-div-row {
    flex-flow: column;
  }

  .slider01_mask-1 {
    width: 100%;
    height: auto;
  }

  .slider01_comp-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-wrapper {
    width: 100%;
  }

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

  .account-sign-up {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .mobile_nav_content {
    display: none;
  }

  .mobile-menu-toggle-inner {
    cursor: pointer;
  }

  .navbar-menu {
    display: none;
  }

  .navbar {
    padding: 1.25rem 2.5rem;
  }

  .navbar-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mobile-menu-toggle {
    cursor: pointer;
    display: flex;
  }

  .mobile-menu-wrapper {
    padding-top: 64px;
  }

  .mobile-menu-nav-item {
    overflow: hidden;
  }

  .slider01_mask-1 {
    width: 80%;
  }

  .slider_arrow.is-left {
    right: 3.5rem;
  }

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

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

@media screen and (max-width: 479px) {

  .website-wrapper,
  .main-scroll-wrapper {
    height: 100vh;
  }

  .hero-section-div.section {
    z-index: 1;
    opacity: 1;
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
  }

  .hero-section-div.snap-section {
    background-position: 50%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .hero-content-div {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-2 {
    width: 70%;
  }

  .main-heaing-title {
    text-align: center;
    font-size: 30px;
  }

  .gif-main-hero {
    height: 180px;
    margin-bottom: -10px;
  }

  .cta-buttons {
    flex-flow: column;
  }

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

  .cta-block-hero.apple,
  .cta-block-hero.apple.email {
    width: 220px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cta-block-hero.apple.footer {
    width: 100%;
  }

  .image-3 {
    width: 30px;
  }

  .testimonial-section-div.section {
    opacity: 0;
    padding-bottom: 0%;
    display: none;
  }

  .testimonial-section-div.snap-section {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .testimonial-content-div {
    display: none;
  }

  .testimonial-content-div.mobile {
    display: flex;
  }

  .testimonial-content-card {
    width: 100%;
  }

  .testimonial-quote {
    font-size: 12px;
    font-weight: 500;
  }

  .testimonial-title-block {
    flex-flow: column;
  }

  .testimonial-title-heading {
    font-size: 50px;
  }

  .juno-guide-section.section {
    opacity: 1;
    padding-bottom: 0%;
    display: flex;
  }

  .juno-guide-section.snap-section {
    background-image: linear-gradient(#05354b, #032c3c);
  }

  .content-side-block {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .content-side-block.inverted {
    justify-content: space-between;
    align-items: center;
  }

  .image-side-block {
    width: 100%;
  }

  .text-block-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .side-by-side-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 40px;
  }

  .side-by-side-title.footer {
    text-align: center;
    font-size: 50px;
  }

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

  .pointer-div-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
  }

  .icon-point-statement {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 100%;
  }

  .text-block-2 {
    width: 100%;
    font-size: 10px;
  }

  .image-4 {
    z-index: -1;
    max-width: 40%;
  }

  .container-width {
    flex-flow: column;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-width.home {
    max-width: 100%;
  }

  .container-width.section-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-width.section-content.footer {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
  }

  .container-width.section-content.footer.about {
    justify-content: center;
    align-items: center;
  }

  .level-up-section.section {
    z-index: 0;
    opacity: 1;
    display: flex;
  }

  .level-up-section.section.desktop {
    display: none;
  }

  .level-up-section.section.mobile {
    opacity: 0;
    padding-bottom: 0%;
    display: flex;
  }

  .level-up-section.snap-section.desktop {
    background-image: linear-gradient(#02111d, #04283f);
    display: none;
  }

  .level-up-section.snap-section.mobile {
    background-image: linear-gradient(#052d3c, #05283f);
    display: flex;
  }

  .image-5 {
    width: 110px;
  }

  .your-journal-section.section {
    z-index: 0;
    opacity: 0;
    padding-bottom: 0%;
    display: flex;
  }

  .image-6 {
    width: 200px;
  }

  .image-6.wider {
    width: 280px;
  }

  .circle-testimonial-image.t3 {
    background-image: url('../images/Screenshot-2025-05-26-at-2.11.11-PM.png');
  }

  .image-sbs-left {
    width: 120px;
    margin-bottom: -10px;
    margin-right: 0;
  }

  .image-sbs-left.grabbook {
    width: 150px;
  }

  .image-sbs-left.mobile-v {
    width: 180px;
  }

  .image-sbs-left.main {
    width: 140px;
  }

  .image-sbs-right {
    width: 160px;
    margin-bottom: -60px;
    margin-left: 0;
  }

  .image-testimonial-juno {
    width: 200px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .juno-great-section.section {
    z-index: 20;
    opacity: 1;
    padding-bottom: 0%;
    display: flex;
  }

  .juno-great-section.section.desktop {
    display: none;
  }

  .juno-great-section.section.mobile {
    z-index: 0;
    opacity: 0;
    max-width: 100%;
    display: flex;
  }

  .juno-great-section.snap-section.desktop {
    display: none;
  }

  .juno-great-section.snap-section.mobile {
    background-image: linear-gradient(#08143a, #101c45);
    display: flex;
  }

  .image-sbs-top {
    z-index: 0;
    width: 180px;
    margin-bottom: -70px;
    position: relative;
  }

  .reflection-to-results-section.section,
  .talks-back-section.section,
  .talks-back-section.snap-section.desktop {
    display: none;
  }

  .talks-back-section.snap-section.mobile {
    background-image: linear-gradient(#080d23, #091258);
    display: flex;
  }

  .sbs-main-image {
    width: auto;
    height: 250px;
  }

  .sbs-main-image.tall {
    height: 280px;
  }

  .sbs-main-image.tall.second-big {
    height: 290px;
  }

  .sbs-main-image.left {
    height: 250px;
  }

  .sbs-main-image.left.big {
    height: 300px;
  }

  .sbs-main-image.double-img {
    width: auto;
    height: 270px;
  }

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

  .social-icon-link-blck {
    width: 18px;
    font-size: 14px;
  }

  .nav-bar-div {
    margin-top: 0;
  }

  .navbar-desktop {
    display: none;
  }

  .footer-cta-section.snap-section.about {
    background-position: 50%;
    height: 100vh;
  }

  .heading-footer-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .footer-cta-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .app-download-button-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .footer-small-juno-image {
    width: 60px;
    display: none;
  }

  .footer-nav-link {
    font-size: 12px;
  }

  .image-10 {
    width: 160px;
  }

  .body-home {
    background-color: #091258;
    background-image: none;
    overflow: visible;
  }

  .about-us-wrapper {
    background-position: 0 0;
  }

  .about-us-title-wrap.gradient {
    background-image: linear-gradient(#051825, #0a134c);
  }

  .about-us-title-wrap.gradient.provacy {
    background-image: linear-gradient(#010a0d, #0a134c);
  }

  .about-us-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-content-title {
    font-size: 24px;
  }

  .image-body-about {
    margin-bottom: 20px;
  }

  .mobile_nav_logo_img {
    width: 3.6rem;
  }

  .hamburger_menu {
    padding: 10px 0;
  }

  .mobile_nav_content {
    z-index: 10;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #022d47;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .mobile_nav_link {
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 600;
  }

  .mobile_nav {
    z-index: 50;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
  }

  .header {
    background-color: #022d47c2;
    border-radius: 0 0 30px 30px;
  }

  .mobile-menu-toggle-inner {
    color: #fff;
  }

  .menu-toggle-line.bottom,
  .menu-toggle-line.top {
    background-color: #fff;
  }

  .navbar {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 0 2rem;
  }

  .navbar-logo-image {
    height: 60px;
  }

  .mobile-menu {
    background-color: #022d47f0;
    display: none;
  }

  .menu-nav-item-text {
    color: #fff;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .navbar-mobile-tab {
    z-index: 1;
    display: flex;
    position: fixed;
    top: 0;
  }

  .contact-us-section {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .contact-us-wrapper-main {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-cards {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .contact-us-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-contact-us {
    background-position: 50% 0;
  }

  .contact-us-form-body {
    font-size: 13px;
  }

  .input-field {
    font-family: Manrope, sans-serif;
    font-size: 12px;
  }

  .input-field::placeholder,
  .input-field.height,
  .input-field.height::placeholder {
    font-size: 12px;
  }

  .form-div-row {
    flex-flow: column;
  }

  .submit-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .submit-button.login {
    border-radius: 10px;
  }

  .slider01_slide {
    width: 100%;
    margin-right: 1rem;
  }

  .slider01_mask-1 {
    width: 95%;
  }

  .yacht-slider-image {
    height: 100%;
    max-height: 20rem;
  }

  .carousel-wrapper {
    width: 100%;
  }

  .bold-text {
    font-weight: 500;
  }

  .account-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-regular.background-yellow {
    padding: 20px 0%;
  }

  .paragraph-x-small.text-color-gray-600 {
    font-size: 12px;
  }

  .account-sign-up {
    padding: 0;
  }

  .account-form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-v-large {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .forgot-password-link {
    font-size: 12px;
  }
}

#w-node-_654e098b-d86e-f2b3-6a03-ea8af5b7d8c5-f5b7d8c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_654e098b-d86e-f2b3-6a03-ea8af5b7d8da-f5b7d8c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-ffbb3968-e33d-8a9e-deb3-402be61b89ff-e8544805 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


/* about us css start  */

.about-us-content-wrap h1,
.about-us-content-wrap h2 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
}

.about-us-content-wrap p,
.about-us-content-wrap ul li {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.about-us-content-wrap a {
  color: #fff;
}


/* about us css end  */



/* unsubscribe newsletter css start  */

.unsubscribe-newsletter-box {
  height: 80vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.unsubscribe-content {
  max-width: 500px;
  margin: 0 auto;
  background: #ffffff;
  padding: 80px 20px;
  border-radius: 16px;
  text-align: center;
}

/* unsubscribe newsletter css end  */


.footer-bottom {
  background-color: #022d47c2;
  width: 100%;
  text-align: center;
  color: #fff;
  border: 1px solid #ffffff14;
  padding: 15px;
  box-shadow: 0 2px 5px #fff3;
  border-radius: 100px;
}

.footer-bottom p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}


@media only screen and (max-width:450px) {
  .footer-bottom p {
    font-size: 12px;
    line-height: 22px;
  }
}