@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro');
@import url('https://fonts.cdnfonts.com/css/goop-goopv2');
@import url('https://fonts.googleapis.com/css2?family=Bayon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Suez+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sunshiney&display=swap');

@font-face {
    font-family: 'Sucrose Bold Three';
    src: url('/~/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/styles/font-Sucrose-BoldThree/Sucrose-BoldThree.eot');
    src:
        local('Sucrose Bold Three'), local('Sucrose-BoldThree'),
        url('/~/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/styles/font-Sucrose-BoldThree/Sucrose-BoldThree.eot?#iefix') format('embedded-opentype'),
        url('/~/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/styles/font-Sucrose-BoldThree/Sucrose-BoldThree.woff2') format('woff2'),
        url('/~/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/styles/font-Sucrose-BoldThree/Sucrose-BoldThree.woff') format('woff'),
        url('/~/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/styles/font-Sucrose-BoldThree/Sucrose-BoldThree.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goop Goopv2', sans-serif;
    ;
    src: local('Goop Goopv2'), local('Goop Goopv2'),
        url('/-/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/fonts/Goop Goopv2') format('embedded-opentype');

    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {

    --font-sucrose: 'Sucrose Bold Three';
    --font-jost: "Jost", serif;
    --font-nunito: "Nunito Sans", serif;
    --font-Montserrat: "Montserrat", serif;
    --link-color: #004165;
    --font-neue: 'Neue Haas Grotesk Display Pro', sans-serif;
    --font-goop: :'Goop Goopv2', sans-serif;
    --font-bayon: "Bayon", serif;
    --font-inter: "Inter", serif;
    --font-suez: "Suez One", serif;
    --font-poppins: "Poppins", serif;
    --font-opensans: "Open Sans", serif;
    --font-sunshiney: "Sunshiney", serif;
}

.page-psp-program {
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
    font-family: var(--font-nunito);
    color: var(--text-color);
    background-color: #fff;
    min-height: 100vh;
    position: relative;
    height: max-content;
}

.page-psp-program .quantum-hero {
    min-height: 770px;
    margin-bottom: 0px;
}

.page-psp-program .quantum-hero__text-inner {
    max-width: 645px;
    position: absolute;
    bottom: 90px;
}

.page-psp-program .quantum-hero__text-inner h2 {
    font-size: 42px;
    line-height: 1;
    font-family: "Jost", serif;
    font-weight: 600;
    margin-bottom: 24px;
}

.page-psp-program .quantum-hero__text-inner p {
    margin-top: 24px;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Jost';
    width: 516px;
}

.page-psp-program .quantum-hero__text-inner img {
    margin-left: -5px;
}

.page-psp-program .quantum-hero__text {
    min-height: inherit;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1340px;
    margin: 0 auto;
    padding-inline: 8px;
    position: relative;
    /* padding-top: 104px; */
}

.page-psp-program .quantum-hero__text-inner h5 {
    display: none;
}

.page-psp-program .quantum-hero__text-inner p+h2 {
    display: none;
}

.page-psp-program #jump-link-wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 18px;
    padding: 0px;
}

.page-psp-program #jump-link-wrapper {
    width: 1180px;
    position: absolute;
    top: 50px;
    z-index: 99;
    margin: 0 auto;
    right: 42%;
    transform: translate(50%, 0%);
}

.page-psp-program #jump-link-wrapper ul li {
    list-style-type: none;
}

.page-psp-program #jump-link-wrapper ul li a {
    font-family: var(--font-jost);
    font-weight: 600;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 100px;
    color: #fff;
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    line-height: 23.4px;
}

.page-psp-program #jump-link-wrapper ul li a.active {

    background: #46B4D2;

    padding: 12px 18px;

    border-radius: 100px;

    color: #000;
}

.page-psp-program #jump-link-wrapper ul li a:hover {
    background: #46B4D2;
    color: #000;
    font-weight: 600;
}

.page-psp-program #understanding-plaque-psoriasis-section,
.page-psp-program #breaking-the-topical-cycle-section,
.page-psp-program #symptoms-in-new-places-section,
.page-psp-program #talk-about-an-oral-option-section {

    max-width: 100%;
    padding: 0px;
}

.page-psp-program .component.flip.initialized {
    background: linear-gradient(180deg, #502D82 31.43%, #312234 162.86%);
    padding-top: 30px;
}

.page-psp-program .flipsides {
    background-image: url(/-/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/images/psp-new/flip-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 50px;
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
    position: relative;
    width: 100%;
    height: auto !important;
    transition: transform 1s;
    transform-style: preserve-3d;
    animation: rot 4s ease-in-out infinite;
    height: 100%;
    max-width: 1430px;
    margin: 0 auto;
    max-height: 250px !important;
    min-height: 280px !important;
}

.page-psp-program .flipsides h2 {
    font-family: 'Sucrose Bold Three';
    color: #fff;
    font-size: 100px;
    line-height: 53px;
    margin-bottom: 20px;
}

.page-psp-program .flipsides p {
    line-height: 26px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Jost';
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
    line-height: 43px;
}

.page-psp-program .flipsides .s-flip-container-front {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 20px;
    position: absolute;
    backface-visibility: hidden;
    min-height: auto;
    width: 100%;
    padding-bottom: 40px;
    top: 0px;
    border-radius: 20px;
    height: 250px;
    padding-top: 40px;
    cursor: pointer;
}

.page-psp-program .s-flip-container-back {
    position: relative;
    backface-visibility: hidden;
    min-height: auto;
    width: 100%;
    padding: 15px;
    padding-bottom: 40px;
    top: -45px;
    transform: rotateY(0.5turn);
    border-radius: 20px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    cursor: pointer;

}

.page-psp-program .flipsides a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Jost';
    line-height: 23px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-psp-program .flipsides a img {
    margin-left: 9px;
}

.page-psp-program .flip.active .flipsides {
    transform: rotateY(0.5turn);
}

.page-psp-program a.flip-back {
    position: absolute;
    top: 0px;
    right: 20px;
    color: #fff;
    text-decoration: none;
    z-index: -1;
}

.page-psp-program #understanding-plaque-psoriasis-section .column-splitter {
    gap: 77px;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start;
}

.page-psp-program .two-col-promo.zzag .field-promoicon>img {
    border-radius: 0px;
}

.page-psp-program .two-col-promo .field-promoicon>img {
    max-width: 100%;
}

.page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 {
    max-width: 596px;
    padding-top: 125px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 125px;
}

.page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 h1 {
    color: #502D82;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    font-family: var(--font-jost);
    margin-bottom: 23px;
}

.page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 h1 span {
    font-size: 60px;
    margin-bottom: 6px;
    font-family: var(--font-sucrose);
    line-height: 16px;
}

.page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 p {
    color: #502D82;
    font-family: var(--font-jost);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;

}

.page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 p:last-child {
    margin-bottom: 0px;
}

.page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 p.footnote {
    margin-top: 34px;
    font-size: 16px;
}

.page-psp-program .two-col-promo .field-promotext2 {
    margin-bottom: 37px;
}

.page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: 720px;
}

.page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 a.cta-btn {
    width: 100%;
    max-width: max-content;
    padding: 12px 39px;
    background-color: #552B82;
    color: #fff;
    font-family: var(--font-jost);
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    text-transform: none;
}

.video-js {
    width: 100%;
}

.page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 a.cta-btn:hover {
    background-color: #46B4D2;
    color: #000;
}

