.main {
    overflow-x: hidden;
}
section.error-page > .container h2,
section.error-page > .container h3 {
    text-align: center;
}
section {
    width: 80%;
    margin: auto;
    max-width: 1200px;
}
@media (max-width: 767px) {
    section {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}
section.full {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 767px) {
    section.full {
        padding-left: 0;
        padding-right: 0;
    }
}
#NewWatch {
    width: 100%;
    margin: auto;
    max-width: 100%;
}
#NewWatch .wrapper {
    width: 80%;
    margin: auto;
    max-width: 1200px;
}
@media (max-width: 767px) {
    #NewWatch .wrapper {
        width: 100%;
    }
}
.partner-banner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-top: 1px solid hsla(0, 0%, 40.4%, 0.3);
    border-bottom: 1px solid hsla(0, 0%, 40.4%, 0.3);
    max-width: 1144px;
}
@media (max-width: 991px) {
    .partner-banner {
        flex-direction: column;
        flex-wrap: unset;
        max-width: 90%;
        padding-left: 0;
        padding-right: 0;
    }
}
.partner-banner p {
    font-size: 22px;
    font-weight: 100;
    color: #3a3a3a;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 0;
    flex: 0 0 275px;
    letter-spacing: -0.22px;
    align-self: center;
}
@media (max-width: 991px) {

    .partner-banner p {
        flex: unset;
        align-self: flex-start;
        max-width: 255px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.16px;
    }
}
.partner-banner .partner-images {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex: 0 1 703px;
    gap: 28px;
    padding-left: 4%;
    padding-right: 4%;
}
@media (max-width: 991px) {
    .partner-banner .partner-images {
        /* flex-direction: column; */
        justify-content: space-between;
        align-items: center;
        gap: 28px;
        flex: unset;
        margin-top: 18px;
    }
}
.partner-banner .partner-images .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-banner .partner-images .image-wrapper:first-of-type {
    margin-left: 0;
}
.partner-banner .partner-images .image-wrapper:last-of-type {
    margin-right: 0;
}
.partner-banner .partner-images .image-wrapper:last-of-type img {
    max-height: 70px;
}
.partner-banner .partner-images .image-wrapper img {
    filter: grayscale(140%);
    opacity: 0.5;
    max-height: 63px;
}
@media (max-width: 991px) {
    .partner-banner .partner-images .image-wrapper {
        max-width: 75%;
        flex: 1;
    }
    .partner-banner .partner-images .image-wrapper:first-of-type {
        /* margin-top: 20px; */
    }
    .partner-banner .partner-images .image-wrapper img {
        max-width: 100%;
        height: auto;
        /* max-height: unset !important; */
    }
}
#Watch {
    padding-bottom: 40px;
}
#Uncover {
    padding: 60px 0;
}
@media (max-width: 767px) {
    #Uncover {
        padding-top: 0;
    }
}
#Uncover .row {
    display: flex;
    flex-direction: row;
    padding: 0 10% 0 0;
}
@media (max-width: 991px) {
    #Uncover .row {
        flex-direction: column;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    #Uncover .row {
        padding-right: 0;
    }
}
#Uncover .row .image-wrapper {
    flex-basis: 50%;
    position: relative;
    margin-right: 120px;
    height: 100%;
    max-width: 800px;
}
@media (max-width: 991px) {
    #Uncover .row .image-wrapper {
        flex-basis: 100%;
        max-width: 95%;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    #Uncover .row .image-wrapper {
        max-width: 85%;
    }
}
#Uncover .row .image-wrapper > img {
    height: auto;
    width: 100%;
    position: relative;
}
@media (max-width: 991px) {
    #Uncover .row .image-wrapper > img {
        width: 100%;
    }
}
#Uncover .row .image-wrapper > svg {
    position: absolute;
    z-index: 100;
    max-width: 175px;
    height: auto;
    right: -70px;
    top: -90px;
    transform: rotate(200deg);
}
#Uncover .row .image-wrapper > svg path {
    stroke: #00857c;
}
@media (max-width: 767px) {
    #Uncover .row .image-wrapper > svg {
        max-width: 125px;
        right: -40px;
        top: -60px;
    }
}
#Uncover .row .image-wrapper:after {
    content: "";
    display: block;
    height: 60px;
    width: 60px;
    background-color: #00857c;
    position: absolute;
    bottom: -60px;
    right: -60px;
}
@media (max-width: 991px) {
    #Uncover .row .image-wrapper:after {
        bottom: -110px;
    }
}
@media (max-width: 767px) {
    #Uncover .row .image-wrapper:after {
        width: 30px;
        height: 30px;
        right: -30px;
        bottom: -30px;
    }
}
#Uncover .row .yvonne-signature {
    max-width: 260px;
}
#Uncover .row .column {
    flex-basis: 50%;
}
@media (max-width: 991px) {
    #Uncover .row .column {
        flex-basis: 100%;
        width: 89.5%;
        margin-left: auto;
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    #Uncover .row .column {
        width: 100%;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 60px;
    }
}
#Uncover .row .column h4 {
    color: #00857c;
    font-weight: 400;
}
#Empower {
    padding: 60px 0 120px;
    background: #DDF3EC;
    max-width: 100%;
    width: 100%;
    position: relative;
}
#Empower .empower-topleft {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
@media (max-width: 767px) {
    #Empower {
        width: 100%;
        padding: 0 25px 140px;
    }
}
#Learn {
    background-color: #0c2340;
    position: relative;
    display: flex;
    justify-content: center;
}
@media (max-width: 991px) {
    #Learn {
        flex-wrap: wrap;
        background-color: transparent;
    }
}
@media (max-width: 767px) {
    #Learn svg {
        z-index: 20;
    }
}
#Learn svg#lines-1 {
    position: absolute;
    transform: translateY(-66%);
    width: 100%;
}
@media (max-width: 767px) {
    #Learn svg#lines-1 {
        transform: translateY(-60%);
        left: 0;
        width: 100%;
        margin-top: 0;
    }
}
#Learn svg#organic-circle-2 {
    position: absolute;
    left: -90px;
    bottom: -100px;
}
@media (max-width: 991px) {
    #Learn svg#organic-circle-2 {
        bottom: 0;
    }
}
#Learn svg#organic-circle-3 {
    position: absolute;
    right: -150px;
    max-width: 300px;
}
@media (max-width: 991px) {
    #Learn svg#organic-circle-3 {
        right: -230px;
    }
}
@media (max-width: 767px) {
    #Learn svg#organic-circle-3 {
        display: none;
    }
}
#Learn > div {
    width: 60%;
    padding: 60px 0 145px;
    z-index: 10;
}
@media (max-width: 991px) {
    #Learn > div {
        width: 100%;
        padding: 60px 10%;
        flex-basis: 100%;
        background-color: #0c2340;
        z-index: -1;
    }
}
@media (max-width: 767px) {
    #Learn > div {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 60px;
        flex-basis: 100%;
        background-color: #0c2340;
    }
}
#Learn > div > .row {
    justify-content: center;
}
#Learn > div p {
    color: #fff;
    font-size: 22px;
    max-width: 900px;
    line-height: 28px;
    font-weight: lighter;
    margin: 22px auto;
}
@media (max-width: 767px) {
    #Learn > div p {
        font-size: 14px;
        line-height: 20px;
    }
}
#Learn .diagrams {
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    background-color: #fff;
    z-index: 10;
    padding: 60px 0px 0;
    max-width:1200px;
}
@media (max-width: 991px) {
    #Learn .diagrams {
        width: 100%;
        position: static;
        transform: translate(0);
        padding: 60px 30px 0;
    }
}
@media (max-width: 767px) {
    #Learn .diagrams {
        padding: 25px 25px;
        margin-top: 20px;
    }
}
#Learn .diagrams .row {
    display: flex;
    align-items: flex-end;
}
@media (max-width: 767px) {
    #Learn .diagrams .row {
        flex-direction: column;
        align-items: center;
    }
}
#Learn .diagrams .row svg {
    height: auto;
}
@media (max-width: 767px) {
    #Learn .diagrams .row svg#her-2-cell {
        margin-left: 11%;
    }
    #Learn .diagrams .row svg#tnbc-cell {
        margin-left: 31%;
    }
    #Learn .diagrams .row svg#hr-cell {
        margin-left: 0%;
    }
}
#Numbers {
    padding: 60px 0;
}
@media (max-width: 991px) {
    #Numbers {
        padding-top: 20px;
    }
}
#Numbers .numbers {
    display: flex;
    flex-direction: row;
}
@media (max-width: 991px) {
    #Numbers .numbers {
        flex-direction: column;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 30px !important;
    }
    #Numbers .numbers h2 {
        margin-bottom: 5px;
    }
    #Numbers .numbers .vertical-divider {
        height: 1px;
        width: 100%;
    }
}
#Numbers .numbers .flex-column {
    display: flex;
    flex-direction: column;
    flex-basis: 35%;
    margin: 30px 30px 0;
}
@media (max-width: 991px) {
    #Numbers .numbers .flex-column {
        align-items: center;
        padding: 40px 30px;
        margin: 0;
    }
}
#Numbers .numbers .flex-column .h1,
#Numbers .numbers .flex-column h1 {
    font-size: 60px;
    font-weight: 500;
}
#Numbers .numbers .flex-column:first-of-type {
    flex-basis: 25%;
    margin-left: 0;
    padding: 0;
}
#Numbers .numbers .flex-column:last-of-type {
    margin-right: 0;
}
#Map {
    padding: 60px 0;
}
@media (max-width: 991px) {
    #Map {
        padding: 0 25px 60px;
    }
}
#Map > h2 {
    text-align: center;
    line-height: 39px;
    max-width: 1000px;
    margin: auto auto 50px;
}
#Map > .flex-row {
    width: 100%;
    margin: auto auto auto 107px;
    justify-content: center;
}
@media (max-width: 991px) {
    #Map > .flex-row {
        margin-left: 0;
        flex-direction: column;
    }
}
#Map > .flex-row .flex-column {
    align-items: center;
}
#Map > .flex-row svg {
    width: auto;
    height: auto;
}
@media (max-width: 991px) {
    #Map > .flex-row svg {
        width: 100%;
    }
}
#Map > .flex-row svg#bar {
    margin-top: 50px;
}
#Map > .flex-row svg#legend {
    align-self: flex-end;
    margin-bottom: 80px;
}
@media (max-width: 991px) {
    #Map > .flex-row svg#legend {
        align-self: flex-start;
        width: 80%;
        margin: 30px 0 0 -20px;
    }
}
@media (max-width: 991px) {
    #Map > .flex-row p.desktop {
        display: none;
    }
}
#Share {
    padding: 60px 0;
}
@media (max-width: 991px) {
    #Share {
        padding: 0 25px 60px;
    }
}
#Share > .flex-row {
    justify-content: space-between;
}
@media (max-width: 991px) {
    #Share > .flex-row {
        flex-direction: column;
    }
}
#Share > .flex-row > .flex-column:first-of-type {
    flex-basis: 50%;
    margin-right: 30px;
}
#Share > .flex-row > .flex-column:first-of-type h2 {
    margin-bottom: 10px;
}
#Share > .flex-row > .flex-row {
    flex-basis: 40%;
    justify-content: space-between;
}
#Share > .flex-row > .flex-row img {
    max-width: 384px;
}
@media (max-width: 991px) {
    #Share > .flex-row > .flex-row {
        flex-direction: column;
        flex-basis: 100%;
    }
    #Share > .flex-row > .flex-row > .flex-column {
        margin: 25px 0;
        align-items: center;
    }
    #Share > .flex-row > .flex-row > .flex-column img {
        width: 100%;
    }
}
#Share > .flex-row > .flex-row .social-wrapper {
    margin: 15px 0 0 auto;
}
@media (max-width: 991px) {
    #Share > .flex-row > .flex-row .social-wrapper {
        margin: 15px auto 0;
    }
}
#Share > .flex-row > .flex-row .social-link {
    background-color: #00857c;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}
