:root {
  --white: white;
  --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;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.navbar {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  max-width: 100vw;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Helveticaneue, sans-serif;
  font-weight: 500;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 -1px 20px rgba(0, 0, 0, .2);
}

.container {
  font-size: 16px;
  display: block;
}

.button-main {
  background-color: #016072;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  display: flex;
}

.button-main.main {
  height: 60px;
  margin-top: 40px;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.button-main.main:hover {
  transform: scale(1.05);
  box-shadow: 3px 3px 20px 4px rgba(0, 0, 0, .2);
}

.nav-div {
  justify-content: flex-end;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.brightnest-logo-nav {
  width: 60px;
}

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

.main-section {
  background-image: linear-gradient(#d2ebed, #f2f2f2 70%, #f2f2f2 82%, #fff);
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.main-container {
  justify-content: center;
  align-items: center;
  display: none;
}

.image {
  opacity: .1;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mockups-main-holder {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.mockups-main-holder.mobill {
  display: none;
}

.mockup-main {
  height: 55vh;
  display: inline-flex;
}

.mockup-main.mood {
  display: none;
}

.mockup-main.mood.left {
  z-index: 1;
  display: inline-flex;
  position: relative;
  transform: rotate(-12deg);
}

.mockup-main.sleep {
  display: none;
}

.mockup-main.sleep.left {
  display: inline-flex;
  transform: scale(.9)translate(-277px, 115px)rotate(12deg);
}

.mockup-main.discover {
  z-index: 1;
  height: 60vh;
  position: relative;
  transform: rotate(-12deg);
}

.mockup-main.discover.left {
  display: none;
}

.mockup-main.blog {
  height: 53vh;
  transform: scale(.95)translate(-88px, -52px)rotate(9deg);
}

.mockup-main.blog.left {
  display: none;
}

.mockups-main-holder-2 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-right: -180px;
  display: none;
  position: relative;
}

.head-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.heading {
  text-align: left;
  font-family: Helveticaneue, sans-serif;
  font-size: 60px;
  line-height: 60px;
}
.head-text {
  width: 30%;
}

.containeros {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-2 {
  font-family: Helveticaneue, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.heading-3 {
  text-align: left;
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: Helveticaneue, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.paragraph {
  text-align: left;
  width: 540px;
  margin-top: 35px;
  font-family: Helveticaneue, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.logo-bg-pic {
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.logo-bg-pic.bottom {
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.image-2 {
  opacity: .03;
  overflow: visible;
  width: 100vw;
}

.image-2.bottom {
  opacity: .13;
}

.section-2 {
  width: 100vw;
  max-width: 100vw;
  margin-bottom: 66px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-2 {
    margin-bottom: 0;
  }
}

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

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 650px;
  display: flex;
  position: relative;
}

.flex-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}

.paragraph-2 {
  text-align: left;
  margin-top: 35px;
  font-family: Helveticaneue, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.image-3 {
  height: 100%;
  position: static;
  transform: rotate(15deg);
}

.container-2 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: column;
  max-width: 1000px;
  display: flex;
}

.image-4 {
  max-height: 500px;
  transform: rotate(-15deg);
}

.image-4.djatht {
  transform: rotate(15deg);
}

.divider-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-image: linear-gradient(#fff, #006072);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 89px;
  display: flex;
  overflow: hidden;
}

.image-5 {
  margin-top: -14px;
  transform: none;
  height: 150px;
}

.image-6 {
  height: 1500px;
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-7 {
  position: absolute;
  top: 70%;
  display: none;
}

.image-8 {
  transform: none;
  height:120px;
}

.testimonials-holder {
  max-width: 100vw;
  height: 520px;
  padding-left: 461px;
  padding-right: 461px;
  overflow: hidden;
}

.div-block-3 {
  background-color: rgba(1, 96, 114, .1);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 470px;
  height: 340px;
  margin: 25px;
  padding: 30px;
  font-family: Helveticaneue, sans-serif;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.div-block-3:hover {
  transform: scale(1.05);
  box-shadow: 1px 20px 20px -10px rgba(0, 0, 0, .2);
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: 430px;
}

.image-9 {
  width: 45px;
  margin-bottom: 25px;
}

.text-block {
  color: rgba(51, 51, 51, .7);
  position: absolute;
  bottom: 65px;
}

.image-10 {
  width: 180px;
  position: absolute;
  bottom: 25px;
}

.paragraph-3 {
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.slide, .slide-2, .slide-3, .slide-4, .slide-5 {
  width: 500px;
  height: 400px;
}

.mask {
  overflow: visible;
}

.icon, .icon-2 {
  color: #166072;
}

.slide-nav {
  width: 300px;
}

.left-arrow {
  height: 50px;
  margin-left: -50px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow {
  height: 50px;
  margin-right: -50px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-2 {
  background-color: #016072;
  border-radius: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60%;
  height: 60px;
  margin-top: 45px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  display: flex;
  position: relative;
}

.button-2.main {
  height: 60px;
  margin-top: 40px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.heading-4 {
  text-align: center;
  height: 50px;
  font-size: 40px;
}

.quick-stack {
  height: 690px;
  margin-bottom: 40px;
}

.div-blog {
  background-image: url('../images/Finding-your-inner-voice_1.webp');
  background-position: 50%;
  background-size: auto 100%;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.div-blog:hover {
  transform: scale(1.04);
  box-shadow: 0 2px 20px 6px rgba(0, 0, 0, .2);
}

.div-blog._2 {
  background-image: url('../images/Digital-Detox_1.webp');
  background-position: 50%;
  background-size: cover;
}

.div-blog._3 {
  background-image: url('../images/Listening-to-your-gut-2_1.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-6 {
  background-image: url('../images/Digital-Detox_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.div-block-7 {
  background-image: url('../images/Listening-to-your-gut-2_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.footer-dark {
  color: #fff;
  background-image: linear-gradient(#006072, #00343d 100%, #00161a);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.footer-brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: none;
}

.footer-link {
  color: rgba(255, 255, 255, .7);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Helveticaneue, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.footer-social-block {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 30px;
  display: flex;
}

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

.footer-social-link.fb {
  margin-left: 0;
}

.footer-social-link.x {
  display: none;
}

.footer-divider {
  z-index: 1;
  opacity: .15;
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.footer-copyright-center {
  z-index: 1;
  color: rgba(255, 255, 255, .7);
  text-align: left;
  width: 340px;
  font-family: Helveticaneue, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  position: relative;
}

.text-block-2 {
  color: #fff;
  font-family: Helveticaneue, sans-serif;
  font-size: 23px;
  font-weight: 300;
  text-decoration: none;
}

.image-11 {
  width: 70px;
}

.div-block-8, .div-block-9 {
  display: flex;
}

.cta {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 460px;
  margin-top: 70px;
  display: block;
}

.heading-5 {
  text-align: center;
  margin-bottom: 29px;
  font-family: Helveticaneue, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

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

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

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

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

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

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

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

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

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

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

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

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-list {
  width: auto;
}

.gallery-feature {
  background-image: url('../images/NoAds.svg');
  background-repeat: no-repeat;
  background-size: 33px;
  align-items: center;
  height: 38px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 40px;
  font-size: 19px;
  line-height: 24px;
  display: flex;
}

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

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

.gallery-image {
  width: 100%;
}

.div-block-11 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  display: none;
}

.div-block-11.mobil {
  display: none;
}

.div-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  margin-top: 20px;
  display: flex;
}

.image-12, .image-13 {
  filter: invert();
  height: 90px;
}

.container-4 {
  max-width: 1000px;
}

.body {
  overflow: visible;
}

.flex-block-2 {
  display: none;
}

.gradient-holder {
  background-image: linear-gradient(#006072, #00161a);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-14 {
  max-width: 100%;
  position: absolute;
  top: -44%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.small-blog {
  color: #252525;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.blog-img._3 {
  width: 130px;
  min-width: 130px;
  height: 130px;
  min-height: 130px;
}

.blog-img._3._4, .blog-img._3._5 {
  min-width: 130px;
  min-height: 130px;
}

.blog-img._3._6 {
  width: 130px;
  height: 130px;
}

.heading-6 {
  font-size: 29px;
  font-weight: 400;
  line-height: 39px;
}

.image-15 {
  height: 40px;
}

.image-15.x {
  height: 33px;
}

.image-16 {
  height: 37px;
}

.image-16.fb {
  height: 40px;
}

.nav-link.w--current, .nav-link-3.w--current {
  color: #252525;
}

.div-block-14 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.blog-img-desk {
  border-radius: 15px;
  width: 130px;
  min-width: 130px;
  height: 120px;
  min-height: 130px;
}

.blog-img-desk._3 {
  background-image: url('../images/Listening-to-your-gut-2_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 130px;
  min-width: 130px;
  height: 130px;
  min-height: 130px;
}

.blog-img-desk._3._4, .blog-img-desk._3._5 {
  min-width: 130px;
  min-height: 130px;
}

.blog-img-desk._3._6 {
  width: 130px;
  height: 130px;
}

.blog-img-desk._4 {
  background-image: url('../images/The-Art-of-Being-Alone_1.webp');
  background-position: 50%;
  background-size: cover;
}

.blog-img-desk._5 {
  background-image: url('../images/Rediscovering-Joy_1.webp');
  background-position: 50%;
  background-size: cover;
}

.blog-img-desk._6 {
  background-image: url('../images/The-Strength-in-Vulnerability2_1.webp');
  background-position: 50%;
  background-size: cover;
}

.small-blog-desk {
  color: #252525;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  padding: 10px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: 0 7px #d2ebed;
}

.small-blog-desk:hover {
  transform: scale(1.03);
  box-shadow: 0 18px 0 -6px #d2ebed;
}

.small-blog-desk.er {
  display: none;
}

.footer-legal {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.legal {
  justify-content: space-between;
  align-items: center;
  width: 440px;
  display: flex;
}

.shprazt {
  width: 340px;
  height: 1px;
}

.div-block-15 {
  justify-content: center;
  margin-bottom: 15px;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.form {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .07);
}

.contact-us-main-parent {
  background-image: linear-gradient(#d2ebed, #fff 98%);
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.heading-7 {
  color: #252525;
  font-family: Helveticaneue, sans-serif;
}

.submit-button {
  background-color: #006072;
  border-radius: 20px;
  width: 50%;
  height: 45px;
  font-family: Helveticaneue, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.form-field {
  background-color: rgba(210, 235, 237, .41);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
}

.form-field.message {
  height: 100px;
}

.form-block {
  flex: 1;
}

.form-label {
  color: #252525;
  padding-top: 10px;
  padding-left: 12px;
  font-family: Helveticaneue, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.contact-form-holder {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-17 {
  background-image: linear-gradient(#d2ebed, #fff 18%);
}

.list-16 {
  list-style-type: none;
}

.container-6 {
  padding-top: 142px;
  padding-bottom: 80px;
}

.content {
  font-size: 20px;
}

.bold-text-15 {
  font-size: 40px;
}

.not-selectable {
  color: #252525;
  margin-top: 150px;
  margin-bottom: 150px;
  font-family: Helveticaneue, sans-serif;
  font-weight: 300;
}

.paragraph-4 {
  font-size: 20px;
  font-weight: 700;
}

.bold-text-16 {
  font-size: 25px;
}

.paragraph-10 {
  font-size: 20px;
  font-weight: 700;
}

.link-25 {
  color: #252525;
}

.paragraph-7 {
  font-size: 18px;
}

.bold-text-18 {
  font-size: 20px;
}

.italic-text-2 {
  font-size: 18px;
}

.div-block-18 {
  background-image: linear-gradient(#d2ebed, #fff 18%);
}

.paragraph-5, .bold-text-19 {
  font-size: 18px;
}

.link-13, .link-20 {
  color: #252525;
}

.paragraph-6, .bold-text-22 {
  font-size: 18px;
}

.link-18, .link-12 {
  color: #252525;
}

.bold-text-17 {
  font-size: 40px;
}

.link-6, .link-11, .link-14, .link-19, .link-7, .link-8, .link-3, .link-15, .link-4, .link-21 {
  color: #252525;
}

.not-selectable-2 {
  color: #252525;
  margin-top: 150px;
  margin-bottom: 150px;
  font-family: Helveticaneue, sans-serif;
  font-weight: 300;
}

.link-9, .link-16, .link-23, .link-5, .link-17 {
  color: #252525;
}

.bold-text-20, .bold-text-23 {
  font-size: 18px;
}

.link-10, .link-22, .link-24, .rich-text-block {
  color: #252525;
}

.link-26 {
  color: #252525;
  text-decoration: underline;
}

.link-27, .link-28, .link-29, .link-30, .link-31 {
  color: #252525;
}

.paragraph-12 {
  margin-bottom: 30px;
}

.paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container {
    flex-flow: row;
    justify-content: space-between;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
  }

  .mockups-main-holder {
    width: 50vw;
    height: 70vh;
  }

  .mockup-main.discover {
    height: 45vh;
  }

  .mockup-main.blog {
    height: 42vh;
    transform: scale(.95)translate(-88px, -29px)rotate(9deg);
  }

  .head-text {
    z-index: 1;
    width: 45vw;
    padding-right: 10px;
    position: relative;
  }

  .heading {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph {
    width: 100%;
    font-size: 18px;
    line-height: 21px;
  }

  .div-block-2 {
    height: 630px;
  }

  .flex-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-4.djatht {
    transform: rotate(15deg);
  }

  .image-5, .image-8 {
    max-width: 200%;
  }

  .testimonials-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .quick-stack {
    height: 560px;
  }

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

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

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

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

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

  .container-4 {
    padding-left: 15px;
  }

  .icon-3 {
    color: #166072;
    font-size: 30px;
  }

  .menu-button {
    color: #166072;
    padding: 15px;
  }

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

  .heading-6 {
    font-size: 28px;
    line-height: 41px;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 0 20px 16px 5px rgba(0, 0, 0, .05);
  }

  .nav-link {
    color: #252525;
    font-weight: 500;
  }

  .nav-link-2, .nav-link-3 {
    font-weight: 500;
  }

  .div-block-14 {
    display: flex;
  }

  .legal {
    width: 310px;
  }

  .shprazt {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

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

@media screen and (max-width: 479px) {
  .navbar {
    width: 100vw;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .button-main {
    height: 46px;
    font-size: 17px;
  }

  .button-main.main {
    margin-top: 20px;
  }

  .nav-div {
    flex: 0 auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .brightnest-logo-nav {
    width: 40px;
  }

  .brand {
    padding-right: 10px;
  }

  .main-section {
    max-width: 100vw;
    overflow: hidden;
  }

  .mockups-main-holder {
    width: 100vw;
    height: auto;
    display: none;
  }

  .mockups-main-holder.mobill {
    height: 60vh;
    display: flex;
  }

  .mockup-main.discover {
    width: auto;
    height: 360px;
    position: static;
    transform: translate(-56px)rotate(9deg);
  }

  .mockup-main.blog {
    width: auto;
    height: 350px;
    transform: translate(52px, 38px)rotate(-9deg);
  }

  .head-text {
    width: 100vw;
    height: 40vh;
    padding-left: 10px;
  }

  .heading {
    text-align: center;
  }

  .containeros {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-around;
    padding-top: 70px;
  }

  .heading-2 {
    text-align: center;
    font-size: 31px;
    line-height: 33px;
  }

  .heading-3 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 300;
  }

  .paragraph {
    text-align: center;
    display: none;
  }

  .logo-bg-pic.bottom {
    justify-content: center;
    align-items: center;
  }

  .image-2 {
    width: 100vh;
    max-width: 100vh;
    height: 100vh;
  }

  .image-2.bottom {
    align-self: center;
    width: 900px;
    max-width: 900px;
    height: 900px;
  }

  .section-2 {
    max-width: 100vw;
    margin-bottom: 0px;
    
  }

  .div-block {
    z-index: 1;
    width: 55%;
    position: relative;
  }

  .div-block-2 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .flex-block {
    height: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 21px;
  }

  .container-2 {
    align-items: center;
    width: 100vw;
    overflow: hidden;
  }

  .image-4, .image-4.djatht {
    transform: none;
  }

  .divider-horizontal {
    background-image: linear-gradient(#fff, #006072);
    margin-top: 60px;
    margin-bottom: 0;
  }

  .image-5 {
    max-width: 400%;
    height: 150px;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    max-width: 400%;
    height: 120px;
  }

  .testimonials-holder {
    height: 430px;
  }

  .div-block-3 {
    width: 100%;
    height: 370px;
    margin-left: 0;
    margin-right: auto;
    padding: 20px;
  }

  .div-block-3:hover {
    box-shadow: none;
    transform: none;
  }

  .slider {
    width: 100vw;
    height: 430px;
    overflow: hidden;
  }

  .image-9 {
    margin-bottom: 20px;
  }

  .slide {
    width: 100vw;
    height: 410px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .slide-2, .slide-3, .slide-4, .slide-5 {
    width: 100vw;
    padding-left: 35px;
    padding-right: 35px;
  }

  .icon, .icon-2 {
    font-size: 30px;
  }

  .slide-nav {
    display: none;
    overflow: visible;
  }

  .left-arrow, .right-arrow {
    width: 40px;
    height: 100%;
  }

  .button-2 {
    width: 90%;
    margin-top: 0;
  }

  .blogs-holder {
    max-width: 100vw;
  }

  .heading-4 {
    text-align: center;
    height: 55px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .div-blog {
    color: #252525;
    background-size: cover;
    width: 100%;
    height: 400px;
    padding-top: 15px;
    padding-left: 15px;
    text-decoration: none;
  }

  .div-blog:hover {
    box-shadow: none;
    transform: none;
  }

  .div-blog._2 {
    text-decoration: none;
  }

  .footer-dark {
    padding-top: 25px;
  }

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

  .footer-wrapper {
    margin-top: 62px;
    display: none;
  }

  .footer-content {
    display: none;
  }

  .footer-block {
    margin-top: 45px;
  }

  .footer-link:hover {
    color: rgba(255, 255, 255, .7);
  }

  .footer-divider {
    margin-top: 25px;
  }

  .cta {
    height: auto;
    margin-top: 0;
  }

  .heading-5 {
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
  }

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

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

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

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

  .gallery-list {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    padding-left: 0;
    display: none;
  }

  .div-block-11 {
    flex-flow: column;
    display: none;
  }

  .div-block-11.mobil {
    display: flex;
  }

  .div-block-12 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .image-12, .image-13 {
    height: 50px;
  }

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

  .body {
    overflow: visible;
  }

  .icon-3 {
    color: #166072;
    font-size: 33px;
  }

  .menu-button {
    padding: 15px;
  }

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

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

  .div-block-13 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #252525;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px;
    text-decoration: none;
    display: flex;
  }

  .text-block-3 {
    font-family: Helveticaneue, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  .container-5 {
    padding-top: 30px;
  }

  .small-blog {
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 130px;
    padding: 10px 5px 10px 10px;
    text-decoration: none;
    display: flex;
    box-shadow: 0 9px #d2ebed;
  }

  .blog-img {
    width: 110px;
    height: 110px;
  }

  .blog-img._3 {
    background-image: url('../images/The-Art-of-Being-Alone_1.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 14px;
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 100px;
  }

  .blog-img._3._4 {
    background-image: url('../images/Rediscovering-Joy_1.webp');
    min-width: 120px;
    min-height: 100px;
  }

  .blog-img._3._5 {
    background-image: url('../images/The-Strength-in-Vulnerability2_1.webp');
    min-width: 120px;
    min-height: 100px;
  }

  .blog-img._3._6 {
    background-image: url('../images/Listening-to-your-gut-2_1.webp');
    width: 120px;
    height: 120px;
  }

  .heading-6 {
    color: #252525;
    margin-top: 10px;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .image-15.x {
    height: 35px;
  }

  .image-16 {
    height: 40px;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .11);
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    font-weight: 500;
  }

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

  .blog-img-desk {
    width: 110px;
    height: 110px;
  }

  .blog-img-desk._3 {
    background-image: url('../images/The-Art-of-Being-Alone_1.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 14px;
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 100px;
  }

  .blog-img-desk._3._4 {
    background-image: url('../images/Rediscovering-Joy_1.webp');
    min-width: 120px;
    min-height: 100px;
  }

  .blog-img-desk._3._5 {
    background-image: url('../images/The-Strength-in-Vulnerability2_1.webp');
    min-width: 120px;
    min-height: 100px;
  }

  .blog-img-desk._3._6 {
    background-image: url('../images/Listening-to-your-gut-2_1.webp');
    width: 120px;
    height: 120px;
  }

  .small-blog-desk {
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 130px;
    padding: 10px 5px 10px 10px;
    text-decoration: none;
    display: flex;
    box-shadow: 0 9px #d2ebed;
  }

  .footer-legal {
    flex-flow: column;
  }

  .legal {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .shprazt {
    display: none;
  }

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

  .form {
    padding-left: 12px;
    padding-right: 12px;
  }

  .submit-button {
    width: 100%;
  }

  .form-field.message {
    height: 120px;
  }

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

  .form-label {
    padding-top: 5px;
  }

  .bold-text-24 {
    text-align: center;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
    display: flex;
  }

  .paragraph-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bold-text-15, .bold-text-17 {
    text-align: center;
    line-height: 40px;
  }

  .paragraph-8 {
    display: flex;
  }

  .paragraph-11 {
    justify-content: center;
    display: flex;
  }

  .container-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bold-text-25 {
    text-align: center;
    font-style: italic;
    font-weight: 300;
  }
}

#w-node-_961f4cd9-3300-06d0-d6a1-7d9909fdbc12-a4d95753 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5a7e588c-6cca-01d2-d8a9-a3be4f6b4b44-a4d95753 {
  grid-row: span 2 / span 2;
}

#w-node-f89f5958-2cfa-edbf-4396-35a1cb951a94-a4d95753, #w-node-f89f5958-2cfa-edbf-4396-35a1cb951a9d-a4d95753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_961f4cd9-3300-06d0-d6a1-7d9909fdbc12-a4d95753 {
    grid-template-rows: 5px auto;
    grid-template-columns: 1.25fr;
    display: none;
  }

  #w-node-_5a7e588c-6cca-01d2-d8a9-a3be4f6b4b44-a4d95753 {
    grid-row: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.faq-section {
  margin: 50px auto;
  max-width: 100vh;
  padding: 20px;
  background:  white;
  border-radius: 8px;
}

.faq-heading {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0px;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 15px 0px;
  font-size: 18px;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
}

.faq-toggle {
  font-size: 20px;
  font-weight: bold;
}

.faq-answer {
  display: none;
  padding: 15px 0px;
  background: white;
  font-size: 16px;
  line-height: 1.5;
}

.faq-item.active .faq-answer {
  display: block;
}

.teachers-section {
  text-align: center;
  padding: 50px 20px;
  /*background-color: #f9f9f9; !* optional background *!*/
}

.teachers-title {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}

.teachers-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.teacher-card {
  background-color: white;
  border-radius: 12px;
  padding: 40px 20px 50px;
  max-width: 300px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.teacher-card:hover {
  transform: translateY(-5px);
}

.teacher-image-container {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  position: relative;
}

.teacher-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacher-name {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.teacher-description {
  font-size: 14px;
  /*color: #555;*/
  margin: 10px 0 0;
  line-height: 1.5;
  text-align: start;
}

/*.faq-item.active .faq-toggle {*/
/*  transform: rotate(45deg);*/
/*}*/