.page-psp-program .carousel {
    position: relative;
    background: linear-gradient(180deg, #502D82 0%, #312234 100%);
    padding-top: 60px;
    color: #fff;
    padding-bottom: 45px;
}

.page-psp-program .carousel .component-content {
    max-width: 907px;
    margin: 0 auto;
}

.page-psp-program .slide-heading {
    width: 100%;
}

.page-psp-program .carousel .component-content h2 {
    font-family: var(--font-jost);
    font-size: 22px;
    font-weight: 400;
    line-height: 31.4px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.page-psp-program .carousel .component-content h2 strong {
    font-family: var(--font-jost);
    font-size: 22px;
    font-weight: 700;
}

.page-psp-program .carousel .mcq-question p {
    font-family: var(--font-jost);
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    gap: 5px;
}

.page-psp-program .carousel .mcq-question p span {
    color: #2CDCBE;
}

.page-psp-program .start-question {
    display: flex;
    gap: 5px;
}

.page-psp-program .start-question span {
    color: #2CDCBE;
    display: inline-block;
    font-family: var(--font-jost);
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.page-psp-program .answers {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
}

.page-psp-program .answers label {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #A0A0E6;
    width: 48%;
    padding: 16px 20px;
    color: #142957;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    font-family: var(--font-jost);
}

.page-psp-program .answers label span {
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.page-psp-program .answers .sv-visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.page-psp-program .answers span.sv-item__control-label {
    top: 0;
}



.page-psp-program .carousel .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    margin-top: 80px;
}

.page-psp-program .carousel .nav-items {
    display: flex;
    gap: 20px;
}

.page-psp-program .carousel .nav .nav-items .sxa-numbers {
    background-color: #fff;
    font-size: 0;
    line-height: 0;
    outline: 0;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    padding: 0;
    cursor: pointer;
}

.page-psp-program .carousel .nav .nav-items .sxa-numbers.active {
    background-color: #46B4D2;
}

.page-psp-program .answers label.selected-tab {
    margin-bottom: 0px;
    background-color: #46B4D2;
    border: 1px solid #46B4D2;
    color: #142957;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

.page-psp-program .slide-info {
    min-height: auto !important;
}

.results-section {
    background: linear-gradient(180deg, #502D82 100%, #502D82 100%) !important;
}

.page-psp-program .sxa-numbers.disabled {
    user-select: none;
    pointer-events: none;
    opacity: 0.7;
}

.page-psp-program .sxa-numbers.highlighted {
    background-color: #46B4D2 !important;
}

.page-psp-program .carousel .nav-items div:last-child {
    display: none;
}

.page-psp-program button.btnsubmit {
    background-color: #46B4D2;
    color: #000;
    padding: 16px 21px;
    border-radius: 46px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    font-family: var(--font-jost);
    margin-top: 30px;
    position: absolute;
    right: 0px;
    border: none;
}

.page-psp-program button.btnsubmit:disabled {
    opacity: 1;
}

.page-psp-program .result-section .row {
    display: flex;
    gap: 45px;
    flex-wrap: nowrap;
}

.page-psp-program .result-section .row h2 {
    font-family: var(--font-sucrose);
    font-size: 34px;
    font-weight: 900;
    line-height: 42px;
    text-align: left;
    margin-bottom: 26px;

}

.page-psp-program .result-section .row p {
    font-family: Jost;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 27px;

}

.page-psp-program .result-text,
.page-psp-program .response-section {
    min-width: 424px;
}

.page-psp-program a.cta-btn.explore-btn {
    width: 100%;
    max-width: max-content;
    padding: 7px 22px;
    background-color: #46b4d2;
    border: 2px solid #46b4d2;
    color: #142957;
    font-family: var(--font-jost);
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-transform: unset;
    border-radius: 46px;
    text-decoration: none;
    text-align: center;
}

.page-psp-program a.cta-btn.another-btn {
    width: 100%;
    max-width: max-content;
    padding: 16px 38px;
    background-color: #502D82;
    border: 2px solid #fff;
    color: #fff;
    font-family: var(--font-jost);
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-transform: unset;
    border-radius: 46px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-psp-program .explore-another-btn {
    display: flex;
    gap: 7px;
    margin-bottom: 21px;
}

.page-psp-program .screenshot-section {
    border-top: 2px solid #fff;
    padding-top: 10px;
    color: #fff;
}

.page-psp-program .screenshot-section a {
    color: #2CDCBE;
    text-decoration: none;
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    display: flex;
    align-items: center;
}

.page-psp-program .screenshot-section a img {
    margin-right: 10px;
}

.page-psp-program .response-section {
    background-color: #D9DEFC;
    color: #142957;
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: fit-content;
    overflow: hidden;
}

.page-psp-program .result-section .response-heading {
    background-color: #EFF0F4;
    cursor: pointer;
}

.page-psp-program .result-section .response-heading h2 {
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    padding: 6px 21px;
    position: relative;
    color: #502D82 !important;
    margin-bottom: 0px;
}

.page-psp-program .result-section .response-heading h2:after {
    background-image: url(/-/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/images/psp-new/arrow-up-black);
    position: absolute;
    right: 21px;
    width: 16px;
    height: 9px;
    content: '';
    top: 10px;
}

.page-psp-program #results {
    padding: 30px 12px;
}

.page-psp-program .response-section.hide-result #results {
    display: none;
}

.page-psp-program #results ul li {
    margin-bottom: 40px;
    list-style-type: decimal;
    padding-left: 20px;
    position: relative;
    padding-bottom: 30px;
    color: #142957;
}

.page-psp-program #results ul li::marker {
    position: absolute;
    display: none;
    opacity: 0;
    color: #ffffff00;
}

.page-psp-program #results ul li:before {
    counter-increment: li;
    content: counter(li) ". ";
    position: absolute;
    left: 0px;
}

.page-psp-program #results ul {
    list-style-type: none;
    counter-reset: li;
    padding-left: 0px;

}

.page-psp-program #results ul li:last-child {
    margin-bottom: 30px;
}

.page-psp-program #results ul li strong {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #502D82;
}

.page-psp-program .carousel .mcq-question p.start-question {
    display: contents;
    gap: 5px;
}



