
@font-face {
    font-family: 'MuseoSans-100';
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/MuseoSans-100.woff") format("woff");
}

@font-face {
    font-family: 'MuseoSans-300';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/MuseoSans-300.woff") format("woff");
}

@font-face {
    font-family: 'MuseoSans-500';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/MuseoSans-500.woff") format("woff");
}

@font-face {
    font-family: 'MuseoSans-700';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/MuseoSans-700.woff") format("woff");
}

@font-face {
    font-family: 'MuseoSans-900';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/MuseoSans-900.woff") format("woff");
}

@font-face {
    font-family: 'MuseoSlab-900';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/MuseoSlab-900.woff") format('woff'),url("../fonts/Museo_Slab_900.otf") format('opentype');
}

@font-face {
    font-family: 'MuseoSlab-500';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/MuseoSlab-500.woff") format('woff'),url("../fonts/Museo_Slab_500.otf") format('opentype');
}


* {
    scrollbar-width: thin;
    scrollbar-color: #acc9df #1264a3;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
    }

    *::-webkit-scrollbar-track {
        background: #1264a3;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #acc9df;
        border-radius: 20px;
        border: 3px solid #1264a3;
    }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.wrapper {
    padding: 16px 20px 0 20px;
    background-color: #1264a3;
}

    .wrapper .header-item {
        display: block;
    }

        .wrapper .header-item a img {
            height: 41px;
        }

.header .header-item .mobile {
    display: none;
    position: relative;
    z-index: 999;
}

.header .header-item .desktop {
    display: block;
    position: relative;
    z-index: 999;
}

.wrapper-background-image {
    display: none;
}

.carousel-container {
    height: calc(100vh - 57px);
    width: 100%;
}

