.common-cta-section{
padding:80px 0;
}
.common-cta-section .common-cta-card{
border-radius: 24px;
background: linear-gradient(90deg, #141B5D -18.06%, #9810FA 149.69%);
box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
padding:50px 40px;
color:#fff;
}
.common-cta-section .common-cta-title{
color: var(--Backgrounds-Primary, #FFF);
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 72px */
letter-spacing: -1.92px;
margin-bottom:15px;
}
.common-cta-section .common-cta-text{
color: var(--Colors-Neutral-100, #FFF);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
.common-cta-section .common-cta-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
margin-bottom:20px;
}
.common-cta-section .common-btn-light{
border-radius: 14px;
background: #FFF;
color: #141B5D;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
padding:10px 22px;
}
.common-cta-section .common-btn-outline{
border-radius: 14px;
border: 1px solid #FFF;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
padding:10px 22px;
}
.common-cta-section .common-btn-outline:hover{
border: 1px solid #FFF;
color: #FFF;
}
.common-cta-section .common-cta-meta{
color: var(--Colors-Neutral-100, #FFF);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 200%; /* 40px */
letter-spacing: 4px;
margin-top:10px;
}
/* responsive */
@media (max-width:768px){
.common-cta-section .common-cta-card{
padding:40px 25px;
}
.common-cta-section .common-cta-title{
font-size:24px;
}
.common-cta-section .common-cta-buttons{
flex-direction:column;
}
.common-cta-section .common-btn-light,
.common-cta-section .common-btn-outline{
width:100%;
}
}
.workflow-section {
position: relative;
}
/* Header */
.workflow-section .workflow-title {
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 150%;
letter-spacing: -1.92px;
}
.workflow-section .workflow-subtitle {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-weight: 700;
line-height: 150%;
letter-spacing: -1.92px;
}
.workflow-section .workflow-text {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-weight: 400;
line-height: 200%;
}
/* Vertical Line */
.workflow-section .timeline-wrapper {
position: relative;
margin-top: 60px;
}
.workflow-section .timeline-wrapper::before {
content: '';
position: absolute;
width: 3px;
background: linear-gradient(to bottom, #7b3cff, #4c2cff);
top: 0;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
/* Dot Image */
.workflow-section .timeline-dot {
position: relative;
z-index: 2;
}
/* Content Card */
.workflow-section .timeline-content {
padding: 25px;
transition: 0.3s;
margin-bottom: 1.5rem;
}
.workflow-section .timeline-content h6 {
color: #060B13;
font-size: 24px;
font-weight: 600;
line-height: 39.6px;
}
.workflow-section .timeline-content p {
color: #4A5565;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.workflow-section .timeline-content:hover {
transform: translateY(-5px);
}
.workflow-section .step-number {
color: #99A1AF;
font-size: 72px;
font-weight: 700;
line-height: 72px;
display: block;
margin-bottom: 8px;
}
/* Image Card */
.workflow-section .timeline-image {
padding: 15px;
transition: 0.3s;
margin-bottom: 1.5rem;
}
.workflow-section .timeline-image:hover {
transform: translateY(-5px);
}
.workflow-section .workflow-btn {
border-radius: 8px;
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset,
0 1px 3px 0 rgba(255, 255, 255, 0.12) inset,
0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
color: #FFF;
text-align: center;
font-size: 16px;
font-weight: 700;
padding: 12px 16px;
}
.workflow-section .workflow-btn:hover {
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset,
0 1px 3px 0 rgba(255, 255, 255, 0.12) inset,
0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
color: #FFF;
}
/* Responsive */
@media (max-width: 991px) {
.workflow-section .timeline-wrapper::before {
left: 20px;
}
.workflow-section .timeline-row .row {
flex-direction: column;
}
.workflow-section .timeline-dot {
margin-left: -24px;
text-align: left;
}
.workflow-section .timeline-content,
.workflow-section .timeline-image {
text-align: left !important;
margin-bottom: 1.5rem;
}
}
/* Parent Scoped Section */
.ai-diagnostic-section {
padding: 80px 0;
}
/* Header */
.ai-diagnostic-section .ai-subtitle {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.ai-diagnostic-section .ai-title {
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
margin-top: 10px;
}
.ai-diagnostic-section .ai-description {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* Button */
.ai-diagnostic-section .ai-btn {
border-radius: 8px;
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset, 0 1px 3px 0 rgba(255, 255, 255, 0.12) inset, 0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
padding: 10px 24px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.ai-diagnostic-section .ai-btn:hover {
background-color: #1f1f5a;
color: #fff;
}
/* Card */
.ai-diagnostic-section .ai-card {
padding: 20px;
}
.ai-diagnostic-section .ai-card-title {
color: #060B13;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 39.583px; /* 197.913% */
margin-bottom: 15px;
}
/* Icon Circle */
.ai-diagnostic-section .ai-icon-wrapper {
width: 120px;
height: 120px;
margin: 0 auto 15px;
border-radius: 50%;
background: linear-gradient(135deg, #e6e6f5, #f5f5fb);
display: flex;
align-items: center;
justify-content: center;
}
.ai-diagnostic-section .ai-icon-wrapper.highlight {
background: radial-gradient(circle, #5a4bff, #2d2d7b);
}
.ai-diagnostic-section .ai-icon-wrapper img {
max-width: 60px;
}
/* Badge */
.ai-diagnostic-section .ai-badge {
display: inline-block;
padding: 8px 18px;
color: var(--Text-Navigation, #727272);
font-family: Rubik;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 187.5% */
margin-bottom: 12px;
border-radius: 9px;
background: var(--White, #FFF);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
margin-top: 16px;
width: 100%;
}
/* Description */
.ai-diagnostic-section .ai-card-text {
border-radius: 9px;
background: var(--White, #FFF);
/* M3/Elevation Light/1 */
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
margin: 0 auto;
color: var(--Text-Navigation, #727272);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 214.286% */
padding: 15px;
height: 100%;
margin-top: 16px;
}
/* Responsive */
@media (max-width: 991px) {
.ai-diagnostic-section .ai-title {
font-size: 26px;
}
}
@media (max-width: 576px) {
.ai-diagnostic-section .ai-title {
font-size: 22px;
}
.ai-diagnostic-section .ai-description {
font-size: 14px;
}
}
/* ==========================================
Sleep Workflow Section
========================================== */
.sleep-workflow-section {
border-radius: 24px 24px 0 0;
background: linear-gradient(90deg, #141B5D -18.06%, #9810FA 149.69%);
}
.sleep-workflow-section .sleep-workflow-header {
max-width: 1000px;
}
.sleep-workflow-section .sleep-workflow-title {
color: var(--Backgrounds-Primary, #FFF);
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 180%; /* 72px */
letter-spacing: -1.92px;
margin-bottom: 16px;
}
.sleep-workflow-section .sleep-workflow-description {
color: var(--Colors-Neutral-100, #FFF);
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin-bottom: 0;
}
/* Card */
.sleep-workflow-section .sleep-workflow-card {
border-radius: 16px;
border: 0.8px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.05);
padding: 28px 24px;
height: 100%;
backdrop-filter: blur(4px);
}
.sleep-workflow-section .sleep-workflow-card-title {
color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */
margin-bottom: 22px;
}
.sleep-workflow-section .sleep-workflow-list {
padding-left: 18px;
margin: 0;
}
.sleep-workflow-section .sleep-workflow-list li {
color: #F0FDF4;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 28px */
margin-bottom: 8px;
}
/* Right Content */
.sleep-workflow-section .sleep-workflow-handle-title {
color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 133.333% */
margin-bottom: 24px;
}
.sleep-workflow-section .sleep-workflow-tags {
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.sleep-workflow-section .sleep-workflow-tag {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 9px;
background: var(--White, #FFF) !important;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
color: var(--Text-Navigation, #727272);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
padding: 12px 18px;
border-radius: 10px;
line-height: 1.4;
white-space: nowrap;
transition: all 0.3s ease;
}
.sleep-workflow-section .sleep-workflow-tag:hover {
transform: translateY(-2px);
}
/* ==========================================
Responsive
========================================== */
@media (max-width: 991.98px) {
.sleep-workflow-section .sleep-workflow-title {
font-size: 36px;
}
.sleep-workflow-section .sleep-workflow-handle-title {
font-size: 26px;
}
.sleep-workflow-section .sleep-workflow-card {
margin-bottom: 10px;
}
.sleep-workflow-section .sleep-workflow-tags {
gap: 12px;
}
.sleep-workflow-section .sleep-workflow-tag {
white-space: normal;
}
}
@media (max-width: 767.98px) {
.sleep-workflow-section {
text-align: center;
}
.sleep-workflow-section .sleep-workflow-title {
font-size: 30px;
}
.sleep-workflow-section .sleep-workflow-description {
font-size: 15px;
line-height: 1.8;
}
.sleep-workflow-section .sleep-workflow-card {
padding: 24px 20px;
}
.sleep-workflow-section .sleep-workflow-handle-title {
font-size: 24px;
}
.sleep-workflow-section .sleep-workflow-tags {
justify-content: center;
}
.sleep-workflow-section .sleep-workflow-tag {
width: 100%;
text-align: center;
white-space: normal;
}
.sleep-workflow-section .sleep-workflow-list {
text-align: left;
}
}
@media (max-width: 575.98px) {
.sleep-workflow-section .sleep-workflow-title {
font-size: 26px;
}
.sleep-workflow-section .sleep-workflow-description {
font-size: 14px;
}
.sleep-workflow-section .sleep-workflow-card-title {
font-size: 18px;
}
.sleep-workflow-section .sleep-workflow-handle-title {
font-size: 22px;
}
.sleep-workflow-section .sleep-workflow-tag {
font-size: 13px;
padding: 10px 14px;
}
}
/* ==========================================
Revenue Calculator Section
========================================== */
.revenue-calculator-section {
padding: 80px 0;
}
.revenue-calculator-section .revenue-calculator-subtitle {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
margin-bottom: 14px;
}
.revenue-calculator-section .revenue-calculator-title {
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
margin-bottom: 22px;
}
.revenue-calculator-section .revenue-calculator-note {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 200%; /* 40px */
margin-bottom: 16px;
}
.revenue-calculator-section .revenue-calculator-description {
color: var(--Colors-Neutral-900, #4A4A4A);
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%;
margin-bottom: 0;
}
.revenue-calculator-section .revenue-calculator-btn {
border-radius: 8px;
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset, 0 1px 3px 0 rgba(255, 255, 255, 0.12) inset, 0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
color: #ffffff;
border-radius: 6px;
padding: 12px 32px;
font-size: 16px;
font-weight: 600;
border: none;
transition: all 0.3s ease;
}
.revenue-calculator-section .revenue-calculator-btn:hover {
background: #120f55;
color: #ffffff;
}
/* ==========================================
Table
========================================== */
.revenue-calculator-section .revenue-calculator-table-wrapper {
margin-top: 30px;
}
.revenue-calculator-section .revenue-calculator-table {
border-collapse: separate;
border-spacing: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.revenue-calculator-section .revenue-calculator-table thead th {
color: #060B13;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 160% */
padding: 28px 20px;
border: none;
background: transparent;
}
.revenue-calculator-section .revenue-calculator-table tbody td {
color: #4A5565;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 160% */
padding: 36px 20px;
border: none;
background: transparent;
}
.revenue-calculator-section .revenue-calculator-table .annual-column {
background: rgba(238, 242, 255, 0.30);
}
/* ==========================================
Responsive
========================================== */
@media (max-width: 991.98px) {
.revenue-calculator-section .revenue-calculator-title {
font-size: 40px;
}
.revenue-calculator-section .revenue-calculator-table thead th {
font-size: 20px;
padding: 24px 16px;
}
.revenue-calculator-section .revenue-calculator-table tbody td {
font-size: 18px;
padding: 28px 16px;
}
}
@media (max-width: 767.98px) {
.revenue-calculator-section .revenue-calculator-title {
font-size: 32px;
}
.revenue-calculator-section .revenue-calculator-description {
font-size: 15px;
line-height: 1.8;
}
.revenue-calculator-section .revenue-calculator-note {
font-size: 14px;
}
.revenue-calculator-section .revenue-calculator-table thead th {
font-size: 17px;
white-space: nowrap;
}
.revenue-calculator-section .revenue-calculator-table tbody td {
font-size: 16px;
white-space: nowrap;
}
.revenue-calculator-section .revenue-calculator-btn {
padding: 11px 26px;
}
}
@media (max-width: 575.98px) {
.revenue-calculator-section .revenue-calculator-title {
font-size: 28px;
}
.revenue-calculator-section .revenue-calculator-subtitle {
font-size: 14px;
}
.revenue-calculator-section .revenue-calculator-description {
font-size: 14px;
}
.revenue-calculator-section .revenue-calculator-table thead th {
font-size: 15px;
padding: 18px 12px;
}
.revenue-calculator-section .revenue-calculator-table tbody td {
font-size: 14px;
padding: 22px 12px;
}
.revenue-calculator-section .revenue-calculator-btn {
width: 100%;
max-width: 260px;
}
}
/* ==========================================
Patient Journey Section
========================================== */
.patient-journey-section {
padding: 80px 0;
}
/* Left Content */
.patient-journey-section .patient-journey-content {
padding-right: 20px;
}
.patient-journey-section .patient-journey-subtitle {
color: var(--Colors-Neutral-1000, #333);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 36px */
margin-bottom: 18px;
}
.patient-journey-section .patient-journey-title {
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
margin-bottom: 24px;
}
.patient-journey-section .patient-journey-description {
color: var(--Colors-Neutral-900, #4A4A4A);
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin-bottom: 30px;
}
.patient-journey-section .patient-journey-btn {
border-radius: 8px;
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset, 0 1px 3px 0 rgba(255, 255, 255, 0.12) inset, 0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
color: #ffffff;
border-radius: 6px;
padding: 12px 28px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
border: none;
transition: all 0.3s ease;
}
.patient-journey-section .patient-journey-btn:hover {
background: #0f0f55;
color: #ffffff;
}
/* Cards */
.patient-journey-section .patient-journey-card {
border-radius: 24px;
border: 1px solid #E2E2E4;
background: #FFF;
padding: 20px;
transition: all 0.3s ease;
height: 100%;
}
.patient-journey-section .patient-journey-card:hover {
transform: translateY(-4px);
}
.patient-journey-section .patient-journey-image {
border-radius: 10px;
border-bottom: 0.8px solid #F3F4F6;
background: #F8F9FF;
padding: 24px;
text-align: center;
margin-bottom: 24px;
}
.patient-journey-section .patient-journey-card-title {
color: #060B13;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 165% */
padding-bottom: 18px;
margin-bottom: 18px;
border-bottom: 1px solid #e5e5e5;
}
.patient-journey-section .patient-journey-list {
margin: 0;
padding-left: 18px;
}
.patient-journey-section .patient-journey-list li {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
margin-bottom: 10px;
}
/* ==========================================
Responsive
========================================== */
@media (max-width: 1199.98px) {
.patient-journey-section .patient-journey-title {
font-size: 42px;
}
.patient-journey-section .patient-journey-card-title {
font-size: 24px;
}
}
@media (max-width: 991.98px) {
.patient-journey-section .patient-journey-content {
padding-right: 0;
margin-bottom: 20px;
}
.patient-journey-section .patient-journey-title {
max-width: 100%;
font-size: 38px;
}
.patient-journey-section .patient-journey-description {
max-width: 100%;
}
.patient-journey-section .patient-journey-card-title {
font-size: 22px;
}
}
@media (max-width: 767.98px) {
.patient-journey-section .patient-journey-title {
font-size: 32px;
}
.patient-journey-section .patient-journey-description {
font-size: 15px;
line-height: 1.8;
}
.patient-journey-section .patient-journey-card {
padding: 18px;
}
.patient-journey-section .patient-journey-image {
padding: 20px;
}
.patient-journey-section .patient-journey-card-title {
font-size: 20px;
}
.patient-journey-section .patient-journey-list li {
font-size: 13px;
}
}
@media (max-width: 575.98px) {
.patient-journey-section .patient-journey-title {
font-size: 28px;
}
.patient-journey-section .patient-journey-subtitle {
font-size: 14px;
}
.patient-journey-section .patient-journey-description {
font-size: 14px;
}
.patient-journey-section .patient-journey-btn {
width: 100%;
text-align: center;
}
.patient-journey-section .patient-journey-card-title {
font-size: 18px;
}
.patient-journey-section .patient-journey-image img {
max-height: 110px;
}
}
/* ==========================================
Training & Support Section
========================================== */
.training-support-section {
padding: 80px 0;
}
/* Header */
.training-support-section .training-support-subtitle {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
margin-bottom: 16px;
}
.training-support-section .training-support-title {
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
margin-bottom: 24px;
}
.training-support-section .training-support-description {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin: 0 auto;
}
.training-support-section .training-support-btn {
border-radius: 8px;
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset, 0 1px 3px 0 rgba(255, 255, 255, 0.12) inset, 0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
color: #ffffff;
border: none;
border-radius: 6px;
padding: 12px 28px;
font-size: 16px;
font-weight: 600;
transition: all 0.3s ease;
}
.training-support-section .training-support-btn:hover {
background: #111257;
color: #ffffff;
}
/* Card */
.training-support-section .training-support-card {
border-radius: 15.993px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 3.998px 9.996px 0 rgba(0, 0, 0, 0.06);
padding: 36px 34px;
height: 100%;
}
.training-support-section .training-support-list {
margin: 0;
padding-left: 20px;
}
.training-support-section .training-support-list li {
color: #4A4A4A;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin-bottom: 22px;
}
.training-support-section .training-support-list li:last-child {
margin-bottom: 0;
}
/* Image */
.training-support-section .training-support-image-wrapper {
position: relative;
}
.training-support-section .training-support-image {
max-width: 100%;
height: auto;
object-fit: contain;
}
/* ==========================================
Responsive
========================================== */
@media (max-width: 1199.98px) {
.training-support-section .training-support-title {
font-size: 42px;
}
}
@media (max-width: 991.98px) {
.training-support-section .training-support-title {
font-size: 38px;
}
.training-support-section .training-support-card {
padding: 30px 26px;
}
.training-support-section .training-support-list li {
font-size: 15px;
margin-bottom: 18px;
}
.training-support-section .training-support-image-wrapper {
margin-top: 20px;
}
}
@media (max-width: 767.98px) {
.training-support-section .training-support-header {
margin-bottom: 40px;
}
.training-support-section .training-support-title {
font-size: 32px;
}
.training-support-section .training-support-description {
font-size: 15px;
line-height: 1.8;
}
.training-support-section .training-support-card {
padding: 26px 22px;
}
.training-support-section .training-support-list li {
font-size: 14px;
line-height: 1.8;
margin-bottom: 16px;
}
}
@media (max-width: 575.98px) {
.training-support-section .training-support-subtitle {
font-size: 14px;
}
.training-support-section .training-support-title {
font-size: 28px;
}
.training-support-section .training-support-description {
font-size: 14px;
}
.training-support-section .training-support-btn {
width: 100%;
max-width: 260px;
}
.training-support-section .training-support-card {
padding: 22px 18px;
}
.training-support-section .training-support-list {
padding-left: 18px;
}
.training-support-section .training-support-list li {
font-size: 13px;
}
}
/* =========================================================
Scan Partner vs Full Sleep Program Section
========================================================= */
.scan-program-section {
padding: 80px 0;
}
.scan-program-section__top-title {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
margin-bottom: 10px;
}
.scan-program-section__main-title {
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
margin-bottom: 22px;
}
.scan-program-section__description {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
line-height: 150%; /* 48px */
}
.scan-program-section__btn {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset, 0 1px 3px 0 rgba(255, 255, 255, 0.12) inset, 0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
color: #ffffff;
font-size: 16px;
font-weight: 600;
padding: 12px 34px;
border-radius: 8px;
text-decoration: none;
transition: all 0.3s ease;
}
.scan-program-section__btn:hover {
background: #12184d;
color: #ffffff;
}
.scan-program-section__card {
position: relative;
border-radius: 16px;
border: 1.6px solid #E5E7EB;
background: #FFF;
padding: 34px 32px;
transition: all 0.3s ease;
}
.scan-program-section__card--highlight {
border-radius: 16px;
border: 1.6px solid var(--frre, #141B5D);
}
.scan-program-section__badge {
position: absolute;
top: -14px;
left: 50%;
transform: translateX(-50%);
border-radius: 26843500px;
background: linear-gradient(90deg, #141B5D 0%, #1E1D67 7.14%, #281E72 14.29%, #311F7C 21.43%, #3A2087 28.57%, #432192 35.71%, #4C219D 42.86%, #5621A8 50%, #5F20B3 57.14%, #681FBF 64.29%, #721ECA 71.43%, #7B1CD6 78.57%, #8519E2 85.71%, #8E16EE 92.86%, #9810FA 100%);
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
padding: 6px 16px;
border-radius: 50px;
letter-spacing: 0.4px;
}
.scan-program-section__card-title {
color: #141B5D;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 42px; /* 150% */
margin-bottom: 22px;
}
.scan-program-section__price {
color: #141B5D;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 72px; /* 225% */
margin-bottom: 26px;
line-height: 1.2;
}
.scan-program-section__price--highlight {
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.scan-program-section__list {
margin: 0;
padding-left: 18px;
}
.scan-program-section__list li {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
margin-bottom: 10px;
}
.scan-program-section__list li:last-child {
margin-bottom: 0;
}
/* ==========================================
Tablet Responsive
========================================== */
@media (max-width: 991.98px) {
.scan-program-section__main-title {
font-size: 34px;
}
.scan-program-section__card-title {
font-size: 28px;
}
.scan-program-section__price {
font-size: 34px;
}
}
/* ==========================================
Mobile Responsive
========================================== */
@media (max-width: 767.98px) {
.scan-program-section {
padding-top: 70px !important;
padding-bottom: 70px !important;
}
.scan-program-section__main-title {
font-size: 28px;
}
.scan-program-section__description {
font-size: 15px;
line-height: 1.7;
}
.scan-program-section__btn {
width: 100%;
padding: 12px 20px;
}
.scan-program-section__card {
padding: 28px 24px;
}
.scan-program-section__card-title {
font-size: 24px;
}
.scan-program-section__price {
font-size: 28px;
}
.scan-program-section__list li {
font-size: 14px;
}
}
/* =========================================================
Partner Requirements Section
========================================================= */
.partner-requirements-section {
padding: 80px 0;
}
.partner-requirements-section__title {
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-family: Rubik;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 60px */
margin-bottom: 8px;
}
.partner-requirements-section__subtitle {
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%;
margin-bottom: 24px;
}
.partner-requirements-section__description {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
.partner-requirements-section__btn {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset, 0 1px 3px 0 rgba(255, 255, 255, 0.12) inset, 0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
color: #ffffff;
text-decoration: none;
font-size: 16px;
font-weight: 600;
padding: 12px 34px;
border-radius: 8px;
transition: all 0.3s ease;
}
.partner-requirements-section__btn:hover {
background: #13184c;
color: #ffffff;
}
.partner-requirements-section__card {
border-radius: 40px;
border: 0.8px solid #F3F4F6;
background: #FFF;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
padding: 60px 50px;
height: 100%;
}
.partner-requirements-section__card-title {
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: Rubik;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 60px */
letter-spacing: -1.92px;
margin-bottom: 30px;
}
.partner-requirements-section__list {
margin: 0;
padding-left: 24px;
}
.partner-requirements-section__list li {
color: var(--Colors-Neutral-900, #4A4A4A);
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin-bottom: 10px;
}
.partner-requirements-section__list li:last-child {
margin-bottom: 0;
}
.partner-requirements-section__phone-frame {
max-width: 320px;
margin: 0 auto;
}
.partner-requirements-section__image {
width: 100%;
height: auto;
display: block;
}
/* ==========================================
Tablet Responsive
========================================== */
@media (max-width: 991.98px) {
.partner-requirements-section__title {
font-size: 40px;
}
.partner-requirements-section__subtitle {
font-size: 24px;
}
.partner-requirements-section__card {
padding: 50px 40px;
}
.partner-requirements-section__card-title {
font-size: 36px;
}
.partner-requirements-section__list li {
font-size: 17px;
}
.partner-requirements-section__phone-frame {
max-width: 280px;
}
}
/* ==========================================
Mobile Responsive
========================================== */
@media (max-width: 767.98px) {
.partner-requirements-section {
padding-top: 70px !important;
padding-bottom: 70px !important;
}
.partner-requirements-section__title {
font-size: 30px;
}
.partner-requirements-section__subtitle {
font-size: 22px;
}
.partner-requirements-section__description {
font-size: 15px;
line-height: 1.8;
}
.partner-requirements-section__btn {
width: 100%;
padding: 12px 20px;
}
.partner-requirements-section__card {
padding: 35px 24px;
border-radius: 24px;
}
.partner-requirements-section__card-title {
font-size: 28px;
margin-bottom: 20px;
}
.partner-requirements-section__list li {
font-size: 15px;
line-height: 1.8;
}
.partner-requirements-section__phone-frame {
max-width: 240px;
}
}
/* Sticky Wrapper */
.main-home-sticky-m .sticky-wrapper-m {
position: relative;
}
/* Sticky Sections */
.main-home-sticky-m .sticky-section-m {
height: auto;
position: sticky;
top: 0vh;
padding: 80px 0;
transition: opacity 0.4s ease;
background-color: #fff;
}
@media(max-width:992px){
.main-home-sticky-m .sticky-section-m {
height: auto;
position: static;
padding: 20px 0;
}
}