.page-psp-program .response-section.hide-result .response-heading h2:after {
    background-image: url(/-/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/images/psp-new/arrow-up-black);
    position: absolute;
    right: 21px;
    width: 16px;
    height: 9px;
    content: '';
    top: 10px;
    transform: rotate(180deg);
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter {
    gap: 60px;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 1340px;
    margin: 0 auto;
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter .col-lg-6 {
    max-width: 592px;
    padding-top: 0px;
    padding-left: 0px;
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter .col-lg-6:last-child {
    padding-top: 50px;
    padding-left: 0px;
    width: 44vw;
    padding-bottom: 45px;
    max-width: none;
    flex: none;
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter .col-lg-6:first-child .col-12 {
    padding: 0px;
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter h2 {
    font-family: var(--font-jost);
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    margin-bottom: 8px;
    color: #502D82;
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter h2+p {
    margin-bottom: 29px;
    color: #502D82;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: var(--font-jost);
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter p {

    color: #502D82;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: var(--font-jost);
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter h2 span {
    width: auto;
    display: inline-block;
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter h2 span img {
    width: auto;
    display: inline-block;
    height: 35px;
}

.page-psp-program .demo-shell__fixed-bottom {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}

.page-psp-program .sub-head {
    position: relative;
}

.page-psp-program .sub-head:before {
    background-image: url(/-/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/images/psp-new/Expand);
    position: absolute;
    content: '';
    right: 0px;
    width: 88px;
    height: 25px;
    background-repeat: no-repeat;
}

.page-psp-program .close-isi-text:before {
    background-image: url(/-/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/images/psp-new/expand-close);
    position: absolute;
    content: '';
    right: 0px;
    width: 88px;
    height: 25px;
}

.page-psp-program p.font-nunitosans-bold+.sub-head:before {
    content: none;
    cursor: text;
}

.page-psp-program .quantum-isi-tray__content.quantum-long-form-text a:not(.quantum-button):hover,
.page-psp-program .quantum-isi-tray__content.quantum-long-form-text a:not(.quantum-button):focus,
.page-psp-program .quantum-isi-tray__content.quantum-long-form-text a:not(.quantum-button):active {
    color: #552a83;
    outline: none;
}

.page-psp-program p.font-nunitosans-bold+.sub-head {

    cursor: text;
}

.page-psp-program #breaking-the-topical-cycle-section .two-col-promo .promo-text p {
    font-family: var(--font-jost);
    font-size: 18px;
    font-weight: 400;
    line-height: 25.67px;
    text-align: left;
    margin-bottom: 29px;
}

.page-psp-program #breaking-the-topical-cycle-section .two-col-promo .promo-text p+p {
    margin-bottom: 16px;
}

.page-psp-program #breaking-the-topical-cycle-section .two-col-promo .promo-text ul {
    max-width: 592px;
    margin-bottom: 69px;
    padding-left: 0px;
}

.page-psp-program .carousel .slides {
    padding-left: 0px;
    margin-bottom: 0px;
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter ul li {
    list-style-type: none;
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 450;
    line-height: 20px;
    text-align: left;
    margin-bottom: 16px;
    display: flex;
    gap: 16px;
    align-items: center;
    color: #502D82;
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter ul li:last-child {
    margin-bottom: 0px;
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter ul {
    padding-left: 0px;
    margin-bottom: 70px;
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter .col-lg-6 a.cta-btn {
    width: 100%;
    max-width: max-content;
    padding: 12px 39px;
    background-color: #552B82;
    color: #fff;
    font-family: var(--font-jost);
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    text-transform: none;
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter .col-lg-6 p.footnote {
    margin-top: 29px;
    font-size: 16px;
    font-weight: 400;
}

.page-psp-program #symptoms-in-new-places-section .column-splitter {
    gap: 60px;
    align-items: flex-start;
    max-width: 1340px;
    margin: 0 auto;
    justify-content: flex-end;
    max-width: 1340px;
    margin: 0 auto;
}

.page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6 {
    max-width: 44vw;
    padding-top: 0px;
    padding-left: 0px;
    flex: none;
}

.page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:first-child {
    max-width: 737px;
    padding-top: 0px;
    padding-left: 0px;
    position: absolute;
    left: 0px;
}

.page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:first-child .col-12 {
    padding: 0px;
}

.page-psp-program #symptoms-in-new-places-section .flip+.rich-text {
    border-bottom: 3px solid #552B82;
}

.page-psp-program #symptoms-in-new-places-section .column-splitter h2 {
    font-family: var(--font-jost);
    font-size: 22px;
    font-weight: 450;
    text-align: left;
    margin-bottom: 24px;
    line-height: 1.3;
    color: #502D82;
}

.page-psp-program #symptoms-in-new-places-section .column-splitter h2 span {
    font-size: 51px;
    font-weight: 400;
    text-align: left;
    text-transform: unset;
    font-family: var(--font-suez);
}

#video-wrapper .col-lg-6:first-child .accordion {
    display: none;
}

.page-psp-program .forty-patient {
    max-width: 1237px;
    margin: 0 auto;
    display: flex;
    gap: 41px;
    align-items: center;
}



.page-psp-program .forty-patient h1 {
    color: #502D82;
    font-size: 36px;
    font-family: var(--font-jost);
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-psp-program .forty-patient span.first-span,
.page-psp-program .forty-patient span.third-span {
    color: #502D82;
    font-size: 36px;
    font-family: var(--font-jost);
    line-height: 1;
}

.page-psp-program .forty-patient p {
    max-width: 328px;
}

.page-psp-program #symptoms-in-new-places-section .rich-text {
    padding: 70px 0px;
}

.page-psp-program #symptoms-in-new-places-section .rich-text p {
    font-family: var(--font-jost);
    font-size: 20px;
    font-weight: 450;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #502D82;
    margin-bottom: 0;
}

.page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:last-child .rich-text {
    padding-top: 80px;
    padding-bottom: 0px;
}

.page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:last-child .rich-text p {
    font-size: 20px;
}

.page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:last-child .rich-text p strong {
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
}

.page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:last-child .rich-text h2 {
    font-size: 48px;
    line-height: 55px;
    font-size: 400;
}

.page-psp-program #symptoms-in-new-places-section .rich-text .cta-btn {
    font-family: var(--font-jost);
    text-decoration: none;
    background: #552B82;
    padding: 13px 20px;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    text-align: center;
    min-width: 265px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 114px;
    margin-bottom: 33px;
}

.page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:last-child .rich-text p.footnote {
    font-size: 16px;
    padding-bottom: 80px;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo>.component-content {
    gap: 48px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: flex-start;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo>.component-content .field-promoicon {
    width: 720px;
    min-width: 720px;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo>.component-content .field-promoicon img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: left;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text {
    max-width: 50%;
    padding-top: 30px;
    padding-left: 0px;
    width: 55%;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text h2 {
    font-family: var(--font-jost);
    font-size: 22px;
    font-weight: 450;
    text-align: left;
    margin-bottom: 42px;
    line-height: 24px;
    color: #502D82;
}

.page-psp-program #talk-about-an-oral-option-section .rich-text h2 {
    font-family: var(--font-jost);
    font-size: 22px;
    font-weight: 450;
    text-align: left;
    margin-bottom: 42px;
    line-height: 54px;
    color: #502D82;
}

.page-psp-program #talk-about-an-oral-option-section .rich-text h2 span {
    color: var(--Primary-Purple, #502D82);
    font-family: var(--font-sucrose);
    font-size: 60px;
    font-style: normal;
    font-weight: 925;
    line-height: 52px;
    /* 86.667% */
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text p {
    color: #502D82;
    font-family: var(--font-jost);
    letter-spacing: 0.7px;
    line-height: 26px;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text p.footnote {
    font-size: 16px;
    font-family: var(--font-jost);
}

.page-psp-program #talk-about-an-oral-option-section .column-splitter .rich-text p {
    color: #502D82;
    font-family: var(--font-jost);
    letter-spacing: 0.7px;
    line-height: 26px;
}

.page-psp-program #talk-about-an-oral-option-section .column-splitter .rich-text p.footnote {
    font-size: 16px;
    font-family: var(--font-jost);
    margin-bottom: 0px;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text h2 span {
    font-family: var(--font-sucrose);
    font-size: 60px;
    font-weight: 925;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 15px;
    display: inline-block;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .field-promotext2 {
    margin-bottom: 30px;
}

.page-psp-program #talk-about-an-oral-option-section .field-promolink>a.cta-btn {
    width: 100%;
    max-width: max-content;
    padding: 12px 44px;
    background-color: #552B82;
    color: #fff;
    font-family: var(--font-jost);
    font-size: 20px;
    line-height: 23px;
    font-weight: 550;
    text-transform: none;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo>.component-content {
    gap: 48px;
    max-width: 100%;
    margin: 0 auto;
    background: #502D82;
    color: #fff;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text {
    max-width: 55%;
    padding-top: 35px;
    padding-left: 0px;
    width: 52%;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text h2 {
    font-family: var(--font-jost);
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 18px;
    line-height: 26px;
    color: #ffffff;
}

.page-psp-program .two-col-promo .field-promotext2 p {
    color: #ffffff;
    font-family: var(--font-neue);
    font-size: 20px;
    font-weight: 450;
    line-height: 23px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.page-psp-program .two-col-promo .field-promotext2 p+p {
    margin-bottom: 20px;
}

.page-psp-program .two-col-promo .field-promotext2 p+p strong {
    font-family: var(--font-jost);
    font-weight: 600;
}

.page-psp-program .two-col-promo .field-promotext2 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 0px;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text p {
    color: #fff;
    font-weight: 400;
}

.page-psp-program .two-col-promo .field-promotext2 ul li {
    width: 50%;
    position: relative;
    list-style-type: none;
    padding-left: 40px;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 26px;
    font-family: var(--font-jost);
    padding-right: 15px;
}

.page-psp-program .two-col-promo .field-promotext2 ul li:nth-child(2n) {
    margin-bottom: 0px;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text p.footnote {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text p:last-child {
    margin-bottom: 32px;
    font-weight: 400;
}


.page-psp-program .two-col-promo .field-promotext2 ul li:before {
    background-image: url(/-/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/images/psp-new/psp-arrow);
    position: absolute;
    left: 11px;
    width: 14px;
    height: 13px;
    content: '';
    top: 10px;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text h2 span {
    font-family: var(--font-suez);
    font-size: 35px;
    font-weight: 400;
    line-height: 52px;
    text-align: left;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .field-promotext2 {
    margin-bottom: 0px;
}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .download-btn {
    width: auto;
    display: inline-block;
    margin-top: 0px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 13px 20px;
    border-radius: 48px;
    margin-bottom: 10px;
    font-family: var(--font-jost);
    font-weight: 500;
}


.page-psp-program #video-wrapper {
    padding-right: 0px;
    padding-left: 0px;
}

.page-psp-program #video-wrapper .col-lg-6 {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    flex: none;
    width: 587px;
}

.page-psp-program #video-wrapper .row {
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 63px;
    padding-bottom: 29px;
    gap: 119px;
}

.page-psp-program #video-wrapper .col-lg-6 .col-12 {
    padding-right: 3px;
    padding-left: 3px;
}

.page-psp-program #video-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.page-psp-program #video-wrapper .video-js .vjs-play-control .vjs-icon-placeholder:before,
.page-psp-program #video-wrapper .vjs-icon-play:before {
    content: "\f101";
    background-color: #502D82;
    border-radius: 50%;
}

.page-psp-program #video-wrapper h3 {
    font-family: var(--font-jost);
    font-size: 36px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #502D82;
    margin-bottom: 20px;

}

.page-psp-program #video-wrapper p {
    font-family: var(--font-jost);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 24px;
    color: #502D82;
}

.page-psp-program #video-wrapper .accordion {
    overflow-anchor: none;
    box-shadow: 0px 4px 16px 0px rgba(28, 30, 33, 0.12);
    border-radius: 24px;
    overflow: hidden;
}

.page-psp-program #video-wrapper .accordion .items {
    padding-left: 0px;
    margin-bottom: 0px;
}

.page-psp-program #video-wrapper .accordion.change-border-radius {

    border-radius: 16px;
    overflow: hidden;
}

.page-psp-program .accordion .field-heading {
    display: flex;
    align-items: center;
}

.page-psp-program #video-wrapper .accordion .field-heading {
    font-family: var(--font-jost);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;

}

.page-psp-program .carousel.results-section .component-content {
    max-width: 895px;
    margin: 0 auto;
}

.page-psp-program #video-wrapper .accordion .item .field-heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #502D82;
}

.page-psp-program #video-wrapper .accordion .item.active .field-heading {
    font-family: var(--font-jost);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #502D82;
}


.page-psp-program #video-wrapper .col-lg-6 .accordion .col-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.page-psp-program #video-wrapper .col-lg-6 .accordion .toggle-content .col-12 {
    padding-right: 0px;
    padding-left: 0px;
    padding: 16px;
}

.page-psp-program #video-wrapper .col-lg-6 .accordion .toggle-content {
    padding-bottom: 0px;

}

.page-psp-program #video-wrapper .col-lg-6 .accordion .toggle-content .field-content {
    font-family: var(--font-opensans);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #502D82;
}

.page-psp-program #video-wrapper .accordion .field-heading:after {
    content: url(/-/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/images/psp-new/arrow-up-purple);
    max-width: 15px;
    max-height: 15px;
    border-radius: 0;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004165;
    min-width: 20px;
    min-height: 20px;
}

.page-psp-program #video-wrapper .accordion .item .toggle-header {
    cursor: pointer;
    padding: 12px 21px;
    border-bottom: none;
    margin-bottom: 0px;
    background-color: #fff;
}

.page-psp-program #video-wrapper .accordion .item.active .toggle-header {
    background-color: #F3F5F7;
}

#video-wrapper p.footnote {
    margin-top: 30px;
    font-size: 16px;
}

.page-psp-program #video-wrapper .accordion .item.active .field-heading:after {
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    content: 'Collapse';
    position: absolute;
    top: 8px;
    right: 21px;
    font-family: var(--font-poppins);
    color: #502D82;
}




.page-psp-program #povcontainer+.container {
    background-color: #B4BEFA;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-psp-program #povcontainer {
    margin-top: 0px;
}


.page-psp-program #considering_otezla_form {
    padding-top: 0px;
    max-width: 1121px;
}

.page-psp-program #considering_otezla_form .card {
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.page-psp-program .shrink-content>.component-content {
    max-width: 100%;
    margin-inline: auto;
}

.page-psp-program .considering-otezla-form p.hint-text {
    text-align: left;
    margin-bottom: 16px;
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #142957;

}

.page-psp-program .considering-otezla-form p.hint-text+div {
    display: none;
}

.page-psp-program .considering-otezla-form label {
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    margin-bottom: 8px;
    color: #142957;

}

.page-psp-program .considering-otezla-form .jcf-select-text {
    flex: 1;
    padding: 11px 13px;
    height: inherit;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 39px;
}

.page-psp-program .considering-otezla-form .jcf-select-text>span {
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #142957;

}

.page-psp-program .considering-otezla-form .dob-block>.jcf-select,
.page-psp-program .considering-otezla-form .form-control {
    margin: 0px;
    border-radius: 0px;
    border: none;
}

.page-psp-program .considering-otezla-form .form-group {
    margin-bottom: 16px;
}

