@media all and (min-width: 1921px) {
}

.product-t2-tabs {
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    border-bottom: 1px solid #969696;
    margin-top: 40px;
    padding: 0;
    padding-bottom: 1rem;
}

.product-t2-tabs__container {
    max-width: 1640px;
    margin-inline: auto;
}

.product-t2-tabs a {
    margin: 0 2rem;
    text-align: center;
    width: 200px;
}

    .product-t2-tabs a p {
        font-size: 20px;
        color: #969696;
        line-height: 1.65em;
    }

    .product-t2-tabs a.highlight p {
        color: #ffffff;
        background-color: #22418B;
        border-bottom: 1px solid #22418B;
    }

    .product-t2-tabs a.inactive p {
        color: #22418B;
        background-color: #e6e6e6;
    }

.grid-container_small {
    max-width: 1365px;
    width: 100%;
}

.padded-grid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin: 0 auto;
}

.heading-paragraph_alternate {
    font-size: 18px;
    color: #666666;
    text-align: center;
}

.max-width {
    width: 100%;
}

.justify-spaced {
    justify-content: space-between;
}

.video-section_wrapper .video-container {
    margin-bottom: 100px;
    max-width: 1365px;
    width: 100%;
    height: 700px;
}

@media only screen and (max-width: 640px) {
    .video-section_wrapper .video-container {
        height: 400px;
    }
}

.video-section_wrapper .video-container video {
    width: 100%;
    height: 100%;
}

.video-section_wrapper .video.ep {
    position: relative;
    margin-bottom: 90px;
}

    .video-section_wrapper .video.ep img {
        width: 100%;
    }

    .video-section_wrapper .video.ep .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(255, 255, 255, 0.8);
        width: 82px;
        height: 82px;
        border-radius: 50%;
    }

        .video-section_wrapper .video.ep .play::after {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-top: 13px solid transparent;
            border-bottom: 13px solid transparent;
            border-left: 20px solid black;
            left: 34px;
            top: 29px;
        }

.whats-next_container {
    margin-bottom: 97px;
}

    .whats-next_container img {
        object-fit: cover;
        aspect-ratio: 525 / 320;
    }

    .whats-next_container h2 {
        text-align: center;
        color: #22418B;
        font-size: 24px;
        margin-bottom: 43px;
    }

    .whats-next_container date {
        font-size: 18px;
        color: #666666;
        margin-bottom: 10px;
    }

    .whats-next_container .cell {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        cursor: pointer;
    }

@media only screen and (max-width: 1064px) {
    .whats-next_container .cell {
        align-items: center;
    }
}

.whats-next_container .content-wrapper {
    background-color: #F5F5F5;
    max-width: 525px;
    width: 100%;
}

@media only screen and (max-width: 1064px) {
    .whats-next_container .content-wrapper {
        text-align: center;
        margin-bottom: 75px;
    }
}

.whats-next_container .content-wrapper .content-wrapper_text {
    padding: 50px;
}

    .whats-next_container .content-wrapper .content-wrapper_text i.rotated {
        color: #22418B;
        float: right;
        transform: rotate(-45deg);
        font-size: 1.5rem;
        transition: transform 0.3s ease-out;
    }

@media only screen and (max-width: 1064px) {
    .whats-next_container .content-wrapper .content-wrapper_text i.rotated {
        float: none;
    }
}

.whats-next_container .content-wrapper .content-wrapper_text h4 {
    max-width: 270px;
}

@media only screen and (max-width: 1064px) {
    .whats-next_container .content-wrapper .content-wrapper_text h4 {
        max-width: 100% !important;
    }
}

.whats-next_container .cell:hover .content-wrapper_text h4 {
    color: #45bfec;
}

.whats-next_container .cell:hover .content-wrapper_text i.rotated {
    color: #45bfec;
    transform: rotate(-45deg) translateY(10px);
}

.product-landing_alternate h4,
.whats-next_container h4 {
    font-size: 26px;
    max-width: 250px;
    line-height: 1.2;
    color: #22418B;
}

.second-tab {
    margin-bottom: 100px;
}

    .second-tab .zero-product_link {
        aspect-ratio: 525 / 660;
        background-position: center;
        z-index: -1;
    }

        .second-tab .zero-product_link .link-content {
            position: relative;
            height: 90%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
        }

@media only screen and (max-width: 1064px) {
    .second-tab .zero-product_link .link-content {
        height: 100%;
        padding: 150px 0;
    }
}