.carousel {
    width: 100%;
    height: 100%;
}

    .carousel .carousel-item {
        max-height: calc(100vh - 160px);
        height: calc(100vh - 160px);
        padding-bottom: 20px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .carousel .carousel-control-next, .carousel .carousel-control-prev {
        top: initial;
        bottom: 66px;
        width: auto;
    }

    .carousel .carousel-control-next {
        right: 20px;
    }

    .carousel .carousel-control-prev {
        left: 20px;
    }

    .carousel .carousel-control-next.active {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

        .carousel .carousel-control-next.active:hover, .carousel .carousel-control-next.active:focus {
            opacity: .9;
        }

    .carousel .carousel-control-next:hover, .carousel .carousel-control-next:focus {
        opacity: 0.5;
        outline: 0;
    }

    .carousel .carousel-control-prev.active {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

        .carousel .carousel-control-prev.active:hover, .carousel .carousel-control-prev.active:focus {
            opacity: .9;
        }

    .carousel .carousel-control-prev:hover, .carousel .carousel-control-prev:focus {
        opacity: 0.5;
        outline: 0;
    }

    .carousel .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/icons-prev.svg");
        width: 32px;
        height: 32px;
    }

    .carousel .carousel-control-next .carousel-control-next-icon {
        background-image: url("../images/icons-next.svg");
        width: 32px;
        height: 32px;
    }

    .carousel .carousel-indicators {
        bottom: 57px;
    }

        .carousel .carousel-indicators li {
            border: none;
            height: 16px;
            background-color: transparent;
            background-image: url("../images/icons-empty-spot-small.svg");
            background-repeat: no-repeat;
            background-position: center;
        }

            .carousel .carousel-indicators li.active {
                background-image: url("../images/icons-filled-spot-small.svg");
            }

.carousel-item .item-title {
    margin-top: 30px;
    font-family: MuseoSans-500;
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.26px;
    text-align: center;
    color: #ffffff;
}

.carousel-item .item-desc {
    margin-top: 16px;
    font-family: MuseoSans-300;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    height: 50px;
}

    .carousel-item .item-desc.desc-2 {
        margin-top: 10vh;
    }

.carousel-item .item-icon {
    margin: 8vh auto 0 auto;
    width: 128px;
    height: 128px;
}

    .carousel-item .item-icon.start {
        background: url("../images/launch-screen-icon.svg");
        width: 133px;
    }

    .carousel-item .item-icon.diabetes-type {
        background: url("../images/drop.svg");
    }

    .carousel-item .item-icon.test-tube {
        background: url("../images/testtube.svg");
    }

    .carousel-item .item-icon.timer {
        background: url("../images/icons-timer-large.svg");
    }

    .carousel-item .item-icon.cake {
        background: url("../images/cake.svg");
    }

    .carousel-item .item-icon.height {
        background: url("../images/height.svg");
    }

    .carousel-item .item-icon.heart-meter {
        background: url("../images/icons-heart-meter-large.svg");
    }

.carousel-item .item-container {
    margin-top: 18vh;
    text-align: center;
}

    .carousel-item .item-container label {
        display: inline-block;
        padding: 0 5px;
        color: white;
    }

        .carousel-item .item-container label input {
            border-radius: 32px;
            height: 64px;
            width: 104px;
            background-color: #034c84;
            box-shadow: inset 0 9px 15px 0 rgba(0, 0, 0, 0.11);
            border: none;
            margin-right: 8px;
            text-align: center;
            color: white;
        }

.carousel-item .slider-container {
    padding-bottom: 32px;
}

    .carousel-item .slider-container .slider-label {
        position: relative;
        text-align: right;
        left: calc(100% - 100px);
        width: 100px;
        top: 18px;
        color: white;
    }

.carousel-item .controls {
    margin-top: 32px;
}

    .carousel-item .controls .control-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .carousel-item .controls .control-container .btn {
            height: 48px;
            border-radius: 24px;
            border: solid 2px #ffffff;
            background-color: rgba(255, 255, 255, 0);
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.43;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
            padding: 0 24px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .carousel-item .controls .control-container .link {
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: normal;
            text-align: right;
            color: #ffffff;
            margin-top: 16px;
            text-decoration: underline;
            border: none;
            background: transparent;
        }

            .carousel-item .controls .control-container .link:after {
                /*content: url(../images/icons-sign-in-small.svg);*/
                position: relative;
                top: 2px;
                left: 8px;
            }

.item-toggle {
    display: flex;
    justify-content: center;
}

    .item-toggle .toggle {
    }

    .item-toggle .toggle-group {
        margin: 0 auto 0 auto;
        width: 100%;
        background-color: #034c84;
        border-color: #034c84;
        border-radius: 40px;
    }

.toggle-group button {
    border: none;
    background-color: transparent;
    border-radius: 40px;
    height: 80px;
    float: left;
    width: 50%;
    font-family: MuseoSans-300;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #1264a3;
}

    .toggle-group button.active {
        border-radius: 40px;
        background-color: white;
        border: 3px solid #034c84;
        top: 1px;
    }

    .toggle-group button:focus {
        outline: none;
    }

.item-container .input-group.date input {
    background-color: #034c84;
    height: 64px;
    border-radius: 32px;
    color: white;
    padding-left: 32px;
    border: none;
    box-shadow: inset 0 9px 15px 0 rgba(0, 0, 0, 0.11);
}

.input-group.date .input-group-addon {
    background-image: url(../images/icons-calendar-date-medium.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    right: 32px;
    top: 15px;
    z-index: 100;
}

.summary .carousel-item .controls {
    margin-top: 48px;
}

.summary .not-eligible .item-icon.rating {
    background: url(../images/icons-plus-circle-large.svg) no-repeat center center;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.summary .may-eligible .item-icon.rating {
    font-family: 'MuseoSlab-500', MuseoSans-300, arial;
    width: 100%;
    font-size: 80px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.7;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.summary .may-eligible .carousel-item .item-desc.disclaimer {
    height: 12%;
    max-height: 105px;
    overflow-y: auto;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

    .summary .may-eligible .carousel-item .item-desc.disclaimer::-webkit-scrollbar {
        display: none;
    }

.shape {
    display: none;
}

.wrapper-item-background {
    display: none;
}

.btn-store {
    text-align: center;
    margin: 15px auto;
}

    .btn-store img {
        max-height: 3rem;
    }

.cta {
    display: flex;
    justify-content: center;
    text-align: center;
    position: fixed;
    bottom: 40px;
    width: calc(100% - 40px);
}

    .cta .btn-legal {
        background: transparent;
        text-decoration: underline;
        color: white;
        border: none;
        font-size: 12px;
        line-height: 1.33;
    }

.legal-policy {
    font-family: MuseoSans-300;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #252525;
    z-index: 99999;
    width: 100%;
    padding: 24px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
    transform-origin: bottom;
    transform: scaleY(1);
    background-color: rgba(255, 255, 255, 0.95);
}

    .legal-policy.no-height {
        transform: scaleY(0);
    }

    .legal-policy .btn-close {
        border: none;
        background-color: transparent;
        background-image: url('../images/icons-close-small.svg');
        width: 16px;
        height: 16px;
        margin: 0 auto;
        display: block;
    }

    .legal-policy .content {
        display: block;
    }

    .legal-policy p {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .legal-policy a.link {
        color: white;
        text-decoration: underline;
    }

    .legal-policy .cta {
        margin-top: 16px;
        display: flex;
        justify-content: center;
    }

.wrapper .wrapper-item {
    overflow-y: hidden;
    height: 100%;
}

@media only screen and (min-width: 769px) {

    header .header-item .mobile {
        display: none;
    }

    header .header-item .desktop {
        display: block;
    }

        header .header-item .desktop img {
            height: 48px;
        }

    header .header-item {
        background-color: #acc9df;
        padding-top: 24px;
        padding-left: calc(25% - 54px);
    }

    .main-container {
        background: #acc9df;
        height: 100vh;
        width: 100%;
        min-height: 890px;
        overflow: hidden;
    }

    .wrapper-background-image {
        bottom: 0px;
        height: 880px;
        width: auto;
        left: calc(60% - 700px);
        position: fixed;
        display: block;
    }

    .wrapper-item-background {
        display: block;
        position: absolute;
        background: url("../images/calc-bg-angle-shape.svg") no-repeat;
        top: 0px;
        height: 890px;
        width: 640px;
        position: absolute;
        right: -140px;
    }

    .wrapper .header-item {
        background-color: #acc9df;
        padding-top: 24px;
        padding-left: calc(25% - 54px);
    }

    .wrapper {
        background: #acc9df;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 0px;
        width: calc(85% - 140px);
        height: 100vh;
        min-height: 890px;
    }

        .wrapper .wrapper-item {
            top: 0px;
            height: 890px;
            width: 500px;
            position: absolute;
            right: 0px;
            background: #1264a3;
        }

    .datepicker.dropdown-menu {
        width: 400px;
        right: calc(7.5% + 118px) !important;
        left: auto !important;
    }

    .carousel .carousel-item {
        margin-top: 120px;
        max-height: 890px;
        height: auto;
        padding-bottom: 20px;
        /* T2 Bug Fix */
        overflow-y: auto;
        /* T2 Bug Fix */
        overflow-x: hidden;
    }

    .carousel-item .slider-container .slider-label {
        top: 28px;
    }

    .carousel .carousel-indicators li {
        z-index: 1000;
    }

    .carousel .carousel-indicators {
        top: 58px;
        z-index: 1000;
        height: 20px;
    }

    .carousel .carousel-inner {
        z-index: 999;
        height: 100%;
    }

    .carousel-item .item-container {
        margin-top: 122px;
    }

    .carousel-item .item-title {
        margin-top: 0px;
    }

    .carousel-item .slider-container {
        padding: 20px 40px 32px 40px;
    }

    .carousel .carousel-control-prev {
        left: calc(50% - 100px);
        bottom: 96px;
        z-index: 999;
    }

    .carousel .carousel-control-next {
        right: calc(50% - 100px);
        bottom: 96px;
        z-index: 999;
    }

    .carousel-container {
        height: 890px;
        padding: 20px 48px;
    }

        .carousel-container .carousel {
        }

        .carousel-container .carousel-indicators li {
            width: 54px;
        }

    .carousel-item .item-icon {
        margin-top: 5vh;
    }

    .legal-policy .content {
        margin: 0 15%;
    }

    .legal-policy .btn-close {
        margin: 0 auto;
        display: block;
        position: absolute;
        right: calc(15% - 16px);
        top: 24px;
    }

    .cta {
        position: absolute;
        bottom: 20px;
        width: auto;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media only screen and (min-width: 996px) {
    .carousel-item .slider-container .slider-label {
    }
}

@media only screen and (min-width: 1200px) {

    .carousel-item .slider-container .slider-label {
    }
}


@media only screen and (max-width: 480px) {
    .carousel-item .item-desc, .carousel-item .controls {
        margin-top: 0;
    }

    .carousel-item .item-icon {
        margin-top: 2vh;
        transform: scale(0.8);
    }

    .carousel-item .item-container {
        margin-top: 14vh;
    }

    .carousel-item .slider-container {
        position: relative;
        top: -10px;
    }

    .carousel-item .item-desc.desc-2 {
        margin-top: 2vh
    }

    .carousel-item .item-desc {
        height: auto;
    }
}

@media (min-width: 769px) and (max-width: 850px) {
    .wrapper-item .carousel-container {
        position: relative;
        left: 100px;
        padding: 0;
        width: 80%;
    }
}

@media only screen and (max-height: 611px) {
    .wrapper-background-image {
        height: 540px !important;
    }

    .carousel-item .item-container {
        margin-top: 6vh;
        transform: scale(0.8);
    }

    /* T2 Bug Fix */
    /* .carousel .carousel-inner {
        height: 115%
    } */
    /* T2 Bug Fix */

    .wrapper-item .carousel-container {
        height: calc(100vh - 57px);
        padding-right: 40px
    }

    .carousel .carousel-control-prev, .carousel .carousel-control-next {
        bottom: 0%;
    }

    .carousel-item .item-icon {
        margin: 1vh auto 0 auto;
        transform: scale(0.8);
    }

    .carousel .carousel-item {
        max-height: calc(90vh - 60px);
        height: calc(90vh - 60px);
        margin-top: 15vh;
    }

    .carousel-item .controls {
        margin-top: 2px;
    }

    .slider .tooltip-inner {
        width: 64px;
        height: 118px;
        background-size: contain;
        line-height: 2.9;
    }

    .carousel-item .slider-container {
        padding-bottom: 20px;
        position: relative;
        top: -5px;
    }

    .carousel-item .item-desc.desc-2 {
        margin-top: 0px;
    }

    .cta {
        bottom: 10px;
        z-index: 9999;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    #get_started {
        margin-top: 30px;
    }

    .main-container,
    .wrapper,
    .wrapper-item-background,
    .wrapper .wrapper-item {
        height: 610px;
        min-height: 610px;
        overflow-y: hidden;
    }

    .wrapper-item {
        right: 120px !important;
    }

    .wrapper-item-background {
        right: 0 !important
    }

    .wrapper .header-item {
        padding-left: 0 !important
    }
}

@media (max-width: 1100px) {
    .header .header-item .mobile {
        display: block;
    }

    .header .header-item .desktop {
        display: none;
    }
}

@media (max-width: 769px) {
    .carousel-item .slider-container {
        margin-right: 12%;
        margin-left: 7.5%;
    }
}

@media (min-width: 320px) and (max-width: 1024px) {
    .summary .may-eligible .carousel-item .item-desc.disclaimer {
        overflow-y: visible;
        height: 86px;
    }
}


/* T2 Bug Fix */
@media (min-width: 320px) and (max-width: 375px) {
    .carousel .carousel-item {
        margin-top: 0%;
    }

    .wrapper-item .carousel-container {
        padding-right: 0px
    }

    .carousel .carousel-indicators {
        bottom: 95px;
    }

    .carousel .carousel-control-prev, .carousel .carousel-control-next {
        bottom: 100px;
    }

    .cta {
        position: relative;
        bottom: 50px;
    }
}

@media (min-width: 376px) and (max-width: 414px) {
    .cta {
        position: relative;
        bottom: 50px;
    }
}

/*Tablet Query*/
@media only screen and (min-width: 481px) and (max-width:768px) {
    .grecaptcha-badge {
        top: 14px;
    }

    .carousel {
        height: auto;
    }
}

/*Mobile Query*/
@media only screen and (max-width:480px) {
    .grecaptcha-badge {
        top: 14px;
    }
}