.page-psp-program .considering-otezla-form .consent_container {
    margin-top: 48px;
    margin-bottom: 80px;
}

.page-psp-program .considering-otezla-form .consent_container-Inner h2 {
    font-family: var(--font-jost);
    font-size: 24.3px;
    font-weight: 600;
    line-height: 31.94px;
    text-align: left;
    color: #142957;
    margin-bottom: 27px;

}

.page-psp-program .considering-otezla-form .consent_boxHeader h5 {
    font-family: var(--font-jost) !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #142957;
    margin-bottom: 16px;

}

.page-psp-program .considering-otezla-form .consent_boxHeader h5:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #707070;
    border-radius: 50%;
    border: 6.5px solid transparent;
}

.page-psp-program .considering-otezla-form .consent_box.checked .consent_boxHeader h5:after {
    background-color: #29D322;
}

.page-psp-program .considering-otezla-form .consent_box .accordion-item {
    background: #EFF0F499;
    border: 0px solid #c9d8e0;
    border-radius: 0px;
}

.page-psp-program .considering-otezla-form .consent_box .accordion-consentTitle {
    font-family: var(--font-jost);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #142957;

}

.page-psp-program .considering-otezla-form .consent_box .accordion-header {
    padding: 18px 21px;
}

.page-psp-program .considering-otezla-form .consent_box .accordion-content {
    background: #d7dcf6;
    padding: 10px 21px;
    padding-top: 10px;
    border-top: 1px solid #B4BEFA;
    border-radius: 0px;
}

.page-psp-program .considering-otezla-form .consent_box .accordion-content p,
.page-psp-program .considering-otezla-form .consent_box .accordion-content ul li {
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #142957;

}

.page-psp-program .considering-otezla-form .consent_box .accordion-content ul li {
    margin-bottom: 16px;
}

.page-psp-program .consent_container .consent_box-Content label input:after {
    content: "";
    border: 1px solid #707070;
    width: 30px;
    height: 30px;
    display: block;
    background-color: white;
    border-radius: 100%;
}

.page-psp-program .consent_container .consent_box-Content label input::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
}

.page-psp-program .consent_container .consent_box-Content label input:checked:after {
    background-color: #000;
    box-shadow: inset 0 0 0 2px white;
}

.page-psp-program .consent_box-additional_disclosure {
    padding: 0px;
    background-color: #b4befa;
    border: none;
}

.page-psp-program .consent_box-additional_disclosure#additional_disclosure h2 {
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    margin-bottom: 43px;
    color: #000000;
}

.page-psp-program .consent_box-additional_disclosure p,
.page-psp-program .consent_box-additional_disclosure p a {
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #142957
}

.page-psp-program .form-group-actions .quantum-button {
    max-width: 180px;
    width: 100%;
    background-color: #502D82;
    color: #fff;
    text-transform: capitalize;
}

.page-psp-program .povvideos .field-promoicon img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin-inline: auto;
}

.link-what-is-pso {
    /* display: none; */
}

/* #brand-com-header-pso li.quantum-drop-down-menu__list-item:nth-child(8) {
    background: #0381F2;
}

#brand-com-header-pso li.quantum-drop-down-menu__list-item:nth-child(8) a {
    color: white;
} */

/* #brand-com-header-pso li.quantum-drop-down-menu__list-item:nth-child(7) {
    background: #ffff;
}

#brand-com-header-pso li.quantum-drop-down-menu__list-item:nth-child(7) a {
    color: #004165;
} */

.page-psp-program #brand-com-header-pso li.quantum-drop-down-menu__list-item:nth-child(7) .quantum-drop-down-menu__menu li:last-child {
    background-color: #502D82;
}

.page-psp-program #brand-com-header-pso li.quantum-drop-down-menu__list-item:nth-child(7) .quantum-drop-down-menu__menu li:last-child a {
    color: #fff;
}

.page-psp-program .tool-tip-wrapper {
    display: none;
}

.page-psp-program #povcontainer {
    background-color: #502D82;
    max-width: 100%;
}

.page-psp-program #povcontainer>.component-content {
    max-width: 1312px;
    margin: 0 auto;
    padding: 46px 0px;
    color: #fff;

}

.page-psp-program #povcontainer .component-content h2 {
    margin-bottom: 40px;
    font-family: var(--font-jost);
    font-size: 42px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: #fff;


}

.page-psp-program #povcontainer .component-content p {
    margin-bottom: 40px;
    font-family: var(--font-jost);
    font-size: 25px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;

}

.page-psp-program #povcontainer .component-content .col-lg-2,
.page-psp-program #povcontainer .component-content .col-12 {
    padding: 0px;
}

.page-psp-program #povcontainer .component-content .col-lg-2 .promo>.component-content {
    flex-direction: column;

}

.page-psp-program #povcontainer .component-content .col-lg-2 {
    max-width: 206px;
}

.page-psp-program #povcontainer .component-content .row {
    gap: 14px;
    justify-content: center;
}

.page-psp-program #povcontainer .component-content .col-lg-2 .field-promotext p {
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0px;

}

.page-psp-program #povcontainer .component-content p.footnote {
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-top: 40px;

}

.page-psp-program #povcontainer+.container .promo .component-content {
    justify-content: center;
    gap: 47px;
    display: flex;

}

.page-psp-program #povcontainer+.container .promo .component-content .field-promoicon img {
    width: auto;
}

.page-psp-program #povcontainer+.container .promo .component-content .field-promotext img {
    width: auto;
    max-width: min-content;
}

.page-psp-program .contact-form-wrapper .form-group.p-t-50 {
    display: none;
}

.page-psp-program #povcontainer+.container .promo .component-content .field-promotext>div {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.page-psp-program #povcontainer+.container .promo .component-content .field-promotext>div div {
    margin-top: 28px;
}

.page-psp-program #povcontainer+.container .promo .component-content .field-promotext>div div p {
    font-family: var(--font-jost);
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #502D82;
}

.page-psp-program #povcontainer+.container .promo .component-content .field-promotext>div div h1 {
    font-family: var(--font-jost);
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
    text-align: left;
    margin-bottom: 62px;
    color: #502D82;

}

.page-psp-program #povcontainer+.container .promo .component-content .field-promotext>div div div {
    display: flex;
    gap: 15px;
    width: 500px;
    align-items: flex-start;
}

.page-psp-program #povcontainer+.container .promo .component-content .field-promotext>div div div a {
    max-width: 180px;
    width: 100%;
    background-color: #502D82;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    border-radius: 100px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    text-transform: none;
    padding: 14px 22px;
}

.page-psp-program #povcontainer+.container .promo .component-content .field-promotext>div div div p {
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #502D82;

}

#psp-singup-sticky {
    display: none;
}

.page-psp-program #psp-singup-sticky {
    --link-color: #fff;
    position: fixed;
    width: 128px;
    z-index: 101;
    top: 240px;
    right: 0;
    color: #fff;
    background-color: #2CDCBE;
    width: 128px;
    height: 120px;
    top: 460px;
    gap: 0px;
    border-radius: 15px 0px 15px 15px;
    text-align: center;
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: center;
    color: #502D82;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 19px;
}

.page-psp-program #dallas-sticky #sticky-nav-right {
    display: none;
}

.page-psp-program #stickyclose {
    position: absolute;
    right: 8px;
    top: 9px;
}

.page-psp-program .quantum-footer__logo-social-icons {
    margin-left: auto;
    width: 100%;
    display: none;
}

.reference-footer {
    display: none;
}

.page-psp-program .reference-footer {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.page-psp-program .reference-footer p {
    font-family: var(--font-jost);
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;


}

.page-psp-program .reference-footer ul {
    padding-left: 20px;
}

.page-psp-program .reference-footer ul li {
    list-style-type: none;
    font-family: var(--font-jost);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;


}

.page-psp-program .quantum-footer__logo-social-row {
    order: 3;
    display: none;
}

.page-psp-program .quantum-footer__legal-row-content {
    margin-top: 4px;
    order: 4;
    margin-left: unset;
}

.page-psp-program .quantum-footer__legal-row-content {
    opacity: 0;
}

.page-psp-program .reference-footer ul li a {
    list-style-type: none;
    font-family: var(--font-jost);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #fff;
}

p.psp-copyright {
    display: none;
}

.page-psp-program .psp-copyright {
    line-height: 10px;
    display: block;
}

.page-psp-program .reference-footer div {
    display: flex;
    margin-top: 40px;
    gap: 21px;
    align-items: center;
}



.page-psp-program #footer {
    background-color: #552A83;
    color: #fff;

}

.page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text .field-promolink {
    margin-top: 67px;
    margin-bottom: 33px;
}

.page-psp-program #talk-about-an-oral-option-section .column-splitter .rich-text .field-promolink {
    margin-top: 67px;
    margin-bottom: 33px;
}

.page-psp-program #fullIsi:before {
    content: none;
}

.page-psp-program .quantum-footer__inner {
    padding-inline: 0px !important;
}

.page-psp-program .quantum-footer__link {
    display: flex;
    justify-content: center;
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;

}

.page-psp-program .reference-footer .psp-copyright {
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;


}

.page-psp-program .sub-head {
    font-family: var(--font-opensans);
    font-size: 18px;
    font-weight: 600;
    line-height: 24.51px;
    text-align: left;
    color: #004165;
    cursor: pointer;

}

.page-psp-program .quantum-isi-tray__inner strong {
    font-family: var(--font-neue);
    font-size: 16px;
    font-weight: 700;
    line-height: 19.17px;
    text-align: left;
    color: #004165;

}

.page-psp-program .quantum-isi-tray__inner p {
    font-family: var(--font-neue);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.17px;
    text-align: left;


}

