/* Minification failed. Returning unminified contents.
(1017,23): run-time error CSS1039: Token not allowed after unary operator: '-lora'
 */
.hamburger-container__burger-icon-youchoose {
    width: 44px;
    height: 54px;
    position: relative;
    top: -12px;
}

/* #region customised button */
.btn-youchoose {
    font-size: 1.7rem;
    background-color: #00c9c1;
    border: 2px solid #00c9c1;
    border-radius: 20px;
    width: 100%;
    max-width: 150px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.btn-youchoose:hover {
    opacity: 0.8;
}

.btn-youchoose:active,
.btn-youchoose:focus {
    top: 2px;
    outline: none;
}

.btn-youchoose.btn-youchoose--dark-green {
    border-color: #00c9c1;
    background-color: #00c9c1;
}

.btn-youchoose.btn-youchoose--dark-green :hover {
    color: #fff;
}

/* #endregion customised button */

/* #region YouChoose Nav General style */

.youchoose-t2-page .shareholders-link {
    display: none;
}

.youchoose-t2-page #main-nav {
    height: 62px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.075);
    transition: box-shadow 0.25s ease;
}

.youchoose-t2-page #main-nav .btn-heartland {
    border-color: #00c9c1;
    background-color: #00c9c1;
}

body.youchoose-t2-page.show-menu #main-nav {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
}

@media (max-width: 1063px) {
    .youchoose-t2-page .contact-link {
        display: none;
    }
}

@media (max-width: 368px) {
    .youchoose-t2-page #main-nav .btn-heartland {
        margin-right: 8px;
    }
}

@media (max-width: 340px) {
    .youchoose-t2-page #main-nav .btn-heartland {
        margin-right: 2px;
    }
}

.youchoose-t2-page #main-nav .btn-heartland:hover {
    opacity: 0.8;
}

.youchoose-t2-page .product-nav-dropdown__container {
    color: hsla(213, 16%, 32%, 1);
}

/* #endregion YouChoose Nav General style */

/* #region YouChoose Body General style */
body.youchoose-t2-page {
    overflow-x: hidden;
}

.youchoose-t2-page *::-moz-selection {
    background: #00efaf;
}

.youchoose-t2-page *::selection {
    background: #00efaf;
}

.youchoose-t2-page .body-content .color-white {
    color: #fff;
}

.youchoose-t2-page .body-content .color-green {
    color: #00ffa7;
}

.youchoose-t2-page .body-content .color-blue {
    color: #0052ff;
}

.youchoose-t2-page .body-content .color-dark-green {
    color: #00c9c1;
}

.youchoose-t2-page .page-header__content {
    padding-top: 15px;
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
}

@media (min-width: 450px) {
    .youchoose-t2-page .page-header__content {
        padding-top: 35px;
    }
}

@media (max-width: 767px) {
    .youchoose-t2-page .page-header__content {
        width: 100%;
    }
}