#Share > .flex-row > .flex-row .social-link svg {
    width: 60%;
}
#Share > .flex-row > .flex-row .social-link svg path {
    fill: #fff;
}
#Share > .flex-row > .flex-row .social-link:hover {
    background-color: #3a3a3a;
}
#Partners {
    margin-bottom: 120px;
}
@media (max-width: 991px) {
    #Partners {
        margin-top: 0;
    }
}
#Partners h2 {
    margin-bottom: 0;
}
#Partners .partner-component {
    padding: 45px 0;
    border-bottom: 1px solid hsla(0, 0%, 40.4%, 0.3);
}
#Partners .partner-component:last-of-type {
    border-bottom: none;
}
#Partners .partner-component > .flex-column {
    justify-content: space-between;
}
#Partners .partner-component > .flex-column > .flex-row {
    flex-basis: 100%;
}
#Partners .partner-component > .flex-column > .flex-row.mobile-grid {
    justify-content: space-between;
}
@media (min-width: 992px) {
    #Partners .partner-component > .flex-column > .flex-row.mobile-grid {
        gap: 10px;
    }
}
@media (max-width: 991px) {
    #Partners .partner-component > .flex-column > .flex-row.mobile-grid {
        display: grid;
        grid-template-areas: "a" "h3" "p";
    }
}
#Partners .partner-component > .flex-column > .flex-row h3 {
    flex-basis: 30%;
    font-weight: lighter;
}
@media (max-width: 991px) {
    #Partners .partner-component > .flex-column > .flex-row h3 {
        grid-area: h3;
        font-weight: 700;
    }
    #Partners .partner-component > .flex-column > .flex-row h3 br {
        display: none;
    }
}
#Partners .partner-component > .flex-column > .flex-row h3 a {
    color: #00857C;
    font-family: Invention;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}