.page-psp-program .hcp-list li {
    font-family: var(--font-neue);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.17px;
    text-align: left;
}

.page-psp-program .quantum-isi-tray__content.quantum-long-form-text .quantum-isi-tray__content.quantum-long-form-text .quantum-isi-tray__content.quantum-long-form-text {
    height: 149px;
    overflow: hidden;
    overflow-y: auto;
}

.page-psp-program .quantum-isi-tray__content.quantum-long-form-text .quantum-isi-tray__content.quantum-long-form-text .quantum-isi-tray__content.quantum-long-form-text.expand-isi {
    height: auto;
    overflow: hidden;
    overflow-y: auto;
}

.page-psp-program .hide-sticky#psp-singup-sticky {
    display: none;
}

.page-psp-program .considering-otezla-form .tool-tip-icon-wrap {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: flex-start;
}

.page-psp-program .consent_boxHeader {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.page-psp-program .consent_boxHeader h6 {
    font-size: 14px;
    line-height: 18px;
    font-family: var(--font-jost);
    margin-bottom: 0 !important;
    margin-top: 0px;
}

.page-psp-program #breaking-the-topical-cycle-section #results ul li {

    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

.page-psp-program #breaking-the-topical-cycle-section #results ul li:last-child {
    margin-bottom: 0px;
}

.page-psp-program #dob_year_prospect-error.feedback-invalid {
    position: relative;
    max-width: 100%;
    right: -7px;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #f00;
    font-family: var(--font-jost);
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
}

.page-psp-program .carousel li.slide::marker {
    color: #4c2b79;
}

.page-psp-program .page-sticky#jump-link-wrapper {
    position: fixed;
    top: 39px;
    z-index: 9999;
}

.page-psp-program .page-scrolled .quantum-header__logo {
    max-width: 100px;

}

@media (min-width: 992px) {

    /* .quantum-header .quantum-drop-down-menu__list-item:nth-child(8):hover>a:after,
    .quantum-header .quantum-drop-down-menu__list-item:nth-child(8):focus>a:after {
        right: 0px;
        left: 0px;
    }

    .quantum-header .quantum-drop-down-menu__list-item:nth-child(7):hover>a:after,
    .quantum-header .quantum-drop-down-menu__list-item:nth-child(7):focus>a:after {
        right: 10px;
        left: 10px;
    } */

    #brand-com-header-pso li.quantum-drop-down-menu__list-item:nth-child(7) .quantum-drop-down-menu__menu {

        justify-content: space-around;
        max-width: 100%;
    }

    .page-psp-program #brand-com-header-pso li.quantum-drop-down-menu__list-item:nth-child(7) .quantum-drop-down-menu__menu li {
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1.5) {
    .page-psp-program #jump-link-wrapper ul li a {

        width: auto;

    }

    .page-psp-program #video-wrapper .col-lg-6 {

        width: 550px;
    }



}

.mobile-menu {
    display: none;
}


.page-psp-program .vjs-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-psp-program #breaking-the-topical-cycle-section .column-splitter .col-lg-6:first-child {
    max-width: 720px;
    position: absolute;
    left: 0px;
}


@media screen and (min-width:1024px) {
    .page-psp-program .video-js {
        max-width: 720px !important;
        height: 720px !important;
        padding-top: 56.25% !important;
    }

    .page-psp-program #video-wrapper .video-js {
        max-width: 660px !important;
        height: auto !important;
        padding-top: 56.25% !important;
    }

    .page-psp-program #breaking-the-topical-cycle-section .video-js {
        min-width: 720px !important;
        height: 862px !important;
        padding-top: 56.25% !important;
    }

    .page-psp-program .answers label:hover {
        margin-bottom: 0px;
        background-color: #46B4D2;
        border: 1px solid #46B4D2;
        color: #142957;
        border-radius: 8px;
        cursor: pointer;
        position: relative;
    }

}

@media screen and (min-width: 1281px) {
    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter {
        gap: 77px;
        margin: 0 auto;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        max-width: 1340px;
    }


    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 {
        max-width: 50%;
    }

    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6:last-child {
        max-width: 720px;
        padding-left: 0px;
        min-width: unset;
        width: 720px;
        position: absolute;
        right: 0;
        height: 720px;
    }

}

@media screen and (max-width: 1281px) and (min-width: 1024px) {
    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6:last-child {
        padding-right: 0px;
        min-width: auto;
        width: 631px;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo>.component-content .field-promoicon {
        width: 42%;
        min-width: 40%;
    }

    .page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:last-child .rich-text p.footnote {
        padding-bottom: 70px;
    }

    .page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:last-child .rich-text {
        padding-top: 70px;
    }

    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter {

        align-items: center;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo>.component-content .field-promoicon {
        width: 35%;
        min-width: 42%;
    }

    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 {
        max-width: 596px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6 {
        max-width: 45%;
    }

    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 {

        max-width: 50%;
        padding-right: 77px;
        padding-left: 10px;

    }

    .page-psp-program #video-wrapper .col-lg-6 {
        max-width: none;
        width: auto;
        max-width: 50%;
    }

    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter {
        gap: 0px;
        margin-left: 15px;

    }

    .page-psp-program #povcontainer .component-content .row {
        gap: 0px;
        justify-content: center;
        margin-right: 0px;
        margin-left: 0px;
    }

    .page-psp-program #povcontainer .component-content .col-lg-2 {
        max-width: 16.666667%;
        padding: 10px;
    }


    .page-psp-program #jump-link-wrapper {
        width: 1070px;
        right: 45%;
    }

    .page-psp-program #jump-link-wrapper ul li a {

        padding: 12px 11px;

    }

    .page-psp-program #jump-link-wrapper ul li a.active {

        padding: 12px 10px;

    }

    .page-psp-program #breaking-the-topical-cycle-section .column-splitter .col-lg-6:first-child {
        max-width: 50%;
    }

    .page-psp-program #breaking-the-topical-cycle-section .column-splitter {
        gap: 0px;

    }

    .page-psp-program #breaking-the-topical-cycle-section .video-js {
        min-width: auto !important;
        padding-top: 56.25% !important;
    }

    .page-psp-program #breaking-the-topical-cycle-section .column-splitter .col-lg-6 {
        max-width: 50%;

    }

    .page-psp-program #breaking-the-topical-cycle-section .column-splitter .col-lg-6:first-child .col-12 {
        padding: 0px;
    }

    .page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:first-child {
        min-width: auto;
        max-width: 51%;
    }

    .page-psp-program #symptoms-in-new-places-section .rich-text .cta-btn {

        margin-top: 77px;
    }

    .page-psp-program .flipsides {
        background-size: cover;
    }

}

@media screen and (max-width: 767px) {
    .page-psp-program .video-js {
        height: 404px !important;
        padding-top: 56.25% !important;
    }

    .page-psp-program #video-wrapper .video-js {
        height: auto !important;
        padding-top: 56.25% !important;
    }

    .page-psp-program #breaking-the-topical-cycle-section .video-js {
        height: 720px !important;
    }

    .page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6 {
        max-width: 100%;
        padding-right: 0px;
    }

    .page-psp-program .carousel .component-content h2 strong {
        margin-bottom: 11px;
        display: inline-block;
    }

    .page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:first-child {
        position: relative;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .download-btn {
        width: 100%;
        margin-bottom: 18px;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text p.footnote {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 20px;
    }
}

.povvideos .field-promotext {
    margin-top: 0px;
}

.page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:first-child .col-12 {
    padding: 0px;
}

.banner-mobile-text {
    display: none;
}

.page-psp-program #symptoms-in-new-places-section .component-content>.component:nth-child(1).rich-text {
    padding: 0px 0px;
}

.page-psp-program #talk-about-an-oral-option-section .column-splitter {
    gap: 60px;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.page-psp-program #talk-about-an-oral-option-section .column-splitter .col-lg-6:first-child {
    max-width: 43%;
    position: relative;
    left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    flex: none;
}

.page-psp-program #talk-about-an-oral-option-section .column-splitter .col-lg-6:first-child .col-12 {
    padding: 0px;
}

.page-psp-program #talk-about-an-oral-option-section .column-splitter .col-lg-6:last-child {
    padding-left: 0px;
    width: 44vw;
    max-width: none;
    flex: none;
}

