/*
Theme Name: Lovable
Author: Gil Rimon
Description: Lovable WP theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.3px;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://lovable-binaries.s3.amazonaws.com/static/Montserrat.woff2') format('woff2');
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #232830;
  background-color: #fffefb;
  margin: 0;
  padding: 0;
  min-width: 900px;
}
a {
  text-decoration: none;
  color: var(--main-dark-100, #232830);
}
a:hover {
  color: black;
 /* #f08c64;
 */
}
.main-page, .main-page * {
  box-sizing: border-box;
}
.main-page {
  background: #fffefb;
  padding: 28px 80px 24px 80px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.content {
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 10px;
}
.logo {
  flex-shrink: 0;
  width: 184px;
  height: 23px;
  position: static;
}
.frame {
  width: 184px;
  height: 23px;
  position: absolute;
  left: 0px;
  top: 2.5px;
  overflow: hidden;
}
.clip-path-group {
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}
.frame-5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  position: relative;
}
.main-container {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 24px;
  position: relative;
}
.header-menu {
  display: flex;
  flex-direction: row;
  gap: 2px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.for-couples, .for-single {
  color: var(--main-dark-100, #232830);
  text-align: right;
  font-family: var(--xsmall-bold-16-font-family, -serif);
  font-size: var(--xsmall-bold-16-font-size, 16px);
  line-height: var(--xsmall-bold-16-line-height);
  font-weight: var(--xsmall-bold-16-font-weight, 700);
  position: relative;
}
.arrow-down {
  transform: rotate(180deg);
}
.for-couples2 {
  color: var(--main-dark-100, #232830);
  text-align: right;
  font-family: var( --xsmall-semibold-16-font-family, -serif );
  font-size: var(--xsmall-semibold-16-font-size, 16px);
  line-height: var(--xsmall-semibold-16-line-height);
  font-weight: var(--xsmall-semibold-16-font-weight, 600);
  position: relative;
}
.arrow-down2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.secondary-container {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 200px;
  position: relative;
}
.help {
  color: var(--main-dark-100, #232830);
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.header-menu2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.account-28 {
  background: var(--orange-100, #f08c64);
  border-radius: 6px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
}
.frame-27 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}
.my-account-icon {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 28px;
  position: relative;
}
.player-container {
  background: radial-gradient( closest-side, rgba(137, 216, 209, 0.25) 0%, rgba(137, 216, 209, 0) 56.99999928474426% ), radial-gradient( closest-side, rgba(167, 255, 249, 0.35) 0%, rgba(167, 255, 249, 0) 56.99999928474426% ), radial-gradient( closest-side, rgba(240, 140, 100, 0.25) 0%, rgba(240, 140, 100, 0) 56.99999928474426% ), radial-gradient( closest-side, rgba(240, 140, 100, 0.15) 0%, rgba(240, 140, 100, 0) 56.99999928474426% ), linear-gradient(to left, #ffffff, #ffffff);
  border-radius: 16px;
  padding: 25px 30px 25px 30px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.video {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 400px;
  position: relative;
}
.breadcrumbs {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.home-for-couples-the-art-of-kissing {
  color: var(--main-dark-100, rgba(10, 3, 60, 0.4));
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.home-for-couples-the-art-of-kissing-span {
  color: var(--main-dark-100, #232830);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.home-for-couples-the-art-of-kissing-span2 {
  color: var(--main-dark-100, #232830);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.image {
  border-radius: 10px;
  align-self: stretch;
  flex-shrink: 0;
  height: 460px;
  min-width: 400px;
  position: relative;
  object-fit: cover;
}
.the-art-of-kissing {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  flex: 1;
}
.play-button {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30.3px);
  overflow: visible;
}
.col-video-list {
  max-width: 38vw;
}
.question-container-info .question-info-text {
  max-width: 70%;
}
.counter-video {
  margin-top: 25px;
}
.video-list {
  max-width: 28vw;
  min-width: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
 /* min-width: 370px;
 */
 /* height: 543px;
 */
  position: relative;
}
.list-title {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.course-playlists {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  flex: 1;
}
.one-exp {
  opacity: 0.800000011920929;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 70px;
  position: relative;
  box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.1);
}
.info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.video-name2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.short-share {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: var( --xsmall-semibold-16-font-family, -serif );
  font-size: var(--xsmall-semibold-16-font-size, 16px);
  line-height: var(--xsmall-semibold-16-line-height);
  font-weight: var(--xsmall-semibold-16-font-weight, 600);
  position: relative;
}
.video-length {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
._6-10 {
  color: var(--orange-100, #f08c64);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.frame-3280 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 70px;
  position: relative;
  box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.1);
}
.frame-video-active {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.processed {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
}
._0-00 {
  color: var(--orange-100, #f08c64);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.frame-video-locked {
  opacity: 0.5;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 70px;
  position: relative;
}
.media-lock .lock-pad-lock-safe-security-protected-padlock-24-outline {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.frame-video-enabled .media-lock {
  display: none;
}
.frame-3283 {
  opacity: 0.5;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 70px;
  position: relative;
}
.lock-pad-lock-safe-security-protected-padlock-24-outline2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.frame-3284 {
  opacity: 0.5;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 70px;
  position: relative;
}
.lock-pad-lock-safe-security-protected-padlock-24-outline3 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.the-art-of-kissing2 {
  width: 100%;
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: var(--xlarge-28-bold-font-family, -serif);
  font-size: var(--xlarge-28-bold-font-size, 28px);
  line-height: var(--xlarge-28-bold-line-height);
  font-weight: var(--xlarge-28-bold-font-weight, 700);
  position: relative;
}
.information {
  max-width: calc(100% - 370px);
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.single-experience .information {
  max-width: 100%;
  padding: 25px 30px 25px 30px;
}
.tabs-container {
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  height: 46px;
  position: relative;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05);
}
.list-item-4, .list-item {
  cursor: pointer;
  background: transparent;
  border-radius: 16px;
  padding: 10px 16px 10px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 49px;
  position: relative;
}
.active-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 110px;
  padding: 12px 20px 12px 20px;
  cursor: pointer;
  background: #f08c64;
  border: none;
  z-index: 74;
  border-radius: 12px;
}
.active-list-item .list-caption {
  color: #ffffff;
}
.difficulty {
  color: #ffffff;
  text-align: left;
  font-family: var(--medium-21-bold-font-family, -serif);
  font-size: var(--medium-21-bold-font-size, 21px);
  line-height: var(--medium-21-bold-line-height, 20px);
  font-weight: var(--medium-21-bold-font-weight, 700);
  position: relative;
}
.list-item-6 {
  border-radius: 16px;
  padding: 10px 16px 10px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 49px;
  position: relative;
}
.difficulty2 {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: var( --medium-21-regular-font-family, "Montserrat", sans-serif );
  font-size: var(--medium-21-regular-font-size, 21px);
  line-height: var(--medium-21-regular-line-height, 20px);
  font-weight: var(--medium-21-regular-font-weight, 400);
  position: relative;
}
.list-item-5 {
  border-radius: 16px;
  padding: 10px 16px 10px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 46px;
  position: relative;
}
.frame-3286 {
  padding: 0px 110px 0px 110px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.image-8 {
  border-radius: 24px;
  flex-shrink: 0;
  width: 292.96px;
  height: 292.96px;
  position: relative;
  box-shadow: 0px 34px 44px 0px rgba(59, 54, 52, 0.15);
  object-fit: cover;
}
.text-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.details {
  background: var(--orange-100, #f08c64);
  border-radius: 9px;
  padding: 6px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  position: relative;
  overflow: hidden;
}
.group-3240 {
  flex-shrink: 0;
  position: relative;
  overflow: visible;
}
.title {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.description {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  flex: 1;
}
.overview-info .body-text {
  margin-bottom: 25px;
}
.body-text {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.course-tab-body {
  color: #747266;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  flex: 1;
}
.frame-20 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-18 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-28 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.frame-282 {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  position: relative;
  overflow: visible;
}
.for-you {
  color: #747266;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
}
.frame-29 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-283 {
  flex-shrink: 0;
  width: 22px;
  height: 25px;
  position: relative;
  overflow: visible;
}
.course-bullet {
  color: #747266;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-30 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-284 {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  position: relative;
  overflow: visible;
}
.suggested-approach-both-of-you-can-ask-each-other-curious-questions {
  color: #747266;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-31 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.frame-285 {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  position: relative;
  overflow: visible;
}
.including-touch-and-sharing {
  color: #747266;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
}
.frame-32 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.frame-286 {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  position: relative;
  overflow: visible;
}
.not-including-nudity-genital-touch {
  color: #747266;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
}
.other-activities {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.other-title {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 55px;
  font-weight: 700;
  position: relative;
  flex: 1;
}
.activities-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.horizontal-card-3 {
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 43px 14px 10px;
  display: flex;
  flex-direction: row;
  gap: 23px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 131.15px;
  position: relative;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05);
}
.questionnaire {
  border-radius: 21.86px;
  padding: 14.57px;
  display: flex;
  flex-direction: row;
  gap: 36.43px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 102px;
  height: 102px;
  position: relative;
  overflow: hidden;
}
.frame-272 {
  flex-shrink: 0;
  width: 65.57px;
  height: 65.57px;
  position: relative;
  overflow: visible;
}
.container {
  display: flex;
  flex-direction: row;
  gap: 234px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.text-container2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.erotic-map {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: var(--medium-21-bold-font-family, -serif);
  font-size: var(--medium-21-bold-font-size, 21px);
  line-height: var(--medium-21-bold-line-height, 20px);
  font-weight: var(--medium-21-bold-font-weight, 700);
  position: relative;
}
.questionnaire2 {
  color: #f9880d;
  text-align: left;
  font-family: var( --large-24-regular-font-family, "Montserrat", sans-serif );
  font-size: var(--large-24-regular-font-size, 24px);
  line-height: var(--large-24-regular-line-height);
  font-weight: var(--large-24-regular-font-weight, 400);
  position: relative;
}
.arrow-28 {
  background: var(--orange-100, #f08c64);
  border-radius: 6px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
}
.frame-26 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}
.horizontal-card-4 {
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 43px 14px 10px;
  display: flex;
  flex-direction: row;
  gap: 23px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 131.15px;
  position: relative;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05);
}
.couple-exercise {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: var(--xlarge-28-bold-font-family, -serif);
  font-size: var(--xlarge-28-bold-font-size, 28px);
  line-height: var(--xlarge-28-bold-line-height);
  font-weight: var(--xlarge-28-bold-font-weight, 700);
  position: relative;
  width: 245px;
}
.group-3245 {
  flex-shrink: 0;
  width: 73.59px;
  height: 51px;
  position: relative;
 /* transform: translate(-88.1px, -36.06px);
 */
  overflow: visible;
}
.frame-262 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}
.footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin-top: 50px;
}
.frame2 {
  width: 147px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.logo .clip-path-group2 {
  width: 100%;
  height: 100%;
}

.clip-path-group2 {
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}
._2024-lovable {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 126px;
  position: relative;
}
._2024-lovable2 {
  color: var(--main-dark-100, #232830);
  text-align: right;
  font-family: var( --xsmall-regular-16-font-family, "Montserrat", sans-serif );
  font-size: var(--xsmall-regular-16-font-size, 16px);
  line-height: var(--xsmall-regular-16-line-height);
  font-weight: var(--xsmall-regular-16-font-weight, 400);
  position: relative;
}
.list {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.footer-menu {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.skip-menu {
  margin-top: -150px;
  padding-top: 25px;
}
.active-video {
  overflow: hidden;
  max-width: 50%;
}
.frame-widget, .frame-widget * {
  box-sizing: border-box;
}
.frame-widget {
/*  background: radial-gradient( closest-side, rgba(137, 216, 209, 0.25) 0%, rgba(137, 216, 209, 0) 56.99999928474426% ), radial-gradient( closest-side, rgba(167, 255, 249, 0.35) 0%, rgba(167, 255, 249, 0) 56.99999928474426% ), radial-gradient( closest-side, rgba(240, 140, 100, 0.25) 0%, rgba(240, 140, 100, 0) 56.99999928474426% ), radial-gradient( closest-side, rgba(240, 140, 100, 0.15) 0%, rgba(240, 140, 100, 0) 56.99999928474426% ), linear-gradient(to left, #ffffff, #ffffff), linear-gradient(to left, #ffffff, #ffffff);*/
  border-radius: 16px;
  width: 43vw;
  min-width: 433px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
/*  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05);*/
  overflow: hidden;
}
#wl1 {
  background: radial-gradient(301.25% 84.31% at 16.45% 112.48%, rgba(137, 216, 209, 0.25) 0%, rgba(137, 216, 209, 0.00) 57%), radial-gradient(191.18% 139.21% at 11.87% -8.15%, rgba(240, 140, 100, 0.25) 0%, rgba(240, 140, 100, 0.00) 57%), radial-gradient(93.28% 82.11% at 59.73% 18.47%, rgba(240, 140, 100, 0.15) 0%, rgba(240, 140, 100, 0.00) 57%), linear-gradient(0deg, var(--background-default, #FFF) 0%, var(--background-default, #FFF) 100%), var(--background-default, #FFF);
}
#wl2 {
  background: radial-gradient(301.25% 84.31% at 16.45% 112.48%, rgba(137, 216, 209, 0.25) 0%, rgba(137, 216, 209, 0.00) 57%), radial-gradient(44.81% 45.26% at 37.97% 83.7%, rgba(240, 140, 100, 0.25) 0%, rgba(240, 140, 100, 0.00) 57%), radial-gradient(93.28% 82.11% at 59.73% 18.47%, rgba(240, 140, 100, 0.15) 0%, rgba(240, 140, 100, 0.00) 57%), linear-gradient(0deg, var(--background-default, #FFF) 0%, var(--background-default, #FFF) 100%), var(--background-default, #FFF);
}
#wl3 {
  background: radial-gradient(301.25% 84.31% at 16.45% 112.48%, rgba(137, 216, 209, 0.25) 0%, rgba(137, 216, 209, 0.00) 57%), radial-gradient(205.71% 105.02% at 50% 100%, rgba(240, 140, 100, 0.25) 0%, rgba(240, 140, 100, 0.00) 57%), radial-gradient(179.91% 57.46% at 84.89% 108.51%, rgba(240, 140, 100, 0.15) 0%, rgba(240, 140, 100, 0.00) 57%), linear-gradient(0deg, var(--background-default, #FFF) 0%, var(--background-default, #FFF) 100%), var(--background-default, #FFF);
}
#wl4 {
  background: radial-gradient(301.25% 84.31% at 16.45% 112.48%, rgba(137, 216, 209, 0.25) 0%, rgba(137, 216, 209, 0.00) 57%), radial-gradient(123.61% 70.33% at 69.62% 91.67%, rgba(240, 140, 100, 0.25) 0%, rgba(240, 140, 100, 0.00) 57%), radial-gradient(93.28% 82.11% at 59.73% 18.47%, rgba(240, 140, 100, 0.15) 0%, rgba(240, 140, 100, 0.00) 57%), linear-gradient(0deg, var(--background-default, #FFF) 0%, var(--background-default, #FFF) 100%), var(--background-default, #FFF);  
}

.frame-3311 {
  display: flex;
  flex-direction: row;
  gap: 26px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.image-8 {
  border-radius: 24px;
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  position: relative;
  object-fit: cover;
}
.frame-3310 {
  display: flex;
 /* flex-direction: column;
 */
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.frame-3350 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.widget-subtitle {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.frame-3351 {
  flex-shrink: 0;
  width: 105px;
  height: 105px;
  right: -20px;
  top: -20px;
  position: absolute;
  overflow: hidden;
  text-align: center;
}
.group-7624 {
  position: absolute;
  inset: 0;
}
._51 {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: calc(50% - 20px);
  top: 30px;
  width: 38px;
  text-align: center;
}
.rectangle-2901 {
  border-radius: 0px;
  margin: auto;
  text-align: center;
  overflow: visible;
}
.rectangle-2902 {
  width: 60px;
  border-radius: 0px;
  position: absolute;
  left: 38px;
  top: 15px;
  transform: translate(-18.07px, 3.33px);
  overflow: visible;
}
.primary-button {
  cursor: pointer;
  background: #f08c64;
  border-radius: 10px;
  border-style: solid;
  border-color: #f08c64;
  border-width: 1px;
  padding: 0px 16px 0px 16px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 48px;
  position: relative;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.frame-3246 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.next, input.button {
  color: var(--white-100, #ffffff);
  text-align: left;
  font-family: var(--xsmall-bold-16-font-family, -serif);
  font-size: var(--xsmall-bold-16-font-size, 16px);
  line-height: var(--xsmall-bold-16-line-height);
  font-weight: var(--xsmall-bold-16-font-weight, 700);
  position: relative;
}
.arrow-28 {
  border-radius: 6px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
}
.resume {
  color: var(--white-100, #ffffff);
  text-align: left;
  font-family: var(--xsmall-bold-16-font-family, -serif);
  font-size: var(--xsmall-bold-16-font-size, 16px);
  line-height: var(--xsmall-bold-16-line-height);
  font-weight: var(--xsmall-bold-16-font-weight, 700);
  position: relative;
}
.lovable_main_menu_widget_exercises {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 20px;
}
.lovable_main_menu_widget_quizzes {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.lovable_main_menu_intro_container {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 20px;
}
.lovable_main_menu_intro_container .frame-3350 {
  padding-right: 50px;
}
.menu li {
  list-style: none;
  margin-right: 24px;
  padding: 2px;
  color: var(--main-dark-100, #232830);
  font-family: var( --xsmall-regular-16-font-family, "Montserrat", sans-serif );
  font-size: var(--xsmall-regular-16-font-size, 16px);
  line-height: var(--xsmall-regular-16-line-height);
  font-weight: var(--xsmall-regular-16-font-weight, 400);
  position: relative;
  float: left;
}
.lovable_main_menu_widget_exercises a, .lovable_main_menu_widget_quizzes a {
  width: 100%;
}
.sp-easy-accordion {
  margin-top: 20px;
  margin-bottom: 40px;
}
.entry-content p {
/*  font-size: large;*/
  font-size: 16px;
  font-weight: 400;
}

.panel-heart {
  margin-bottom: auto !important;
  width: 60px;
}


.assessment-point p {
  font-size: 16px;
  font-weight: 400;
}
.course-information-container, .questionnaires-container {
  border-radius: 16px;
  padding: 25px 0px 25px 0px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.questionnaires-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  width: 370px;
  max-width: 33vw;
  position: relative;
}
.questionnaire-wrapper .list-title {
  margin-bottom: 25px;
}
.questionnaires {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  flex: 1;
}
.watched-question-1 {
  opacity: 0.800000011920929;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 70px;
  position: relative;
  box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.1);
}
.video-2 {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.video-name {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.video-player {
  margin-bottom: 16px;
}
.video-player .screenshot {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%
}
._6-10 {
  color: var(--orange-100, #f08c64);
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}
._6-10-span {
  color: var(--orange-100, #f08c64);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
._6-10-span2 {
  color: var(--orange-100, #f08c64);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
._6-10-span3 {
  color: var(--orange-100, #f08c64);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.active-question {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 70px;
  position: relative;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
}
.video-22 {
  background: #ffffff;
  border-radius: 10px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.video-name div {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
 /* font-size: 28px;
 */
  font-weight: 500;
  position: relative;
  flex: 1;
}

.two-cols .video-name div {
  font-size: 18px;
}

.two-cols:first-child {
  width: 60%;
}
.question_image {
  max-width: 40vw;
  min-width: 300px;
}

.question_image_container {
  float: left;
  width: 50%;
  text-align: center;
  aspect-ratio: 1 / 1;
}
.the-art-of-kissing .assessment-title {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: var( --xsmall-semibold-16-font-family, -serif );
  font-size: var(--xsmall-semibold-16-font-size, 16px);
  line-height: var(--xsmall-semibold-16-line-height);
  font-weight: var(--xsmall-semibold-16-font-weight, 600);
  position: relative;
}
.active-question .assessment-title {
  font-weight: 700;
}
._9-of-24 {
  color: var(--orange-100, #f08c64);
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}
._9-of-24-span {
  color: var(--orange-100, #f08c64);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.frame-3371 {
  margin-left: -75px;
  margin-right: -75px;
}
._9-of-24-span2 {
  color: var(--orange-100, #f08c64);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
._9-of-24-span3 {
  color: var(--orange-100, #f08c64);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.question-3 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 70px;
  position: relative;
}
.tabs-status {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.difficulty {
  color: var(--white-100, #ffffff);
  text-align: left;
  font-family: var(--medium-21-bold-font-family, -serif);
  font-size: var(--medium-21-bold-font-size, 21px);
  line-height: var(--medium-21-bold-line-height, 20px);
  font-weight: var(--medium-21-bold-font-weight, 700);
  position: relative;
}
.in-depth, .list-caption {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: var( --medium-21-regular-font-family, "Montserrat", sans-serif );
  font-size: var(--medium-21-regular-font-size, 21px);
  line-height: var(--medium-21-regular-line-height, 20px);
  font-weight: var(--medium-21-regular-font-weight, 700);
  position: relative;
}
.relationship {
  color: rgba(35, 40, 48, 0.6);
  text-align: left;
  font-family: var( --medium-21-regular-font-family, "Montserrat", sans-serif );
  font-size: var(--medium-21-regular-font-size, 21px);
  line-height: var(--medium-21-regular-line-height, 20px);
  font-weight: var(--medium-21-regular-font-weight, 400);
  position: relative;
}
.overview-info {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.text {
  max-width: 100%;
  display: none;
}
.text-active {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.overview {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  flex: 1;
}
.assessment-overview {
  color: #747266;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  flex: 1;
}
.special-text {
  background: rgba(240, 140, 100, 0.05);
  border-radius: 12px;
  padding: 16px 22px 16px 22px;
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-3288 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.frame-3289 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.assessment-28 {
  border-radius: 6px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  overflow: visible;
}
.remember {
  color: var(--orange-100, #f08c64);
  text-align: left;
  font-family: var( --xsmall-semibold-16-font-family, -serif );
  font-size: var(--xsmall-semibold-16-font-size, 16px);
  line-height: var(--xsmall-semibold-16-line-height);
  font-weight: var(--xsmall-semibold-16-font-weight, 600);
  position: relative;
  flex: 1;
}
.each-type-of-sexual-arousal-style-has-its-own-advantages-and-challenges-it-s-important-to-remember-that-sexual-arousal-is-a-complex-and-individual-process-not-everyone-fits-neatly-into-one-category-most-people-are-on-the-scale-between-spontaneous-and-responsive-the-placement-on-the-scale-can-change-over-time-and-depends-on-the-situation {
  color: var(--orange-100, #f08c64);
  text-align: left;
  font-family: var( --xsmall-medium-16-font-family, -serif );
  font-size: var(--xsmall-medium-16-font-size, 16px);
  line-height: var(--xsmall-medium-16-line-height);
  font-weight: var(--xsmall-medium-16-font-weight, 500);
  position: relative;
  align-self: stretch;
}
.video-list .arrow {
  display: none;
}
.video_active {
  background-color: #f08c64;
}
.enabled-video {
  cursor: pointer;
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  height: 69.975px;
  padding: 10px 20px 10px 20px;
  background: #ffffff;
  z-index: 37;
  border-radius: 10px;
}
article {
  max-width: 100%;
}
.sitting-img {
  border-radius: 24px;
  flex-shrink: 0;
  width: 292.96px;
  height: 292.96px;
  position: relative;
  box-shadow: 0px 34px 44px 0px rgba(59, 54, 52, 0.15);
  object-fit: cover;
}
/* question container */
.question-container-page, .question-container-page * {
  box-sizing: border-box;
}
.question-container-page {
  width: 100%;
  height: 100%;
}
.question-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  min-height: 200px;
}
.info-page-button {
  position: fixed;
  bottom: 5%;
  width: calc(100% - 50px);
/*  border-style: solid;
  border-color: #ffffff99;
  border-width: 5px;*/
}
.question {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

#base0 .answers {
  width: 354px;
  margin: auto;
}

.answers .info {
  max-width: 100%;
  padding-right: 25px;
}

#p2 .question-icon {
  display: none;
}
#p2 .question-info-text {
  margin-top: 0;
}
.testimonial {
  font-size: 15px !important;
}
.question-container-checkboxes .question-title {
  min-height: 3em;
}

.how-many-years-have-you-been-together, .question-title{
  color: #232830;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  width: 536px;
  line-height: 1.3;
}
.question-subtitle{
  color: #232830;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
.answers {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.answer-2 {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 16px 10px 16px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 354px;
  height: 60px;
  position: relative;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05), 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
}
.arrow-28 {
  border-radius: 7.71px;
  border-style: solid;
  border-color: rgba(240, 140, 100, 0.5);
  border-width: 1px;
  padding: 5.14px;
  display: flex;
  flex-direction: row;
  gap: 13.86px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
}
.video-name {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.less-than-a-year {
  color: #3b3634;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
}
.answer-3 {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 16px 10px 16px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 354px;
  height: 60px;
  position: relative;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05), 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
}
._1-5-years {
  color: #3b3634;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
}
.answer-4 {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 16px 10px 16px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 354px;
  height: 60px;
  position: relative;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05), 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
}
._5-10-years {
  color: #3b3634;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
}
.answer-5 {
  min-height: 5em;  
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 16px 10px 16px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  height: 60px;
  position: relative;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05), 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
}
#base0 .answer-5 {
  min-height: auto;
}
.arrow-282 {
  border-radius: 50%;/*7.71px;*/
  border-style: solid;
  border-color: rgba(240, 140, 100, 0.5);
  border-width: 1px;
  padding: 5.14px;
  display: flex;
  flex-direction: row;
  gap: 13.86px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
}
.checkbox-item-selected {
  background: #f08c64;
}
.frame-26 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  transform: rotate(90deg);
  overflow: visible;
}
.checkbox-option-text {
  color: #3b3634;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
}
.question-button-container, .frame-3266  {
  margin-top: 50px !important;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 354px;
  position: relative;
}
.user-registration-Button {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ur-submit-button {
  font-weight: 700;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}

.primary-button, input.button, .ur-submit-button {
  background: var(--orange-100, #f08c64);
  border-radius: 10px;
  padding: 10px 16px 10px 16px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 1;
  position: relative;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05);
}
.next {
  color: var(--white-100, #ffffff);
  text-align: left;
  font-family: var(--xsmall-bold-16-font-family, -serif);
  font-size: var(--xsmall-bold-16-font-size, 16px);
  line-height: var(--xsmall-bold-16-line-height);
  font-weight: var(--xsmall-bold-16-font-weight, 700);
  position: relative;
}
.arrow-283 {
  border-radius: 6px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
}
/* radio */
.question-container, .question-container * {
  box-sizing: border-box;
}
.question-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.answers-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.inaccurate {
  padding: 0px 20px 0px 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  height: 34px;
  position: relative;
  letter-spacing: 0.5px;
}
.inaccurate2 {
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #232830;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.checkbox-answers {
  display: flex;
  flex-direction: row;
  gap: 20.65px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
 /* box-shadow: 0px 12.91px 38.72px 0px rgba(0, 0, 0, 0.09);
 */
}
.group-3259 {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  position: static;
}
.ellipse-183 {
  background: #f08c64;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0px;
  top: 0px;
  box-shadow: 0px 64.53px 103.25px 0px rgba(0, 0, 0, 0.05);
}
.visible {
  display: flex;
}
.hidden {
  display: none;
}
.ellipse-option-full {
  background: #f08c64;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  left: 0px;
  top: 0px;
  box-shadow: 0px 64.53px 103.25px 0px rgba(0, 0, 0, 0.05);
}
.frame-26, .frame-26-radio {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 13.07px;
  top: 13.07px;
  transform: rotate(90deg);
  overflow: visible;
}
.group-3262 {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  position: static;
}
.ellipse-1832 {
  background: #f08c64;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 64.65px;
  top: 0px;
  box-shadow: 0px 64.53px 103.25px 0px rgba(0, 0, 0, 0.05);
}
.frame-262 {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 95.65px;
  top: 13.07px;
  transform: translate(-18px, 0px);
  overflow: visible;
}
.group-3263 {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  position: static;
}
.ellipse-1833 {
  background: #f08c64;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 129.3px;
  top: 0px;
  box-shadow: 0px 64.53px 103.25px 0px rgba(0, 0, 0, 0.05);
}
.frame-263 {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 160.3px;
  top: 13.07px;
  transform: translate(-18px, 0px);
  overflow: visible;
}
.group-3261 {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  position: static;
}
.ellipse-1834 {
  background: #f08c64;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 193.95px;
  top: 0px;
  box-shadow: 0px 64.53px 103.25px 0px rgba(0, 0, 0, 0.05);
}
.frame-264 {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 224.95px;
  top: 13.07px;
  transform: translate(-18px, 0px);
  overflow: visible;
}
.group-3257 {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  position: static;
}
.ellipse-1835 {
  background: #ffffff;
  border-radius: 50%;
  border-style: solid;
  border-color: rgba(240, 140, 100, 0.5);
  border-width: 1px;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 258.6px;
  top: 0px;
  box-shadow: 0px 64.53px 103.25px 0px rgba(0, 0, 0, 0.05);
}
.ellipse-option-empty {
  background: #ffffff;
  border-radius: 50%;
  border-style: solid;
  border-color: rgba(240, 140, 100, 0.5);
  border-width: 1px;
  width: 44px;
  height: 44px;
  left: 258.6px;
  top: 0px;
  box-shadow: 0px 64.53px 103.25px 0px rgba(0, 0, 0, 0.05);
}
.accurate {
  letter-spacing: 0.5px;
  padding: 0px 20px 0px 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 34px;
  position: relative;
}
.accurate2 {
  text-transform: capitalize;
  color: #232830;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.progress-bar, .progress-bar * {
  box-sizing: border-box;
}
.progress-bar {
  max-height: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 30px;
}
.back-button {
  display: flex;
  flex-direction: row;
  gap: 2px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 70px;
  position: relative;
}
.frame-26 {
  flex-shrink: 0;
  width: 14px;
  height: 17px;
  position: relative;
  transform: translate(-14px, -17px);
  overflow: visible;
}
.back {
  color: #232830;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.horizontal-false-position-middle {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 100px;
 /* flex-shrink: 0;
  */
  width: 1000px;
  height: 25px;
 /* height: 1154px;
  */
 /* position: relative;
  */
 /* transform-origin: 0 0;
  */
 /* transform: rotate(90deg) scale(1, 1);
  */
  overflow: hidden;
}
.bar {
  background: #f08c64;
  border-radius: 100px;
  width: 5%;
  height: 25px;
 /* position: absolute;
  */
  right: 1px;
  top: calc(50% - -452px);
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}
.quiz-and-progress {
  width: 95%;
  margin: auto;
}
.quiz-progress-text {
  color: #232830;
  margin-left: 5px;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.assessment-point-list {
  border-color: rgba(116, 114, 102, 0.1);
  border-width: 1px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-3293 {
  margin: auto;
  border-style: solid;
  border-color: rgba(116, 114, 102, 0.1);
  border-width: 1px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.list-item-5 {
  border-radius: 16px;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  height: 46px;
  position: relative;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05);
}
.assessment-section-title {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: var( --xsmall-semibold-16-font-family, -serif );
  font-size: var(--xsmall-semibold-16-font-size, 16px);
  line-height: var(--xsmall-semibold-16-line-height);
  font-weight: var(--xsmall-semibold-16-font-weight, 600);
  position: relative;
}
.arrow-up {
  flex-shrink: 0;
  width: 26px;
  height: 28px;
  position: relative;
  overflow: visible;
}
.frame-28 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-29 {
  flex-shrink: 0;
  position: relative;
  overflow: visible;
}
.assessment-point, .assessment-point td {
  color: var(--secondary-dark, #747266);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-292 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-282 {
  flex-shrink: 0;
  width: 22px;
  height: 25px;
  position: relative;
  overflow: visible;
}
.frame-30 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-293 {
  flex-shrink: 0;
  width: 22px;
  height: 25px;
  position: relative;
  overflow: visible;
}

.information {
  width: -webkit-fill-available;
}
.content article {
  width: 100%;
}
/*.assessment-section-title, */
.overview {
  text-transform: capitalize;
}

.screenshot {
  width: 55vw !important;
}
#mainvid {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.video-9, .video-player, .screenshot, .mainvid-dimensions {
 /* width: 100%;
 */
  overflow: hidden;
  height: auto !important;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  min-width: 440px;
}

.rmp_menu_trigger {
  top: 15px !important;
}
.tingle-modal-box {
  border-radius: 20px !important;
  max-width: 450px;
}

.tingle-modal-box__content {
  padding: 80px 25px 25px 25px !important;
}

.tingle-modal__close {
  top: 40px !important;
  right: 0 !important;
  position: absolute;
  left: 0;
  width: 1rem !important;
  height: 1rem !important;
}
.tingle-modal__closeIcon {
  color: #232830;
  opacity: 0;
  width: 1rem !important;
  margin-left: 25px !important;
}

.user-registration .ur-form-grid.ur-grid-1, .ur-submit-button  {
  max-width: 33vw;
  display: inline-block;
}


.ur-frontend-form {
  max-width: 50vw;
  margin: auto !important;
  border-style: none !important;
}

.question-container {
  padding-left: 2em;
/*  padding-right: 2em;*/
}

.completed_experiences {
  min-width: 50%;
}

.playlist-heading {
  display: none;
}

.showintrobox {
  display: flex !important;
}
.contact_text {
  float: left;
  max-width: 50%;
  margin-top: 50px;
  padding-right: 50px;
}
.qcf-style.contact {
  width: 50% !important;
  float: left;
  margin-top: 50px;
}
.qcf-form-field {
  margin-bottom: 25px !important;
}
.contact_text h1 {
  font-size: 58px;
}
.for-couples-label, .for-single-label {
  float: left;
  line-height: 32px;
}
.for-couples-label, .for-single-label {
  cursor: pointer;
}
.for-couples .arrow, .for-single .arrow {
  vertical-align: -webkit-baseline-middle;
}
.sub-menu, .sub-menu-self {
  display: none;
  position: absolute;
  margin-top: 3em;
  z-index: 99;
  text-align: left;
  overflow: visible;
  background-color: white;
  width: 300px;
  padding: 10px;
}
.sub-menu, .sub-menu-self {
  margin-left: -20px;
}
.sub-menu .video-list, .sub-menu-self .video-list {
  margin-bottom: 0 !important;
}
.sub-menu .one-exp, .sub-menu-self .one-exp {
  margin-bottom: 0 !important;
}
.sub-menu .list-title, .sub-menu-self .list-title {
  display: none;
}
.sub-menu .video-2, .sub-menu-self .video-2 {
  padding-left: 10px !important;
  padding-right: 0 !important;
}
.sub-menu .completed_experiences, .sub-menu-self .solo-lists .info {
  width: 100%;
}
/*.home .entry-content {
  margin-bottom: 100px;
}*/
.tingle-modal-box .entry-content {
  margin-bottom: 0 !important;
}
.for-single .arrow-up, .for-couples .arrow-up {
  display: none;
}

.percentage-text {
  font-weight: 600;
  font-size: 14px;
  margin-top: 32px;
  text-align: center;
  margin-left: -3px;
}

.quiz-verbs .question {
  height: 10em !important;
  max-width: 50vw;
  margin: auto;
}
.quiz-styles .question {
  height: 12em !important;
  max-width: 50vw;
  margin: auto;
}
.quiz-styles .question b {
  font-weight: 800;
}


.questionnaires-container .body-text, 
.questionnaires-container .special-text, 
.questionnaires-container .text-container .primary-button,
.course-information-container .body-text,
.course-information-container .special-text,
.course-information-container .frame-29,
.course-information-container .text-container .primary-button {
  margin-left: 62px;
}

.text-container .title {
  margin-bottom: 5px;
}


.your-intimacy-gap {
  color: #f08c64;
  font-size: var(--large-28-bold-font-size, 28px);
  font-weight: var(--large-28-bold-font-weight, 700);
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.group-17134 {
  padding-left: 25px;
  padding-right: 25px;
}
.frame-17134 {
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.dynamic_text {
  padding: 1em;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;  
  font-size: 18px;
  font-weight: var(--small-regular-18-font-weight, 400);
  position: relative;
  flex: 1;
}
.group-17133 {
  align-self: stretch;
  flex-shrink: 0;
  height: 130px;
  position: static;
}
.frame-17164 {
  background: radial-gradient(
      closest-side,
      rgba(137, 216, 209, 0.25) 0%,
      rgba(137, 216, 209, 0) 56.99999928474426%
    ),
    radial-gradient(
      closest-side,
      rgba(167, 255, 249, 0.35) 0%,
      rgba(167, 255, 249, 0) 56.99999928474426%
    ),
    radial-gradient(
      closest-side,
      rgba(240, 140, 100, 0.15) 0%,
      rgba(240, 140, 100, 0) 56.99999928474426%
    ),
    linear-gradient(to left, #ffffff, #ffffff),
    linear-gradient(to left, #ffffff, #ffffff);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  left: 0;
  width: 100%;
  margin-bottom: 25px;
}
.frame-171642 {
  padding: 0px 10px 0px 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-17163, .frame-stat {
  padding: 0px 40px 0px 40px;
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.status-position {
  color: var(--secondary-dark, #747266);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: var(--xxsmall-semibold-12-font-size, 12px);
  font-weight: var(--xxsmall-semibold-12-font-weight, 600);
  position: relative;
}
.status-position-active {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.warming-up {
  color: var(--secondary-dark, #747266);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: var(--xxsmall-semibold-12-font-size, 12px);
  font-weight: var(--xxsmall-semibold-12-font-weight, 600);
  position: relative;
}
.at-perfect-fit {
  color: var(--secondary-dark, #747266);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: var(--xxsmall-semibold-12-font-size, 12px);
  font-weight: var(--xxsmall-semibold-12-font-weight, 600);
  position: relative;
}
.group-17135 {
  align-self: stretch;
  flex-shrink: 0;
  height: 23px;
  position: static;
}
.rectangle-46 {
  background: linear-gradient(90deg, rgba(240, 140, 100, 1) 0%, rgba(255, 159, 132, 1) 29.499998688697815%, rgba(167, 255, 249, 1) 61.000001430511475%, rgba(137, 216, 209, 1) 100%);
    border-radius: 50px;
    height: 23px;
}
.handle {
  background: #ffffff;
  border-radius: 10px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  border-width: 3px;
  flex-shrink: 0;
  width: 14px;
  height: 33px;
  position: absolute;
  left: 345.5px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.21);
  margin-top: 30px;
}
.lovable-gmail-com .partner-email-input, .lovable-gmail-com .share-link {
  width: 288px;
}
.frame-33602 {
  display: flex;
  flex-direction: column;
  gap: 74px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-17135 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-17162, .frame-details {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.image-11 {
  border-radius: 10px;
  flex-shrink: 0;
  width: 266px;
  height: 266px;
  position: relative;
  object-fit: cover;
}
.frame-34929 {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.frame-34929 .primary-button {
  width: auto;
}
.frame-17191 {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-17137 {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.you-are {
  color: #f08c64;
  text-align: left;
  font-size: var(--large-24-bold-font-size, 24px);
  font-weight: var(--large-24-bold-font-weight, 700);
  position: relative;
}
.frame-17124 {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.group-17125 {
  flex-shrink: 0;
  width: 237px;
  height: 20px;
  position: static;
}
.age {
  color: #505050;
  text-align: left;
  font-size: var(--xsmall-bold-16-font-size, 16px);
  font-weight: var(--xsmall-bold-16-font-weight, 700);
  position: absolute;
  right: 94.44%;
  left: 0%;
  width: 5.56%;
  bottom: 86.11%;
  top: 0%;
  height: 13.89%;
}
.frame-23 {
  position: static;
  float: right;
  width: 300px;
}
._29 {
  color: #505050;
  text-align: left;
  font-size: var(--xsmall-regular-16-font-size, 16px);
  font-weight: var(--xsmall-regular-16-font-weight, 400);
  position: relative;
}
.group-17126 {
  flex-shrink: 0;
  width: 252px;
  height: 20px;
  position: static;
}
.openess-level, .profile-section-title {
  color: #505050;
  text-align: left;
  font-size: var(--xsmall-bold-16-font-size, 16px);
  font-weight: var(--xsmall-bold-16-font-weight, 700);
  width: 150px;
  float: left;
}
.frame-232 {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 218px;
  top: 31px;
  overflow: hidden;
}
.q-6 {
  color: #505050;
  text-align: left;
  font-size: var(--xsmall-regular-16-font-size, 16px);
  font-weight: var(--xsmall-regular-16-font-weight, 400);
  position: relative;
}
.group-17127 {
  flex-shrink: 0;
  width: 313px;
  height: 20px;
  position: static;
}
.frame-233 {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 218px;
  top: 62px;
  overflow: hidden;
}
.group-17128 {
  flex-shrink: 0;
  width: 329px;
  height: 20px;
  position: static;
}
.frame-234 {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 218px;
  top: 93px;
  overflow: hidden;
}
.group-17129, .profile-section {
  flex-shrink: 0;
  width: 100%;
  position: static;
}

.frame-235 {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 218px;
  overflow: hidden;
  width: max-content;
}

.frame-3246 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.get-your-plan {
  color: var(--white-100, #ffffff);
  text-align: left;
  font-size: var(--xsmall-bold-16-font-size, 16px);
  font-weight: var(--xsmall-bold-16-font-weight, 700);
  position: relative;
}





/* my account */
.mobile-button {
  display: none !important;
}
.frame-17176 {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 30px 50px 30px;
  display: flex;
  flex-direction: row !important;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.frame-97277 {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.frame-97278 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.frame-17182 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.frame-17172 {
  background: linear-gradient(to left, rgba(240, 140, 100, 0.15), rgba(240, 140, 100, 0.15)), linear-gradient(to left, #ffffff, #ffffff);
  border-radius: 10px;
  padding: 20px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 70%;
  height: 327px;
  position: relative;
  overflow: hidden;
}
.frame-17175 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.connect-with-partner {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: var(--small-bold-18-font-family, "Montserrat-Bold", sans-serif);
  font-size: var(--small-bold-18-font-size, 18px);
  font-weight: var(--small-bold-18-font-weight, 700);
  position: relative;
}
.secondary-button {
  z-index: 9999;
  border-radius: 10px;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 26px;
  position: relative;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05);
}

.cancel-membership, .cancel-membership a {
  color: var(--orange-100, #f08c64);
  text-align: left;
  font-family: var(--xsmall-bold-16-font-family, "Montserrat-Bold", sans-serif);
  font-size: var(--xsmall-bold-16-font-size, 16px);
  font-weight: var(--xsmall-bold-16-font-weight, 700);
  position: relative;
}
.personal-details {
  color: var(--secondary-dark, #747266);
  text-align: left;
  font-family: var(--xxsmall-semibold-12-font-family, "Montserrat-SemiBold", sans-serif);
  font-size: var(--xxsmall-semibold-12-font-size, 12px);
  font-weight: var(--xxsmall-semibold-12-font-weight, 600);
  position: relative;
}
.frame-17184 {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.jason-knight {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-family: var(--large-24-bold-font-family, "Montserrat-Bold", sans-serif);
  font-size: var(--large-24-bold-font-size, 24px);
  font-weight: var(--large-24-bold-font-weight, 700);
  position: relative;
}
.icons {
  flex-shrink: 0;
  width: 20px;
  height: 19px;
  position: relative;
  overflow: hidden;
}
.image-couple {
  border-radius: 24px;
  flex-shrink: 0;
  width: 346px;
  height: 346px;
  position: absolute;
  right: 0;
  top: 46px;
  mix-blend-mode: multiply;
  object-fit: cover;
}
.frame-17177 {
  border-style: solid;
  border-color: rgba(116, 114, 102, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 8px 0px 5px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-17178 {
  border-style: solid;
  border-color: rgba(116, 114, 102, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 8px 0px 5px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-171822 {
  border-style: solid;
  border-color: rgba(116, 114, 102, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 8px 0px 5px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.email {
  color: var(--secondary-dark, #747266);
  text-align: left;
  font-family: var(--xxsmall-semibold-12-font-family, "Montserrat-SemiBold", sans-serif);
  font-size: var(--xxsmall-semibold-12-font-size, 12px);
  font-weight: var(--xxsmall-semibold-12-font-weight, 600);
  position: relative;
}
.frame-17185 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.lovable-gmail-com {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: var(--xsmall-regular-16-font-family, "Montserrat-Regular", sans-serif);
  font-size: var(--xsmall-regular-16-font-size, 16px);
  font-weight: var(--xsmall-regular-16-font-weight, 400);
  position: relative;
}
.frame-17187 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-17183 {
  border-style: solid;
  border-color: rgba(116, 114, 102, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 8px 0px 5px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame3 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  overflow: visible;
}
.password {
  color: var(--secondary-dark, #747266);
  text-align: left;
  font-family: var(--xxsmall-semibold-12-font-family, "Montserrat-SemiBold", sans-serif);
  font-size: var(--xxsmall-semibold-12-font-size, 12px);
  font-weight: var(--xxsmall-semibold-12-font-weight, 600);
  position: relative;
}
.frame-17186 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-4 {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.membership-status {
  color: var(--secondary-dark, #747266);
  text-align: left;
  font-family: var(--xxsmall-semibold-12-font-family, "Montserrat-SemiBold", sans-serif);
  font-size: var(--xxsmall-semibold-12-font-size, 12px);
  font-weight: var(--xxsmall-semibold-12-font-weight, 600);
  position: relative;
}
.name {
  color: var(--secondary-dark, #747266);
  text-align: left;
  font-family: var(--xxsmall-semibold-12-font-family, "Montserrat-SemiBold", sans-serif);
  font-size: var(--xxsmall-semibold-12-font-size, 12px);
  font-weight: var(--xxsmall-semibold-12-font-weight, 600);
  position: relative;
}
.frame-17188 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.my-account .share-link {
  position: absolute;
  bottom: 25px;
  width: 400px;
}
.pincode-link {
  max-width: 290px;
}
.primary-partner-button {
  margin-top: 24px;
  height: 25px;
  line-height: 6px !important;
  bottom: 15px;
  color: var(--white-100, #ffffff);
  font-family: var(--xsmall-bold-16-font-family, -serif);
  font-size: var(--xsmall-bold-12-font-size, 14px);
  line-height: var(--xsmall-bold-16-line-height);
  font-weight: var(--xsmall-bold-16-font-weight, 700);
  background: var(--orange-100, #f08c64);
  border-radius: 10px;
  padding: 10px 16px 10px 16px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05);
}
.frame-32462 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.frame-26x {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}
#payframe {
  width: 800px; 
  height: 300px; 
  margin: auto; 
}
.quiz-cover-wrapper .frame-3360 {
  padding: 0px 140px 0px 140px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.quiz-cover-wrapper .frame-33602 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.quiz-cover-wrapper .we-re-bringing-sexy-back {
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.quiz-cover-wrapper .re-ignite-your-passion-deepen-your-romantic-intimacy-build-the-satisfying-relationship-you-imagined-you-ll-be-in-when-you-started-dating {
  color: #000000;
  text-align: center;
  font-family: var(--small-regular-18-font-family, "Montserrat", sans-serif);
  font-size: var(--small-regular-18-font-size, 18px);
  font-weight: var(--small-regular-18-font-weight, 400);
  position: relative;
  width: 778px;
}
.quiz-cover-wrapper .frame-3370 {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.quiz-cover-wrapper .check-list-2 {
  border-style: solid;
  border-color: transparent;
  border-width: 1px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 662px;
  position: relative;
}
.quiz-cover-wrapper .frame-3293 {
  line-height: 0.5;
  border-style: solid;
  border-color: transparent;
  border-width: 1px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.quiz-cover-wrapper .frame-28, .quiz-cover-wrapper .frame-292, 
.quiz-cover-wrapper .frame-30, .quiz-cover-wrapper .frame-3290 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.quiz-cover-wrapper .list-item-5 {
  padding: 10px 0px 10px 0px;
  display: block;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.quiz-cover-wrapper .join-to-get {
  color: var(--main-dark-100, #232830);
  text-align: left;
  font-family: var(--xsmall-semibold-16-font-family, "Montserrat", sans-serif);
  font-size: var(--xsmall-semibold-16-font-size, 16px);
  font-weight: var(--xsmall-semibold-16-font-weight, 600);
  position: relative;
}
.quiz-cover-wrapper .flex1 {
    color: var(--secondary-dark, #747266);
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    flex: 1;
}
.quiz-cover-wrapper .primary-button {
  width: 321px;
}

.header-signup-background {
  aspect-ratio: 1800/450;
  background-size: contain;
  margin-top: 25px;
  border-radius: 10px;
}

.header-signup p {
  color: white;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  padding-left: 100px;
  padding-top: 100px;
}

.ur-frontend-form {
  max-width: 65vw !important;
  margin-bottom: 50px !important;
}
.header-button {
  padding: 14px 70px 14px 70px !important;
}

.viewport .image-slider {
  width: 1000px !important;
  height: 500px !important;
}

#slider1 .viewport {
  height: 500px;/*480px;*/
  width: 1000px;
  overflow: hidden;
  position: relative;
}
.home .footer {
  margin-top: 20px !important;
}
#slider1 {
  max-width: 1125px;
  margin: auto;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  padding: 0 60px 10px;
  padding-bottom: 0 !important;
  max-height: 535px;/*464px;*/
}

#slider1 .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 1000px;
  left: 0;
  top: 0;
}

#slider1 .overview li {
  float: left;
  width: 1000px;
  text-align: center;
  margin: 0;
}
#slider1 .overview li  img {
  width: 100%;
  height: auto;
}
#slider1 .buttons {
  height: 100%;
  z-index: 100;
  color: #f08c64;
  border-radius: 35px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  font-size: 22px;
}
#slider1 .arrow {
  top: 220px;
  left: 16px;
  position: absolute;
}

#slider1 .next {
  right: 0;
  left: auto;
}

.arrow-prev {
  height: 100px;
  margin-left: -35px;
  transform: rotate(270deg);
  filter: invert(66%) sepia(4%) saturate(7437%) hue-rotate(324deg) brightness(100%) contrast(89%);
}
.arrow-next {
  transform: rotate(90deg);
  filter: invert(66%) sepia(4%) saturate(7437%) hue-rotate(324deg) brightness(100%) contrast(89%);
  height: 100px;
  margin-left: -36px;
}
#slider1 .primary-button {
  position: absolute;
  top: 265px;
  left: 30px;
  width: 200px;
  height: 35px;
}


@media (max-width: 1270px) {
  #slider1 {
    zoom: 90%;
  }
}
@media (max-width: 1165px) {
  #slider1 {
    zoom: 80%;
  }
}
@media (max-width: 1065px) {
  #slider1 {
    zoom: 70%;
  }
}
@media (max-width: 965px) {
  #slider1 {
    zoom: 60%;
  }
  .main-page {
      background: #fffefb;
      padding: 28px 20px 24px 20px;
  }
  .assessment-overview {
    max-width: 50vw;
  }
  .questionnaires-container .information {
    max-width: 50vw;
  }
  .upgrade-button-container {
    margin-top: 3em;
    position: absolute;
    left: 0;
  }
  .header .frame-5 {
      margin-left: -5em;
  }
  .widget-link .frame-widget {
    min-width: 430px;
  }
  .activities-container {
    gap: 0;
  }
  .question_image_container {
    width: 30%;
  }
  .question_image_container+.question-and-button {
    max-width: 90vw;
  }
  .question-bottomtext {
    max-width: 90vw;
  }
}
.overview .frame-3351 {
  left: -25px;
  top: 110px;
  overflow: visible !important;
}

#slider1 .cat-title {
  top: 140px;
  position: absolute;
  font-size: 14px;
  left: 120px;
  font-weight: 600;
  text-align: left;
}
#slider1 .percentage-text {
  margin-top: 45px;
  margin-left: 40px;
  font-size: 22px;
}
.slider-duration {
  font-size: 15px;
  font-weight: 700;
}

.player-container .video-list {
  visibility: hidden;
}

.hero {
  padding: 40px 0;
}

.hero h1 {
  margin-bottom: 25px;
}

.couples-who-miss {
  color: black !important;
}

.hero h1 {
    margin-bottom: 25px !important;
    margin-top: 1em !important;
}