/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    scroll-behavior: smooth;
}

body.modal-open {
    padding-right: 0 !important; /* Ensures no padding shift when modal opens */
}

.modal-dialog {
    margin: 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

    /*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

    .visually-hidden.focusable:active,
    .visually-hidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        white-space: inherit;
        width: auto;
    }

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

:root {
    --pink: #f3a7b4;
    --white: #ffffff;
}

body {
    background-color: #000000;
    padding-top: 90px;
}

a {
    text-decoration: none;
}

p {
    font-size: 35px;
    line-height: 1.25em;
}

img {
    max-width: 100%;
}

.w-1600 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.w-1400 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.w-1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.w-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

h2 {
    font-family: 'ITC Avant Garde Gothic Std Demi';
    font-size: 40px;
    color: var(--pink);
    font-style: normal;
}

.is-font-barlow {
    font-family: 'Barlow Condensed Light';
    font-style: normal;
}

    .is-font-barlow.is-light {
        font-family: 'Barlow Condensed Light';
        font-style: normal;
    }

        .is-font-barlow.is-light i {
            font-family: 'Barlow Condensed Light';
            font-style: italic;
            text-rendering: optimizeLegibility;
        }

    .is-font-barlow.is-semibold {
        font-family: 'Barlow Condensed SemiBold';
        font-style: normal;
    }

.is-font-itc {
    font-family: 'ITC Avant Garde Std Md';
    font-style: normal;
}

    .is-font-itc.is-demi {
        font-family: 'ITC Avant Garde Gothic Std Demi';
        font-style: normal;
    }

.is-font-pink {
    color: var(--pink);
}

.is-font-white {
    color: var(--white);
}

.is-font-center {
    text-align: center;
}

/* HomeSoy */
.hs-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000000;
}

    .hs-navbar .navbar-brand {
        width: 140px;
    }

    .hs-navbar button.navbar-toggler {
        width: 72px;
        border: 0;
    }

    .hs-navbar .navbar-close {
        width: 40px;
        border: 0;
        margin-left: auto;
        margin-right: 24px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .hs-navbar .btn-close {
        color: #ffffff;
    }

    .hs-navbar .offcanvas {
        background-color: #000000;
        background-image: url('../img/bg-navbar.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        width: auto;
    }

    .hs-navbar .offcanvas-body {
        padding: 40px;
    }

    .hs-navbar .navbar-nav .nav-item {
        margin-top: 16px;
        margin-bottom: 16px;
    }

        .hs-navbar .navbar-nav .nav-item a {
            font-family: 'ITC Avant Garde Gothic Std Demi';
            font-size: 40px;
            color: #fff;
        }

.hs-overlay-video-holder {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.hs-embed:before, .hs-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.hs-dyk {
    background-image: url('../img/bg-dyk.jpg');
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .hs-dyk .gif-img {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

.hs-action {
    background-image: url('../img/bg-screening.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
}

.hs-action-bg {
    padding: 80px 40px 180px 40px;
    background-image: url('../img/bg-curve1.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
}

.hs-pledge {
    background-image: url('../img/bg-pledge.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    border-radius: 64px;
    padding: 64px 64px 48px 64px;
    max-width: 1600px;
}

    .hs-pledge .hs-dot {
        width: 154px;
        height: 154px;
        background-color: var(--pink);
        border-radius: 50%;
        cursor: pointer;
        transition: all ease-in-out 0.5s;
        background-image: url('../img/click-dot.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

        .hs-pledge .hs-dot:hover {
            -webkit-box-shadow: 0px 0px 56px 0px rgba(243,167,179,0.8);
            -moz-box-shadow: 0px 0px 56px 0px rgba(243,167,179,0.8);
            box-shadow: 0px 0px 56px 0px rgba(243,167,179,0.8);
        }

    .hs-pledge .hs-pledge-counter {
        display: grid;
        grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
        grid-template-columns: repeat(var(--bs-columns, 5), 1fr);
        width: 100%;
        max-width: 580px;
        gap: 0.5rem;
    }

        .hs-pledge .hs-pledge-counter .counter-box {
            background-color: #0a0a0a;
            background-image: linear-gradient(#444444, #0a0a0a);
            border-radius: 16px;
            font-size: 132px;
            line-height: 1;
            padding: 12px 24px 24px 24px;
        }

    .hs-pledge .separator {
        font-size: 36px;
        width: 100%;
    }

        .hs-pledge .separator .sep {
            width: 100%;
            height: 2px;
            max-width: 240px;
            background-color: var(--pink);
        }

        .hs-pledge .separator .text {
            width: 320px;
            min-width: 320px;
        }

    .hs-pledge .social-icons {
        width: 100%;
    }

    .hs-pledge .social-icon {
        width: 80px;
    }

    .hs-pledge h4 {
        font-size: 36px;
    }

.hs-screening {
    padding-top: 80px;
}

    .hs-screening h4 {
        font-size: 40px;
    }

    .hs-screening .title-desc {
        max-width: 564px;
        margin-left: auto;
        margin-right: auto;
    }
/*the container must be positioned relative:*/
.hs-screening-hospital {
    position: relative;
    font-family: 'Barlow Condensed Light';
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-rendering: optimizeLegibility;
    font-style: italic;
}

    .hs-screening-hospital select {
        display: none; /*hide original SELECT element:*/
    }

    .hs-screening-hospital .select-selected {
        background-color: var(--pink);
        width: 100%;
        font-family: 'Barlow Condensed Light';
        text-rendering: optimizeLegibility;
        font-style: italic;
    }

        /*style the arrow inside the select element:*/
        .hs-screening-hospital .select-selected:after {
            position: absolute;
            content: "";
            top: 55%;
            transform: translateY(-50%);
            right: 24px;
            width: 0;
            height: 0;
            border: 10px solid transparent;
            border-color: #000000 transparent transparent transparent;
        }

    /*style the items (options), including the selected item:*/
    .hs-screening-hospital .select-items div, .select-selected {
        color: #000000;
        padding: 8px 24px;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
        user-select: none;
        font-size: 30px;
    }

    /*style items (options):*/
    .hs-screening-hospital .select-items {
        position: absolute;
        background-color: var(--pink);
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        font-family: 'Barlow Condensed SemiBold';
        font-style: normal;
    }

    /*hide the items when the select box is closed:*/
    .hs-screening-hospital .select-hide {
        display: none;
    }

    .hs-screening-hospital .select-items div:hover, .hs-screening-hospital .same-as-selected {
        background-color: rgba(0, 0, 0, 0.1);
    }

.hs-collaboration {
    width: 100%;
    border-radius: 64px;
    padding: 64px 48px 48px 48px;
    max-width: 1600px;
    border: 1px solid var(--pink);
}

    .hs-collaboration .separator {
        width: 100%;
    }

        .hs-collaboration .separator .sep {
            width: 100%;
            height: 2px;
            background-color: var(--pink);
        }

        .hs-collaboration .separator .text {
            width: 320px;
            min-width: 320px;
        }

.hs-pointers {
    background-color: #000;
}

    .hs-pointers .pointer-item {
        padding: 24px;
    }

    .hs-pointers .img {
        width: 100%;
        max-width: 180px;
        margin-right: 40px;
    }

.hs-roadshow {
    background-image: url('../img/bg-roadshow.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.hs-roadshow-bg {
    background-image: url('../img/bg-curve2.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding-top: 180px;
}

.hs-roadshow .roadshow-title-wrap img {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
}

.hs-roadshow .roadshow-detail-wrap {
    border-radius: 16px;
    background-color: #000;
    border: 1px solid var(--pink);
    padding: 32px;
    max-width: 960px;
    margin: 40px auto;
}

    .hs-roadshow .roadshow-detail-wrap hr {
        width: 100%;
        border-color: var(--pink);
        opacity: 1;
    }

    .hs-roadshow .roadshow-detail-wrap h4 {
        font-size: 55px;
    }

    .hs-roadshow .roadshow-detail-wrap h5 {
        font-size: 40px;
    }

    .hs-roadshow .roadshow-detail-wrap table {
        width: 100%;
    }

        .hs-roadshow .roadshow-detail-wrap table tr td {
            font-family: 'Barlow Condensed SemiBold';
            color: #fff;
            font-size: 32px;
            padding-left: 24px;
            padding-right: 24px;
            width: 50%;
        }

            .hs-roadshow .roadshow-detail-wrap table tr td:first-child {
                border-right: 1px solid #ffffff;
                text-align: right;
            }

.hs-roadshow .research-detail-wrap h4 {
    font-size: 48px;
}

.hs-roadshow .research-detail-wrap > div > span {
    font-size: 18px;
}

/* Modal CSS */
.modal-dialog {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.hs-modal button {
    background-color: var(--pink);
    font-family: 'ITC Avant Garde Gothic Std Demi';
    font-style: normal;
    font-size: 40px;
    color: #000000;
    transition: all linear 0.3s;
    width: 100%;
    max-width: 220px;
    border-radius: 0;
    line-height: 1.2;
}

    .hs-modal button:hover, .hs-modal button:active, .hs-modal :not(.btn-check) + .btn:active {
        background-color: #cc8997;
    }

.hs-modal .hs-close {
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px;
    cursor: pointer;
}

.hs-modal .modal-content {
    background-color: #000000;
    min-height: 600px;
    padding: 16px;
}

.hs-form h2 {
    width: 240px;
}

.hs-form input.form-control {
    font-family: 'ITC Avant Garde Gothic Std Demi';
    width: calc(90% - 240px);
    font-size: 40px;
    line-height: 1;
    margin-bottom: 9px;
    background-color: transparent;
    color: rgba(256,256,256,1);
    padding: 4px 16px;
    border: 0;
    border-bottom: 2px solid var(--pink);
    border-radius: 0;
    margin-left: 12px;
}

    .hs-form input.form-control:focus, .hs-form input.form-control:focus-visible {
        outline: 0;
        box-shadow: none;
    }

    .hs-form input.form-control::placeholder {
        font-family: 'Barlow Condensed Light';
        text-rendering: optimizeLegibility;
        color: rgba(256,256,256,0.4);
        font-style: italic;
    }

    .hs-form input.form-control::-webkit-input-placeholder {
        font-family: 'Barlow Condensed Light';
        text-rendering: optimizeLegibility;
        color: rgba(256,256,256,0.4);
        font-style: italic;
    }

.hs-modal.state .modal-body {
    width: 100%;
    max-width: 1000px;
}

.hs-modal .hs-state, .hs-modal table th, .hs-modal table td {
    font-size: 30px;
}

.hs-modal .hs-state, .hs-modal table th {
    font-family: 'Barlow Condensed SemiBold';
    font-style: normal;
}

.hs-modal .hs-state {
    color: #000;
    background-color: var(--pink);
    padding: 6px 24px;
    width: 100%;
}

.hs-modal table td {
    font-family: 'Barlow Condensed';
    font-style: normal;
}

.hs-modal table th, .hs-modal table td {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 2px 16px;
    font-style: normal;
}

.g-copyright, .g-footer-link a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    padding: 15px 0;
}

@media only screen and (max-width:992px) {
    .w-1600, .w-1400, .w-1200, .w-1000 {
        padding: 0 32px;
    }

    p {
        font-size: 22px;
    }

    h2 {
        font-size: 28px;
    }

    .hs-action-bg {
        padding: 80px 32px 120px 32px;
    }

    .hs-pledge {
        padding: 64px 40px 48px 40px;
    }

        .hs-pledge .hs-dot {
            width: 120px;
            height: 120px;
        }

        .hs-pledge .hs-pledge-counter {
            max-width: 510px;
        }

            .hs-pledge .hs-pledge-counter .counter-box {
                font-size: 90px;
                padding: 16px 24px 28px 24px;
            }

        .hs-pledge .separator {
            font-size: 22px;
        }

            .hs-pledge .separator .text {
                width: 220px;
                min-width: 220px;
            }

        .hs-pledge h4 {
            font-size: 22px;
        }

    .hs-screening-hospital .select-items div, .select-selected {
        font-size: 22px;
    }

    .hs-collaboration .separator .text {
        width: 220px;
        min-width: 220px;
    }

    .hs-pointers .img {
        width: 120px;
    }

    .hs-pointers p {
        width: calc(100% - 120px);
    }

    .hs-roadshow-bg {
        padding-top: 120px;
    }

    .hs-roadshow .roadshow-detail-wrap h4 {
        font-size: 42px;
    }

    .hs-roadshow .roadshow-detail-wrap h5 {
        font-size: 30px;
    }

    .hs-roadshow .roadshow-detail-wrap table tr td {
        font-size: 22px;
    }

    .hs-roadshow .research-detail-wrap h4 {
        font-size: 34px;
    }

    .hs-roadshow .research-detail-wrap > div > span {
        font-size: 14px;
    }

    .hs-modal button {
        font-size: 32px;
        line-height: 1.3;
    }

    .hs-form input.form-control {
        font-size: 30px;
        width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .hs-action {
        background-image: url('../img/bg-screening-mobile.jpg');
    }

    .hs-screening h4 {
        font-size: 26px;
    }

    .hs-pointers .hs-pointer-items {
        max-width: 560px;
    }
}

@media only screen and (max-width:640px) {
    body {
        padding-top: 64px;
    }

    .w-1600, .w-1400, .w-1200, .w-1000 {
        padding: 0 24px;
    }

    h2 {
        font-size: 26px;
    }

    .hs-navbar {
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .hs-navbar .navbar-brand {
            width: 100px;
        }

        .hs-navbar button.navbar-toggler {
            width: 64px;
        }

        .hs-navbar .navbar-nav .nav-item a {
            font-size: 26px;
        }

    .hs-action-bg {
        padding: 80px 32px 100px 32px;
    }

    .hs-screening-hospital {
        max-width: 320px;
    }

    .hs-pledge {
        padding: 48px 24px 32px 24px;
        border-radius: 16px;
    }

        .hs-pledge .hs-dot {
            width: 100px;
            height: 100px;
        }

        .hs-pledge .hs-pledge-counter {
            gap: 1.2vw;
        }

            .hs-pledge .hs-pledge-counter .counter-box {
                font-size: 15vw;
                padding: 2vw 2vw 3vw 2vw;
                border-radius: 2.5vw;
            }

        .hs-pledge .separator .text {
            width: 200px;
            min-width: 200px;
        }

    .hs-collaboration .separator .text {
        width: 180px;
        min-width: 180px;
    }

    .hs-collaboration {
        padding: 48px 24px 32px 24px;
        border-radius: 16px;
    }

    .hs-pointers .img {
        width: 90px;
        margin-right: 24px;
    }

    .hs-pointers p {
        width: calc(100% - 90px);
    }

    .hs-roadshow-bg {
        padding-top: 100px;
    }

    .hs-roadshow .roadshow-detail-wrap {
        padding: 32px 16px;
    }

    .hs-roadshow .research-detail-wrap h4 {
        font-size: 24px;
    }

    .hs-roadshow .research-detail-wrap > div > span {
        font-size: 12px;
        line-height: 15px;
    }

    .hs-roadshow .roadshow-detail-wrap table tr td {
        font-size: 18px;
    }

        .hs-roadshow .roadshow-detail-wrap table tr td:first-child {
            padding-left: 12px;
        }

        .hs-roadshow .roadshow-detail-wrap table tr td:last-child {
            padding-right: 12px;
        }

    .hs-modal button {
        font-size: 26px;
    }

    .hs-form input.form-control {
        font-size: 26px;
        margin-left: 0px;
    }

    .hs-modal .hs-state, .hs-modal table th, .hs-modal table td {
        font-size: 22px;
    }

    .hs-modal table th, .hs-modal table td {
        padding: 2px 8px;
    }
}

@media only screen and (max-width:480px) {
    .hs-hero .carousel-indicators {
        margin-bottom: 0.3rem;
    }

    .hs-modal .hs-state, .hs-modal table th, .hs-modal table td {
        font-size: 22px;
    }

    .hs-roadshow .research-detail-wrap > div > span {
        font-size: 10px;
        line-height: 15px;
    }

    .hs-roadshow .research-detail-wrap .col-6:last-child {
        width: calc(50% + 20px);
        margin-right: -20px;
    }

    .modal-dialog {
        width: calc(100% - 40px);
        font-size: 6vw;
    }
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]::after {
            content: " (" attr(href) ")";
        }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