@media screen and (max-width: 1024px) {
    .page-psp-program #talk-about-an-oral-option-section .rich-text h2 span {
        color: var(--Primary-Purple, #502D82);
        font-family: var(--font-sucrose);
        font-size: 29px;
        font-style: normal;
        font-weight: 925;
        line-height: 35px;
        display: inline-block;
        width: 100%;
    }

    .page-psp-program .quantum-hero__text-inner img {
        width: 254px;
        margin-bottom: 0px;
    }

    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 h1 img {
        width: 100%;
    }

    .mobile-menu {
        display: block;
    }

    .page-psp-program #jump-link-wrapper ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 30px;
        padding-bottom: 18px;
        flex-wrap: wrap;
        gap: 10px;
        display: none;
    }

    .page-psp-program #jump-link-wrapper ul li {
        list-style-type: none;
        width: auto;
        text-align: center;
        margin: 0 auto;
    }

    .page-psp-program #jump-link-wrapper {
        width: 100%;
        position: absolute;
        top: 0px;
        z-index: 99;
        margin: 0 auto;
        right: auto;
        transform: none;
        left: auto;
    }

    .page-psp-program .flipsides p {
        line-height: 22px;
        font-size: 24px;
        font-weight: 700;
        font-family: 'Jost';
        margin-top: 20px;
        display: inline-block;
        width: 100%;
        margin-bottom: 0px;
    }

    .page-psp-program .flipsides h2 {
        font-family: 'Sucrose Bold Three';
        color: #fff;
        font-size: 80px;
        line-height: 53px;
        margin-bottom: 13px;
        margin-top: 24px;
    }

    .page-psp-program .slide-heading {
        width: 100%;
        height: 100%;
    }

    .page-psp-program .slide-heading .col-12 {
        height: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .page-psp-program .slide-heading .col-12 .component-content {
        height: 90%;
    }

    .page-psp-program .s-flip-container-front .slide-heading .col-12 .component-content {
        height: 100%;
    }

    .page-psp-program #jump-link-wrapper ul li a {
        width: 100%;
        background: #ffffff;
        padding: 12px 18px;
        border-radius: 100px;
        color: #502D82;
        margin-bottom: 20px;
    }

    .page-scrolled.header-nav {
        background: #502d82;
    }

    .page-psp-program .flipsides {
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
        color: #fff;
        position: relative;
        width: 100%;
        height: 279px !important;
        transition: transform 1s;
        transform-style: preserve-3d;
        animation: rot 4s ease-in-out infinite;
        height: 100%;
        max-width: 1430px;
        margin: 0 auto;
        max-height: auto !important;
        background-image: url(/-/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/images/psp-new/flip-bg-mobile);
        padding: 26px;
        max-height: 405px !important;
        min-height: 263px !important;
        border-radius: 50px;
        padding-inline: 35px;
    }

    .flip .field-heading {
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 p.footnote {
        margin-top: 11px;
        font-size: 16px;
    }

    .page-psp-program a.flip-back {
        position: absolute;
        top: auto;
        right: auto;
        color: #fff;
        text-decoration: none;
        bottom: -24px;
        left: 0px;
    }

    .page-psp-program .flipsides .s-flip-container-front {
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: 20px;
        position: absolute;
        backface-visibility: hidden;
        min-height: auto;
        width: 86%;
        padding-bottom: 40px;
        top: 40px;
        border-radius: 20px;
        height: auto;
        padding-top: 0px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-psp-program .slide-content {
        display: none;
    }

    .page-psp-program .s-flip-container-back {
        position: relative;
        backface-visibility: hidden;
        min-height: auto;
        width: 100%;
        padding: 0px;
        padding-bottom: 0px;
        top: 2px;
        transform: rotateY(0.5turn);
        border-radius: 20px;
        height: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0px;
        cursor: pointer;
    }

    .page-psp-program #understanding-plaque-psoriasis-section .two-col-promo>.component-content {
        gap: 0px;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .page-psp-program #understanding-plaque-psoriasis-section .two-col-promo .promo-text {
        max-width: 643px;
        padding-top: 30px;
        padding-left: 0px;
        padding: 30px 16px;
    }

    .page-psp-program .two-col-promo .promo-text h1 span {
        font-size: 40px;
        margin-bottom: 6px;
        font-family: var(--font-sucrose);
    }

    .page-psp-program .two-col-promo .promo-text h1 {
        color: #502D82;
        font-size: 22px;
        line-height: 1.4;
        font-weight: 700;
        font-family: var(--font-neue);
        margin-bottom: 23px;
    }

    .page-psp-program .carousel {
        position: relative;
        padding: 32px;
        background: linear-gradient(180deg, #502D82 0%, #312234 100%);
        padding-top: 25px;
        color: #fff;
        padding-bottom: 32px;
    }

    .page-psp-program .answers {
        width: 100%;
        margin: 0 auto;
        display: flex;
        gap: 23px;
        flex-wrap: wrap;
    }

    .page-psp-program .carousel .component-content h2 {
        font-family: var(--font-jost);
        font-size: 18px;
        font-weight: 400;
        line-height: 22.4px;
        text-align: left;
        color: #fff;
        margin-bottom: 25px;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text p.footnote br {
        display: none;
    }

    .page-psp-program .result-section .row h2 {
        font-family: var(--font-sucrose);
        font-size: 34px;
        font-weight: 900;
        line-height: 42px;
        text-align: left;
        margin-bottom: 26px;
    }

    .page-psp-program .result-section .row h2 br {
        display: none;
    }

    .page-psp-program #video-wrapper {
        padding-right: 50px;
        padding-left: 50px;
    }

    .page-psp-program #video-wrapper .col-lg-6 {
        max-width: none;
        padding-right: 0px;
        padding-left: 0px;
        flex: none;
        width: 100%;
    }



    .page-psp-program #video-wrapper .row {
        flex-wrap: nowrap;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 0px;
        gap: 0px;
        flex-direction: column-reverse;
    }

    .page-psp-program #video-wrapper h3 {
        font-family: var(--font-jost);
        font-size: 29px;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        color: #502D82;
        margin-bottom: 10px;
        line-height: 35px;
    }

    .page-psp-program #video-wrapper p {
        font-family: var(--font-jost);
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        text-align: left;
        margin-bottom: 24px;
        color: #502D82;
    }

    .page-psp-program #video-wrapper .accordion .item.active .field-heading:after {
        font-size: 14px;
        font-weight: 700;
        line-height: 32px;
        text-align: left;
        text-decoration-line: underline;
        text-decoration-style: solid;
        content: 'Collapse';
        position: absolute;
        top: 7px;
        right: 21px;
        font-family: var(--font-poppins);
        color: #502D82;
    }



    .page-psp-program br.desktop-visible {
        display: none;
    }



    .page-psp-program .considering-otezla-form .consent_box .accordion-consentTitle {
        font-family: var(--font-jost);
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        text-align: left;
        color: #142957;
    }

    .page-psp-program #povcontainer+.container .promo .component-content {
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .page-psp-program #sticky-nav-right-mobile {
        display: none !important;
    }

    .page-psp-program #povcontainer+.container .promo .component-content .field-promotext>div div div {
        display: flex;
        gap: 15px;
        width: 500px;
        flex-wrap: wrap;
    }

    .page-psp-program #povcontainer+.container .promo .component-content .field-promotext>div div div {
        display: flex;
        gap: 15px;
        width: 100%;
        flex-wrap: wrap;
    }



    .page-psp-program .result-text,
    .page-psp-program .response-section {
        min-width: auto;
    }

    .page-psp-program .result-section .row {
        display: flex;
        gap: 45px;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
    }

    .page-psp-program .result-section .response-heading h2 {
        font-family: var(--font-jost);
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        text-align: left;
        padding: 6px 21px;
        position: relative;
        color: #502D82 !important;
        margin-bottom: 0px;
    }

    .page-psp-program .answers label {
        width: 100%;
    }

    .page-psp-program .explore-another-btn {
        display: flex;
        gap: 7px;
        margin-bottom: 21px;
    }

    .page-psp-program a.cta-btn.explore-btn {
        text-align: center;
        width: 100%;
        max-width: none;
        padding: 12px 7px;
        background-color: #46b4d2;
        border: 2px solid #46b4d2;
        color: #142957;
        font-family: var(--font-jost);
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        border-radius: 46px;
        text-decoration: none;
    }

    .page-psp-program #povcontainer .component-content p {
        font-family: var(--font-jost);
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        text-align: left;
    }

    .page-psp-program #povcontainer {
        background-color: #502D82;
        max-width: 100%;
        padding: 0px 30px;
        background: linear-gradient(180deg, #502D82 0%, #312234 100%);
        margin-bottom: 0px;
    }

    .slick-dots li>button {

        background-color: #322337;

    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }

    .page-psp-program #povcontainer .component-content h2 {
        margin-bottom: 6px;
        font-family: var(--font-jost);
        font-size: 36px;
        font-weight: 600;
        line-height: 40px;
        text-align: left;
        color: #fff;
    }

    .page-psp-program #povcontainer .component-content p.footnote {
        font-family: var(--font-jost);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .page-psp-program #povcontainer>.component-content {
        padding-bottom: 0px;
    }

    .page-psp-program a.cta-btn.another-btn {
        width: 100%;
        max-width: none;
        padding: 12px 7px;
        background-color: transparent;
        border: 2px solid #fff;
        color: #fff;
        font-family: var(--font-jost);
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        border-radius: 46px;
        text-decoration: none;
        text-align: center;
    }

    .page-psp-program #povcontainer .column-splitter .promo-text {
        min-width: auto;
        height: auto;
        width: auto;
        margin-bottom: 30px;
    }


    .page-psp-program #povcontainer+.container .promo .component-content .field-promotext>div div div a {
        max-width: max-content;
        width: 100%;
        background-color: #502D82;
        color: #fff;
        text-transform: uppercase;
        font-family: var(--font-jost);
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
        border-radius: 100px;
        display: flex;
        align-items: center;
        text-decoration: none;
        justify-content: center;
        text-transform: unset;
        padding: 15px 25px;
        margin: 0 auto;
    }

    .footer-css .image.file-type-icon-media-link,
    .footer-css .image.file-type-icon-media-link+.plain-html {
        padding-top: 56px;
    }

    .footer-css .link-list {
        text-align: center;
        margin-bottom: 0px;
    }

    .page-psp-program .quantum-footer__inner {
        padding-inline: 20px !important;
    }

    .page-psp-program .reference-footer ul {
        padding-left: 0px;
    }

    .page-psp-program #breaking-the-topical-cycle-section .two-col-promo .promo-text {
        max-width: 643px;
        padding-top: 0px;
        padding-left: 0px;
        padding-inline: 16px;
        padding-bottom: 20px;
    }

    .page-psp-program #symptoms-in-new-places-section .two-col-promo>.component-content {
        gap: 30px;
        flex-direction: row;
        align-items: flex-start;
        max-width: 1440px;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .page-psp-program #symptoms-in-new-places-section .two-col-promo .promo-text {
        max-width: 576px;
        padding-top: 0px;
        padding-left: 0px;
        padding-inline: 16px;
    }

    .page-psp-program .two-col-promo .field-promotext2 p {
        text-align: left;
    }

    .page-psp-program .forty-patient {
        max-width: 1194px;
        margin: 0 auto;
        display: flex;
        gap: 17px;
        align-items: center;
        flex-wrap: wrap;
        padding-inline: 32px;
    }

    .page-psp-program .hide-sticky#stickyclose {
        display: none;
    }

    .page-psp-program .sub-head {
        font-family: var(--font-opensans);
        font-size: 18px;
        font-weight: 600;
        line-height: 24.51px;
        text-align: left;
        cursor: pointer;
        padding-right: 109px;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text {
        max-width: 624px;
        padding-top: 5px;
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 31px;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text h2 {
        margin-bottom: 10px;
    }

    .page-psp-program #talk-about-an-oral-option-section .field-promolink>a.cta-btn {
        max-width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 12px 0px;
        font-size: 16px;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text {
        max-width: 639px;
        padding-top: 48px;
        padding-left: 32px;
    }

    .page-psp-program .two-col-promo .field-promotext2 ul li {
        width: 100%;
        position: relative;
        list-style-type: none;
        padding-left: 40px;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 20px;
        padding-right: 0px;
        text-align: left;
    }



    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6:last-child {
        padding-top: 0px;
        padding-bottom: 0px;
        min-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .page-psp-program .two-col-promo .field-promotext2 ul li:nth-child(2n) {
        margin-bottom: 16px;
    }

    div#mobile-menu-section {
        position: fixed;
        width: auto;
        top: 45px;
        z-index: 99999;
        right: 30px;
    }

    .page-psp-program .page-scrolled .quantum-header__logo {
        max-width: 100px;
        width: 68px;
    }

    .close-menu {
        display: none;
    }

    .page-psp-program .quantum-hero__text {
        padding-inline: 30px;
    }

    .open-menu {
        display: block;
    }

    .mobile-open-menu .close-menu {
        display: block;
    }

    .mobile-open-menu .open-menu {
        display: none;
    }

    .header-nav {
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        width: auto;
        z-index: 99999;
    }

    .mobile-open-menu {
        overflow-y: hidden;
    }

    .page-psp-program.mobile-open-menu #jump-link-wrapper ul {
        display: block;
    }

    .page-psp-program.mobile-open-menu #jump-link-wrapper ul {
        padding: 0px 30px;
        background: linear-gradient(180deg, #502D82 31.43%, #312234 162.86%);
        padding-top: 130px;
        padding-bottom: 30px;
    }

    .page-psp-program .quantum-hero__text-inner {
        max-width: 86%;
        position: absolute;
        bottom: auto;
        top: 43%;
    }

    .page-psp-program .quantum-hero {
        min-height: 477px;
        margin-bottom: 0px;
    }

    .page-psp-program .flipsides p br {
        display: none;
    }

    .page-psp-program .quantum-hero__text-inner p {
        margin-top: 24px;
        font-size: 20px;
        line-height: 26px;
        font-family: 'Jost';
        width: 100%;
        color: #502D82;
        padding: 26px;
        padding-inline: 0px;
    }

    .page-psp-program .quantum-hero {
        min-height: 477px;
        margin-bottom: 0px;
        margin-bottom: 0px;
    }

    .page-psp-program .quantum-hero__text-inner h2 {
        font-size: 18px;
        line-height: 1;
        font-family: "Jost", serif;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .quantum-hero__inner {
        background-image: url(/-/media/Themes/Otezla/PlaquePsoriasisTreatment-com/PlaquePsoriasisTreatment-com/images/psp-new/psomething-banner-mobile) !important;
    }

    .page-psp-program .component.flip.initialized {
        background: linear-gradient(180deg, #502D82 31.43%, #312234 162.86%);
        padding-top: 0px;
        height: 316px;
    }

    .page-psp-program .flipsides {
        text-align: left;
    }

    .page-psp-program .flipsides a {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Jost';
        line-height: 23px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        bottom: -34px;
    }

    .page-psp-program #breaking-the-topical-cycle-section .flipsides a {
        bottom: -58px;
    }

    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 {
        max-width: 596px;
        padding-top: 30px;
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 28px;
    }

    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 h1 {
        color: #502D82;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 h1 span {
        font-size: 37px;
        margin-bottom: 6px;
        font-family: var(--font-sucrose);
    }

    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 p {
        color: #502D82;
        font-size: 16px;
        font-weight: 450;
        line-height: 20px;
        letter-spacing: 0.05em;
        margin-bottom: 18px;
    }

    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter .col-lg-6 a.cta-btn {
        width: 100%;
        max-width: 100%;
        padding: 13px 0px;
        background-color: #552B82;
        color: #fff;
        font-size: 16px;
        line-height: 23px;
        font-weight: 600;
        text-transform: none;
        justify-content: center;
    }

    .page-psp-program #understanding-plaque-psoriasis-section .column-splitter {
        gap: 0px;
        margin: 0 auto;
        justify-content: center;
        align-items: flex-start;
    }

    .page-psp-program #povcontainer .component-content .col-lg-2,
    .page-psp-program #povcontainer .component-content .col-12 {
        margin-right: 25px;
    }

    .page-psp-program #povcontainer+.container .promo .component-content .field-promoicon img {
        width: 178px;
    }

    .page-psp-program #povcontainer+.container .promo .component-content .field-promotext>div {
        display: flex;
        gap: 30px;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .page-psp-program #povcontainer+.container .promo .component-content .field-promotext>div div p {
        font-family: var(--font-jost);
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        color: #502D82;
        text-align: center;
        margin-bottom: 0px;
    }

    .page-psp-program #povcontainer+.container .promo .component-content .field-promotext>div div h1 {
        font-family: var(--font-jost);
        font-size: 24px;
        font-weight: 700;
        line-height: 37px;
        text-align: center;
        margin-bottom: 30px;
        color: #502D82;
    }

    .page-psp-program #povcontainer+.container .promo .component-content .field-promotext>div div div p {
        font-family: var(--font-jost);
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
        color: #502D82;
    }

    .page-psp-program #povcontainer+.container {
        background-color: #B4BEFA;
        max-width: 100%;
        padding-top: 48px;
        padding-bottom: 31px;
    }

    .footer-css .copyright-txt {
        max-width: 310px;
    }

    .footer-css .copyright-txt span {
        display: block;
    }

    .page-psp-program #breaking-the-topical-cycle-section .column-splitter .col-lg-6:first-child {
        max-width: 720px;
        padding-right: 0px;
        position: relative;
        left: 0px;
    }

    .page-psp-program #breaking-the-topical-cycle-section .column-splitter .col-lg-6:first-child .col-12 {

        padding-right: 0px;
        padding-left: 0px;
    }

    .page-psp-program #breaking-the-topical-cycle-section .column-splitter {
        gap: 0px;
        justify-content: center;
        align-items: flex-start;
        max-width: 1440px;
        margin: 0 auto;
    }

    .quantum-header {
        width: 100%;
    }

    .page-psp-program #breaking-the-topical-cycle-section .column-splitter .col-lg-6:last-child {
        padding-top: 40px;
        padding-left: 32px;
        padding-right: 32px;
        width: 100%;
    }

    .page-psp-program #breaking-the-topical-cycle-section .column-splitter h2 span img {
        width: auto;
        display: inline-block;
        height: 26px;
    }

    .page-psp-program #breaking-the-topical-cycle-section .column-splitter h2+p {
        margin-bottom: 20px;
        color: #502D82;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        font-family: var(--font-jost);
    }

    .page-psp-program #breaking-the-topical-cycle-section .column-splitter ul {
        padding-left: 16px;
        margin-bottom: 20px;
    }

    .page-psp-program #breaking-the-topical-cycle-section .column-splitter .col-lg-6 a.cta-btn {
        width: 100%;
        max-width: 100%;
        padding: 13px 20px;
        background-color: #552B82;
        color: #fff;
        font-size: 20px;
        line-height: 23px;
        font-weight: 600;
        text-transform: none;
        justify-content: center;
    }



    .page-psp-program .forty-patient h1 {
        color: #502D82;
        font-size: 20px;
        text-align: center;
        width: 100%;
    }

    .page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:first-child {
        min-width: 100%;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .page-psp-program #symptoms-in-new-places-section .rich-text {
        padding: 16px 0px;
    }

    .page-psp-program #symptoms-in-new-places-section .flip+.rich-text {
        border-bottom: 0px solid #552B82;
    }

    .page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:first-child .col-12 {
        padding: 0px;
    }

    #talk-about-an-oral-option-section .two-col-promo .field-promoicon {
        display: block;
    }

    .page-psp-program #symptoms-in-new-places-section .column-splitter {
        gap: 0px;

    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo>.component-content {
        gap: 16px;
        align-items: flex-start;
        max-width: 100%;
        margin: 0 auto;
        justify-content: center;
        flex-wrap: wrap;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text h2 span {
        font-family: var(--font-suez);
        font-size: 29px;
        font-weight: normal;
        text-align: left;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text h2 span img {
        width: 100%;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text .field-promolink {
        margin-top: 16px;
        margin-bottom: 20px;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .field-promotext2 {
        margin-bottom: 10px;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo>.component-content {
        gap: 0px;
        align-items: flex-start;
        max-width: 100%;
        margin: 0 auto;
        background: #502D82;
        color: #fff;
    }



    .page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:last-child .rich-text {
        padding-top: 25px;
        padding-bottom: 31px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:last-child .rich-text p strong {
        font-size: 20px;
        margin-bottom: 11px;
        display: inline-block;
    }

    .page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:last-child .rich-text h2 {
        font-size: 30px;
        line-height: 35px;
        font-size: 400;
    }

    .page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:last-child .rich-text h2 br {
        display: none;
    }

    .page-psp-program #symptoms-in-new-places-section .column-splitter h2 span {
        font-size: 30px;
        font-weight: 400;
        text-align: left;
    }

    .page-psp-program #symptoms-in-new-places-section .rich-text .cta-btn {
        text-decoration: none;
        background: #552B82;
        padding: 13px 5px;
        border-radius: 100px;
        color: #fff;
        display: inline-block;
        text-align: center;
        min-width: 265px;
        font-size: 14px;
        font-weight: 600;
        margin-top: 21px;
        margin-bottom: 21px;
        width: 100%;
    }

    .page-psp-program #symptoms-in-new-places-section .column-splitter .col-lg-6:last-child .rich-text p.footnote {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 0px;
    }

    .sv-selectbase__label:nth-of-type(1) {
        order: 1;
    }

    /* Very Often */
    .sv-selectbase__label:nth-of-type(3) {
        order: 2;
    }

    /* Often */
    .sv-selectbase__label:nth-of-type(5) {
        order: 3;
    }

    /* Somewhat Often */
    .sv-selectbase__label:nth-of-type(2) {
        order: 4;
    }

    /* Rarely */
    .sv-selectbase__label:nth-of-type(4) {
        order: 5;
    }

    /* Never */
    .breaking-question-4 .sv-selectbase__label:nth-of-type(1) {
        order: 1;
        width: 100%;
    }

    /* Very Often */
    .breaking-question-4 .sv-selectbase__label:nth-of-type(3) {
        order: 2;
        width: 100%;
    }

    /* Often */
    .breaking-question-4 .sv-selectbase__label:nth-of-type(5) {
        order: 3;
        width: 100%;
    }

    /* Somewhat Often */
    .breaking-question-4 .sv-selectbase__label:nth-of-type(2) {
        order: 5;
        width: 100%;
    }

    /* Rarely */
    .breaking-question-4 .sv-selectbase__label:nth-of-type(4) {
        order: 6;
        width: 100%;
    }

    .breaking-question-4 .sv-selectbase__label:nth-of-type(6) {
        order: 7;
        width: 100%;
    }

    .breaking-question-4 .sv-selectbase__label:nth-of-type(7) {
        order: 4;
        width: 100%;
    }

    .breaking-question-4 .sv-selectbase__label:nth-of-type(8) {
        order: 8;
        width: 100%;
    }

    .breaking-question-4 .page-psp-program .answers label {
        width: 100%;
    }

    #video-wrapper .col-lg-6:first-child .accordion {
        display: block;
        margin-top: 30px;
    }

    #video-wrapper .col-lg-6:last-child .accordion {
        display: none;
        margin-top: 30px;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo>.component-content .field-promoicon {
        width: 100%;
        min-width: 48%;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text {
        width: 100%;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .promo-text {
        width: 100%;
    }

    .page-psp-program #symptoms-in-new-places-section .rich-text p {
        max-width: 100%;
    }

    .banner-mobile-text {
        display: block;
    }

    .page-psp-program .quantum-hero__text-inner p {
        display: none;
    }

    .banner-mobile-text p {
        margin-top: 0px;
        font-size: 20px;
        line-height: 26px;
        font-family: 'Jost';
        width: 100%;
        color: #502D82;
        padding: 25px;
        padding-inline: 25px;
        margin-bottom: 0px;
        letter-spacing: normal !important;
        font-weight: 400 !important;
    }

    .page-psp-program #symptoms-in-new-places-section .component-content .component:first-child {
        padding: 0px;
    }

    .page-psp-program .forty-patient span.first-span,
    .page-psp-program .forty-patient span.third-span {
        color: #502D82;
        font-size: 20px;
        font-family: var(--font-jost);
        line-height: 1;
    }

    .page-psp-program .forty-patient span.second-span img {
        width: 100%;
    }

    .page-psp-program .forty-patient h1 {
        gap: 10px;
    }

    .page-psp-program #talk-about-an-oral-option-section .column-splitter .col-lg-6:first-child {
        max-width: 100%;
        position: relative;
        left: 0px;
        padding-top: 0px;
        padding-left: 0px;
        flex: none;
        padding-right: 0px;
    }

    .page-psp-program #talk-about-an-oral-option-section .rich-text h2 img {
        width: 100%;
    }

    .page-psp-program #talk-about-an-oral-option-section .column-splitter .col-lg-6:last-child {
        width: 100%;
        padding: 16px 32px 31px 32px;
    }

    .page-psp-program #talk-about-an-oral-option-section .column-splitter {
        gap: 0px;
    }

    .page-psp-program #talk-about-an-oral-option-section .rich-text h2 {
        font-family: var(--font-jost);
        font-size: 20px;
        font-weight: 450;
        text-align: left;
        margin-bottom: 20px;
        line-height: 35px;
        color: #502D82;
    }

    .page-psp-program #talk-about-an-oral-option-section .column-splitter .rich-text .field-promolink {
        margin-top: 16px;
        margin-bottom: 20px;
    }

    .page-psp-program #talk-about-an-oral-option-section .column-splitter .rich-text p.footnote {
        font-size: 14px;
        font-family: var(--font-jost);
        line-height: 20px;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .field-promotext2 ul li:nth-child(2) {
        order: 4;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .field-promotext2 ul li:nth-child(4) {
        order: 5;
    }

    .page-psp-program #talk-about-an-oral-option-section .two-col-promo .field-promotext2 ul li:nth-child(5) {
        order: 3;
    }
}

