.main-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.head-full-screen-container {
  display: block;
  height: 100%;
  background-color: #cfcfcf;
  background-image: url('../images/main-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.desktop-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.desktop-logo-nav-box {
  margin-right: 2%;
}

.desktop-menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background-color: hsla(0, 0%, 96.1%, 0.28);
}

.desktop-login-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(28, 148, 172, 0.5)), to(rgba(0, 66, 90, 0.5)));
  background-image: linear-gradient(90deg, rgba(28, 148, 172, 0.5), rgba(0, 66, 90, 0.5));
  opacity: 1;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.desktop-login-button:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#0099cd), to(#a8d6e2));
  background-image: linear-gradient(90deg, #0099cd, #a8d6e2);
}

.desktop-menu-link {
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}

.desktop-menu-item {
  margin-right: 25px;
  margin-left: 25px;
}

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

.head-full-screen-wrapper {
  position: relative;
  height: 100%;
  background-image: url('../images/head-shape-bg.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.head-bottom-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  text-align: center;

}

.desktop-join-now-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 13px 5px rgba(0, 0, 0, 0.16);
  font-family: Montserrat, sans-serif;
  color: #1c94ac;
  font-size: 22px;
  line-height: 0px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.link-block {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url('../images/arrow-read-more.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.mind-block-header-box {
  position: relative;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mind-block-header-top {
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  text-transform: capitalize;
}

.mind-block-header-bottom {
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
}

.mind-block-header-bottom-line {
  position: relative;
  z-index: 99999;
  width: 330px;
  height: 4px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1c94ac), to(#f5f5f5));
  background-image: linear-gradient(90deg, #1c94ac, #f5f5f5);
}

.welcome-section-container {
  display: block;
  padding-top: 80px;
}

.welcome-section-text-wrapper {
  margin-right: 40px;
  margin-left: 40px;
}

.welcome-main-header {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #1c94ac;
  font-size: 35px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.welcome-paragraph-box {
  width: 80%;
  margin: 40px auto;
}

.welcome-paragraph {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.welcome-paragraph-divider {
  height: 4px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(28, 148, 172, 0.2);
}

.welcome-paragraph-cta {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.welcome-section-graphic-wrapper {
  margin: 60px 40px;
}

.first-graphic-item {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blue-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 111px;
  float: right;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-left-radius: 188px;
  background-color: #cb003e;
}

.blue-text-item {
  position: relative;
  padding-bottom: 15px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

.blue-text-item-span {
  font-size: 26px;
  font-weight: 600;
}

.second-graphic-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grey-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 111px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-left-radius: 188px;
  background-color: #f5f5f5;
}

.grey-text-item {
  position: relative;
  padding-top: 15px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  color: #1c94ac;
  font-size: 20px;
  font-style: italic;
}

.text-span {
  display: block;
}

.grey-text-item-bold {
  position: relative;
  padding-top: 10px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  color: #1c94ac;
  font-size: 20px;
  font-style: italic;
}

.text-span-2 {
  font-weight: 500;
}

.dark-blue-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 111px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom-right-radius: 188px;
  background-color: #7e0825;
}

.dark-blue-text-item {
  position: relative;
  padding-top: 15px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
}

.dark-blue-text-item-small {
  position: relative;
  padding-top: 5px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.dark-blue-text-item-span {
  font-size: 12px;
  font-weight: 500;
}

.communities-explore-section-container {
  display: block;
  padding-top: 0px;
}

.explore-paragraph-divider {
  height: 4px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(28, 148, 172, 0.2);
}

.explore-main-header {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #cb003e;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.cards-section {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.card {
  margin-right: 7px;
  margin-left: 7px;
}

.card-wrapper {
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: url('../images/card-bg.svg');
  background-position: 50% 50%;
  background-size: 278px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.card-image {
  width: 235px;
  height: 235px;
}

.card-text-wrapper {
  width: 320px;
  margin: 0px auto 40px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.card-text {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00425a), to(#58b0c2));
  background-image: linear-gradient(180deg, #00425a, #58b0c2);
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.the-adult-hub-experience-section-container {
  display: block;
}

.experience-paragraph-divider {
  height: 4px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(28, 148, 172, 0.2);
}

.experience-main-header {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #1c94ac;
  font-size: 35px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.bold-text {
  font-size: 38px;
  font-weight: 600;
}

.experience-paragraph-box {
  width: 80%;
  margin: 40px auto;
}

.experience-paragraph {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.d8u-experience-shadow-box {
  background-color: #cce6ed;
  box-shadow: 0 5px 6px 3px rgba(0, 0, 0, 0.3);
}

.d8u-experience-text {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #006588;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.d8u-experience-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.d8u-experience-item {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.d8u-experience-column {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.d8u-experience-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #110001;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  text-transform: capitalize;
}

.d8u-experience-icon {
  height: 54px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.d8u-experience-item-text {
  font-family: Montserrat, sans-serif;
  color: #707070;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
}

.d8u-experience-item-text.hidden {
  opacity: 0;
}

.cta-wrapper {
  background-image: url('../images/bubble-bg-1.svg');
  background-position: 25% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.cta-paragraph-box {
  margin: 40px auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/bubble-bg-2_1.svg');
  background-position: 50% 50%;
  background-size: 385px;
  background-repeat: no-repeat;
}

.cta-paragraph {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #cb003e;
  font-size: 28px;
  line-height: 36px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.cta-paragraph-span {
  font-weight: 700;
}

.cta-paragraph-bottom {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #cb003e;
  font-size: 28px;
  line-height: 36px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.cta-paragraph-bottom-light {
  color: #cb003e;
  font-weight: 700;
}

.the-adult-hub-faq-section-container {
  display: block;
  padding-top: 80px;
}

.faq-main-header {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #cb003e;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.faq-paragraph-divider {
  height: 4px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(28, 148, 172, 0.2);
}

.faq-search-block {
  display: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

.faq-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-field {
  height: 50px;
  max-width: 800px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 47.5%, 0.4);
  border-radius: 24px;
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.search-field::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.search-field:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.search-field::-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.search-field::placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.hub-faq-wrapper {
  display: -ms-grid;
  display: grid;
  margin: 40px 140px 40px 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hub-faq-column {
  width: 50%;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.d8u-faq-item {
  margin-top: 20px;
  text-align: left;
}

.d8u-faq-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #707070;
  font-size: 20px;
  line-height: 35px;
  font-style: italic;
  font-weight: 600;
  text-transform: capitalize;
}

.d8u-faq-item-text {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #707070;
  font-size: 20px;
  line-height: 29px;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
}

.footer {
  z-index: 9999999;
  display: none;
  width: 100%;
  height: 105px;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c94ac;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.footer-flex-container {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.footer-logo-link {
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 0px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: capitalize;
}

.footer-link:hover {
  text-decoration: underline;
}

.copyright-text {
  padding-right: 2px;
  padding-bottom: 5px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.list-item {
  padding-right: 35px;
}

.footer-box-content {
  margin-left: 40px;
}

.current-year {
  padding-bottom: 5px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.footer-logo-box {
  margin-right: 40px;
}

.copyright-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta-paragraph-breakpoint {
  height: 50px;
}

.text-span-3 {
  color: #cb003e;
  font-weight: 600;
}

.welcome-main-header-mobile {
  display: none;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #1c94ac;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.welcome-paragraph-cta-mobile {
  display: none;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.faq-main-header-mobile {
  display: none;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #1c94ac;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.cta-paragraph-mobile {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #1c94ac;
  font-size: 28px;
  line-height: 36px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.cta-paragraph-copy {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #1c94ac;
  font-size: 28px;
  line-height: 36px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.experience-main-header-mobile {
  display: none;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #1c94ac;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.head-full-screen-container-mobile {
  display: none;
  background-image: url('../images/main-bg-mobile-new.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mind-block-header-box-mobile {
  position: relative;
  display: none;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mind-block-header-top-mobile {
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-size: 60px;
}

.mind-block-header-bottom-mobile {
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-transform: capitalize;
}

.mind-block-header-bottom-line-mobile {
  position: relative;
  z-index: 999999999;
  width: 500px;
  height: 4px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1c94ac), to(#f5f5f5));
  background-image: linear-gradient(90deg, #1c94ac, #f5f5f5);
}

.sticly-mobile-nav {
  display: none;
}

.mobile-pop-up-menu-nav-wrapper {
  display: none;
}

.head-full-screen-container-mobile-pop-up {
  display: none;
}

.welcome-paragraph-box-centered {
  width: 80%;
  margin: 40px auto;
}

.footer-hub {
  z-index: 9999999;
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#1c94ac));
  background-image: linear-gradient(180deg, #fff, #1c94ac);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.bold-text-3 {
  font-size: 38px;
}

.text-span-4 {
  text-decoration: none;
}

.faq-link {
  text-decoration: underline;
}

.text-span-5 {
  color: #cb003e;
}

.experience-paragraph-box-mobile {
  display: none;
  width: 80%;
  margin: 40px auto;
}

.main-block {
  background-color: #fff;
}

.card-wrapper-text-box {
  width: 80%;
  margin: 40px auto;
}

.card-wrapper-text {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.card-bottom-text {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 40px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.card-wrapper-second {
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: url('../images/card-bg.svg');
  background-position: 50% 50%;
  background-size: 278px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.shadow-divider {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.shadow-divider-mobile {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  height: 0px;
  box-shadow: 0 0 40px 56px #000;
}

@media screen and (max-width: 991px) {
  .head-full-screen-container {
    background-image: url('../images/main-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .desktop-nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 20px;
    text-align: center;
  }

  .desktop-logo-nav-box {
    width: 140px;
  }

  .desktop-menu-box {
    margin-top: 0px;
    margin-right: 2%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .desktop-login-button {
    width: 105px;
    height: 40px;
    margin-left: auto;
    padding: 5px 10px;
    font-size: 18px;
  }

  .desktop-menu-link {
    font-size: 15px;
  }

  .desktop-menu-item {
    margin-right: 18px;
    margin-left: 18px;
  }

  .head-full-screen-wrapper {
    background-image: url('../images/head-shape-bg-tablet.svg');
  }

  .head-bottom-block {
    display: block;
  }

  .desktop-join-now-button {
    width: 180px;
    height: 45px;
    font-size: 18px;
  }

  .mind-block-header-top {
    margin-bottom: 0px;
    font-size: 35px;
  }

  .mind-block-header-bottom {
    margin-top: 0px;
    font-size: 35px;
  }

  .mind-block-header-bottom-line {
    width: 235px;
  }

  .welcome-section-container {
    padding-top: 20px;
  }

  .welcome-section-text-wrapper {
    margin: 40px 20px;
  }

  .welcome-main-header {
    font-size: 33px;
  }

  .welcome-paragraph {
    font-size: 18px;
    line-height: 35px;
  }

  .welcome-paragraph-divider {
    max-width: 600px;
  }

  .welcome-paragraph-cta {
    font-size: 20px;
  }

  .welcome-section-graphic-wrapper {
    margin: 30px 10px 30px 20px;
  }

  .blue-item {
    height: 100px;
  }

  .grey-item {
    height: 100px;
  }

  .dark-blue-item {
    height: 100px;
  }

  .communities-explore-section-container {
    padding-top: 0px;
  }

  .explore-paragraph-divider {
    max-width: 600px;
  }

  .explore-main-header {
    font-size: 33px;
  }

  .cards-section {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .card-wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
    background-size: 181px;
  }

  .card-image {
    width: 150px;
    height: 150px;
  }

  .card-text-wrapper {
    width: 230px;
    margin-bottom: 20px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 18px;
  }

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

  .card-button {
    width: 235px;
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
  }

  .the-adult-hub-experience-section-container {
    padding-top: 40px;
  }

  .experience-paragraph-divider {
    max-width: 600px;
  }

  .experience-main-header {
    font-size: 33px;
  }

  .experience-paragraph {
    font-size: 18px;
    line-height: 35px;
  }

  .d8u-experience-text {
    font-size: 25px;
  }

  .d8u-experience-item {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .d8u-experience-header {
    font-size: 18px;
  }

  .d8u-experience-icon {
    height: 45px;
  }

  .d8u-experience-item-text {
    font-size: 18px;
  }

  .cta-paragraph {
    font-size: 25px;
  }

  .cta-paragraph-bottom {
    font-size: 25px;
  }

  .cta-paragraph-bottom-light {
    font-size: 25px;
  }

  .the-adult-hub-faq-section-container {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .faq-main-header {
    font-size: 33px;
  }

  .faq-paragraph-divider {
    max-width: 600px;
  }

  .search-field {
    max-width: 600px;
  }

  .hub-faq-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .d8u-faq-item {
    margin-top: 15px;
  }

  .d8u-faq-header {
    font-size: 18px;
  }

  .d8u-faq-item-text {
    font-size: 18px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .welcome-main-header-mobile {
    font-size: 33px;
  }

  .welcome-paragraph-cta-mobile {
    font-size: 20px;
  }

  .faq-main-header-mobile {
    font-size: 33px;
  }

  .cta-paragraph-mobile {
    font-size: 25px;
  }

  .cta-paragraph-copy {
    font-size: 25px;
  }

  .experience-main-header-mobile {
    font-size: 33px;
  }

  .head-full-screen-container-mobile {
    background-image: url('../images/main-bg-mobile-new.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .mind-block-header-top-mobile {
    font-size: 50px;
  }

  .mind-block-header-bottom-mobile {
    font-size: 50px;
  }

  .mind-block-header-bottom-line-mobile {
    width: 415px;
  }

  .footer-hub {
    padding-right: 0px;
    padding-left: 20px;
  }

  .card-wrapper-text {
    font-size: 18px;
    line-height: 35px;
  }

  .card-bottom-text {
    font-size: 18px;
    line-height: 35px;
  }

  .card-wrapper-second {
    padding-top: 20px;
    padding-bottom: 10px;
    background-size: 181px;
  }
}

@media screen and (max-width: 767px) {
  .head-full-screen-container {
    display: none;
    background-image: url('../images/main-bg.jpg');
  }

  .mind-block-header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mind-block-header-top {
    font-size: 60px;
  }

  .mind-block-header-bottom-line {
    width: 235px;
    margin-top: 5px;
  }

  .welcome-section-container {
    margin-bottom: 0px;
    padding-top: 100px;
  }

  .welcome-section-text-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .welcome-main-header {
    display: none;
  }

  .welcome-paragraph-box {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .welcome-paragraph {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }

  .welcome-paragraph-divider {
    display: none;
    max-width: 480px;
  }

  .welcome-paragraph-cta {
    display: none;
  }

  .welcome-section-graphic-wrapper {
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .blue-item {
    width: 90%;
  }

  .blue-text-item-span {
    font-size: 27px;
  }

  .grey-text-item {
    text-align: right;
  }

  .grey-text-item-bold {
    text-align: right;
  }

  .dark-blue-item {
    padding-right: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dark-blue-text-item {
    padding-right: 0px;
    padding-left: 20px;
    font-size: 27px;
  }

  .dark-blue-text-item-small {
    padding-right: 0px;
    padding-left: 20px;
  }

  .communities-explore-section-container {
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 10px;
  }

  .explore-paragraph-divider {
    display: none;
  }

  .explore-main-header {
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 40px;
    text-align: center;
  }

  .cards-section {
    display: block;
    margin-top: 0px;
  }

  .card {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .card-wrapper {
    padding-top: 0px;
    padding-bottom: 10px;
    background-image: url('../images/card-bg.svg');
    background-position: 50% 110%;
    background-size: 285px;
  }

  .card-image {
    width: 250px;
    height: 250px;
  }

  .card-text-wrapper {
    width: auto;
  }

  .heading {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
  }

  .card-text {
    font-size: 16px;
  }

  .card-button {
    position: relative;
    bottom: 0%;
    width: 300px;
    height: 60px;
    font-size: 20px;
  }

  .the-adult-hub-experience-section-container {
    margin-right: 40px;
    margin-bottom: 0px;
    margin-left: 40px;
    padding-top: 10px;
  }

  .experience-paragraph-divider {
    display: none;
  }

  .experience-main-header {
    display: none;
  }

  .experience-paragraph-box {
    display: none;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
  }

  .experience-paragraph {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }

  .d8u-experience-shadow-box {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 50px;
  }

  .d8u-experience-text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 35px;
  }

  .d8u-experience-wrapper {
    display: block;
  }

  .d8u-experience-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .d8u-experience-icon {
    height: 55px;
  }

  .d8u-experience-item-text.hidden {
    display: none;
  }

  .cta-wrapper {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .cta-paragraph-box {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('../images/bubble-bg-2.svg');
    background-size: 435px;
    background-repeat: no-repeat;
  }

  .cta-paragraph {
    display: none;
    font-size: 22px;
  }

  .cta-paragraph-span {
    font-size: 22px;
  }

  .cta-paragraph-bottom {
    font-size: 22px;
    line-height: 33px;
  }

  .cta-paragraph-bottom-light {
    font-size: 22px;
  }

  .the-adult-hub-faq-section-container {
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 120px;
  }

  .faq-main-header {
    display: none;
  }

  .faq-paragraph-divider {
    display: none;
  }

  .faq-search-block {
    margin-bottom: 20px;
  }

  .hub-faq-wrapper {
    display: block;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .hub-faq-column {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .d8u-faq-item {
    margin-top: 10px;
  }

  .d8u-faq-header {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .d8u-faq-item-text {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-logo-box {
    display: none;
  }

  .cta-paragraph-breakpoint {
    height: 40px;
  }

  .welcome-main-header-mobile {
    display: block;
    margin-bottom: 0px;
    color: #1c94ac;
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
  }

  .welcome-paragraph-cta-mobile {
    display: block;
    padding-bottom: 0px;
    line-height: 30px;
  }

  .faq-main-header-mobile {
    display: block;
    margin-bottom: 0px;
    color: #cb003e;
    font-size: 38px;
    text-align: center;
  }

  .cta-paragraph-mobile {
    display: block;
    color: #cb003e;
    font-size: 22px;
  }

  .cta-paragraph-copy {
    font-size: 22px;
  }

  .experience-main-header-mobile {
    display: block;
    margin-bottom: 0px;
    color: #1c94ac;
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
  }

  .head-full-screen-container-mobile {
    position: relative;
    z-index: 9999;
    display: block;
    height: 100%;
    background-color: #fff;
    background-image: url('../images/main-bg-mobile-new.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .head-full-screen-wrapper-mobile {
    position: relative;
    z-index: 99999;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: url('../images/head-shape-bg-mobile.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .mobile-nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-nav-logo-box {
    width: 150px;
  }

  .mobile-bottom-join {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .join-now-mobile-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 42px;
    margin: 20px auto;
    padding-top: 9px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 1px 1px 13px 5px rgba(0, 0, 0, 0.16);
    font-family: Montserrat, sans-serif;
    color: #1c94ac;
    font-size: 18px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .join-now-mobile-arrow-box {
    position: relative;
    display: inline-block;
  }

  .mind-block-header-box-mobile {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .mind-block-header-top-mobile {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
  }

  .mind-block-header-bottom-mobile {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 30px;
    font-weight: 700;
  }

  .mind-block-header-bottom-line-mobile {
    display: none;
    width: 250px;
  }

  .sticly-mobile-nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    display: block;
    height: 100px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1c94ac;
    box-shadow: 0 1px 13px 15px #000;
  }

  .mobile-nav-wrapper-sticky {
    position: relative;
    top: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 35px;
    margin-left: 35px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-pop-up-menu-nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .pop-up-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #333;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0);
    font-family: 'Kumbh Sans', sans-serif;
    color: #333;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
  }

  .pop-up-menu-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #333;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
  }

  .head-full-screen-container-mobile-pop-up {
    position: relative;
    z-index: 9999;
    display: block;
    height: 100%;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .welcome-paragraph-box-centered {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .bold-text-2 {
    font-size: 38px;
  }

  .footer-hub {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .experience-paragraph-box-mobile {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .card-wrapper-text-box {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .card-wrapper-text {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }

  .card-bottom-text-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .card-bottom-text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
  }

  .login-mobile-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 42px;
    margin: 20px auto;
    padding-top: 9px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(28, 148, 172, 0.5)), to(rgba(0, 66, 90, 0.5)));
    background-image: linear-gradient(90deg, rgba(28, 148, 172, 0.5), rgba(0, 66, 90, 0.5));
    box-shadow: 1px 1px 13px 5px rgba(0, 0, 0, 0.16);
    opacity: 1;
    font-family: 'Kumbh Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 15px;
    font-weight: 400;
    text-transform: capitalize;
  }

  .card-wrapper-second {
    display: none;
    padding-top: 0px;
    padding-bottom: 10px;
    background-position: 50% 110%;
    background-size: 285px;
  }

  .shadow-divider {
    z-index: 9999;
    display: none;
  }

  .shadow-divider-mobile {
    z-index: 0;
    display: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 479px) {
  .head-full-screen-container {
    background-image: url('../images/main-bg.jpg');
  }

  .mind-block-header-top {
    font-size: 65px;
  }

  .mind-block-header-bottom-line {
    width: 145px;
  }

  .blue-text-item-span {
    font-size: 20px;
  }

  .grey-text-item {
    padding-right: 10px;
    font-size: 15px;
    text-align: right;
  }

  .grey-text-item-bold {
    padding-right: 10px;
    font-size: 15px;
    text-align: right;
  }

  .dark-blue-text-item {
    padding-left: 10px;
    font-size: 20px;
  }

  .dark-blue-text-item-small {
    padding-left: 10px;
  }

  .communities-explore-section-container {
    margin-right: 20px;
    margin-left: 20px;
  }

  .explore-main-header {
    font-size: 28px;
  }

  .card-wrapper {
    background-position: 50% 0%;
    background-size: 232px;
  }

  .card-image {
    width: 200px;
    height: 200px;
  }

  .heading {
    font-size: 22px;
    line-height: 30px;
  }

  .card-button {
    width: 250px;
    height: 50px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .the-adult-hub-experience-section-container {
    margin-right: 20px;
    margin-left: 20px;
  }

  .d8u-experience-shadow-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d8u-experience-text {
    padding-right: 3px;
    font-size: 16px;
    line-height: 16px;
  }

  .cta-paragraph-box {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 350px;
  }

  .cta-paragraph-bottom {
    line-height: 32px;
  }

  .cta-paragraph-bottom-light {
    line-height: 29px;
  }

  .the-adult-hub-faq-section-container {
    margin-right: 20px;
    margin-left: 20px;
  }

  .hub-faq-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 0px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

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

  .list-item {
    padding-right: 15px;
  }

  .footer-box-content {
    margin-left: 10px;
  }

  .cta-paragraph-breakpoint {
    height: 20px;
  }

  .welcome-main-header-mobile {
    font-size: 35px;
  }

  .welcome-paragraph-cta-mobile {
    font-size: 18px;
  }

  .faq-main-header-mobile {
    font-size: 38px;
  }

  .cta-paragraph-mobile {
    line-height: 32px;
  }

  .experience-main-header-mobile {
    font-size: 35px;
  }

  .head-full-screen-container-mobile {
    display: block;
    background-image: url('../images/main-bg-mobile-new.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .head-full-screen-wrapper-mobile {
    margin-right: 0px;
    margin-left: 0px;
    background-image: url('../images/head-shape-bg-mobile.svg');
    background-position: 50% 50%;
  }

  .mobile-nav-logo-box {
    width: 110px;
  }

  .mobile-bottom-join {
    margin-bottom: 10px;
  }

  .join-now-mobile-button {
    width: 150px;
    height: 36px;
    font-size: 16px;
    line-height: 12px;
  }

  .join-now-mobile-arrow-box {
    margin-top: 0px;
  }

  .join-now-mobile-arrow {
    max-width: 70%;
  }

  .mind-block-header-box-mobile {
    left: 0%;
    top: 50%;
    bottom: 30%;
  }

  .mind-block-header-top-mobile {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 20px;
  }

  .mind-block-header-bottom-mobile {
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
  }

  .mind-block-header-bottom-line-mobile {
    width: 165px;
  }

  .sticly-mobile-nav {
    box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.35);
  }

  .mobile-nav-wrapper-sticky {
    margin-right: 25px;
    margin-left: 25px;
  }

  .pop-up-menu-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .head-full-screen-container-mobile-pop-up {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .bold-text-2 {
    font-size: 38px;
  }

  .footer-hub {
    padding-left: 20px;
    text-align: left;
  }

  .login-mobile-button {
    width: 110px;
    height: 36px;
    font-size: 16px;
    line-height: 12px;
  }

  .card-wrapper-second {
    background-position: 50% 0%;
    background-size: 232px;
  }
}

