@import url(fonts.css);
@import url(typography.css);

/* custom-small-block */
.custom-small-block {
    padding: 3rem;
    max-width: 900px;
    margin: auto;
}

.custom-small-block img {
    width: 100%;
}

.custom-small-block img {
    max-width: 250px;
}

.custom-small-block .custom-small-block-details {
    width: 100%;
}

.custom-small-block .container {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.custom-small-block .custom-small-block-details p {
    color: #371A45;
    font-size: 20px;
    line-height: 27px;
}

/* end of custom-small-block */
/* video section */
.custom-video-block {
    width: 100%;
    margin: auto;
    padding: 3rem;
}

/* end of video section */
/* custom-grid-grey-area */
.custom-grid-grey-area {
    background-color: #ECEFF6;
    padding: 3rem;
}

.custom-grid-grey-area .custom-icon-txt-wrapper .custom-title {
    text-align: center;
    margin-bottom: 30px;
}

.custom-grid-grey-area .custom-icon-txt-wrapper .custom-title h4 {
    color: #371A45;
    font-size: 32px;
    line-height: 39px;
    font-family: var(--bold-font);
    margin-bottom: 20px;
}

.custom-grid-grey-area .custom-icon-txt-wrapper .custom-title p {
    color: #371A45;
    font-size: 20px;
    line-height: 24px;
    font-family: var(--main-font);
}

.custom-grid-grey-area .custom-icon-txt-wrapper .custom-icon-images img {
    width: 70px;
}

.custom-grid-grey-area .custom-icon-txt-wrapper .custom-icon-images {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    margin-bottom: 40px;
}

.custom-grid-grey-area .custom-icon-txt-wrapper .custom-icon-images .custom-icon-details {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.custom-grid-grey-area .custom-icon-txt-wrapper .custom-icon-images .custom-icon-details p {
    margin-bottom: 0;
    color: #371A45;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--main-font);
}

.custom-grid-grey-area .custom-icon-txt-wrapper .custom-icon-images .custom-icon-details p.custom-height-title {
    color: #371A45;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--bold-font);
    margin-bottom: 10px;
}

.custom-right-img-block {
    padding: 3rem;
}

.custom-float-left-img-block {
    padding: 3rem 0;
    margin-bottom: 100px;
}

.custom-right-img-block .container,
.custom-float-left-img-block .container {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.custom-right-img-block .img-block-area,
.custom-float-left-img-block .img-block-area {
    width: 30%;
}

.custom-right-img-block .content-block-area,
.custom-float-left-img-block .content-block-area {
    width: 70%;
}

.custom-float-left-img-block .content-block-area {
    width: 70%;
    padding: 3rem 0;
}

.custom-right-img-block .content-block-area p,
.custom-float-left-img-block .content-block-area p {
    color: #371A45;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--main-font);
    margin-bottom: 10px;
}

.custom-right-img-block .content-block-area h5,
.custom-float-left-img-block .content-block-area h5 {
    color: #371A45;
    font-size: 32px;
    line-height: 39px;
    font-family: var(--bold-font);
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.custom-float-left-img-block .custom-bg-light-grey {
    background-color: #F8F8F8;
}

.custom-float-left-img-block .container {
    position: relative;
    height: 585px;
}

.custom-float-left-img-block .container .img-block-area img {
    position: absolute;
    left: 0;
    top: -100px;
    max-height: 767px;
    width: auto;
}

/* end of custom-grid-grey-area */
/* qr block */
.custom-qr-block {
    width: 100%;
    height: 100%;
    /* Define the linear gradient from a light blue-green to a darker blue */
    background: linear-gradient(to right, #AFDCC7, #3EADCE);
    min-height: 300px;
    padding: 3rem;
}

.custom-qr-area-block {
    border-radius: 25px;
    border: #707070;
    box-shadow: 0 6px 6px #707070;
    background-color: #fff;
    margin: auto;
    width: 100%;
    padding: 3rem;
    display: flex;
    justify-content: space-around;
}
body.sv .custom-qr-area-block .custom-qr-image-area.qr-fin,
body:not(.sv) .custom-qr-area-block .custom-qr-image-area.qr-sv{
    display: none;
}

.custom-qr-block .custom-summary.sv{
    display: none;
}
.custom-qr-area-block .custom-qr-image-area {
    display: flex;
}

.custom-qr-area-block .custom-qr-image-area img {
    width: 300px;
}

.custom-qr-area-block .custom-qr img {
    width: 100px;
}

.custom-qr-block .custom-summary p {
    color: #fff;
    font-family: var(--bold-font);
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    max-width: 860px;
    margin: auto;
    padding: 0 3rem;
}

.custom-qr-card {
    margin-top: -120px;
    margin-bottom: 120px;
}

.custom-qr-card .custom-qr-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: space-between;
}

.custom-qr-card .custom-qr-title p {
    color: #371A45;
    font-size: 32px;
    line-height: 36px;
    font-family: var(--bold-font);
    margin-bottom: 10px;
}

.custom-qr-card .custom-qr-arrow {
    justify-content: flex-end;
    display: flex;
}

.custom-qr-card .custom-qr-arrow img {
    margin-right: -70px;
}

/* end of qr block */
.custom-curved-banner {
    display: none;
}
body.sv .custom-curved-banner {
    display: block;
    width: 100%;
    height: auto;
    background-image: url('../images/header-banner-sv.png');
    background-size: cover;
    background-position: center bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

body:not(.sv) .custom-curved-banner {
    display: block;
    width: 100%;
    height: auto;
    background-image: url('../images/custom-header-banner-fi.png');
    background-size: cover;
    background-position: center bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.custom-curved-banner .custom-curved-banner-content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 460px;
}

.custom-curved-banner .custom-curved-banner-content img {
    width: 100%;
    max-width: 200px;
}

.custom-curved-banner .custom-curved-banner-content p {
    font-size: 44px;
    max-width: 1000px;
    font-family: var(--bold-font);
    color: #371A45;
    text-align: center;
    line-height: 52px;
    margin: 40px 0;
}

body.page-node-type-web-patient .takeda_brightcove--video {
    margin-bottom: 50px;
}

body.page-node-type-web-patient .takeda_brightcove--video picture.vjs-poster img {
    height: 100%;
}
body.page-node-type-web-patient header .header-region-placeholder{
    margin-bottom: 0;
}
body.page-node-type-web-patient #main-content + .region-content{
    margin-top: 0;
}
body.sv .custom-summary.fin {
    display:none;
}

p.custom-medium-bold{
    font-weight: bold;
}

.paragraph--type--tabs .tabs__title-wrapper .tabs__link{
    text-decoration:none;
}

@media(max-width: 1899px) {
    .custom-small-block {
        max-width: 1000px;
    }

    .custom-grid-grey-area .custom-icon-txt-wrapper {
        max-width: 1200px;
    }

    .custom-grid-grey-area .custom-icon-txt-wrapper .custom-icon-images {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-qr-block {
        min-height: 350px;
        padding: 4rem 3rem;
    }

    body.sv .custom-qr-block {
        min-height: 200px;
    }

    .custom-right-img-block {
        padding: 5rem 3rem;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .custom-qr-card .custom-qr-arrow img {
        margin-left: 0px;
        margin-right: 0px;
    }

    .custom-small-block .custom-small-block-details p {
        font-size: 30px;
        line-height: 41px;
    }
}

@media(max-width: 767px) {
    .custom-small-block .container {
        flex-direction: column;
        align-items: center;
    }

    .custom-grid-grey-area .custom-icon-txt-wrapper .custom-icon-images {
        align-items: center;
        flex-direction: column;
    }

    .custom-grid-grey-area .custom-icon-txt-wrapper .custom-icon-images .custom-height-title {
        text-align: center;
    }

    .custom-right-img-block .container {
        flex-direction: column-reverse;
    }

    .custom-float-left-img-block .container {
        flex-direction: column;
        position: unset;
        height: auto;
    }

    .custom-right-img-block .img-block-area,
    .custom-float-left-img-block .img-block-area {
        width: 100%;
    }

    .custom-right-img-block .content-block-area,
    .custom-float-left-img-block .content-block-area,
    .custom-float-left-img-block .container .img-block-area img {
        width: 100%;
    }
     .custom-curved-banner {
        display: none;
     }
    body.sv .custom-curved-banner {
        display: block;
        width: 100%;
        height: auto;
        background-image: url('../images/header-banner-mobile-sv.png');
        background-size: 100%;
        background-position: center bottom;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 20px;
        font-weight: bold;
        background-repeat: no-repeat;
    }
    body:not(.sv) .custom-curved-banner {
        display: block;
        width: 100%;
        height: auto;
        background-image: url('../images/custom-header-banner-mobile-fi.png');
        background-size: 100%;
        background-position: center bottom;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 20px;
        font-weight: bold;
        background-repeat: no-repeat;
    }


    .custom-curved-banner .custom-curved-banner-content {
        margin-bottom: 200px;
    }

    .custom-qr-area-block .custom-qr-image-area img {
        width: 100%;
    }

    .custom-qr-card .custom-qr-arrow img {
        margin-left: 10px;
    }

    .custom-qr-card .custom-qr-arrow {
        justify-content: flex-start;
    }

    .custom-qr-block .custom-summary p {
        padding: 0;
    }

    .custom-qr-block {
        padding: 3rem 2rem 5rem 2rem;
    }

    .custom-qr-card {
        margin-top: -70px;
        margin-bottom: 70px;
    }

    .custom-qr-area-block {
        flex-direction: column;
        padding: 3rem 2rem;
    }

    .custom-grid-grey-area {
        padding: 3rem 2rem;
    }

    .custom-right-img-block {
        padding: 3rem 2rem;
    }

    .custom-video-block {
        padding: 3rem 2rem;
    }

    .custom-small-block {
        padding: 3rem 2rem;
    }

    .custom-float-left-img-block .custom-bg-light-grey {
        padding: 3rem 2rem;
    }

    .custom-float-left-img-block .content-block-area {
        padding: 0;
    }

    .custom-float-left-img-block .container .img-block-area img {
        position: unset;
        max-height: unset;
    }

    .custom-float-left-img-block {
        padding: 0;
        margin: 0;
    }

    .custom-curved-banner .custom-curved-banner-content p {
        font-size: 32px;
        line-height: 36px;
    }

    .custom-small-block img {
        width: 200px;
    }

    .custom-qr-area-block .custom-qr img {
        width: 150px;
    }
}

@media(min-width: 690px) and (max-width: 767px) {
    .custom-curved-banner .custom-curved-banner-content p {
        height: 300px;
    }
}

@media(min-width: 550px) and (max-width: 689px) {
    .custom-curved-banner .custom-curved-banner-content p {
        height: 238px;
    }
}

@media(min-width: 513px) and (max-width: 549px) {
    .custom-curved-banner .custom-curved-banner-content p {
        height: 75px;
    }

    .custom-curved-banner .custom-curved-banner-content {
        margin-bottom: 320px;
    }
}

@media(min-width: 475px) and (max-width: 512px) {
    .custom-curved-banner .custom-curved-banner-content p {
        height: 75px;
    }

    .custom-curved-banner .custom-curved-banner-content {
        margin-bottom: 320px;
    }
}

@media(max-width: 474px) {
    .custom-curved-banner .custom-curved-banner-content p {
        font-size: 24px;
        line-height: 30px;
        height: 330px;
    }

    .custom-curved-banner .custom-curved-banner-content {
        margin-bottom: -39px;
    }

    .custom-curved-banner .custom-curved-banner-content img {
        max-width: 125px;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .custom-small-block img {
        width: 100%;
    }

    .custom-qr-area-block .custom-qr-image-area img {
        width: 200px;
    }
}

@media(min-width: 1280px) {
    .custom-float-left-img-block .content-block-area {
        margin-top: 50px;
    }

    .custom-right-img-block .content-block-area {
        margin-top: 50px;
    }

    .custom-small-block img {
        width: 100%;
        max-width: 300px;
    }

    .custom-small-block .container {
        align-items: flex-end;
    }

    body.page-node-type-web-patient .takeda_brightcove--video {
        max-width: 1200px;
    }

    .custom-qr-card .custom-qr-arrow img {
        margin-right: -40px;
    }

    .custom-qr-area-block .custom-qr img {
        width: 150px;
    }
}

@media(min-width: 1900px) {
    .custom-curved-banner .custom-curved-banner-content p {
        margin: 60px 0;
    }

    .custom-small-block .custom-small-block-details p {
        font-size: 28px;
        line-height: 35px;
    }

    .custom-small-block img {
        width: 100%;
    }

    .custom-small-block {
        max-width: 1200px;
    }

    .custom-video-block {
        max-width: 100%;
        width: 100%;
    }

    .custom-grid-grey-area .custom-icon-txt-wrapper .custom-title h4 {
        font-size: 44px;
        line-height: 54px;
    }

    .custom-grid-grey-area .custom-icon-txt-wrapper .custom-icon-images .custom-icon-details p.custom-height-title,
    .custom-grid-grey-area .custom-icon-txt-wrapper .custom-icon-images .custom-icon-details p,
    .custom-grid-grey-area .custom-icon-txt-wrapper .custom-title p {
        font-size: 24px;
        line-height: 31px;
    }

    .custom-qr-block .custom-summary p {
        font-size: 28px;
        line-height: 32px;
        max-width: 1024px;
    }

    .custom-qr-card .custom-qr-title p {
        font-size: 44px;
        line-height: 50px;
    }

    .custom-float-left-img-block .content-block-area p,
    .custom-right-img-block .content-block-area p {
        font-size: 24px;
        line-height: 31px;
    }

    .custom-qr-area-block {
        max-width: 100%;
        justify-content: space-around;
    }

    .custom-right-img-block .content-block-area h5 {
        font-size: 44px;
        line-height: 53px;
    }

    .custom-grid-grey-area .custom-icon-txt-wrapper {
        max-width: 1200px;
    }

    .custom-grid-grey-area .custom-icon-txt-wrapper .custom-icon-images {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-qr-block {
        min-height: 350px;
        padding: 4rem 3rem;
    }
    body.sv .custom-qr-block {
        min-height: 200px;
    }

    .custom-right-img-block {
        padding: 5rem 3rem;
    }
} 