.second-tab .zero-product_link h2 {
    max-width: 285px;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.second-tab .zero-product_link span {
    display: flex;
    font-size: 26px;
    font-weight: 600;
    padding-left: 85px;
}

    .second-tab .zero-product_link span i {
        padding: 20px 0 0px 20px;
    }

.second-tab .zero-product_link .rotated {
    transform: rotate(-45deg);
    font-size: 1.5rem;
}

.second-tab .zero-product_link span,
.second-tab .zero-product_link .rotated,
.second-tab .zero-product_link h2 {
    color: white;
}

.second-tab .zero-product_cell {
    display: flex;
    flex-direction: column;
    border: 1px solid #22418b;
}

    .second-tab .zero-product_cell img {
        padding: 40px 0;
        padding-inline: 20px;
    }

    .second-tab .zero-product_cell h4 {
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 25px;
    }

.second-tab h4 {
    padding: 0 50px;
}

.second-tab .content {
    position: relative;
    margin-top: auto;
    background-color: #F5F5F5;
    padding: 50px;
    padding-right: 65px;
    padding-bottom: 65px;
}

    .second-tab .content p {
        font-size: 14px;
    }

    .second-tab .content::after {
        content: "\f063";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        transform: rotate(-45deg);
        color: #22418B;
        position: absolute;
        bottom: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 1.5rem;
        transition: transform 0.3s ease-in-out;
    }

.second-tab .zero-product_cell:hover .content::after {
    transform: translate(5px, 5px) rotate(-45deg);
}

.product-landing_alternate h4 {
    text-align: center;
    padding-top: 43px;
}

.product-landing_alternate .cell {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.link-section_wrapper .button-container {
    margin-bottom: 125px;
}

    .link-section_wrapper .button-container .button {
        display: flex;
        width: 45%;
        padding: 1.5em 2em;
    }

        .link-section_wrapper .button-container .button span {
            width: 100%;
            text-align: left;
            font-size: 26px;
            font-weight: 600;
        }

@media only screen and (max-width: 1064px) {
    .link-section_wrapper .button-container .button span {
        font-size: 18px;
        line-height: 1.2;
    }
}

.link-section_wrapper .button-container .button .rotated {
    float: right;
}

.awards_wrapper {
    margin-bottom: 100px;
}

    .awards_wrapper h5 {
        font-size: 24px;
        text-align: center;
        color: #22418B;
    }

.logo-fact_container {
    margin: 100px 0 140px 0;
}

@media only screen and (max-width: 640px) {
    .logo-fact_container h4 {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .logo-fact_container {
        margin: 75px 0 35px 0;
    }
}

@media only screen and (max-width: 640px) {
    .logo-fact_container .cell {
        margin-bottom: 25px;
    }
}

.image-text-section {
    margin-top: 115px;
}

    .image-text-section .grid-x {
        margin-bottom: 100px;
    }

        .image-text-section .grid-x:nth-child(even) {
            flex-direction: row-reverse;
        }

            .image-text-section .grid-x:nth-child(even) .content_wrapper {
                padding: 50px 150px 50px 0;
            }

@media only screen and (max-width: 1500px) {
    .image-text-section .grid-x:nth-child(even) .content_wrapper {
        padding: 0px 50px 50px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .image-text-section .grid-x:nth-child(even) .content_wrapper {
        padding: 50px 0px;
    }
}

.image-text-section .content_wrapper {
    padding: 50px 100px;
}

@media only screen and (max-width: 1500px) {
    .image-text-section .content_wrapper {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .image-text-section .content_wrapper {
        padding: 50px 0;
    }
}

.image-text-section .content_wrapper h3 {
    font-size: 20px;
}

.image-text-section .content_wrapper h2 {
    font-size: 40px;
}

.image-text-section .content_wrapper h2,
.image-text-section .content_wrapper h3 {
    color: #22418B;
}

.image-text-section .content_wrapper p {
    font-size: 18px;
    color: #666666;
}

.green-block_section {
    background-color: #105933;
    padding: 90px 0;
}

    .green-block_section h3 {
        font-size: 24px;
        color: white;
        padding-bottom: 20px;
    }

    .green-block_section .content-link_cell {
        background-position: center;
        background-size: cover;
    }

        .green-block_section .content-link_cell .content-link_content {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: flex-end;
        }

            .green-block_section .content-link_cell .content-link_content h2 {
                color: white;
                font-size: 60px;
                height: 30%;
                max-width: 250px;
                text-align: center;
                line-height: 1;
            }

@media only screen and (max-width: 1064px) {
    .green-block_section .content-link_cell .content-link_content h2 {
        padding: 200px 0;
    }
}

.green-block_section .child-page_link {
    background-color: white;
}

    .green-block_section .child-page_link .child-page_content {
        padding: 50px;
    }

        .green-block_section .child-page_link .child-page_content h4 {
            color: #22418B;
            font-size: 26px;
            line-height: 1.3;
            font-weight: 600;
        }

        .green-block_section .child-page_link .child-page_content p {
            color: #666666;
            font-size: 18px;
            line-height: 1.2;
        }

        .green-block_section .child-page_link .child-page_content .fact_wrapper {
            margin-top: 30px;
            background-color: #F7E3A7;
            width: fit-content;
        }

            .green-block_section .child-page_link .child-page_content .fact_wrapper p {
                padding: 10px;
            }
