:root {


    --color-ff9c60: #45B4D2;
    --color-7c74d0: #7C74D0;
    --color-c4bafc: #C4BAFC;
    --color-202957: #202957;
    --color-2b496b: #2B496B;
    --color-2e97aa: #45B4D2;
    --color-eff0f5: #EFF0F5;
    --color-707070: #707070;
    --color-ffffff: #FFFFFF;
    --color-343434: #343434;

    --color-primary: #542B82;
    --color-green: var(--color-2e97aa);
    --color-orange: var(--color-ff9c60);




    --body-bg: #E1DCFD;
    --body-font-size: 20px;
    --body-line-height: 26px;

    --h2-font-size: 45px;
    --h2-line-height: 55px;
    --h2-font-family: 55px;
    --h2-font-weight: 600;
    --h2-color: var(--color-primary);
    --text-banner-bg: var(--color-primary);
    --text-banner-color: #fff;


}

/* mobile only */
@media (max-width: 575.98px) {
    :root {
        --body-font-size: 16px;
        --body-line-height: 22px;

        --h2-font-size: 32px;
        --h2-line-height: 36px;
        --h2-font-weight: bold;


    }
}

body {
    background-color: var(--body-bg);
    font-family: 'Jost';
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    color: #343434;
}

h2 {
    font-family: var(--h2-font-family);
    font-weight: var(--h2-font-weight);
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    color: var(--h2-color);
}

.text-green {
    color: var(--color-green);
}





.text-banner>.component-content {
    background-color: var(--text-banner-bg);
    color: var(--text-banner-color);
    border-radius: 15px;
    padding: 33px 94px;
    margin-bottom: 60px;
    font-weight: 500;
}

.text-banner .field-promotext {
    font-size: 35px;
    line-height: 45px;
    position: relative;
}

.text-banner .field-promotext:before {
    content: "";
    display: block;
    width: 98px;
    height: 93px;
    background-image: url('../images/icon-quotes.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .text-banner>.component-content {
        padding: 20px;
    }

    .text-banner .field-promotext {
        font-size: 30px;
        line-height: 34px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-banner>.component-content {
        padding-inline: 30px;
    }
}

@media (min-width: 768px) {
    .text-banner .field-promotext {
        padding-left: 120px;
    }

    .text-banner .field-promotext:before {
        position: absolute;
        left: 0;
    }
}

.testimonial-author {
    margin-bottom: 0;
    color: var(--color-orange);
    text-align: right;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .testimonial-author {
        font-size: 16px;
    }
}

.field-promolink>a {
    display: inline-flex;
    background-color: var(--color-primary);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    border-radius: 44px;
    padding: 0.5rem 1.2rem;
    text-align: center;
    line-height: 18px;
    transition: all ease .2s;
}

.field-promolink>a:hover {
    background-color: var(--color-green);
}

.field-promoicon>img {
    max-width: 100%;
    height: auto;
}

.two-col-promo>.component-content {
    display: flex;
    justify-content: space-between;
}

.two-col-promo .field-promoicon {
    min-width: 400px;
}

@media (max-width: 1024px) {
    .two-col-promo .field-promoicon {
        min-width: 335px;
    }
}

.two-col-promo .promo-text {
    max-width: 590px;
}

.two-col-promo .field-promolink>a {
    max-width: 194px;
}

@media (max-width: 991px) {
    .two-col-promo>.component-content {
        text-align: center;
    }

    .two-col-promo .promo-text {
        max-width: 100%;
    }

    .two-col-promo .field-promoicon {
        display: none;
    }
}



.tabs-heading {
    list-style: none;
    padding: 0;
    display: flex;
    border-bottom: 1px solid var(--color-primary);
}

.tabs-heading li {
    display: flex;
    background-color: var(--color-primary);
    color: #fff;
    padding: 7px;
    cursor: pointer;
}

.tabs-heading li.active {
    background-color: var(--color-orange);
    color: #fff;
    cursor: default;
}

.tabs-container .tab:not(.active) {
    display: none;
}



.field-promoicon2>img {
    max-width: 100%;
    height: auto;
}

.two-col-promo .field-promoicon2 {
    display: none;
}

@media (max-width: 1024px) {
    .two-col-promo .field-promoicon2 {
        min-width: 335px;
        max-width: 335px;
        margin-inline: auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .two-col-promo .field-promoicon2 {
        display: flex;
    }
}

#next-step-container {
    margin-top: 109px;
}

@media (max-width: 1024px) {
    #next-step-container {
        margin-top: 50px;
    }
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
    justify-content: center;
}

