:root {
    --primary-blue: #1e90ff;
    --primary-red: #ff715b;
    --primary-yellow: #ffe595;
    --dark-blue: #62a6d4;
    --light-blue: #d4f4fc;
    --papaya: #fcedd5;
    --dark-papaya: #f8dcad;
    --dark-purple: #9290f3;
    --purple: #d4caff;
    --light-purple: #d0c3ff;
    --extra-light-purple: #e6e0fc;
    --green: #dbf7cb;
    --cyan: #20e7f4;
    --light-cyan: #b6effd;
    --dark-yellow: #fffaa0;
    --orange: #fce3b2;
    --gray: #f5f5f5;
    --dark-gray: #e8e8e8;
    --btn-blue: #212173;
    --gray-bg: #d6d6d6;
    --btn-white-hover: #ff9999;
    --btn-primary-hover: #6456c2;
    --dim-gray:#333;
    --colors-brand-primary: #212173;
    --colors-brand-secondary: #feb796;
    --colors-brand-muted: #4f4f6e;
}
@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/dm-sans-v11-latin-ext_latin-regular.eot");
    /* IE9 Compat Modes */
    src: local(""),
        url("../fonts/dm-sans-v11-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/dm-sans-v11-latin-ext_latin-regular.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../fonts/dm-sans-v11-latin-ext_latin-regular.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/dm-sans-v11-latin-ext_latin-regular.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/dm-sans-v11-latin-ext_latin-regular.svg#DMSans") format("svg");
    /* Legacy iOS */
}
/* dm-sans-500 - latin-ext_latin */
@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/dm-sans-v11-latin-ext_latin-500.eot");
    /* IE9 Compat Modes */
    src: local(""),
        url("../fonts/dm-sans-v11-latin-ext_latin-500.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/dm-sans-v11-latin-ext_latin-500.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../fonts/dm-sans-v11-latin-ext_latin-500.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/dm-sans-v11-latin-ext_latin-500.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/dm-sans-v11-latin-ext_latin-500.svg#DMSans") format("svg");
    /* Legacy iOS */
}
/* dm-sans-700 - latin-ext_latin */
@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/dm-sans-v11-latin-ext_latin-700.eot");
    /* IE9 Compat Modes */
    src: local(""),
        url("../fonts/dm-sans-v11-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/dm-sans-v11-latin-ext_latin-700.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../fonts/dm-sans-v11-latin-ext_latin-700.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/dm-sans-v11-latin-ext_latin-700.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/dm-sans-v11-latin-ext_latin-700.svg#DMSans") format("svg");
    /* Legacy iOS */
}
body {
    font-family: "DM Sans", sans-serif;
    color: #333;
}
/*Color*/
.bg-x-light-purple {
    background-color: var(--extra-light-purple);
}
.bg-papaya {
    background-color: var(--papaya);
}
.bg-dark-papaya {
    background-color: var(--dark-papaya);
}
.bg-light-blue {
    background-color: var(--light-blue);
}
.bg-light-purple {
    background-color: var(--light-purple);
}
.bg-op-gray {
    background-color: hsla(0, 0%, 8%, 0.2);
}
.bg-purple-img {
    background-image: url(../media/svg/ui-067.svg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: auto;
}
.bg-yellow {
    background-color: var(--primary-yellow);
}
.bg-dark-yellow {
    background-color: var(--dark-yellow);
}
.bg-gray {
    background-color: var(--gray);
}
.bg-dark-gray {
    background-color: var(--dark-gray);
}
.bg-green {
    background-color: var(--green);
}
.accordion-button:focus{
    box-shadow: none;-shadow: none;
}
.btn-red {
    background-color: var(--primary-red);
    color: white;
}
.btn-red:hover {
    background-color: var(--btn-white-hover);
}
.nav-link {
    color: white;
}
.btn-primary {
    background-color: var(--btn-blue);
    color: white !important;
}
.btn-primary:hover {
    background-color: var(--btn-primary-hover);
}
.btn-white {
    background-color: white;
    color: black !important;
}
.btn-white:hover {
    background-color: var(--btn-white-hover);
}
.btn.bg-dark-blue{
    background-color: var(--dark-blue);
    color: white !important;
}
.btn.bg-dark-blue:hover{
    background-color: var(--colors-brand-primary);
}
.bg-dark-blue {
    background-color: var(--dark-blue);
}
.bg-dim-gray{
    background-color: var(--dim-gray);
}
.bg-black{
    background-color: black;
}
.gradient-background{
    background-image: linear-gradient(90deg, #3f5ff6, #8dc4fa 62%, #e9bbc4);
    background-image: -webkit-gradient(linear, left top, right top, from(#3f5ff6), color-stop(62%, #8dc4fa), to(#e9bbc4));
}
/*Image*/
.image-container {
    display: flex;
    width: 100%;
}
.ui-image {
    position: static;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.rounded-end-bottom {
    border-bottom-right-radius: 5rem;
}
/*Utilities*/
.msuite-top-list-group{
    --bs-list-group-border-color:transparent;
}
.msuite-top-list-group .list-group-item{
background-color: var(--gray);
--bs-list-group-border-radius:0;
border-bottom: 1px solid;
}
.msuite-top-list-group .list-group-item:last-child{border-bottom: none;}
.msuite-top-list-group .list-group-item.active{
    background-color: var(--light-blue);
    color:#333;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 0;
}
.p-6 {
    padding: 6rem;
}
.radius-6 {
    border-radius: 32px;
}
.radius-7 {
    border-radius: 100px;
}
.section-hero {
    min-height: 80vh;
    position: relative;
}
.section-hero::after{
    background-image: url(../media/img/647f49e91da01a85d43455ec_gradient-mesh-backround-1.webp);
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .4;
    content: "";
    z-index: -1;
}
.main-grid {
    position: relative;
    width: 100%;
    align-items: start;
}
.gradient-text-clipping {
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(#3f5ff6),
            color-stop(62%, #8dc4fa),
            to(#e9bbc4));
    background-image: linear-gradient(90deg, #3f5ff6, #8dc4fa 62%, #e9bbc4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.border-gradient-bottom{
    background-clip: padding-box;
    border-bottom: solid 1px transparent;
    position: relative;
    z-index: 1;
}
.border-gradient-bottom::before{
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 1px;
    margin: 0px;
  /* !importanté */
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, right top, from(#3f5ff6), color-stop(62%, #8dc4fa), color-stop(103%, #e9bbc4));
    background: linear-gradient(90deg, #3f5ff6, #8dc4fa 62%, #e9bbc4 103%);
}
.fw-semibold{font-weight: 500 !important;}

/*
=====
NAVBAR 
=====
*/
.dropdown-toggle::after{display: none;}
.navbar .dropdown-toggle i, .top-bar .dropdown-toggle i{}
.navbar .dropdown-toggle.show i, .top-bar .dropdown-toggle.show i{transform: rotate(-180deg);}
.avatar {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-block !important;
}
.avatar-sm {
    height: 2.5rem;
    width: 2.5rem;
}
.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.navbar-light .navbar-icon-link, .navbar-fixed-light.fixed-top .navbar-icon-link, .navbar-hover-light:hover .navbar-icon-link {
    color: rgba(0, 0, 0, 0.95);
}
.navbar-icon-link {
    display: flex;
    margin: 0 0.5rem;
    padding: 0.4rem 0;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 1.2rem;
    line-height: 1.5;
    align-items: center;
}
.nav-notification {
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    font-size: 0.8rem;
}
/*Component*/
.bullet {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #000;
    display: inline-block;
}
.pill-btn {
    margin-bottom: 15px;
    padding: 20px 30px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    color: white;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991.98px) {
    .pill-btn {
        padding: 10px 15px;
    }
}
.btn-label-wrapper {
    align-items: center;
    display: flex;
    position: relative;
}
.pill-btn .black-arrow,
.pill-btn .white-arrow {
    display: flex;
    overflow: hidden;
    height: 12px;
    flex-direction: column;
    flex: 0 0 auto;
    grid-row-gap: 0px;
    width: 20px;
}
.pill-btn .black-arrow.distort,
.pill-btn .white-arrow.distort{
    transform: rotate(-45deg);
    padding: 1rem;
    display: block;
}
.pill-btn .black-arrow.distort{
    background-color: white;
    border-radius: 100px;
}
.scribble-line {
    display: inline-block;
    padding-bottom: 1rem;
    background-image: url(../media/svg/scribble-line.svg);
    background-position: 50% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.text-field {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 200px;
    min-height: 50px;
    height: 100%;
}
.btn-circle-2{
    height: 4rem;
    width: 4rem;
    border-radius: 100%;
}
.btn-circle {
    background-image: url(../media/svg/cta-arrow-white.svg);
    background-position: 50% 50%;
    background-size: auto 12px;
    background-repeat: no-repeat;
    border-radius: 100%;
    text-indent: -9999px;
    height: 5.2em;
    width: 5.2em;
}
.btn-circle-sm {
    background-image: url(../media/svg/cta-arrow-white.svg);
    background-position: 50% 50%;
    background-size: auto 12px;
    background-repeat: no-repeat;
    border-radius: 100%;
    text-indent: -9999px;
    height: 3em;
    width: 3em;
}
.black-arrow {
    background-image: url(../media/svg/cta-arrow-black.svg);
    background-position: 50% 50%;
    background-size: auto 12px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    width: 100%;
}
.white-arrow {
    background-image: url(../media/svg/cta-arrow-white.svg);
    background-position: 50% 50%;
    background-size: auto 12px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    width: 100%;
}
.box-container {
    height: 100%;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-template-rows: auto auto;
    grid-row-gap: calc(var(--bs-gutter-x));
}
.c-box {
    height: 100%;
    width: 100%;
}
.icon-box {
    padding: 1rem;
    display: inline-block;
    border-radius: 1rem;
}
.icon-box img {
    width: 30px;
}
.inner-text-marquee {
    white-space: nowrap;
    position: relative;
}
.persona-slider {
    position: relative;
    min-height: 100vh;
    width: 100%;
    z-index: 1;
}
.persona-slider-container {
    display: flex;
    width: 100%;
    position: sticky;
    height: 100vh;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.persona-slider-container::after {
    background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
    background-image: -webkit-gradient(linear,
            right top,
            left top,
            from(#fff),
            to(hsla(0, 0%, 100%, 0)));
    right: 0%;
    top: 0%;
    bottom: 0%;
    left: auto;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100px;
}
.persona-slider-container::before {
    background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(#fff),
            to(hsla(0, 0%, 100%, 0)));
    left: 0%;
    top: 0%;
    bottom: 0%;
    right: auto;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100px;
}
.cs-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: flex;
}
@media (max-width: 991.98px) {
    .cs-wrapper{width: 200%;}
}
.ps-items {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
@media (max-width: 991.98px) {
    .ps-items div {height: auto !important;}
    .ps-items ._8{display: none;}
    .ps-items ._1{display: none;}
}
.ps-items div span {
    display: block;
    text-align: center;
}
.ps-items div {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    border-radius: 5px;
}
.ps-items span {
    font-size: .7rem;
}
.ps-items div img {
    width: 120px;
    height: 120px;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    border-radius: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
.ps-items ._2 {
    left: 4%;
    top: 15%;
}
.ps-items ._3 {
    left: 8%;
    top: auto;
    right: auto;
    bottom: 29%;
}
.ps-items ._4 {
    left: 17%;
    top: auto;
    bottom: 5%;
}
.ps-items ._5 {
    left: 40%;
    top: 3%;
}
.ps-items ._6 {
    left: 47%;
    top: auto;
    right: auto;
    bottom: 24%;
}
.ps-items ._7 {
    left: 78%;
    top: 1%;
}
.ps-items ._8 {
    left: 52%;
    top: 53%;
}
.ps-items ._9 {
    left: 82%;
    top: auto;
    right: auto;
    bottom: 12%;
}
.ps-items ._10 {
    left: calc(90% - 120px);
    top: 30%;
}
.box-gradient {
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    opacity: 0;
    bottom: -3px;
    border-radius: calc(var(--bs-border-radius-xl) + 2px) !important;
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(#3f5ff6),
            color-stop(62%, #8dc4fa),
            to(#e9bbc4));
    background-image: linear-gradient(90deg, #3f5ff6, #8dc4fa 62%, #e9bbc4);
}
.colorful-card-wrapper {
    position: relative;
    width: 100%;
    transition: all 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.colorful-card-wrapper,
.colorful-card-wrapper .card {
    height: 100%;
}
.colorful-card {
    z-index: 1;
}
.colorful-card-wrapper:hover {
    transform: translate3d(0px, -20px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
@media (max-width: 991.98px) {
    .colorful-card-wrapper:hover {
        transform: translate3d(0px, -5px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }
}   
.colorful-card-wrapper:hover .box-gradient {
    opacity: 1;
}
.las, .lab {
    background: -webkit-linear-gradient(#9c47fc, #356ad2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.span-scrible {
    display: inline-block;
    padding-right: 1.5rem;
    padding-bottom: 1.2rem;
    background-image: url(../media/svg/scribble-burst.svg);
    background-position: 100% 100%;
    background-size: auto;
    background-repeat: no-repeat;
}
.span-circle {
    position: relative;
    bottom: -1rem;
    display: inline-block;
    overflow: hidden;
    width: 7rem;
    height: 4.8rem;
    margin-right: 0.2em;
    margin-left: 0.2em;
    border-radius: 200px;
}
.span-circle._001 {
    width: 7rem;
    background-color: #faddaf;
    background-image: url(../media/img/ui-0450.png);
    background-position: 50% 0%;
    background-size: cover;
}
.span-circle._002 {
    background-color: #f5b3ea;
    background-image: url(../media/img/ui-021.png);
    background-position: 0px 0px;
    background-size: cover;
}
.custom-lead {
    line-height: 1.5em;
}
/* Fake Horizontal Gallery FX*/
.fake-horizontal-fx{position: relative; overflow: hidden;}
.fake-horizontal-fx img {
    background: #f0f0f0;
}

.fake-horizontal-fx  ul {
    padding-left: 1rem;
    list-style: none;
}

.fake-horizontal-fx li {
    flex-shrink: 0;
    /*width: clamp(500px, 60vw, 800px);*/
    padding-right: 5rem;
}
.fh-fx-img{height: 280px;width:280px;position: relative;object-fit: cover;}
.fh-fx-img.long{width: 420px;}


.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    color: white;
}


.demo-gallery:not(.last) {
    padding-bottom: 1rem;
}

.demo-text .text {
    font-size: clamp(8rem, 15vw, 16rem);
    line-height: 1.2em;
    font-weight: 900;
    white-space: nowrap;
    inline-size: min-content;
}
.span-smile{
    padding-right: 1.4em;
    background-image: url(../media/svg/g-013.svg);
    background-position: 50% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
/* Makes the animation pause on hover */
.moving-item:hover {
    animation-play-state: paused;
}
/* The animation */
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* media query to enable animation for only those who want it */
@media (prefers-reduced-motion: no-preference) {
    .moving-item {
        grid-column-gap: 2rem;
    }
    .inner-text-marquee {
        animation: marquee 30s linear infinite;
        will-change: transform;
    }
}
.moving-item>div,
.moving-item>img {
    float: left;
    color: white;
}
.moving-item>img {
    height: 24px;
    max-width: 100%;
}


/* */
.code-title, .code-title span::before {
    color: var(--colors-brand-secondary);
}
.code-title span {
    background-color: var(--colors-brand-primary);
    position: relative;
    min-width: 1ch;
    -webkit-box-decoration-break: clone;
    padding: 0 1rem;
    box-decoration-break: clone;
}
.code-title, .code-title span::before {
    color: var(--colors-brand-secondary);
}
.code-title span::before {
    content: ">";
    margin-right: 1rem;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .box-container {
        grid-column-gap: 0px;
    }
    .p-6 {
        padding: 2rem;
    }
    footer .text-field {
        min-height: 50px;
    }
    .text-field {
        min-height: 5.2rem;
    }
    .btn-circle-sm {
        width: 50px;
        height: 50px;
    }

}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }
    .box-container {
        grid-column-gap: calc(var(--bs-gutter-y));
    }
    .text-field {
        min-height: 5.2rem;
    }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .ps-items span {
        font-size: var(--bs-body-font-size);
    }
    .ps-items div {
        position: absolute;
        width: 160px;
        height: 160px;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        border-radius: 5px;
    }
    .ps-items div img {
        width: 160px;
        height: 160px;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        border-radius: 5px;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .ps-items ._1 {}
    .ps-items ._2 {
        left: 5%;
        top: 36%;
    }
    .ps-items ._3 {
        left: 10%;
        top: auto;
        right: auto;
        bottom: 8%;
    }
    .ps-items ._4 {
        left: 32%;
        top: 4%;
    }
    .ps-items ._5 {
        left: 38%;
        top: 40%;
    }
    .ps-items ._6 {
        left: 50%;
        top: auto;
        right: auto;
        bottom: 9%;
    }
    .ps-items ._7 {
        left: 62%;
        top: 4%;
    }
    .ps-items ._8 {
        left: 68%;
        top: 36%;
    }
    .ps-items ._9 {
        left: 84%;
        top: auto;
        right: auto;
        bottom: 12%;
    }
    .ps-items ._10 {
        left: calc(96% - 160px);
        top: 12%;
    }
}
/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .box-container {
        grid-column-gap: calc(var(--bs-gutter-x));
    }
    .p-6 {
        padding: 6rem;
    }
}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .box-container {
        grid-column-gap: calc(var(--bs-gutter-x));
    }
}


.product-diagram {
  color: blue;
  background: #ccc;
  margin: auto;
}

.product-diagram, .product-diagram ul, .product-diagram li, .product-diagram h3, .product-diagram h1, .product-diagram p {
  font-family:"JetBrains Mono", monospace;
  font-size: .8rem;
  line-height: 15px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  word-break: break-word;
}

.product-diagram h1 {
  font-weight: 700;
}

.product-diagram li {
  font-weight: 400;
  list-style: none;
}

.product-diagram .join,
.product-diagram .up::after,
.product-diagram .down::before {
  background-position: 50% 50%;
}

.product-diagram .up::after,
.product-diagram .down::before {
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 20px;
}

.product-diagram .up::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA3IDQiPjxwYXRoIGZpbGw9IiMwMEYiIGQ9Ik0xIDRWM2gxVjJoM3YxaDF2MWgxVjJINlYxSDVWMEgydjFIMXYxSDB2MiIvPjwvc3ZnPg==);
}

.product-diagram .down::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI3cHgiIGhlaWdodD0iNHB4IiB2aWV3Qm94PSIwIDAgNyA0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3IDQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGZpbGw9IiMwMDAwRkYiIHBvaW50cz0iNiwwIDYsMSA1LDEgNSwyIDIsMiAyLDEgMSwxIDEsMCAwLDAgMCwyIDEsMiAxLDMgMiwzIDIsNCA1LDQgNSwzIDYsMyA2LDIgNywyIDcsMCAiLz48L3N2Zz4=);
}

.product-diagram .join {
  background-repeat: repeat-y;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxcHgiIGhlaWdodD0iMXB4IiB2aWV3Qm94PSIwIDAgMSAxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxIDEiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiMwMDAwRkYiIGQ9Ik0wLDBoMXYxSDBWMHoiLz48L3N2Zz4=);
}

.product-diagram .thin,
.product-diagram .thick {
  background: #ffeefa;
}

.product-diagram .thin {
  border: 1px solid blue;
  padding: 0.5em;
}

.product-diagram .thick {
  border: 3px solid blue;
  padding: 1.5em;
}

.product-diagram .main {
  text-align: center;
}
.product-diagram .main ul {
  display: block;
  width: 250px;
  margin: 1em auto 0 auto;
}

.product-diagram ul.row {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.product-diagram ul.row li.page {
  flex: 1;
  margin: 0 0.5em;
}
@media (max-width: 991.98px) {
    .product-diagram ul.row li.page {
        flex: 1;
        margin: 0 0.1em;
    }
}
.product-diagram ul.row li.page.stretch {
  align-self: stretch;
}
.product-diagram ul.row li.page:first-child {
  margin-left: 0;
}
.product-diagram ul.row li.page:last-child {
  margin-right: 0;
}
.product-diagram ul.row li.page h3 + ul.content {
  margin-top: 1.5em;
}
.product-diagram ul.row li.page ul.content li {
  border-top: 1px solid blue;
  padding: 2px 0;
}
.product-diagram ul.row li.page ul.content li ul.section li {
  border-top: none;
  padding: 0;
}
.product-diagram ul.row li.page ul.content li ul.section li:before {
  content: "― ";
}

section.product-diagram {
  background: #ffeefa;
  transition: max-width 400ms ease-in-out;
  margin: auto;
  z-index: 99;
}
section.product-diagram .thin h3 {
  will-change: auto;
  transition: transform 400ms ease-in-out;
  transform-origin: 0 50%;
}
section.product-diagram .thin ul.content {
  transition: opacity 200ms ease;
  opacity: 1;
  padding: 0;
}

section.product-diagram.narrow {
  max-width: 300px;
}
section.product-diagram.narrow li.page .thin {
  display: block;
  height: 126px;
  position: relative;
}
section.product-diagram.narrow li.page .thin ul.content {
  opacity: 0;
}
section.product-diagram.narrow li.page .thin h3 {
  position: absolute;
  left: 1em;
  top: 0.25em;
  transform: rotate(90deg);
  width: 300px;
}

@media (max-width: 560px) {
  li.page .thin {
    display: block;
    height: 255px;
    position: relative;
  }
  li.page .thin ul.content {
    opacity: 0;
  }
  li.page .thin h3 {
    position: absolute;
    left: 1em;
    top: 0.25em;
    transform: rotate(90deg);
    width: 300px;
  }
}

/* Quiz Styles */
.quiz-step {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.quiz-step.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.plan-option {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: white;
    position: relative;
}

.plan-option:hover {
    border-color: var(--primary-blue);
    background-color: #f8f9ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 144, 255, 0.1);
}

.plan-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.plan-option input[type="radio"]:checked ~ .plan-option,
.plan-option:has(input[type="radio"]:checked) {
    border-color: var(--primary-blue);
    background-color: #f8f9ff;
    box-shadow: 0 4px 12px rgba(30, 144, 255, 0.15);
}

.plan-option input[type="radio"]:checked + label {
    color: var(--primary-blue);
}

.plan-option:has(input[type="radio"]:checked) .form-check-label strong {
    color: var(--primary-blue);
}

.form-check-input:checked {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}

.form-check-input:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.25rem rgba(30, 144, 255, 0.25);
}

.form-check-label {
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
}

.form-check-label strong {
    color: #333;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 5px;
}

.form-check-label small {
    color: #6c757d;
    font-size: 0.9rem;
}

#results {
    text-align: center;
}

#results .card {
    border: 2px solid var(--primary-blue);
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(30, 144, 255, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
}

#results .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-blue);
}

#results .display-6 {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(45deg, var(--primary-blue), #8dc4fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.quiz-step h4 {
    color: var(--primary-blue);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.quiz-step h4 i {
    color: var(--primary-blue);
    opacity: 0.8;
}

.quiz-navigation {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.btn-quiz {
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-quiz:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.progress-bar-quiz {
    height: 6px;
    background-color: #e9ecef;
    border-radius: 3px;
    margin-bottom: 30px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-blue), #8dc4fa);
    border-radius: 3px;
    transition: width 0.3s ease;
}

.step-indicator {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.step-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e9ecef;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.step-dot.active {
    background-color: var(--primary-blue);
    transform: scale(1.2);
}

.step-dot.completed {
    background-color: #28a745;
}

@media (max-width: 768px) {
    .plan-option {
        padding: 15px;
        margin-bottom: 10px;
    }
    
    .form-check-label strong {
        font-size: 1rem;
    }
    
    .form-check-label small {
        font-size: 0.8rem;
    }
    
    #results .display-6 {
        font-size: 2rem;
    }
}