@media (max-width: 767px) {
    #Partners .partner-component > .flex-column > .flex-row h3 a {
        color: #3A3A3A;
        font-family: Invention;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0.096px;
        text-decoration: underline #00857c !important;
        -webkit-text-decoration-color: #00857c !important;
        text-decoration-color: #00857c !important;
    }
}
#Partners .partner-component > .flex-column > .flex-row p {
    margin-right: 30px;
    margin-top: 0;
    flex-basis: 48%;
    margin-left: auto;
}
@media (max-width: 991px) {
    #Partners .partner-component > .flex-column > .flex-row p {
        grid-area: p;
        margin-bottom: 45px;
        margin-right: 0;
    }
}
#Partners .partner-component > .flex-column > .flex-row a.imgHolder {
    flex-basis: 25%;
    max-width: 200px;
}
@media (max-width: 991px) {
    #Partners .partner-component > .flex-column > .flex-row a.imgHolder {
        grid-area: a;
        margin: auto auto 45px;
    }
    #Partners .partner-component > .flex-column > .flex-row a.imgHolder img {
        width: 100%;
    }
}
#Partners .partner-component > .flex-column > .flex-row:last-of-type {
    flex-basis: 25%;
}
#Partners .partner-component > .flex-column > .flex-row:last-of-type a {
    color: #3a3a3a;
    text-decoration: none;
    font-weight: 700;
    min-width: 102px;
    margin-top: auto;
    white-space: nowrap;
    padding-bottom: 6px;
}
#Partners .partner-component > .flex-column > .flex-row:last-of-type a:first-of-type {
    margin-right: 30px;
}
.flip-cards {
    padding: 60px 0;
}
@media (max-width: 991px) {
    .flip-cards {
        padding-top: 0;
        padding-bottom: 60px;
    }
    .flip-cards > h2,
    .flip-cards > p {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.flip-cards > p {
    margin-bottom: 80px;
    max-width: 785px;
}
@media (max-width: 767px) {
    .flip-cards > p {
        margin-bottom: 0;
        margin-top: 0;
    }
}
#FAQs {
    padding: 60px 0;
}
@media (max-width: 767px) {
    #FAQs {
        padding: 0 25px 60px;
    }
}
#FAQs a {
    color: #00857c;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.25s;
}
#FAQs a:hover {
    color: #6eceb2;
}
#FAQs > p {
    max-width: 800px;
}
#FAQs .accordion .flex-row.space-between {
    border-bottom: 1px solid #00857c;
    padding: 20px 0 30px;
}
#FAQs .accordion .flex-row.space-between:last-of-type {
    border-bottom: none;
    padding: 20px 0 10px !important;
}
@media (max-width: 767px) {
    #FAQs .accordion .flex-row.space-between {
        flex-direction: column;
        padding: 20px 0;
    }
    #FAQs .accordion .flex-row.space-between:last-of-type {
        padding: 20px 0 5px !important;
    }
}
#FAQs .accordion .flex-row.space-between .flex-column {
    flex-basis: 70%;
    margin-right: 60px;
}
#FAQs .accordion .flex-row.space-between:last-of-type .flex-column {
    border-bottom: none;
}
#FAQs .accordion .flex p.mp-stage {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
#FAQs .accordion .image-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 350px;
}
@media (max-width: 767px) {
    #FAQs .accordion .image-wrapper {
        margin: 0 auto;
    }
}
#FAQs .accordion .image-wrapper img {
    height: auto;
    width: 100%;
}
@media (max-width: 767px) {
    #FAQs .accordion.last-of-type .image-wrapper {
        padding-bottom: 0;
    }
}