.slick-dots li>button {
    font-size: 0;
    appearance: none;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 100%;
    border: none;
    background-color: var(--color-primary);
    opacity: .4;
    transition: all ease .2s;
}

.slick-dots .slick-active>button {
    opacity: 1;
}

.slick-arrow{
    position: absolute;
    appearance: none;
    font-size: 0;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    width: 18px;
    height: 34px;
    background-size: 100%;
    bottom: 0;
    transform: translateY(8px);
    padding: 0;
    transition: all ease .2s;
    outline: none !important;
}
.slick-next{
    background-image: url('../images/icon-slick-arrow-next.png');
    right: 20%;
}
.slick-prev{
    background-image: url('../images/icon-slick-arrow-prev.png');
    left: 20%;
}
.slick-disabled{
    opacity: 0;
    visibility: hidden;
}


.image-left-content-right-promo.col-12{
    padding-inline:0;
}
.image-left-content-right-promo{
    margin-bottom: 25px;
}
.image-left-content-right-promo>.component-content{
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    align-items: center;
    width: 100%;
    justify-content: start;
}
.image-left-content-right-promo .field-promoicon{
    min-width: 66px;
}
#next-step-container .plain-html h2{
    margin-bottom: 25px;
    text-align: center;
}
.image-left-content-right-promo .field-promotext {
    color: var(--color-primary);
}

.header-nav {
   position: absolute;
   left: auto;
   z-index: 1;
   display: flex;
   align-items: center;
   padding-top: 50px;
   right: auto;
   width: 100%;
}



.header-nav .quantum-icon {
    display: none;
}

.quantum-drop-down-menu__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.quantum-drop-down-menu__link {
    color: #542B82;
    font-weight: 500;
    text-decoration: none !important;
}

.quantum-drop-down-menu__link:hover,
.quantum-drop-down-menu__link:focus {
    color: #542B82;

}

.quantum-drop-down-menu__menu {
    display: none;
}

.quantum-header__mobile-content {
    display: none;
}

.quantum-header__inner {
    display: flex;
    align-items: center;
    height: inherit;
}

.quantum-drop-down-menu__top-nav-list {
    display: none;
}

.quantum-drop-down-menu__link-text {
    height: 35px;
    display: flex;
    align-items: center;
    position: relative;
}

.quantum-drop-down-menu__link-text:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    bottom: 0;
    transition: border-color ease .2s;
}

.quantum-drop-down-menu__list-item:not(:last-child) {
    margin-right: 60px;
}

.quantum-header__logo {
    max-width: 100%;
    height: auto;
}


.quantum-drop-down-menu__link:hover .quantum-drop-down-menu__link-text:after,
.active-link .quantum-drop-down-menu__link-text:after {
    background-color: #45B4D2;

}

.quantum-header__right {
    margin-left: auto;
    height: inherit;
}

.quantum-header__inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .quantum-header__inner {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .quantum-header__inner {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .quantum-header__inner {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .quantum-header__inner {
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
    }
}

#link-list-selected {
    display: none;
    height: inherit;
    align-items: center;
    height: 35px;
    color: #542B82;
    font-weight: 500;
}

@media (max-width: 1199.98px) {
    .quantum-drop-down-menu__list-item:not(:last-child) {
        margin-right: 30px;
    }

    .quantum-header {
        line-height: 1.1;
        font-size: 14px;
    }

    .quantum-header__logo {
        margin-right: 20px;
        width: 70px;
    }
}

.quantum-header__mobile-content .quantum-button {
    appearance: none;
    border: none;
    padding: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    outline: none !important;
}

.quantum-header__mobile-content .quantum-header__menu-trigger--expand-menu {
    background-image: url('../images/icon-menu-chevron.png');
    height: 35px;
}

.quantum-header__mobile-content .quantum-button:not(.quantum-header__menu-trigger--expand-menu) {
    display: none;
}

@media (max-width: 991px) {
    .quantum-drop-down-menu {
        display: none;
    }

    .header-nav {
        padding-top: 0;
    }

    .quantum-header {
        height: auto;
    }

    .quantum-header__logo {
        width: 79px;
    }

    .quantum-header__mobile-content {
        display: flex;
        height: inherit;
        align-items: start;
    }

    .quantum-header__right {
        margin-left: 0;
        display: flex;
    }

    .quantum-header__logo {
        margin-right: 10px;
    }

    .quantum-drop-down-menu__list {
        flex-direction: column;
    }

    .quantum-drop-down-menu__list-item:not(:last-child) {
        border-bottom: 1px solid #7C74D0;
        margin-right: 0;
    }

    .header-nav {
        height: auto;
        border-bottom: 4px solid #fff;
    }

    .quantum-header__inner {
        align-items: flex-start;
        padding-top: 5px;
    }
}

.mobile-menu #link-list-selected {
    display: flex;
}