@media screen and (min-width: 1280px) {}

.page-psp-program #Modal_povvideo_popup .video-js {
    max-width: 100% !important;
    height: auto !important;
}

#understanding-plaque-psoriasis-section .video-js .vjs-control-bar,
#symptoms-in-new-places-section .video-js .vjs-control-bar,
#breaking-the-topical-cycle-section .video-js .vjs-control-bar,
#talk-about-an-oral-option-section .video-js .vjs-control-bar {
    display: none !important;
}

#understanding-plaque-psoriasis-section .video-js .vjs-tech,
#symptoms-in-new-places-section .video-js .vjs-tech,
#breaking-the-topical-cycle-section .video-js .vjs-tech,
#talk-about-an-oral-option-section .video-js .vjs-tech {
    object-fit: cover;
}

.plaque-psoriasis-treatment.page-psp-program .carousel-inner #results ul li {
    margin-bottom: 10px;
}

.page-psp-program #video-wrapper .col-lg-6 .accordion .toggle-content {
    overflow: scroll;
    width: 100%;
    height: 200px;
    overflow-x: auto;
}

.plaque-psoriasis-treatment.page-psp-program #breaking-the-topical-cycle-section #results ul li {
    padding-bottom: 15px;
}

.page-scrolled.header-nav {
    background: #552e82;
}