.youchoose-t2-page .page-header__content h1 {
    font-weight: 700;
    font-size: 2.6rem;
    padding: 0;
    margin-bottom: 30px;
    background: -moz-linear-gradient(left, #00ffa7 0%, #0052ff 30%);
    background: -webkit-linear-gradient(left, #00ffa7 0%, #0052ff 30%);
    background: linear-gradient(to right, #00ffa7 0%, #0052ff 30%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffa7', endColorstr='#0052ff',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.youchoose-t2-page .body-content h2 {
    font-weight: 700;
    font-size: 4.2rem;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 1;
}

.youchoose-t2-page .page-header__content h2 > span {
    color: #00ffa7;
}

@media (min-width: 576px) {
    .youchoose-t2-page .body-content h2 {
        font-size: 4rem;
        line-height: 5.5rem;
        font-weight: 900;
    }
    .youchoose-t2-page .body-content h1 {
        font-size: 5rem;
        line-height: 6.5rem;
        font-weight: 900;
    }
}
/* #endregion YouChoose General style */

/* #region YouChoose Hero Header */

.youchoose-hero__header-blurb {
    position: absolute;
    z-index: 100;
    display: block;
    margin-top: 93.5px;
    padding: 25px;
    text-align: center;
}

    .youchoose-hero__header-blurb h2,
    .youchoose-hero__header-blurb p {
        color: #0a2642;
        font-size: 1.9rem;
        line-height: 2.2rem;
    }

@media (min-width: 992px) {
    .youchoose-hero__header-blurb {
        text-align: left;
    }
    .youchoose-hero__header-blurb p {
        font-size: 2.2rem;
        line-height: 2.9rem;
    }
}

/* #endregion YouChoose Hero Header*/

/* #region YouChoose Hero Image */
.youchoose-hero-image__section {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .youchoose-hero__header-blurb {
        color: white;
        margin-top: 30px;
    }
}

.youchoose-hero__background-container {
    padding: 0;
    height: 530px;
    min-height: 500px;
    max-height: 1000px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.pricing-hero__background-container {
    padding: 0;
    height: 100%;
    padding-bottom: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.youchoose-hero__background-container::before {
    content: none;
}

.youchoose-hero-interest-mask-top__image {
    position: absolute;
    /* left: -4px; */
    width: 103%;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
    z-index: 400;
    bottom: -1px;
}

.youchoose-hero-interest-mask-top__image--desktop {
    display: none;
}

@media (min-width: 992px) {
    .youchoose-hero__background-container::after {
        content: none;
    }

    .youchoose-hero-interest-mask-top__image {
        display: none;
    }

    .youchoose-hero-interest-mask-top__image--desktop {
        display: block;
    }
}

@media (max-width: 991px) {
    .youchoose-hero__background-container {
        height: 100%;
    }

    .youchoose-hero__background-container::before {
        content: '';
        position: absolute;
        top: 0;
        background-position: bottom;
        top: 0;
        left: -57px;
        right: 0;
        background-size: cover;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        height: 60px;
        z-index: 300;
        width: 172%;
    }
}

@media (max-width: 768px) {
    .youchoose-hero__background-container::before {
        left: -17px;
        width: 134%;
    }
}

@media (max-width: 575px) {
    .youchoose-hero__background-container::before {
        width: 118%;
    }
}

@media (max-width: 575px) {
    .youchoose-hero__background-container {
        margin-top: -20px;
    }
}

/* #endregion YouChoose Hero Image*/

/* #region YouChoose Interest */
.youchoose-interest__section {
    z-index: 5;
    padding-bottom: 160px;
    background: #f0fcfc;
}

@media (max-width: 991px) {
    .youchoose-interest__section {
        padding-top: 160px;
    }
}

@media (max-width: 768px) {
    .youchoose-interest__section {
        padding-bottom: 60px;
    }
}

.youchoose-hero-interest-mask-top__image--desktop,
.pricing-mask {
    position: absolute;
    /* left: -18px; */
    top: -150px;
    width: 109%;
    z-index: 400;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
}

.pricing-mask {
    z-index: -1 !important;
}

@media (max-width: 1600px) {
    .youchoose-hero-interest-mask-top__image--desktop,
    .pricing-mask {
        top: -121px;
    }
}

@media (max-width: 1280px) {
    .youchoose-hero-interest-mask-top__image--desktop {
        top: -100px;
    }
    .pricing-mask {
        top: -35px;
    }
}

@media (max-width: 991px) {
    .pricing-mask {
        display: block;
    }
}

.youchoose-hero-interest-mask-bottom__image {
    position: absolute;
    left: -580px;
    bottom: -148px;
    width: 1800px;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
}

.youchoose-hero-interest__text-container {
    position: relative;
    z-index: 600;
}

.youchoose-hero-interest__text-container-flex {
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .youchoose-hero-interest__text-container {
        margin-bottom: 45px;
    }
}

.youchoose-hero-interest-app__image {
    position: absolute;
    top: -206px;
    left: 0;
    width: 1160px;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    z-index: 500;
    pointer-events: none;
    transform: rotate(10deg);
}

.youchoose-hero-interest-app__image.extended {
    width: 1681px;
}

@media (min-width: 992px) {
    .youchoose-hero-image__section {
        top: 20px;
    }

    .youchoose-hero-interest-app__image {
        left: 51.5%;
    }
}

@media (max-width: 575px) {
    .youchoose-hero-interest__text-container {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* #endregion YouChoose Interest*/

/* #region Interest Sparked Yours */
.youchoose-interest-sparked__section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(to bottom, #00ffa7 0%, #0052ff 100%);
}

.youchoose-interest-sparked__section::before {
    content: '';
    position: absolute;
    background-image: url(../Images/YouChoose/wave-mask.png);
    background-position: center top;
    background-size: 180% 82px;
    background-repeat: no-repeat;
    top: 0;
    left: 0px;
    right: 0;
    height: 129px;
}

.youchoose-interest-sparked__section::after {
    content: '';
    position: absolute;
    background-image: url(../Images/YouChoose/wave-mask-bottom.png);
    background-position: center bottom;
    background-size: 106% 85px;
    background-repeat: no-repeat;
    bottom: 0px;
    left: -556px;
    right: 0;
    height: 129px;
}

.youchoose-interest-sparked__container {
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 150;
    position: relative;
}

.youchoose-interest-sparked--tablet-and-mobile__section {
    padding: 12% 0;
    background: #00ffa7;
    background: -moz-linear-gradient(top, #00ffa7 0%, #0052ff 100%);
    background: -webkit-linear-gradient(top, #00ffa7 0%, #0052ff 100%);
    background: linear-gradient(to bottom, #00ffa7 0%, #0052ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffa7', endColorstr='#0052ff', GradientType=0);
    position: relative;
    margin-bottom: -1px;
    z-index: 200;
}

@media (max-width: 1199px) {
    .youchoose-interest-sparked--tablet-and-mobile__section {
        padding: 7% 0 15% 0;
    }
}

@media (max-width: 699px) {
    .youchoose-interest-sparked--tablet-and-mobile__section {
        padding: 10% 0 20% 0;
    }
}

.youchoose-interest-sparked--tablet-and-mobile__image {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}

.youchoose-interest-sparked--tablet-and-mobile__image--top {
    display: none;
    top: -1px;
}

.youchoose-interest-sparked--tablet-and-mobile__image--bottom {
    bottom: -1px;
}

/* #endregion Interest Sparked Yours */

/* #region YouChoose Information Station */

.youchoose-app__container {
    margin-top: -160px;
    z-index: 600;
    position: relative;
}

@media (max-width: 991px) {
    .youchoose-app__container {
        margin-top: 140px;
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .d-xs-none {
        display: none;
    }
}

/* #endregion YouChoose Information Station */

/* #region YouChoose App */

.youchoose-application__small-legend {
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-top: 10px;
}

.youchoose-application-home {
    z-index: 30;
    position: relative;
    background-color: #fff;
    border-radius: 13px;
    padding: 25px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3);
    max-width: 500px;
}

.youchoose-application-home {
    top: 260px;
}

@media (min-width: 768px) {
    .youchoose-application-home {
        padding-left: 38px;
        top: 150px;
    }
}

@media (min-width: 991px) {
    .youchoose-application-home {
        top: 10px;
    }
}

.youchoose-application__title {
    text-align: center;
    color: #0052ff;
    font-weight: 700;
    font-size: 2.4rem;
}

.youchoose-application__submit-button {
    display: block;
    margin: 10px auto 0 auto;
}

@media (max-width: 991px) {
    .youchoose-application__submit-button {
        margin: 20px auto 0 auto;
    }
    .benefits {
        margin-top: 0 !important;
    }
}

/* #endregion YouChoose App */

/* #region YouChoose Gimme */

.youchoose-gimme__section-desktop {
    background-color: white;
    padding: 40px 0 40px 0;
}

@media (max-width: 1234px) {
    .youchoose-gimme__section-desktop:before {
        left: -350px;
    }

    .youchoose-gimme__section-desktop:after {
        left: -700px;
    }
}

@media (max-width: 492px) {
    .youchoose-gimme__section-desktop:before {
        left: -850px;
    }

    .youchoose-gimme__section-desktop:after {
        left: -1200px;
    }
}

.youchoose-gimme__container {
    padding-bottom: 60px;
    position: relative;
    z-index: 10;
}

.youchoose-gimme__section-desktop .youchoose-gimme__step-icons-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.youchoose-gimme__section-desktop .youchoose-gimme__step {
    width: 100%;
    max-width: 200px;
}

.youchoose-gimme__section-desktop .youchoose-gimme__step > img {
    width: 100%;
    max-width: 75px;
}

.youchoose-gimme__section-desktop .youchoose-gimme__step.arrow {
    text-align: center;
    max-width: 100px;
}

.youchoose-gimme__section-desktop .youchoose-gimme__step.arrow > img {
    width: 100%;
    max-width: 42px;
    position: relative;
    top: 20px;
    left: -15px;
}

.youchoose-gimme__section-desktop
    h3.youchoose-gimme__sub-title.youchoose-heading {
    font-size: 2rem;
    line-height: 1.1;
}

@media (max-width: 1049px) {
    .youchoose-gimme__section-desktop .youchoose-gimme__step.arrow {
        max-width: 85px;
    }
}

.youchoose-gimme__section {
    padding-top: 60px;
    margin-bottom: 60px;
}

.youchoose-gimme__header {
    color: #00c9c1;
}

.youchoose-gimme__icon {
    width: 49px;
    height: 51px;
}

@media (max-width: 768px) {
    .youchoose-gimme__icon {
        display: none;
    }
}

h3.youchoose-gimme__sub-title.youchoose-heading {
    font-size: 2rem;
    line-height: 1.1;
}

.youchoose-gimme__divided-line {
    background: #00ffa7;
    height: 1px;
    width: 30%;
    max-width: 100px;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* #endregion YouChoose Gimme */

/* #region YouChoose Questions */
.youchoose-questions__section {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .youchoose-questions__section {
        padding-top: 0;
    }
}

.accordion a {
    text-decoration: underline;
}
/* #endregion YouChoose Questions */

/* #region YouChoose Contact */
.youchoose-contact__image {
    max-height: 55px;
}

.youchoose-contact__small-title {
    margin: 15px auto 0px auto;
    line-height: normal;
}
/* #endregion Contact */

/* #region YouChoose Footer */
.youchoose-t2-page footer .page-footer-home {
    padding-top: 60px;
}

.youchoose-t2-page footer .page-footer-home .page-footer-home__nav {
    text-align: left;
}

.youchoose-t2-page footer .page-footer-social-media__logo--corporate {
    display: none;
}

/* #endregion YouChoose Footer */

.yc-nav-wrapper {
    background: #f4fdfc;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.075);
    width: 100%;
}

.yc-nav-container {
    justify-content: flex-end;
    align-items: center;
}

.yc-nav-wrapper a {
    margin-bottom: 0px;
    border-bottom: 4px solid #f4fdfc;
    margin-left: 30px;
    padding-bottom: 10px;
    padding-top: 14px;
    font-weight: 600;
    color: #0052ff;
    text-align: center;
    transition: 0.2s ease;
    font-size: 1.8rem;
}

.yc-nav-wrapper a:hover {
    border-bottom: 4px solid #31d3cd;
    text-decoration: none;
    color: #31d3cd !important;
}
.yc-nav-container__link.active {
    border-bottom: 4px solid #31d3cd;
    text-decoration: none;
    color: #31d3cd !important;
}

.yc-main-title {
    font-size: 4.4rem;
    color: #0052ff;
}

.pricing-title {
    padding-top: 100px;
}

.pricing-title h1 {
    font-size: 4.4rem;
}

.benefits {
    align-items: flex-start;
    margin-top: 220px;
    justify-content: space-between;
    max-width: 900px;
}

.benefits__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.benefits__card img {
    width: 85px;
}

.benefits__card h4 {
    font-size: 2.5rem;
    margin-top: 20px;
    text-align: center;
}

.youchoose-link {
    text-decoration: underline;
}

#youchoose-interest:after {
    bottom: -155px;
}

#youchoose-interest::after {
    content: '';
    position: absolute;
    background-image: url(../Images/YouChoose/wave-mask-bottom.png);
    background-position: center bottom;
    background-size: 106% 150px;
    background-repeat: no-repeat;
    left: -556px;
    right: 0;
    height: 139px;
}

.pricing-interest {
    z-index: 5;
    padding-bottom: 100px;
    background: white;
}

.pricing-hero {
    background: #f0fcfc;
}

.price-box {
    padding: 15px 25px;
    background: #f0fcfc;
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.mt-60 {
    margin-top: 60px;
}

.price-text {
    padding: 15px 25px;
}

.price-box h4 {
    flex: 70%;
}

.price-box p {
    flex: 30%;
}

.price-box h4,
.price-box p {
    margin: 0;
}

.no-margin {
    margin: 0;
}

.yc-mobile-back-btn {
    padding-top: 20px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    #youchoose-interest:after {
        background-size: 106% 210px;
        bottom: -10px;
    }
}

@media (max-width: 999px) {
    .youchoose-hero-interest-app__image {
        display: none;
    }
}

@media (max-width: 768px) {
    .price-box h4,
    .price-box p {
        flex: unset;
    }
    .price-box {
        justify-content: space-between;
    }
    .text-left-mobile {
        text-align: left !important;
    }
    .youchoose-hero-interest__text-container-flex h3 {
        font-size: 2.5rem;
    }
    .yc-nav-wrapper {
        display: none;
    }

    .youchoose-hero-image__section {
        background: none;
        background-color: #fff;
    }

    .yc-main-title {
        text-align: left;
        font-size: 3.5rem;
        margin-bottom: 20px;
    }

    .pricing-title h1 {
        font-size: 3.5rem;
    }

    .youchoose-hero__header-blurb p {
        text-align: left;
    }

    .youchoose-hero-interest-mask-top__image {
        z-index: 0;
    }
    .youchoose-hero-interest-app__image {
        top: -340px;
        width: 900px;
        transform: rotate(0deg);
    }
    .youchoose-home .youchoose-hero-interest-app__image {
        top: -310px;
        width: 900px;
        transform: rotate(0deg);
    }

    .benefits__card h4 {
        font-size: 2rem;
    }

    .youchoose-t2-page .body-content h1 {
        font-size: 3.5rem;
        font-weight: 900;
    }
}

@media (max-width: 575px) {
    .pricing-title {
        padding-top: 50px;
    }

    .youchoose-application-home {
        width: 90%;
    }
    .youchoose-hero-interest-app__image {
        top: -550px;
        left: -50px;
        width: 900px;
        transform: rotate(-10deg);
    }

    .benefits {
        flex-wrap: wrap;
    }

    .benefits__card {
        flex: 0 50%;
    }
    .youchoose-t2-page .body-content h2 {
        font-size: 3rem;
    }
}

.youchoose-hero-image {
    z-index: 1;
}

@media (max-width: 1023px) {
    .youchoose-hero-image {
        display: none;
    }
}

@media (min-width: 1024px) {
    .youchoose-hero-image__section {
        padding-bottom: 45px !important;
    }
}

.yc-main-title {
    font-family: var(--lora);
}
.display-after-animation {
    position: relative;
}