.menu-opened .quantum-drop-down-menu__link-text:after {
    display: none;
}

.menu-opened .quantum-drop-down-menu {
    display: flex;
}

.menu-opened #link-list-selected {
    display: none;
}

.menu-opened .quantum-header {
    height: auto;
}

.menu-opened .quantum-header__mobile-content .quantum-header__menu-trigger--expand-menu {
    transform: rotate(180deg);
    margin-left: -4px;
}

.banner-promo {
    background-color: #542B82;
    text-align: center;
    color: #fff;
    font-size: 25px;
    padding-top: 25px;
    padding-bottom: 50px;

}

@media (min-width: 992px) {
    .banner-promo {
        padding-top: calc(114px + 25px);
        margin-top: -114px;
    }
}

.banner-promo h1 {
    font-size: 100px;
    font-weight: bold;
    color: #45B4D2;
}

.banner-promo h3 {
    font-size: 32px;
    font-weight: bold;
}

.banner-promo .field-promolink>a {
    background-color: #45B4D2;
    width: 255px;
    justify-content: center;
    height: 50px;
    align-items: center;
}

.banner-promo .field-promolink {
    margin-top: 30px;
}

@media (max-width:991px) {
    .banner-promo h1 {
        font-size: 62px;
        line-height: 62px;
    }

    .banner-promo h3 {
        font-size: 16px;
    }

    .banner-promo {
        padding-top: 40px;
        padding-bottom: 38px;
        font-size: 16px;
    }
}

.fixed-signup-btn-promo .field-promoicon {
    display: none;
}

.fixed-signup-btn-promo .promo-text {
    width: 128px;
    height: 128px;
    background-color: #7C74D0;
    color: #fff;
    border-radius: 15px 0 15px 15px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    padding-top: 25px;
}