.page-psp-program button.btnsubmit {
    color: #142957;
}

.understanding-rarely,
.understanding-often,
.breaking-rarely,
.breaking-often,
.sysmtoms-rarely,
.sysmtoms-often {
    display: none;
}

#breaking-the-topical-cycle-section #results ul li:last-child strong {
    top: 38px;
}

.page-psp-program #breaking-the-topical-cycle-section .response-section.result-fit-height {
    height: auto;
    padding-bottom: 1.5rem;
}

.page-psp-program #breaking-the-topical-cycle-section #results ul li:last-child {
    margin-bottom: 10px;
}

.page-psp-program #breaking-the-topical-cycle-section .response-section.result-fit-height.hide-result {
    height: fit-content !important;
    padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .page-psp-program #breaking-the-topical-cycle-section .response-section.result-fit-height {
        height: auto;
        padding-bottom: 3.5rem;
    }

    #breaking-the-topical-cycle-section #results ul li:last-child strong {
        top: 60px;
    }

    .page-psp-program .response-section {
        min-width: 100%;
    }

    .forty-patient span.second-span {
        margin-bottom: -9px !important;
    }



    .page-psp-program .flipsides h2 {
        font-family: 'Sucrose Bold Three';
        color: #fff;
        font-size: 80px;
        line-height: 53px;
        margin-bottom: 2px;
        margin-top: 4px;
    }


}


.forty-patient span.second-span {
    margin-bottom: -16px;
}

@media screen and (max-width: 340px) {
    .page-psp-program #breaking-the-topical-cycle-section .flipsides a {
        bottom: -39px;
    }

    .page-psp-program .flipsides p {

        font-size: 18px;

    }
}

.page-psp-program .response-section.result-fit-height2 {
    height: auto;
    padding-bottom: 2rem;
}

.page-psp-program .response-section.result-fit-height3 {
    height: auto;
    padding-bottom: 3rem;
}

.page-psp-program .response-section.result-fit-height4 {
    height: auto;
    padding-bottom: 2.75rem;
}

@media (max-width: 767px) {
    .page-psp-program .response-section.result-fit-height3 {
        height: auto;
        padding-bottom: 3.5rem;
    }

    .page-psp-program .response-section.result-fit-height4 {
        height: auto;
        padding-bottom: 4.75rem;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 360px) and (min-device-height: 740px) and (max-device-height: 740px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {

    .page-psp-program .response-section.result-fit-height3 {
        height: auto;
        padding-bottom: 3.5rem;
    }

    .page-psp-program .response-section.result-fit-height4 {
        height: auto;
        padding-bottom: 5.75rem;
    }
}

.page-psp-program .response-section.result-fit-height4.hide-result {
    height: fit-content;
    padding-bottom: 0px;
}