.fixed-signup-btn-promo {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.fixed-signup-btn-promo .field-promotext:after {
    content: "";
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-top: 10px;
    background: url(../images/icon-arrow-down-circle.png) no-repeat center;

}

.fixed-signup-btn-promo .field-promolink>a {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url(../images/icon-cross-2.png) no-repeat transparent center;
    position: absolute;
    right: -10px;
    top: 0;
}
@media (max-width: 991px) {
    .fixed-signup-btn-promo{
        display: none;
    }
}

.banner-promo {
    margin-bottom: 36px;
}

.banner-promo .sup-number {
    font-size: 50%;
    top: -.7em;
}



.tab:nth-child(2) .promo-text {
    padding-top: 40px;
}

.tab:nth-child(2) .two-col-promo .promo-text {
    max-width: 670px;
}

.tab:nth-child(2) .two-col-promo {
    padding-top: 48px;
    padding-bottom: 60px;
}

.container-fluid.container {
    max-width: 100%;
    padding-inline: 0;
}


.container-fluid.container>.component-content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container-fluid.container>.component-content {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container-fluid.container>.component-content {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container-fluid.container>.component-content {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container-fluid.container>.component-content {
        max-width: 1140px
    }
}
.start-journey-container {
    background: transparent linear-gradient(180deg, #e1dcfd 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    text-align: center;
}

.start-journey-container .promo {
    padding-top: 20px;
    padding-bottom: 40px;
}

.two-col-full-width-prom .component-content {
    display: flex;
}

.two-col-full-width-prom .field-promoicon {
    width: 100%;
    max-width: 577px;
}

.two-col-full-width-prom .promo-text {
    width: 551px;
    padding-top: 44px;
    padding-bottom: 20px;
}

.two-col-full-width-prom h3 {
    color: #542B82;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.two-col-full-width-prom .field-promolink {
    width: 208px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .two-col-full-width-prom .field-promoicon {
        max-width: 367px
    }

    .two-col-full-width-prom .promo-text {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .two-col-full-width-prom .component-content {
        align-items: end;
    }
}

@media (max-width: 991px) {
    .two-col-full-width-prom .promo-text {
        width: auto;
    }

    .two-col-full-width-prom .field-promolink {
        margin-inline: auto;
    }

    .two-col-full-width-prom .component-content {
        flex-direction: column-reverse;
    }

    .two-col-full-width-prom .field-promoicon {
        margin-left: -15px;
    }

    .things-to-know-list {
        flex-direction: column;
        row-gap: 15px;
    }
}

.things-to-know-list {
    display: flex;

}

.things-to-know-list>ul {
    list-style: none;
    color: #542B82;
    padding: 0;
    margin: 0;
}

.things-to-know-list>ul>li {
    display: flex;
}

.things-to-know-list>ul>li {
    margin-bottom: 15px;
}

.span-icon {
    min-width: 29px;
    height: 22px;
    background-image: url(../images/icon-bullet-check.png);
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 2px;

}

.things-to-know-list>ul:last-child .span-icon {
    background-image: url(../images/icon-bullet-cross.png);
}

.things-to-know-list sup {
    font-size: .6em;
}



@media (max-width: 767px) {
    .tabs-heading {
        border: none;
    }

    .tabs-heading .field-heading {
        font-size: 16px;
    }

    .tabs-heading li {
        display: flex;
        justify-content: center;
    }

    .tabs-heading li:nth-child(2) {
        flex: 1;
    }
}

.two-col-full-width-prom .component-content{
    align-items: end;
}

.fixed-signup-btn-promo a.field-promotext {
    color: #fff;
    text-decoration: none !important;
    display: flex;
    padding: 15px;
    height: 128px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fixed-signup-btn-promo .promo-text {
    padding: 0;
}

.fixed-signup-btn-promo .field-promolink>a {
    right: -8px;
}

div#thank-you-message {
    margin-top: 10rem;
    margin-bottom: 10rem;
}
div#thank-you-message {
    display: none;
    text-align: center;
    color: #fff;
}
.footer-css .component.image.file-type-icon-media-link img {
    max-width: 100%;
    width: 98px;
    height: auto;
}

.footer-css {
    color: #d3ccdd;
    padding: 30px 0;
}

.footer-css .footer-list {
    margin: 0;
    padding: 0 15px;
}

.footer-css .link-list {
    margin-bottom: 15px;
}

.footer-css .copyright-txt {
    font-size: clamp(0.875rem, 1.2674rem + -0.8186vw, 0.5rem);
    line-height: clamp(0.9375rem, 1.2645rem + -0.6821vw, 0.625rem);
    margin: 0;
    max-width: 275px;
    padding-left: 20px;
}

#footer {
    background-color: #552a83;
}

.footer-css .component.link-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-css .link-list>.component-content li {
    display: inline-block;
    font-size: clamp(0.875rem, 1.0058rem + -0.2729vw, 0.75rem);
    line-height: clamp(1rem, 1.1308rem + -0.2729vw, 0.875rem);
}

.footer-css .link-list>.component-content li a {
    color: #d3ccdd;
    text-decoration: underline;
    font-size: clamp(1rem, 1.2616rem + -0.5457vw, 0.75rem);
    line-height: 20px;
}

.footer-css .link-list>.component-content li a:after {
    content: "|";
    margin-inline: 8px;
}

.footer-css .link-list>.component-content li:last-of-type a:after {
    display: none;
}

.footer-css .image.file-type-icon-media-link,
.footer-css .image.file-type-icon-media-link+.plain-html {
    display: inline-block;
    padding-top: 30px;
}

.footer-css .link-list+.plain-html {
    font-size: clamp(0.875rem, 1.0058rem + -0.2729vw, 0.75rem);
    line-height: clamp(1rem, 1.1308rem + -0.2729vw, 0.875rem);
}

@media screen and (max-width: 767px) {
    .footer-css {
        padding: 30px 15px 108px;
        max-width: 100%;
    }

    .footer-css .footer-list li {
        margin-bottom: 10px;
    }

    .footer-css .link-list {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-css .component.link-list ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footer-css .link-list>.component-content li a:after {
        display: none;
    }


    .footer-css .image.file-type-icon-media-link,
    .footer-css .image.file-type-icon-media-link+.plain-html {
        display: flex;
        justify-content: center;
    }

    .footer-css .image.file-type-icon-media-link {
        order: 2;
    }

    .footer-css>.component-content {
        display: flex;
        flex-direction: column;
    }
}

.footer a, .footer a:hover{
	
color:#fff;	
}

.footer-css .footer-list a {
    color: white;
}
@media screen and (min-width: 1024px) {
    .footer-css .link-list>.component-content li a {
        font-size: 15px;
    }
    .footer-css .link-list+.plain-html {
        font-size: 12px;
        line-height: 14px;
    }
    .footer-css .copyright-txt {
        font-size: 13px;
        line-height: 10px;
    }
    .footer-css .copyright-txt {
        padding-left: 15px;
        max-width: 266px;
		
		line-height: 18px;
    }
    .footer-css {
        color: #d3ccdd;
        padding: 30px 15px;
    }
    .footer-css .footer-list li::marker {
        font-weight: bold;
    }
    .footer-css .image.file-type-icon-media-link {
        padding-top: 20px;
    }
    .footer-css .link-list>.component-content li a:after {
        margin-inline: 5px;
    }
}

@media screen and (max-width: 767px) {
    .footer-css .copyright-txt {
        max-width: 280px;
    }
    .footer-css .component.image.file-type-icon-media-link img {
        width: 122px;
    }
    .footer-css {
        padding: 30px 15px 70px;
    }
    .footer-css .image.file-type-icon-media-link+.plain-html {
        padding-top: 10px;
    }
}

.form-container h4{
    display: none;
}
.form-container .row{
    padding-inline: 15px;
    gap: 16px;
}
.form-container .form-group {
    margin-bottom: 1rem;
    display: flex;
    flex-grow: 1;
}
.form-container .form-control {
    color: #343434;
    background-color: #C4BAFC;
    border: 0;
    border-radius: 0;
    min-height: 43px;
}
.form-container .form-control:focus {
    color: #343434;
    background-color: #C4BAFC;
    border: none;
    outline: 0;
    box-shadow: none;
}
.form-container .small-text p{
    font-size: 12px;
    line-height: 14px;
}
.form-container .small-text p a{
    text-decoration: underline;
    color: #343434;
}
.form-container .flx-part {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 34px;
}
.form-container .flx-part .btn-primary {
    color: #fff;
    border: none;
    width: 180px;
    height: 50px;
    border-radius: 25px;
    background: #542B82;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}
.form-container .flx-part .btn-primary:hover{
    color: #fff;
    background: #7C74D0;
}

.form-container .small-text{
    margin-top: 14px;
}

#recaptchaContainer .grecaptcha-badge{
    height: 53px !important;
    width: 228px !important;
    box-shadow: none !important;
}

.rc-anchor-invisible-text {
    background: #4A90E2;
    border-radius: 0 3px 3px 0px;
}

@media screen and (max-width: 767px) {
    .form-container .small-text p{
        font-size: 14px;
        line-height: 16px;
    }
    .form-container .flx-part {
        flex-direction: column;
        gap: 30px;
    }
}


:root {
  --modal_bg: #FFFFFF;
  --modal_color: #343434;
  --modal-secondary-btn_bg: #542B82;
  --modal-base-font-family: 'Jost';
  --modal-base-font-size: 20px;
  --modal-base-font-line-height: 22px;
  --modal-heading-font-size: 40px;
  --modal-heading-line-height: font-size: 40px;
  --modal-container-width: 604px;
}

.quantum-modal {
  color: var(--modal_color);
  font-family: var(--modal-base-font-family);
  font-size: var(--modal-base-font-size);
  line-height: var(--modal-base-font-line-height);
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .2s, visibility 0s .2s;
  transition: opacity .2s, visibility 0s .2s;
  visibility: hidden;
}

.quantum-modal,
.quantum-modal:before,
.quantum-modal:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.quantum-modal {
  background: rgba(32, 41, 87, .7);
}

.quantum-modal.quantum-modal--visible {
  opacity: 1;
  transition: opacity .4s, visibility 0s;
  visibility: visible;
  overflow-y: scroll;
  z-index: 99999;
}

.quantum-modal__dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--modal_bg);
  filter: drop-shadow(var(--modal-btn-shadow));
  width: var(--modal-container-width);
  padding: 30px 27px 35px;
 
  position: relative;
  border-radius: 15px;
}

button.quantum-modal__close {
  display: none;
}

.modal-actions .quantum-button--primary {
  justify-content: center;
  color: #fff;
  border: none;
  width: 180px;
  height: 50px;
  border-radius: 25px;
  background: #542B82;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.modal-actions {
  display: flex;
  margin-top: 36px;
  justify-content: center;
}

.quantum-modal__dialog>div:nth-child(2) {
  margin-top: 13px;
  margin-bottom: 20px;
  text-align: center;
}

.quantum-modal__dialog h1 {
  color: #542B82;
  text-align: center;
  margin-bottom: 13px;
  font-size: var(--modal-heading-font-size);
  line-height: var(--modal-heading-line-height);
}

.quantum-modal__dialog h1 span {
  color: #45B4D2;
}

.modal-actions {
  width: 100%;
  max-width: 850px;
  gap: 70px;
}

.quantum-modal__dialog>a {
  color: var(--modal_link-color);
  text-decoration: underline;
  margin-top: 20px;

}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .modal-actions {
    max-width: 450px;
    gap: 30px;
  }

  .quantum-modal__dialog {
    padding: 78px 90px;
  }

  .form-group div:first-child {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  :root {
    --modal-base-font-size: 16px;
    --modal-base-font-line-height: 22px;
    --modal-heading-font-size: 32px;
    --modal-heading-line-height: 36px;
  }

  .quantum-modal__dialog {
    padding: 20px 20px 37px;
    width: 331px;
  }

  .modal-actions {
    width: 100%;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .modal-actions .quantum-button--primary {
    padding: 15px 15px;
  }
  .quantum-modal__dialog h1 {
    margin-bottom: 0;
  }
}

.form-container .form-group {
    flex-direction: column;
}
.form-container .form-group .form-label {
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #542b82;
    margin: 0 0  5px 0;
}
.form-container p {
    font-family: Jost;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    color: #542b82;
}
.form-container .small-text p {
    color: #343434;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .form-container .form-group .form-label {
        font-weight: normal;
        font-size: 16px;
        line-height: 27px;
        margin: 0;
    }
    .form-container p {
        font-size: 16px;
        line-height: 22px;
    }
    .form-container .row {
        gap: 0px;
    }

    #recaptchaContainer{
        width: 228px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .quantum-modal .quantum-modal__dialog h1 {
        line-height: 45px;
    }
}

@media screen and (min-width: 768px) {
    .footer-css .component.image.file-type-icon-media-link img {
        margin-top: -10px;
    }
}

@media screen and (max-width: 767px) {
    #recaptchaContainer {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #recaptchaContainer .grecaptcha-badge {
        width: 100% !important;
        text-align: center;
    }
}

.footer-css {
    color: #fff;
}

.footer-css .link-list>.component-content li .field-link a {
    color: #fff;
}

.start-journey-container .field-promotext {
    margin-bottom: 30px;
    margin-top: 5px;
}

.start-journey-container .field-promolink>a {
    padding: 0.8rem 2rem;
}

.start-journey-container .field-promolink {
    margin-bottom: 20px;
}

.plaque-psoriasis-section .field-promolink {
    margin-top: 25px;
}

@media (max-width: 991px){
    .header-nav {
        border-bottom: none;
    }
    .banner-promo {
        padding-top: 60px;
    }
}

@media (min-width: 576px) and (max-width: 767px){
    .banner-promo .field-promotext p .d-none {
        display: none !important;
    }
}    

@media (max-width: 767px){
    .banner-promo .field-promotext p {
        line-height: 22px;
    }
 
    #tabbed-container .tabs-heading {
        margin-bottom: 0px;
    }
    #tabbed-container .tabs-container .tab:nth-child(1) .field-promotext2 {
        margin-top: 12px;
    }
    .oral-option .field-promolink {
        margin-top: 30px;
    }
    .start-journey-container .field-promolink {
        margin-bottom: 0px;
       }
}

.banner-promo p {
    margin-top: 15px;
}
.banner-promo h1{
    font-size: clamp(3.875rem, 1.3898rem + 5.1842vw, 6.25rem);
}


#tabbed-container .field-heading {
    font-weight: 500;
}

@media (min-width: 1500px){
    .banner-promo p {
        margin-top: 15px;
        font-size: 25px;
        line-height: 35px;
    }
  
    .plaque-psoriasis-section .field-promoicon {
        margin-top: 25px;
    }
    .things-to-know-list>ul>li {
        margin-bottom: 20px;
    }
    #tabbed-container .two-col-full-width-prom .promo-text {
        padding-bottom: 40px;
    }
    #tabbed-container .tab:nth-child(1) .field-promoicon img {
        height: 800px;
    }  
}

@media (min-width: 992px){
    .plaque-psoriasis-section .field-promoicon {
        margin-top: 25px;
    }
    
    .oral-option .field-promolink {
        margin-top: 25px;
    }
}




.banner-promo .field-promolink >a:hover {
    background-color: #C4BAFC;
	color:#542B82;
}